Skip to content

Instantly share code, notes, and snippets.

@bazini627
Created October 23, 2017 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bazini627/37377c7178d138978f686cb5fc69da07 to your computer and use it in GitHub Desktop.
Save bazini627/37377c7178d138978f686cb5fc69da07 to your computer and use it in GitHub Desktop.
Richmond ADU Potential
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Leaflet Vector Grid</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.2.0/dist/leaflet.css"
integrity="sha512-M2wvCLH6DSRazYeZRIm1JnYyh22purTM+FDB5CsyxtQJYeKq83arPe5wgbNmcFXGqiSH2XR8dT/fJISVA1r/zQ=="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.2.0/dist/leaflet.js"
integrity="sha512-lInM/apFSqyy1o6s89K4iQUKg6ppXEgsVxT35HbzUupEVRh2Eu9Wdl4tHj7dZO0s1uvplcYGmt3498TtHq+log=="
crossorigin=""></script>
<script src="https://unpkg.com/leaflet.vectorgrid@latest/dist/Leaflet.VectorGrid.bundled.js"></script>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<style>
body {
margin:0;
padding:0;
}
#map {
position:absolute;
top:0;
bottom:0;
width:100%;
}
</style>
</head>
<body>
<div id='map'></div>
<!-- Parcel file for map -->
<script src="richmondSingleFam400mBusStopsWGS84NoMB.js" type="text/javascript"></script>
<script>
// Object to hold our map options
var options = {
center: [37.95, -122.32],
zoom: 12,
minZoom: 12,
maxZoom: 17,
},
map = L.map('map', options); // Create map object and pass it our options object from above
// load map tiles and add to map
var tiles = L.tileLayer('https://stamen-tiles-{s}.a.ssl.fastly.net/toner/{z}/{x}/{y}.{ext}', {
attribution: 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a> &mdash; Map data &copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>',
subdomains: 'abcd',
minZoom: 0,
maxZoom: 22,
ext: 'png'
}).addTo(map);
map.createPane('parcelPane');
map.getPane('parcelPane').style.zIndex = 650;
var tileLayer = L.vectorGrid.slicer(richmondADU, {
rendererFactory: L.canvas.tile,
vectorTileLayerStyles: {
sliced: {
fillColor: "transparent",
color: "blue",
weight: .5,
}
},
pane: 'parcelPane',
maxZoom: 22,
interactive: true,
getFeatureId: function(feature) {
return feature.properties["cartodb_id"]
}
}).addTo(map);
// Load our geojson with jquery
$.getJSON("./richmondBusStopsWGS84.geojson", function(data) {
L.geoJson(data, {
pointToLayer: function(feature, layer){
return L.circleMarker(layer, {
color: "red",
radius: 2.25,
opacity: 1,
weight: 1,
fillOpacity: 1,
});
},
}).addTo(map);
});
</script>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file has been truncated, but you can view the full file.
var richmondADU = {
"type": "FeatureCollection",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "GIS_Area": 5685.0, "Shape_area": 5685.1675333399999, "Shape_len": 320.52628282000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311856, 37.909009 ], [ -122.312026, 37.908937 ], [ -122.312031, 37.908945 ], [ -122.312215, 37.909213 ], [ -122.311999, 37.909223 ], [ -122.311856, 37.909009 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5045.0, "Shape_area": 5045.3455882899998, "Shape_len": 301.85473252100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315132, 37.908929 ], [ -122.315284, 37.908864 ], [ -122.315451, 37.909108 ], [ -122.315299, 37.909173 ], [ -122.315132, 37.908929 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6034.0, "Shape_area": 6033.5140243599999, "Shape_len": 341.14359013400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322778, 37.940667 ], [ -122.322767, 37.940523 ], [ -122.322868, 37.940493 ], [ -122.32288, 37.94049 ], [ -122.322941, 37.940618 ], [ -122.322929, 37.940621 ], [ -122.322778, 37.940667 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 24635.0, "Shape_area": 24634.797532799999, "Shape_len": 694.07029323100005, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310187, 37.909078 ], [ -122.310333, 37.908833 ], [ -122.310488, 37.908882 ], [ -122.310437, 37.908808 ], [ -122.310657, 37.908715 ], [ -122.310667, 37.90871 ], [ -122.310839, 37.908958 ], [ -122.310932, 37.908971 ], [ -122.310931, 37.908979 ], [ -122.310887, 37.909233 ], [ -122.310886, 37.909241 ], [ -122.310615, 37.909201 ], [ -122.310373, 37.909142 ], [ -122.310187, 37.909078 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5035.0, "Shape_area": 5034.5965746299999, "Shape_len": 301.213291717, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308863, 37.905632 ], [ -122.308936, 37.905601 ], [ -122.309014, 37.905568 ], [ -122.30902, 37.905576 ], [ -122.309176, 37.905802 ], [ -122.309181, 37.90581 ], [ -122.309027, 37.905876 ], [ -122.309022, 37.905868 ], [ -122.308868, 37.905641 ], [ -122.308863, 37.905632 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5400.0, "Shape_area": 5400.3886644000004, "Shape_len": 314.900711226, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.357213, 37.939533 ], [ -122.357212, 37.939393 ], [ -122.357583, 37.939395 ], [ -122.357583, 37.939464 ], [ -122.357583, 37.939533 ], [ -122.357213, 37.939533 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5014.0, "Shape_area": 5013.6295181400001, "Shape_len": 299.75771560200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.306651, 37.905801 ], [ -122.306955, 37.905671 ], [ -122.307037, 37.905792 ], [ -122.307027, 37.905796 ], [ -122.306735, 37.905923 ], [ -122.306651, 37.905801 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5338.0, "Shape_area": 5337.7913842799999, "Shape_len": 317.42387940200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3089, 37.90895 ], [ -122.309209, 37.908814 ], [ -122.309332, 37.908916 ], [ -122.30898, 37.909067 ], [ -122.3089, 37.90895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5012.0, "Shape_area": 5012.4036367799999, "Shape_len": 300.00175378199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309427, 37.907469 ], [ -122.30958, 37.907404 ], [ -122.309745, 37.907645 ], [ -122.309669, 37.907677 ], [ -122.309592, 37.90771 ], [ -122.309427, 37.907469 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5020.0, "Shape_area": 5020.044252, "Shape_len": 301.04207273499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330559, 37.939975 ], [ -122.330578, 37.939904 ], [ -122.330595, 37.939841 ], [ -122.330606, 37.939843 ], [ -122.330927, 37.939896 ], [ -122.330936, 37.939897 ], [ -122.330901, 37.940031 ], [ -122.330893, 37.94003 ], [ -122.33057, 37.939977 ], [ -122.330559, 37.939975 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6036.0, "Shape_area": 6036.4631104700002, "Shape_len": 339.86318936599997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325534, 37.939986 ], [ -122.325921, 37.939869 ], [ -122.325983, 37.94 ], [ -122.325596, 37.940115 ], [ -122.325534, 37.939986 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6189.0, "Shape_area": 6188.808262, "Shape_len": 403.33338225099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312178, 37.908872 ], [ -122.312221, 37.908854 ], [ -122.312256, 37.908839 ], [ -122.312297, 37.9089 ], [ -122.312334, 37.908961 ], [ -122.312412, 37.908928 ], [ -122.312453, 37.908987 ], [ -122.312595, 37.909194 ], [ -122.312404, 37.909203 ], [ -122.312184, 37.908881 ], [ -122.312178, 37.908872 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7399.0, "Shape_area": 7399.0113928399996, "Shape_len": 347.42698965599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308358, 37.909024 ], [ -122.308398, 37.909007 ], [ -122.308541, 37.908946 ], [ -122.308586, 37.908927 ], [ -122.308751, 37.909165 ], [ -122.308522, 37.909263 ], [ -122.308358, 37.909024 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6249.0, "Shape_area": 6249.4813600300004, "Shape_len": 355.81973165300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312026, 37.908937 ], [ -122.312178, 37.908872 ], [ -122.312184, 37.908881 ], [ -122.312404, 37.909203 ], [ -122.312215, 37.909213 ], [ -122.312031, 37.908945 ], [ -122.312026, 37.908937 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5596.0, "Shape_area": 5595.7187639000003, "Shape_len": 321.28540192999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.359383, 37.939602 ], [ -122.359309, 37.939602 ], [ -122.359124, 37.939602 ], [ -122.359123, 37.939462 ], [ -122.359503, 37.939462 ], [ -122.359504, 37.939603 ], [ -122.359383, 37.939602 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5033.0, "Shape_area": 5032.7512400300002, "Shape_len": 301.48721353100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319424, 37.908985 ], [ -122.319718, 37.908835 ], [ -122.319811, 37.908951 ], [ -122.319517, 37.909101 ], [ -122.319424, 37.908985 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5048.0, "Shape_area": 5047.65783405, "Shape_len": 314.97139055700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327932, 37.940318 ], [ -122.327859, 37.940165 ], [ -122.328199, 37.94022 ], [ -122.328264, 37.940358 ], [ -122.328264, 37.940369 ], [ -122.32825, 37.940371 ], [ -122.327932, 37.940318 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5077.0, "Shape_area": 5077.20236716, "Shape_len": 303.50841908799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343069, 37.940087 ], [ -122.343099, 37.939952 ], [ -122.343111, 37.939953 ], [ -122.343436, 37.940001 ], [ -122.343447, 37.940003 ], [ -122.343417, 37.940137 ], [ -122.343405, 37.940135 ], [ -122.343069, 37.940087 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7566.0, "Shape_area": 7565.8025301099997, "Shape_len": 352.23386296799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343876, 37.940407 ], [ -122.343907, 37.940271 ], [ -122.343921, 37.940206 ], [ -122.343933, 37.940207 ], [ -122.344261, 37.940253 ], [ -122.344269, 37.940254 ], [ -122.344224, 37.940455 ], [ -122.344215, 37.940453 ], [ -122.343876, 37.940407 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5097.0, "Shape_area": 5097.4107858500001, "Shape_len": 302.12496676900003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313308, 37.906899 ], [ -122.313463, 37.906833 ], [ -122.313629, 37.907074 ], [ -122.313474, 37.907141 ], [ -122.313308, 37.906899 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5121.0, "Shape_area": 5120.7969909699996, "Shape_len": 301.34359967699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.338657, 37.940306 ], [ -122.338679, 37.940206 ], [ -122.338689, 37.940165 ], [ -122.339026, 37.940213 ], [ -122.338995, 37.940352 ], [ -122.338657, 37.940306 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5930.0, "Shape_area": 5929.5145014999998, "Shape_len": 317.700979867, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340911, 37.940271 ], [ -122.340948, 37.94011 ], [ -122.341286, 37.940156 ], [ -122.341279, 37.940185 ], [ -122.341249, 37.940319 ], [ -122.340911, 37.940271 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5067.0, "Shape_area": 5066.8934462799998, "Shape_len": 301.44497588299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308942, 37.908063 ], [ -122.309248, 37.907933 ], [ -122.309331, 37.908054 ], [ -122.309026, 37.908186 ], [ -122.308942, 37.908063 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5036.0, "Shape_area": 5036.1228656200001, "Shape_len": 299.84308595700003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313973, 37.907872 ], [ -122.314127, 37.907806 ], [ -122.314292, 37.908045 ], [ -122.314243, 37.908066 ], [ -122.314137, 37.908111 ], [ -122.313973, 37.907872 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5032.0, "Shape_area": 5031.9603618600004, "Shape_len": 301.66099741900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310145, 37.907944 ], [ -122.310298, 37.907878 ], [ -122.310464, 37.908122 ], [ -122.310387, 37.908155 ], [ -122.310313, 37.908187 ], [ -122.310145, 37.907944 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6145.0, "Shape_area": 6145.1076339000001, "Shape_len": 343.15182202900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32334, 37.940055 ], [ -122.323421, 37.94003 ], [ -122.323575, 37.939984 ], [ -122.32373, 37.939936 ], [ -122.323793, 37.940068 ], [ -122.323402, 37.940186 ], [ -122.32334, 37.940055 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5026.0, "Shape_area": 5025.7973244699997, "Shape_len": 300.7288335, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318387, 37.908658 ], [ -122.318521, 37.9086 ], [ -122.31854, 37.908592 ], [ -122.318704, 37.908835 ], [ -122.318551, 37.9089 ], [ -122.318387, 37.908658 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6067.0, "Shape_area": 6066.5833903499997, "Shape_len": 349.75665502200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309796, 37.902617 ], [ -122.309806, 37.902613 ], [ -122.310176, 37.902459 ], [ -122.310186, 37.902454 ], [ -122.310264, 37.902569 ], [ -122.309885, 37.902729 ], [ -122.309875, 37.902733 ], [ -122.309796, 37.902617 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5000.0, "Shape_area": 5000.4517712799998, "Shape_len": 299.68653466299997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309511, 37.903123 ], [ -122.309522, 37.903118 ], [ -122.309806, 37.902998 ], [ -122.309816, 37.902994 ], [ -122.309898, 37.903114 ], [ -122.309594, 37.903245 ], [ -122.309511, 37.903123 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5867.0, "Shape_area": 5866.5667498700004, "Shape_len": 336.92119622899997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326238, 37.940069 ], [ -122.326625, 37.939953 ], [ -122.326685, 37.940079 ], [ -122.326299, 37.940196 ], [ -122.326238, 37.940069 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5528.0, "Shape_area": 5528.4476671100001, "Shape_len": 309.48974540199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341167, 37.939995 ], [ -122.341321, 37.939997 ], [ -122.341317, 37.940015 ], [ -122.341167, 37.939995 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5017.0, "Shape_area": 5017.1565834399998, "Shape_len": 318.84185491300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327859, 37.940165 ], [ -122.327786, 37.940014 ], [ -122.328127, 37.940068 ], [ -122.328199, 37.94022 ], [ -122.327859, 37.940165 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6058.0, "Shape_area": 6058.2741682599999, "Shape_len": 341.42306803600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323402, 37.940186 ], [ -122.323793, 37.940068 ], [ -122.323854, 37.940197 ], [ -122.323464, 37.940315 ], [ -122.323402, 37.940186 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5825.0, "Shape_area": 5825.0017178300004, "Shape_len": 336.21398743200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325657, 37.940244 ], [ -122.326044, 37.940128 ], [ -122.326103, 37.940253 ], [ -122.325717, 37.94037 ], [ -122.325657, 37.940244 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5719.0, "Shape_area": 5718.5421699199997, "Shape_len": 314.49920511400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.357213, 37.939602 ], [ -122.35741, 37.939602 ], [ -122.357412, 37.939877 ], [ -122.357214, 37.939878 ], [ -122.357213, 37.939602 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5217.0, "Shape_area": 5216.6475534499996, "Shape_len": 309.01885860700003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333307, 37.940029 ], [ -122.333477, 37.940053 ], [ -122.333428, 37.940248 ], [ -122.333426, 37.940254 ], [ -122.333256, 37.940227 ], [ -122.333258, 37.940219 ], [ -122.333295, 37.940077 ], [ -122.333307, 37.940029 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5041.0, "Shape_area": 5040.7711556300001, "Shape_len": 301.73471472099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310199, 37.907449 ], [ -122.310353, 37.907384 ], [ -122.310518, 37.907628 ], [ -122.310367, 37.907693 ], [ -122.310199, 37.907449 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5065.0, "Shape_area": 5065.4095998000003, "Shape_len": 300.99272568800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.357584, 37.939876 ], [ -122.357584, 37.939602 ], [ -122.357761, 37.939602 ], [ -122.357759, 37.939875 ], [ -122.357584, 37.939876 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5591.0, "Shape_area": 5591.39194847, "Shape_len": 311.33361257899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.357759, 37.939875 ], [ -122.357761, 37.939602 ], [ -122.357955, 37.939602 ], [ -122.357955, 37.939874 ], [ -122.357759, 37.939875 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7425.0, "Shape_area": 7425.2032624100002, "Shape_len": 348.23731938600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309265, 37.902763 ], [ -122.309569, 37.902633 ], [ -122.309693, 37.902815 ], [ -122.309683, 37.902819 ], [ -122.309399, 37.902938 ], [ -122.309389, 37.902942 ], [ -122.309271, 37.902771 ], [ -122.309265, 37.902763 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6455.0, "Shape_area": 6455.3768537200003, "Shape_len": 340.28552123399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333691, 37.940929 ], [ -122.333689, 37.940835 ], [ -122.333677, 37.94076 ], [ -122.333688, 37.940762 ], [ -122.333738, 37.94077 ], [ -122.333906, 37.940798 ], [ -122.334077, 37.940826 ], [ -122.334042, 37.940959 ], [ -122.334035, 37.940986 ], [ -122.334023, 37.940984 ], [ -122.333707, 37.940931 ], [ -122.333691, 37.940929 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6273.0, "Shape_area": 6272.6740710599997, "Shape_len": 324.74219876799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308217, 37.902744 ], [ -122.308334, 37.902694 ], [ -122.308409, 37.902662 ], [ -122.308415, 37.90267 ], [ -122.308567, 37.902893 ], [ -122.308573, 37.902901 ], [ -122.308379, 37.902984 ], [ -122.308373, 37.902976 ], [ -122.308222, 37.902752 ], [ -122.308217, 37.902744 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5081.0, "Shape_area": 5081.3874595400002, "Shape_len": 302.60196386899997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310644, 37.905649 ], [ -122.310799, 37.905583 ], [ -122.310959, 37.905819 ], [ -122.310964, 37.905827 ], [ -122.310812, 37.905892 ], [ -122.310806, 37.905884 ], [ -122.310644, 37.905649 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7607.0, "Shape_area": 7606.6344937000003, "Shape_len": 352.68930713999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312543, 37.905631 ], [ -122.31272, 37.905612 ], [ -122.312822, 37.905607 ], [ -122.31293, 37.905766 ], [ -122.312701, 37.905865 ], [ -122.312543, 37.905631 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5113.0, "Shape_area": 5113.4419594600004, "Shape_len": 304.08212339800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343038, 37.940223 ], [ -122.343069, 37.940087 ], [ -122.343405, 37.940135 ], [ -122.343417, 37.940137 ], [ -122.343386, 37.940272 ], [ -122.343375, 37.94027 ], [ -122.343038, 37.940223 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5095.0, "Shape_area": 5094.9249154600002, "Shape_len": 302.37945711600003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308707, 37.905699 ], [ -122.308786, 37.905665 ], [ -122.308863, 37.905632 ], [ -122.308868, 37.905641 ], [ -122.309022, 37.905868 ], [ -122.309027, 37.905876 ], [ -122.308874, 37.905941 ], [ -122.308868, 37.905933 ], [ -122.308707, 37.905699 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6062.0, "Shape_area": 6061.5373250700004, "Shape_len": 340.01193103700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310761, 37.902276 ], [ -122.310771, 37.902272 ], [ -122.31111, 37.902126 ], [ -122.31112, 37.902121 ], [ -122.311173, 37.902173 ], [ -122.311213, 37.902237 ], [ -122.311081, 37.902295 ], [ -122.310853, 37.902393 ], [ -122.310843, 37.902397 ], [ -122.310761, 37.902276 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5052.0, "Shape_area": 5051.50461894, "Shape_len": 301.6219092, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310829, 37.906352 ], [ -122.310982, 37.906286 ], [ -122.311142, 37.906521 ], [ -122.311147, 37.906529 ], [ -122.310994, 37.906595 ], [ -122.310989, 37.906587 ], [ -122.310834, 37.90636 ], [ -122.310829, 37.906352 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5016.0, "Shape_area": 5016.4585724799999, "Shape_len": 299.95686315900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335722, 37.940067 ], [ -122.335836, 37.940047 ], [ -122.336083, 37.94002 ], [ -122.336072, 37.940072 ], [ -122.336056, 37.940143 ], [ -122.336044, 37.940141 ], [ -122.335726, 37.940095 ], [ -122.335716, 37.940094 ], [ -122.335722, 37.940067 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6329.0, "Shape_area": 6329.2590778900003, "Shape_len": 354.13895290400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309586, 37.902311 ], [ -122.309597, 37.902307 ], [ -122.309966, 37.902151 ], [ -122.309976, 37.902146 ], [ -122.310016, 37.902205 ], [ -122.310057, 37.902265 ], [ -122.30968, 37.902428 ], [ -122.309669, 37.902432 ], [ -122.309586, 37.902311 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5003.0, "Shape_area": 5002.8681992299998, "Shape_len": 299.44966595400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311939, 37.906394 ], [ -122.312093, 37.906328 ], [ -122.312257, 37.906568 ], [ -122.312103, 37.906634 ], [ -122.312098, 37.906626 ], [ -122.311945, 37.906402 ], [ -122.311939, 37.906394 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6660.0, "Shape_area": 6660.2757657100001, "Shape_len": 333.01803621099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310432, 37.901793 ], [ -122.310442, 37.901788 ], [ -122.310726, 37.901667 ], [ -122.310736, 37.901663 ], [ -122.310846, 37.901824 ], [ -122.310836, 37.901829 ], [ -122.310552, 37.90195 ], [ -122.310542, 37.901954 ], [ -122.310432, 37.901793 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5034.0, "Shape_area": 5034.1138130299996, "Shape_len": 299.98466524899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312439, 37.906489 ], [ -122.312591, 37.906425 ], [ -122.312711, 37.906373 ], [ -122.312742, 37.90636 ], [ -122.312826, 37.906482 ], [ -122.312523, 37.906612 ], [ -122.312439, 37.906489 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5509.0, "Shape_area": 5508.8112825199996, "Shape_len": 321.78504040299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329844, 37.920475 ], [ -122.330055, 37.920206 ], [ -122.330185, 37.9203 ], [ -122.32999, 37.920546 ], [ -122.329844, 37.920475 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5875.0, "Shape_area": 5875.4367561, "Shape_len": 336.94891899499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326299, 37.940196 ], [ -122.326685, 37.940079 ], [ -122.326746, 37.940206 ], [ -122.326619, 37.940244 ], [ -122.326489, 37.940284 ], [ -122.32636, 37.940322 ], [ -122.326299, 37.940196 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 8316.0, "Shape_area": 8316.4331567900008, "Shape_len": 373.10173471100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310637, 37.902094 ], [ -122.310647, 37.90209 ], [ -122.310944, 37.901963 ], [ -122.310954, 37.901959 ], [ -122.31112, 37.902121 ], [ -122.31111, 37.902126 ], [ -122.310771, 37.902272 ], [ -122.310761, 37.902276 ], [ -122.310637, 37.902094 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7541.0, "Shape_area": 7540.6441304500004, "Shape_len": 351.841175894, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341321, 37.939997 ], [ -122.34135, 37.939997 ], [ -122.341675, 37.940023 ], [ -122.341658, 37.940094 ], [ -122.341649, 37.940093 ], [ -122.34131, 37.940046 ], [ -122.341317, 37.940015 ], [ -122.341321, 37.939997 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5541.0, "Shape_area": 5540.6379660499997, "Shape_len": 306.74712512399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332956, 37.94002 ], [ -122.332969, 37.940022 ], [ -122.333284, 37.940075 ], [ -122.333295, 37.940077 ], [ -122.333258, 37.940219 ], [ -122.333256, 37.940227 ], [ -122.332951, 37.940176 ], [ -122.332928, 37.940165 ], [ -122.332924, 37.940142 ], [ -122.332956, 37.94002 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6287.0, "Shape_area": 6287.4451262499997, "Shape_len": 352.75392856100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309729, 37.901783 ], [ -122.309739, 37.901779 ], [ -122.310106, 37.901623 ], [ -122.310116, 37.901619 ], [ -122.310198, 37.901739 ], [ -122.310188, 37.901743 ], [ -122.309821, 37.901898 ], [ -122.30981, 37.901903 ], [ -122.309729, 37.901783 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5119.0, "Shape_area": 5118.5637890199996, "Shape_len": 302.55623530899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340437, 37.94003 ], [ -122.340636, 37.940009 ], [ -122.340797, 37.940001 ], [ -122.340772, 37.940114 ], [ -122.34043, 37.940066 ], [ -122.340437, 37.94003 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5000.0, "Shape_area": 4999.6863475099999, "Shape_len": 300.65892392400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.30897, 37.906366 ], [ -122.309016, 37.906346 ], [ -122.309122, 37.906301 ], [ -122.309127, 37.906309 ], [ -122.309281, 37.906537 ], [ -122.309287, 37.906545 ], [ -122.309136, 37.906609 ], [ -122.309131, 37.906601 ], [ -122.308975, 37.906375 ], [ -122.30897, 37.906366 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6049.0, "Shape_area": 6048.9770603799998, "Shape_len": 341.04370509199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325206, 37.940232 ], [ -122.325467, 37.940154 ], [ -122.325596, 37.940115 ], [ -122.325657, 37.940244 ], [ -122.325268, 37.940362 ], [ -122.325206, 37.940232 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5005.0, "Shape_area": 5004.7184025400002, "Shape_len": 301.90642315999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308199, 37.906386 ], [ -122.308204, 37.906394 ], [ -122.30828, 37.906505 ], [ -122.308269, 37.906509 ], [ -122.307979, 37.906633 ], [ -122.307969, 37.906637 ], [ -122.307888, 37.906518 ], [ -122.308199, 37.906386 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7591.0, "Shape_area": 7591.1855092699998, "Shape_len": 351.27161787400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342739, 37.940005 ], [ -122.342837, 37.939994 ], [ -122.342876, 37.939993 ], [ -122.342874, 37.939963 ], [ -122.342877, 37.939847 ], [ -122.343104, 37.939878 ], [ -122.343115, 37.939879 ], [ -122.343099, 37.939952 ], [ -122.343069, 37.940087 ], [ -122.342741, 37.940042 ], [ -122.342731, 37.940041 ], [ -122.342739, 37.940005 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5024.0, "Shape_area": 5024.4726596600003, "Shape_len": 299.792898869, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329601, 37.940238 ], [ -122.329619, 37.940172 ], [ -122.329637, 37.940101 ], [ -122.329974, 37.940158 ], [ -122.329938, 37.940294 ], [ -122.329601, 37.940238 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5052.0, "Shape_area": 5051.8291951800002, "Shape_len": 301.80421493099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312826, 37.906482 ], [ -122.312742, 37.90636 ], [ -122.312833, 37.906321 ], [ -122.312895, 37.906294 ], [ -122.313062, 37.906537 ], [ -122.312909, 37.906603 ], [ -122.312826, 37.906482 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5000.0, "Shape_area": 4999.9499955199999, "Shape_len": 300.28174864800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.306912, 37.906469 ], [ -122.30706, 37.906405 ], [ -122.307103, 37.906466 ], [ -122.307222, 37.906638 ], [ -122.307227, 37.906647 ], [ -122.307072, 37.906713 ], [ -122.307067, 37.906705 ], [ -122.306912, 37.906469 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5023.0, "Shape_area": 5022.9184506399997, "Shape_len": 299.768877476, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336584, 37.94014 ], [ -122.336615, 37.940003 ], [ -122.336954, 37.940052 ], [ -122.336938, 37.940121 ], [ -122.336923, 37.940189 ], [ -122.336584, 37.94014 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5036.0, "Shape_area": 5035.5269073099998, "Shape_len": 300.80774512699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.306134, 37.906491 ], [ -122.306288, 37.906425 ], [ -122.306452, 37.906667 ], [ -122.306406, 37.906686 ], [ -122.306299, 37.906732 ], [ -122.306134, 37.906491 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5021.0, "Shape_area": 5021.0486428800004, "Shape_len": 300.49942532300003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329413, 37.940279 ], [ -122.329243, 37.940251 ], [ -122.329279, 37.940117 ], [ -122.329619, 37.940172 ], [ -122.329601, 37.940238 ], [ -122.329583, 37.940307 ], [ -122.329413, 37.940279 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5091.0, "Shape_area": 5090.62594137, "Shape_len": 302.72356549599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330489, 37.940243 ], [ -122.330496, 37.940214 ], [ -122.330525, 37.940107 ], [ -122.330857, 37.940162 ], [ -122.330867, 37.940164 ], [ -122.330832, 37.940299 ], [ -122.330822, 37.940298 ], [ -122.3305, 37.940245 ], [ -122.330489, 37.940243 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5057.0, "Shape_area": 5057.09670379, "Shape_len": 301.57119620700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308009, 37.908077 ], [ -122.308162, 37.908011 ], [ -122.308243, 37.908129 ], [ -122.308328, 37.908254 ], [ -122.30825, 37.908287 ], [ -122.308174, 37.908319 ], [ -122.308009, 37.908077 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6142.0, "Shape_area": 6142.1516201699997, "Shape_len": 349.61921678700003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329852, 37.921238 ], [ -122.330102, 37.920925 ], [ -122.330248, 37.921001 ], [ -122.330058, 37.921246 ], [ -122.329852, 37.921238 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6131.0, "Shape_area": 6131.1809487299997, "Shape_len": 322.61317776, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326641, 37.921571 ], [ -122.326468, 37.921565 ], [ -122.326437, 37.921564 ], [ -122.32646, 37.92129 ], [ -122.326666, 37.921298 ], [ -122.326656, 37.921572 ], [ -122.326641, 37.921571 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5550.0, "Shape_area": 5549.8833270699997, "Shape_len": 310.751409228, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328572, 37.919712 ], [ -122.328858, 37.919864 ], [ -122.32876, 37.919989 ], [ -122.328465, 37.919846 ], [ -122.328572, 37.919712 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5033.0, "Shape_area": 5033.2680649699996, "Shape_len": 299.741133762, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341796, 37.94026 ], [ -122.341827, 37.940122 ], [ -122.341839, 37.940123 ], [ -122.342154, 37.940168 ], [ -122.342165, 37.94017 ], [ -122.34215, 37.940236 ], [ -122.342135, 37.940306 ], [ -122.341807, 37.940261 ], [ -122.341796, 37.94026 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5099.0, "Shape_area": 5098.5174819200001, "Shape_len": 302.66133744699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309515, 37.907744 ], [ -122.309592, 37.90771 ], [ -122.309669, 37.907677 ], [ -122.309834, 37.907921 ], [ -122.30968, 37.907987 ], [ -122.309515, 37.907744 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5084.0, "Shape_area": 5083.8502728599997, "Shape_len": 302.10879323500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311376, 37.907729 ], [ -122.311452, 37.907696 ], [ -122.311529, 37.907663 ], [ -122.311535, 37.907671 ], [ -122.311691, 37.907897 ], [ -122.311696, 37.907905 ], [ -122.311542, 37.907972 ], [ -122.311536, 37.907963 ], [ -122.311376, 37.907729 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5069.0, "Shape_area": 5068.5639253, "Shape_len": 302.43835551900003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310601, 37.907748 ], [ -122.310754, 37.907683 ], [ -122.310921, 37.907927 ], [ -122.31091, 37.907931 ], [ -122.310767, 37.907993 ], [ -122.310601, 37.907748 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5058.0, "Shape_area": 5058.2942925300003, "Shape_len": 303.334789376, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309933, 37.911466 ], [ -122.310084, 37.911402 ], [ -122.310252, 37.911649 ], [ -122.310101, 37.911713 ], [ -122.309933, 37.911466 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5092.0, "Shape_area": 5092.3501320799996, "Shape_len": 301.69441391700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316074, 37.911582 ], [ -122.316, 37.911544 ], [ -122.31619, 37.911315 ], [ -122.316338, 37.911392 ], [ -122.316148, 37.911621 ], [ -122.316074, 37.911582 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6238.0, "Shape_area": 6237.6983305200001, "Shape_len": 323.91735532600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341845, 37.940045 ], [ -122.342057, 37.940075 ], [ -122.342142, 37.940092 ], [ -122.342184, 37.940085 ], [ -122.342175, 37.940125 ], [ -122.342165, 37.94017 ], [ -122.342154, 37.940168 ], [ -122.341839, 37.940123 ], [ -122.341827, 37.940122 ], [ -122.341845, 37.940045 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6028.0, "Shape_area": 6028.2832216200004, "Shape_len": 340.96273873299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32276, 37.940377 ], [ -122.322763, 37.940246 ], [ -122.322817, 37.940359 ], [ -122.322807, 37.940362 ], [ -122.32276, 37.940377 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5051.0, "Shape_area": 5051.0320705300001, "Shape_len": 301.20820214100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314512, 37.91159 ], [ -122.314703, 37.91136 ], [ -122.314849, 37.911436 ], [ -122.314658, 37.911666 ], [ -122.314512, 37.91159 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7499.0, "Shape_area": 7498.5110413399998, "Shape_len": 349.82795373099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312937, 37.911539 ], [ -122.313241, 37.911409 ], [ -122.313283, 37.91147 ], [ -122.313324, 37.911531 ], [ -122.313365, 37.911591 ], [ -122.313061, 37.911721 ], [ -122.31302, 37.911661 ], [ -122.312979, 37.9116 ], [ -122.312937, 37.911539 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5055.0, "Shape_area": 5055.3042357000004, "Shape_len": 302.49446360600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309472, 37.911666 ], [ -122.309781, 37.911533 ], [ -122.309863, 37.911653 ], [ -122.309554, 37.911786 ], [ -122.309472, 37.911666 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5480.0, "Shape_area": 5479.6917534000004, "Shape_len": 321.25806006800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320356, 37.911546 ], [ -122.320577, 37.91128 ], [ -122.320665, 37.911351 ], [ -122.320701, 37.91138 ], [ -122.320499, 37.91162 ], [ -122.320356, 37.911546 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5078.0, "Shape_area": 5077.6586543800004, "Shape_len": 301.08037207699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311118, 37.911465 ], [ -122.31128, 37.911706 ], [ -122.311126, 37.911772 ], [ -122.310962, 37.911532 ], [ -122.311118, 37.911465 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5932.0, "Shape_area": 5932.0851033299996, "Shape_len": 318.680770946, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335149, 37.940244 ], [ -122.335184, 37.940089 ], [ -122.335518, 37.940138 ], [ -122.335529, 37.940139 ], [ -122.335493, 37.940297 ], [ -122.33548, 37.940299 ], [ -122.335149, 37.940244 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5014.0, "Shape_area": 5014.1675315299999, "Shape_len": 300.12907852500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31618, 37.911638 ], [ -122.316148, 37.911621 ], [ -122.316338, 37.911392 ], [ -122.316483, 37.911468 ], [ -122.316293, 37.911697 ], [ -122.31618, 37.911638 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5002.0, "Shape_area": 5002.0639092800002, "Shape_len": 299.09055574299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331002, 37.940328 ], [ -122.331037, 37.940192 ], [ -122.331048, 37.940194 ], [ -122.331373, 37.940249 ], [ -122.331338, 37.940384 ], [ -122.331014, 37.94033 ], [ -122.331002, 37.940328 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7617.0, "Shape_area": 7617.0856597399998, "Shape_len": 352.60523315799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331412, 37.940609 ], [ -122.331284, 37.940588 ], [ -122.331303, 37.940518 ], [ -122.331338, 37.940384 ], [ -122.331669, 37.94044 ], [ -122.331679, 37.940441 ], [ -122.331625, 37.940645 ], [ -122.331617, 37.940644 ], [ -122.331412, 37.940609 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5007.0, "Shape_area": 5007.2594476599998, "Shape_len": 301.200764359, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335964, 37.940519 ], [ -122.335997, 37.940391 ], [ -122.336002, 37.940385 ], [ -122.336327, 37.940439 ], [ -122.33634, 37.940438 ], [ -122.336304, 37.940575 ], [ -122.335964, 37.940519 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5272.0, "Shape_area": 5272.4456552700003, "Shape_len": 312.351280406, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.358548, 37.940454 ], [ -122.358547, 37.940317 ], [ -122.358719, 37.940317 ], [ -122.358918, 37.940317 ], [ -122.358918, 37.940452 ], [ -122.358548, 37.940454 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5935.0, "Shape_area": 5934.7616991200002, "Shape_len": 339.64915524700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322859, 37.941082 ], [ -122.322829, 37.940973 ], [ -122.322824, 37.940948 ], [ -122.323054, 37.940879 ], [ -122.323065, 37.940875 ], [ -122.323125, 37.941002 ], [ -122.323115, 37.941005 ], [ -122.322859, 37.941082 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5484.0, "Shape_area": 5483.8040475899998, "Shape_len": 312.50522289000003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339169, 37.941388 ], [ -122.339229, 37.941114 ], [ -122.339335, 37.941114 ], [ -122.339419, 37.941113 ], [ -122.339361, 37.941388 ], [ -122.339169, 37.941388 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5063.0, "Shape_area": 5063.2069594799996, "Shape_len": 301.761980419, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331338, 37.940384 ], [ -122.331373, 37.940249 ], [ -122.331704, 37.940304 ], [ -122.331714, 37.940306 ], [ -122.331679, 37.940441 ], [ -122.331669, 37.94044 ], [ -122.331338, 37.940384 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5689.0, "Shape_area": 5689.4733416299996, "Shape_len": 312.71873418899997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329018, 37.921658 ], [ -122.328958, 37.921657 ], [ -122.328953, 37.921385 ], [ -122.329155, 37.921393 ], [ -122.329155, 37.921663 ], [ -122.329018, 37.921658 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5995.0, "Shape_area": 5994.7387215299996, "Shape_len": 319.77394615399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326838, 37.921579 ], [ -122.326656, 37.921572 ], [ -122.326666, 37.921298 ], [ -122.326877, 37.921306 ], [ -122.326861, 37.92158 ], [ -122.326838, 37.921579 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5007.0, "Shape_area": 5006.5082545699997, "Shape_len": 301.84473701600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343009, 37.940356 ], [ -122.343038, 37.940223 ], [ -122.343375, 37.94027 ], [ -122.343386, 37.940272 ], [ -122.343356, 37.940406 ], [ -122.343344, 37.940404 ], [ -122.343009, 37.940356 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7455.0, "Shape_area": 7454.7853119000001, "Shape_len": 348.88438648099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340356, 37.9404 ], [ -122.340384, 37.940266 ], [ -122.3404, 37.940198 ], [ -122.340741, 37.940247 ], [ -122.340696, 37.940448 ], [ -122.340356, 37.9404 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5023.0, "Shape_area": 5022.9769338599999, "Shape_len": 300.09591208099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327052, 37.921587 ], [ -122.327031, 37.921586 ], [ -122.327052, 37.921313 ], [ -122.327225, 37.921319 ], [ -122.327207, 37.921592 ], [ -122.327052, 37.921587 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5606.0, "Shape_area": 5606.19042111, "Shape_len": 311.91129926999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327253, 37.921594 ], [ -122.327207, 37.921592 ], [ -122.327225, 37.921319 ], [ -122.327408, 37.921327 ], [ -122.327414, 37.9216 ], [ -122.327253, 37.921594 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5848.0, "Shape_area": 5847.8159773199995, "Shape_len": 320.90331448299997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327451, 37.921602 ], [ -122.327414, 37.9216 ], [ -122.327408, 37.921327 ], [ -122.327617, 37.921335 ], [ -122.327613, 37.9216 ], [ -122.327623, 37.921608 ], [ -122.327451, 37.921602 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7257.0, "Shape_area": 7257.0781345100004, "Shape_len": 348.35004532300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339361, 37.941388 ], [ -122.339419, 37.941113 ], [ -122.339672, 37.941112 ], [ -122.33961, 37.941388 ], [ -122.339361, 37.941388 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5580.0, "Shape_area": 5579.9480834799997, "Shape_len": 311.00320258099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32797, 37.921621 ], [ -122.327928, 37.921619 ], [ -122.327934, 37.921347 ], [ -122.328126, 37.921354 ], [ -122.328127, 37.921627 ], [ -122.32797, 37.921621 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5315.0, "Shape_area": 5315.1187859000001, "Shape_len": 311.56992326800003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334191, 37.940381 ], [ -122.334193, 37.940374 ], [ -122.334266, 37.940098 ], [ -122.334437, 37.940127 ], [ -122.334435, 37.940137 ], [ -122.334364, 37.940402 ], [ -122.334362, 37.94041 ], [ -122.334191, 37.940381 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6280.0, "Shape_area": 6279.8920342000001, "Shape_len": 325.12907797899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328327, 37.921634 ], [ -122.328144, 37.921627 ], [ -122.328127, 37.921627 ], [ -122.328126, 37.921354 ], [ -122.328346, 37.921363 ], [ -122.328345, 37.921635 ], [ -122.328327, 37.921634 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5958.0, "Shape_area": 5957.5263756599998, "Shape_len": 318.54794364200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328499, 37.921641 ], [ -122.328345, 37.921635 ], [ -122.328346, 37.921363 ], [ -122.328556, 37.92137 ], [ -122.328553, 37.921643 ], [ -122.328499, 37.921641 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6013.0, "Shape_area": 6013.0337563399999, "Shape_len": 319.62174824900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32867, 37.921647 ], [ -122.328553, 37.921643 ], [ -122.328556, 37.92137 ], [ -122.328766, 37.921378 ], [ -122.328763, 37.92165 ], [ -122.32867, 37.921647 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5948.0, "Shape_area": 5948.1771961200002, "Shape_len": 318.231174818, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32497, 37.921711 ], [ -122.324971, 37.921571 ], [ -122.324971, 37.921545 ], [ -122.325315, 37.921549 ], [ -122.325313, 37.921713 ], [ -122.32497, 37.921711 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5441.0, "Shape_area": 5440.6597914699996, "Shape_len": 307.97477619699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328843, 37.921653 ], [ -122.328763, 37.92165 ], [ -122.328766, 37.921378 ], [ -122.328953, 37.921385 ], [ -122.328958, 37.921657 ], [ -122.328843, 37.921653 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5221.0, "Shape_area": 5220.8237449799999, "Shape_len": 306.08758878600003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341279, 37.940185 ], [ -122.341286, 37.940156 ], [ -122.34131, 37.940046 ], [ -122.341649, 37.940093 ], [ -122.341658, 37.940094 ], [ -122.341626, 37.940233 ], [ -122.341617, 37.940231 ], [ -122.341279, 37.940185 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5877.0, "Shape_area": 5876.8658635800002, "Shape_len": 338.21047179499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325268, 37.940362 ], [ -122.325657, 37.940244 ], [ -122.325717, 37.94037 ], [ -122.325327, 37.940487 ], [ -122.325268, 37.940362 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6049.0, "Shape_area": 6048.5704918900001, "Shape_len": 324.960807, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333885, 37.940099 ], [ -122.334072, 37.940066 ], [ -122.334095, 37.94007 ], [ -122.334093, 37.94008 ], [ -122.334026, 37.940345 ], [ -122.334024, 37.940353 ], [ -122.333827, 37.940319 ], [ -122.333885, 37.940099 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5035.0, "Shape_area": 5035.4526495500004, "Shape_len": 299.56221757100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340077, 37.940083 ], [ -122.340087, 37.940081 ], [ -122.340415, 37.940128 ], [ -122.3404, 37.940198 ], [ -122.340384, 37.940266 ], [ -122.340047, 37.940218 ], [ -122.340077, 37.940083 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5955.0, "Shape_area": 5955.1535246399999, "Shape_len": 338.34564638699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325717, 37.94037 ], [ -122.326103, 37.940253 ], [ -122.326164, 37.940382 ], [ -122.326012, 37.940428 ], [ -122.325858, 37.940474 ], [ -122.325778, 37.940498 ], [ -122.325717, 37.94037 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5070.0, "Shape_area": 5070.2674838299999, "Shape_len": 301.94265729300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337434, 37.94027 ], [ -122.337465, 37.940134 ], [ -122.337808, 37.940184 ], [ -122.337794, 37.940246 ], [ -122.337777, 37.94032 ], [ -122.337434, 37.94027 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6020.0, "Shape_area": 6019.6479510099998, "Shape_len": 320.87625806, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336901, 37.940282 ], [ -122.336923, 37.940189 ], [ -122.336938, 37.940121 ], [ -122.337281, 37.94017 ], [ -122.337245, 37.940332 ], [ -122.336901, 37.940282 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5227.0, "Shape_area": 5226.5662076099998, "Shape_len": 309.56954858900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334024, 37.940353 ], [ -122.334026, 37.940345 ], [ -122.334093, 37.94008 ], [ -122.334095, 37.94007 ], [ -122.334252, 37.940096 ], [ -122.334266, 37.940098 ], [ -122.334193, 37.940374 ], [ -122.334191, 37.940381 ], [ -122.334024, 37.940353 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5073.0, "Shape_area": 5073.2408413800003, "Shape_len": 301.98449158800003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330357, 37.940434 ], [ -122.330105, 37.940392 ], [ -122.330094, 37.94039 ], [ -122.330129, 37.940256 ], [ -122.330142, 37.940258 ], [ -122.33046, 37.940309 ], [ -122.330471, 37.94031 ], [ -122.330462, 37.940346 ], [ -122.330437, 37.940437 ], [ -122.330435, 37.940447 ], [ -122.330357, 37.940434 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6038.0, "Shape_area": 6038.01314267, "Shape_len": 340.877891138, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323074, 37.940432 ], [ -122.323086, 37.940429 ], [ -122.323464, 37.940315 ], [ -122.323526, 37.940444 ], [ -122.323144, 37.940559 ], [ -122.323136, 37.940561 ], [ -122.323074, 37.940432 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6306.0, "Shape_area": 6306.4707582399997, "Shape_len": 352.95248821600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309689, 37.901724 ], [ -122.309647, 37.901664 ], [ -122.309658, 37.901659 ], [ -122.310023, 37.901502 ], [ -122.310034, 37.901498 ], [ -122.310116, 37.901619 ], [ -122.310106, 37.901623 ], [ -122.309739, 37.901779 ], [ -122.309729, 37.901783 ], [ -122.309689, 37.901724 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5124.0, "Shape_area": 5123.9248160400002, "Shape_len": 304.48893521500003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343921, 37.940206 ], [ -122.343929, 37.940171 ], [ -122.343951, 37.94007 ], [ -122.344292, 37.940117 ], [ -122.3443, 37.940119 ], [ -122.344269, 37.940254 ], [ -122.344261, 37.940253 ], [ -122.343933, 37.940207 ], [ -122.343921, 37.940206 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7683.0, "Shape_area": 7683.0741950700003, "Shape_len": 380.38643127500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309606, 37.901603 ], [ -122.309525, 37.901484 ], [ -122.309516, 37.90147 ], [ -122.309531, 37.901467 ], [ -122.30968, 37.901444 ], [ -122.309824, 37.901421 ], [ -122.309955, 37.9014 ], [ -122.309966, 37.901398 ], [ -122.310034, 37.901498 ], [ -122.310023, 37.901502 ], [ -122.309658, 37.901659 ], [ -122.309647, 37.901664 ], [ -122.309606, 37.901603 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6109.0, "Shape_area": 6109.0222955700001, "Shape_len": 342.35163192099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322767, 37.940523 ], [ -122.322759, 37.94041 ], [ -122.32276, 37.940377 ], [ -122.322807, 37.940362 ], [ -122.322817, 37.940359 ], [ -122.32288, 37.94049 ], [ -122.322868, 37.940493 ], [ -122.322767, 37.940523 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5011.0, "Shape_area": 5010.6351071099998, "Shape_len": 299.45384062800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337763, 37.940383 ], [ -122.337777, 37.94032 ], [ -122.337794, 37.940246 ], [ -122.338132, 37.940296 ], [ -122.338102, 37.940433 ], [ -122.337763, 37.940383 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6396.0, "Shape_area": 6395.5834611700002, "Shape_len": 354.558062979, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309836, 37.90194 ], [ -122.30981, 37.901903 ], [ -122.309821, 37.901898 ], [ -122.310188, 37.901743 ], [ -122.310198, 37.901739 ], [ -122.310281, 37.90186 ], [ -122.310271, 37.901864 ], [ -122.309904, 37.902021 ], [ -122.309894, 37.902025 ], [ -122.309836, 37.90194 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5831.0, "Shape_area": 5831.3265585500003, "Shape_len": 319.982059736, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310542, 37.901954 ], [ -122.310552, 37.90195 ], [ -122.310836, 37.901829 ], [ -122.310846, 37.901824 ], [ -122.310907, 37.901913 ], [ -122.310954, 37.901959 ], [ -122.310944, 37.901963 ], [ -122.310647, 37.90209 ], [ -122.310637, 37.902094 ], [ -122.310542, 37.901954 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6320.0, "Shape_area": 6320.3905785999996, "Shape_len": 353.52761224, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309976, 37.902146 ], [ -122.309934, 37.902085 ], [ -122.309945, 37.902081 ], [ -122.310312, 37.901925 ], [ -122.310322, 37.90192 ], [ -122.310405, 37.902041 ], [ -122.310394, 37.902045 ], [ -122.310026, 37.902201 ], [ -122.310016, 37.902205 ], [ -122.309976, 37.902146 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6049.0, "Shape_area": 6048.9757818500002, "Shape_len": 339.97147372699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332561, 37.940846 ], [ -122.332553, 37.940771 ], [ -122.33253, 37.940723 ], [ -122.33252, 37.940699 ], [ -122.332518, 37.940693 ], [ -122.332528, 37.940695 ], [ -122.332917, 37.940757 ], [ -122.332927, 37.940758 ], [ -122.332921, 37.94091 ], [ -122.33291, 37.940908 ], [ -122.332572, 37.940855 ], [ -122.332561, 37.940846 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6171.0, "Shape_area": 6170.5393949, "Shape_len": 343.607402294, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322897, 37.94122 ], [ -122.322859, 37.941082 ], [ -122.323115, 37.941005 ], [ -122.323125, 37.941002 ], [ -122.323189, 37.941133 ], [ -122.323179, 37.941136 ], [ -122.322897, 37.94122 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6331.0, "Shape_area": 6331.1648838900001, "Shape_len": 354.27229834000002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309505, 37.902192 ], [ -122.309515, 37.902187 ], [ -122.309884, 37.90203 ], [ -122.309894, 37.902025 ], [ -122.309934, 37.902085 ], [ -122.309976, 37.902146 ], [ -122.309966, 37.902151 ], [ -122.309597, 37.902307 ], [ -122.309586, 37.902311 ], [ -122.309505, 37.902192 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6873.0, "Shape_area": 6872.7329887300002, "Shape_len": 389.44950269100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328791, 37.941077 ], [ -122.328722, 37.940928 ], [ -122.328768, 37.940936 ], [ -122.328964, 37.940968 ], [ -122.329091, 37.940989 ], [ -122.329222, 37.94101 ], [ -122.329241, 37.941151 ], [ -122.328791, 37.941077 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5640.0, "Shape_area": 5639.6864578100003, "Shape_len": 342.97169093600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310119, 37.902357 ], [ -122.310067, 37.90228 ], [ -122.310445, 37.902119 ], [ -122.310455, 37.902114 ], [ -122.310529, 37.902222 ], [ -122.310139, 37.902386 ], [ -122.310119, 37.902357 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5434.0, "Shape_area": 5433.6888628099996, "Shape_len": 308.18966228900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337699, 37.940663 ], [ -122.337704, 37.940645 ], [ -122.337723, 37.940562 ], [ -122.337733, 37.940517 ], [ -122.338071, 37.940567 ], [ -122.338037, 37.940716 ], [ -122.337699, 37.940663 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5018.0, "Shape_area": 5017.9000760500003, "Shape_len": 299.84933404899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31045, 37.902567 ], [ -122.310605, 37.9025 ], [ -122.310611, 37.902508 ], [ -122.310762, 37.902733 ], [ -122.310768, 37.902741 ], [ -122.310616, 37.902806 ], [ -122.31061, 37.902798 ], [ -122.310456, 37.902575 ], [ -122.31045, 37.902567 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5142.0, "Shape_area": 5142.3106870199999, "Shape_len": 346.55479830799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325011, 37.940295 ], [ -122.325131, 37.940546 ], [ -122.324791, 37.940649 ], [ -122.325011, 37.940295 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5652.0, "Shape_area": 5652.2482638800002, "Shape_len": 353.41700047500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309875, 37.902733 ], [ -122.309885, 37.902729 ], [ -122.310264, 37.902569 ], [ -122.310299, 37.902621 ], [ -122.310305, 37.902629 ], [ -122.310223, 37.902664 ], [ -122.310264, 37.902723 ], [ -122.310253, 37.902728 ], [ -122.310112, 37.902788 ], [ -122.309967, 37.902849 ], [ -122.309957, 37.902853 ], [ -122.309875, 37.902733 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5010.0, "Shape_area": 5010.0120113700004, "Shape_len": 299.67680401199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311163, 37.902417 ], [ -122.311086, 37.902303 ], [ -122.311081, 37.902295 ], [ -122.311213, 37.902237 ], [ -122.311235, 37.902229 ], [ -122.311396, 37.902471 ], [ -122.311243, 37.902536 ], [ -122.311238, 37.902528 ], [ -122.311163, 37.902417 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5044.0, "Shape_area": 5044.4432885899996, "Shape_len": 301.43271326500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337404, 37.940406 ], [ -122.337434, 37.94027 ], [ -122.337777, 37.94032 ], [ -122.337763, 37.940383 ], [ -122.337747, 37.940457 ], [ -122.337404, 37.940406 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6477.0, "Shape_area": 6476.5893160599999, "Shape_len": 356.284908847, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310186, 37.902454 ], [ -122.31018, 37.902447 ], [ -122.310559, 37.902287 ], [ -122.31057, 37.902283 ], [ -122.310654, 37.902406 ], [ -122.310644, 37.90241 ], [ -122.310264, 37.902569 ], [ -122.310186, 37.902454 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5106.0, "Shape_area": 5106.4245512799998, "Shape_len": 334.75798571799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.30973, 37.902521 ], [ -122.30974, 37.902517 ], [ -122.310109, 37.902361 ], [ -122.310119, 37.902357 ], [ -122.310139, 37.902386 ], [ -122.31018, 37.902447 ], [ -122.310186, 37.902454 ], [ -122.310176, 37.902459 ], [ -122.309806, 37.902613 ], [ -122.309796, 37.902617 ], [ -122.30973, 37.902521 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5090.0, "Shape_area": 5089.6840437700002, "Shape_len": 302.38484135800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33687, 37.940419 ], [ -122.336876, 37.940394 ], [ -122.336899, 37.940293 ], [ -122.336901, 37.940282 ], [ -122.337245, 37.940332 ], [ -122.337214, 37.940468 ], [ -122.33687, 37.940419 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6060.0, "Shape_area": 6059.54779426, "Shape_len": 341.256086998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323136, 37.940561 ], [ -122.323144, 37.940559 ], [ -122.323526, 37.940444 ], [ -122.323588, 37.940573 ], [ -122.323206, 37.940688 ], [ -122.323198, 37.940691 ], [ -122.323136, 37.940561 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5004.0, "Shape_area": 5004.3324615000001, "Shape_len": 299.28628492500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334742, 37.940456 ], [ -122.334777, 37.94032 ], [ -122.334788, 37.940322 ], [ -122.335104, 37.940373 ], [ -122.335114, 37.940375 ], [ -122.335105, 37.94041 ], [ -122.335079, 37.940511 ], [ -122.334752, 37.940457 ], [ -122.334742, 37.940456 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5016.0, "Shape_area": 5015.6163752100001, "Shape_len": 300.10127471200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3091, 37.90252 ], [ -122.309111, 37.902516 ], [ -122.309393, 37.902395 ], [ -122.309403, 37.90239 ], [ -122.309486, 37.902512 ], [ -122.30918, 37.902642 ], [ -122.309175, 37.902634 ], [ -122.3091, 37.90252 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5104.0, "Shape_area": 5104.4568629400001, "Shape_len": 302.35568528200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310246, 37.903276 ], [ -122.310256, 37.903272 ], [ -122.31054, 37.90315 ], [ -122.310551, 37.903145 ], [ -122.310628, 37.90326 ], [ -122.310635, 37.903268 ], [ -122.31033, 37.9034 ], [ -122.310246, 37.903276 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5154.0, "Shape_area": 5153.6045990800003, "Shape_len": 304.72316297899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311393, 37.902941 ], [ -122.311473, 37.902907 ], [ -122.311547, 37.902875 ], [ -122.311552, 37.902883 ], [ -122.311715, 37.90312 ], [ -122.31156, 37.903187 ], [ -122.311555, 37.903179 ], [ -122.311398, 37.902949 ], [ -122.311393, 37.902941 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5037.0, "Shape_area": 5037.4097402199995, "Shape_len": 300.76688126900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307418, 37.903086 ], [ -122.307561, 37.903025 ], [ -122.307572, 37.90302 ], [ -122.307735, 37.903263 ], [ -122.307581, 37.903328 ], [ -122.307575, 37.90332 ], [ -122.307418, 37.903086 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5021.0, "Shape_area": 5021.4261631400004, "Shape_len": 296.240896728, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332768, 37.940604 ], [ -122.332771, 37.940594 ], [ -122.332832, 37.940355 ], [ -122.33284, 37.940352 ], [ -122.332871, 37.940345 ], [ -122.332936, 37.940347 ], [ -122.33301, 37.94036 ], [ -122.333007, 37.940369 ], [ -122.332942, 37.940622 ], [ -122.33294, 37.940631 ], [ -122.332768, 37.940604 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7214.0, "Shape_area": 7213.6899926699998, "Shape_len": 343.62657266600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.344765, 37.940394 ], [ -122.344795, 37.940262 ], [ -122.34481, 37.940197 ], [ -122.344818, 37.940198 ], [ -122.345135, 37.940243 ], [ -122.345147, 37.940245 ], [ -122.345102, 37.940443 ], [ -122.345093, 37.940442 ], [ -122.344765, 37.940394 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6231.0, "Shape_area": 6231.1557049100002, "Shape_len": 324.07125068, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307874, 37.902889 ], [ -122.307949, 37.902857 ], [ -122.308026, 37.902825 ], [ -122.308067, 37.902807 ], [ -122.308073, 37.902816 ], [ -122.308221, 37.903041 ], [ -122.308226, 37.903049 ], [ -122.308035, 37.90313 ], [ -122.30803, 37.903122 ], [ -122.30788, 37.902897 ], [ -122.307874, 37.902889 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5120.0, "Shape_area": 5120.0514067200002, "Shape_len": 303.64180962799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309522, 37.903429 ], [ -122.309676, 37.903363 ], [ -122.30976, 37.903486 ], [ -122.309843, 37.903608 ], [ -122.309688, 37.903674 ], [ -122.309527, 37.903437 ], [ -122.309522, 37.903429 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5038.0, "Shape_area": 5037.6495419599996, "Shape_len": 300.86108020699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.306493, 37.903483 ], [ -122.3065, 37.90348 ], [ -122.306653, 37.903414 ], [ -122.306653, 37.903422 ], [ -122.306811, 37.903654 ], [ -122.306655, 37.903721 ], [ -122.306493, 37.903483 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5163.0, "Shape_area": 5162.5982663200002, "Shape_len": 303.48667318899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334246, 37.940853 ], [ -122.334248, 37.940844 ], [ -122.334317, 37.940581 ], [ -122.334319, 37.940573 ], [ -122.334456, 37.940595 ], [ -122.334476, 37.940606 ], [ -122.334481, 37.940628 ], [ -122.334415, 37.940881 ], [ -122.334404, 37.940879 ], [ -122.334246, 37.940853 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5783.0, "Shape_area": 5783.2896427599999, "Shape_len": 315.842292418, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328768, 37.940936 ], [ -122.328838, 37.940667 ], [ -122.329034, 37.940698 ], [ -122.328964, 37.940968 ], [ -122.328768, 37.940936 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7005.0, "Shape_area": 7004.7561248800002, "Shape_len": 384.80204400600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329241, 37.941151 ], [ -122.329222, 37.94101 ], [ -122.329351, 37.941031 ], [ -122.329477, 37.941051 ], [ -122.329731, 37.941092 ], [ -122.329696, 37.941225 ], [ -122.329241, 37.941151 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5107.0, "Shape_area": 5106.7511302499997, "Shape_len": 303.12402236700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309218, 37.903559 ], [ -122.309372, 37.903493 ], [ -122.309377, 37.903502 ], [ -122.309533, 37.903729 ], [ -122.309538, 37.903737 ], [ -122.30946, 37.903771 ], [ -122.309384, 37.903803 ], [ -122.309378, 37.903795 ], [ -122.309224, 37.903567 ], [ -122.309218, 37.903559 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5133.0, "Shape_area": 5132.5307663100002, "Shape_len": 303.44047439799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342044, 37.940713 ], [ -122.342075, 37.940576 ], [ -122.342409, 37.940623 ], [ -122.342419, 37.940625 ], [ -122.342388, 37.940764 ], [ -122.342378, 37.940762 ], [ -122.342044, 37.940713 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5164.0, "Shape_area": 5164.4081355899998, "Shape_len": 304.34101926400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310935, 37.903138 ], [ -122.311016, 37.903104 ], [ -122.311092, 37.903071 ], [ -122.311097, 37.903079 ], [ -122.311252, 37.903308 ], [ -122.311257, 37.903316 ], [ -122.311102, 37.903382 ], [ -122.311097, 37.903374 ], [ -122.310941, 37.903147 ], [ -122.310935, 37.903138 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5860.0, "Shape_area": 5859.9370557700004, "Shape_len": 316.61583777200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307115, 37.903216 ], [ -122.307263, 37.903153 ], [ -122.307296, 37.903139 ], [ -122.307301, 37.903147 ], [ -122.307453, 37.903372 ], [ -122.307459, 37.903379 ], [ -122.307279, 37.903455 ], [ -122.307273, 37.903447 ], [ -122.30712, 37.903224 ], [ -122.307115, 37.903216 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5024.0, "Shape_area": 5024.4203141099997, "Shape_len": 300.06588514100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309676, 37.903363 ], [ -122.309981, 37.903235 ], [ -122.310064, 37.903356 ], [ -122.310053, 37.903361 ], [ -122.30977, 37.903481 ], [ -122.30976, 37.903486 ], [ -122.309676, 37.903363 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7553.0, "Shape_area": 7553.2053438599996, "Shape_len": 351.35650708100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308818, 37.903262 ], [ -122.308869, 37.903241 ], [ -122.308999, 37.903185 ], [ -122.309048, 37.903164 ], [ -122.309053, 37.903173 ], [ -122.309206, 37.9034 ], [ -122.309212, 37.903408 ], [ -122.308983, 37.903506 ], [ -122.308978, 37.903498 ], [ -122.308824, 37.90327 ], [ -122.308818, 37.903262 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5047.0, "Shape_area": 5047.0539393299996, "Shape_len": 301.11363327700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307447, 37.903848 ], [ -122.307598, 37.903784 ], [ -122.307758, 37.904019 ], [ -122.307764, 37.904027 ], [ -122.307611, 37.904092 ], [ -122.307606, 37.904084 ], [ -122.307452, 37.90386 ], [ -122.307447, 37.903848 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5031.0, "Shape_area": 5030.8764266400003, "Shape_len": 300.651161188, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.306991, 37.904043 ], [ -122.307069, 37.904009 ], [ -122.30714, 37.903979 ], [ -122.307146, 37.903987 ], [ -122.307302, 37.904214 ], [ -122.307308, 37.904222 ], [ -122.307156, 37.904287 ], [ -122.30715, 37.904279 ], [ -122.306992, 37.90405 ], [ -122.306991, 37.904043 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5044.0, "Shape_area": 5044.1694347100001, "Shape_len": 300.40443466200003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342638, 37.940446 ], [ -122.342669, 37.940309 ], [ -122.34268, 37.940311 ], [ -122.343009, 37.940356 ], [ -122.342978, 37.940493 ], [ -122.342647, 37.940447 ], [ -122.342638, 37.940446 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5043.0, "Shape_area": 5042.5310565600003, "Shape_len": 300.72915446500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.305075, 37.904088 ], [ -122.305155, 37.904054 ], [ -122.305228, 37.904022 ], [ -122.305392, 37.904264 ], [ -122.305238, 37.90433 ], [ -122.305075, 37.904088 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5041.0, "Shape_area": 5040.6256699100004, "Shape_len": 298.58610983699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.306731, 37.903381 ], [ -122.30688, 37.903317 ], [ -122.306885, 37.903328 ], [ -122.307041, 37.903555 ], [ -122.306884, 37.903623 ], [ -122.306726, 37.903389 ], [ -122.306731, 37.903381 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7495.0, "Shape_area": 7494.7673807499996, "Shape_len": 350.06385882000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308591, 37.90336 ], [ -122.308743, 37.903295 ], [ -122.308818, 37.903262 ], [ -122.308824, 37.90327 ], [ -122.308978, 37.903498 ], [ -122.308983, 37.903506 ], [ -122.308756, 37.903603 ], [ -122.308751, 37.903595 ], [ -122.308597, 37.903369 ], [ -122.308591, 37.90336 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5037.0, "Shape_area": 5036.5418913499998, "Shape_len": 300.33694669699997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.30976, 37.903486 ], [ -122.30977, 37.903481 ], [ -122.310053, 37.903361 ], [ -122.310064, 37.903356 ], [ -122.310147, 37.903479 ], [ -122.309843, 37.903608 ], [ -122.30976, 37.903486 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5366.0, "Shape_area": 5365.7516397299996, "Shape_len": 306.42495870300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311667, 37.903344 ], [ -122.311837, 37.903271 ], [ -122.311993, 37.903513 ], [ -122.311832, 37.903583 ], [ -122.311667, 37.903344 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5060.0, "Shape_area": 5059.9939213899997, "Shape_len": 302.77174011300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.345375, 37.940466 ], [ -122.345407, 37.940328 ], [ -122.345417, 37.940328 ], [ -122.34574, 37.940327 ], [ -122.345741, 37.940464 ], [ -122.345388, 37.940466 ], [ -122.345375, 37.940466 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5805.0, "Shape_area": 5805.0542957999996, "Shape_len": 329.45704076499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324762, 37.940697 ], [ -122.324791, 37.940649 ], [ -122.325131, 37.940546 ], [ -122.325193, 37.940674 ], [ -122.325042, 37.940719 ], [ -122.324883, 37.940766 ], [ -122.324805, 37.940789 ], [ -122.324762, 37.940697 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5040.0, "Shape_area": 5040.28733594, "Shape_len": 301.43928647400003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308282, 37.903491 ], [ -122.30836, 37.903458 ], [ -122.308434, 37.903427 ], [ -122.30844, 37.903435 ], [ -122.308597, 37.90366 ], [ -122.308602, 37.903669 ], [ -122.308448, 37.903734 ], [ -122.308443, 37.903726 ], [ -122.308288, 37.903499 ], [ -122.308282, 37.903491 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5046.0, "Shape_area": 5045.7778996500001, "Shape_len": 300.22988031800003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311362, 37.903474 ], [ -122.311519, 37.903407 ], [ -122.311524, 37.903415 ], [ -122.311682, 37.903647 ], [ -122.311605, 37.90368 ], [ -122.311529, 37.903713 ], [ -122.311523, 37.903705 ], [ -122.311368, 37.903482 ], [ -122.311362, 37.903474 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7507.0, "Shape_area": 7507.1807718199998, "Shape_len": 350.19858158400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.30946, 37.903771 ], [ -122.309538, 37.903737 ], [ -122.309614, 37.903705 ], [ -122.309688, 37.903674 ], [ -122.309848, 37.903907 ], [ -122.309853, 37.903915 ], [ -122.309779, 37.903947 ], [ -122.309624, 37.904013 ], [ -122.309619, 37.904005 ], [ -122.309465, 37.903779 ], [ -122.30946, 37.903771 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5013.0, "Shape_area": 5013.2150559600004, "Shape_len": 300.52845756300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311453, 37.903745 ], [ -122.311529, 37.903713 ], [ -122.311605, 37.90368 ], [ -122.311611, 37.903688 ], [ -122.311771, 37.903922 ], [ -122.311619, 37.903987 ], [ -122.311613, 37.903979 ], [ -122.311458, 37.903754 ], [ -122.311453, 37.903745 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5122.0, "Shape_area": 5122.33215612, "Shape_len": 303.201580686, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308434, 37.903427 ], [ -122.308513, 37.903393 ], [ -122.308591, 37.90336 ], [ -122.308597, 37.903369 ], [ -122.308751, 37.903595 ], [ -122.308756, 37.903603 ], [ -122.308602, 37.903669 ], [ -122.308597, 37.90366 ], [ -122.30844, 37.903435 ], [ -122.308434, 37.903427 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5081.0, "Shape_area": 5081.2927710900003, "Shape_len": 302.00843710300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310411, 37.903519 ], [ -122.310421, 37.903515 ], [ -122.310707, 37.903393 ], [ -122.310718, 37.903389 ], [ -122.310796, 37.903503 ], [ -122.310801, 37.903511 ], [ -122.310495, 37.903642 ], [ -122.310411, 37.903519 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7891.0, "Shape_area": 7890.5605621000004, "Shape_len": 371.40723921099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.356534, 37.940316 ], [ -122.356348, 37.940041 ], [ -122.356715, 37.940042 ], [ -122.356716, 37.940316 ], [ -122.356534, 37.940316 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5056.0, "Shape_area": 5056.1147084200002, "Shape_len": 301.52703739899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308848, 37.904031 ], [ -122.309002, 37.903966 ], [ -122.309162, 37.9042 ], [ -122.309168, 37.904208 ], [ -122.309014, 37.904274 ], [ -122.309009, 37.904265 ], [ -122.308848, 37.904031 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5160.0, "Shape_area": 5160.1260066300001, "Shape_len": 296.06962863400003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33318, 37.94067 ], [ -122.333108, 37.940659 ], [ -122.33311, 37.94065 ], [ -122.333176, 37.940398 ], [ -122.333178, 37.940388 ], [ -122.333237, 37.940399 ], [ -122.333287, 37.940414 ], [ -122.333329, 37.940441 ], [ -122.333343, 37.940453 ], [ -122.333349, 37.940459 ], [ -122.333347, 37.940467 ], [ -122.333289, 37.940688 ], [ -122.333279, 37.940686 ], [ -122.33318, 37.94067 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5148.0, "Shape_area": 5148.2626010699996, "Shape_len": 305.30888207100003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.305708, 37.904439 ], [ -122.30602, 37.904304 ], [ -122.306103, 37.904426 ], [ -122.305791, 37.90456 ], [ -122.305708, 37.904439 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5479.0, "Shape_area": 5478.8926636899996, "Shape_len": 308.81043584700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.357215, 37.940314 ], [ -122.357214, 37.940042 ], [ -122.357405, 37.940042 ], [ -122.357407, 37.940315 ], [ -122.357215, 37.940314 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5079.0, "Shape_area": 5079.09178152, "Shape_len": 301.00877545200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.357407, 37.940315 ], [ -122.357405, 37.940042 ], [ -122.357583, 37.940042 ], [ -122.357584, 37.940316 ], [ -122.357407, 37.940315 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5031.0, "Shape_area": 5031.3574656000001, "Shape_len": 299.48149203399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.30646, 37.904426 ], [ -122.306762, 37.904297 ], [ -122.306846, 37.90442 ], [ -122.306545, 37.904549 ], [ -122.30646, 37.904426 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5123.0, "Shape_area": 5123.1910636499997, "Shape_len": 304.00682800800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342978, 37.940493 ], [ -122.343009, 37.940356 ], [ -122.343344, 37.940404 ], [ -122.343356, 37.940406 ], [ -122.343325, 37.940541 ], [ -122.343313, 37.940539 ], [ -122.342978, 37.940493 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6009.0, "Shape_area": 6008.8056770599997, "Shape_len": 340.78139067900003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3228, 37.940807 ], [ -122.32278, 37.940693 ], [ -122.322778, 37.940667 ], [ -122.322929, 37.940621 ], [ -122.322941, 37.940618 ], [ -122.323003, 37.940746 ], [ -122.322991, 37.940749 ], [ -122.3228, 37.940807 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5193.0, "Shape_area": 5192.80716631, "Shape_len": 308.28748465899997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334077, 37.940826 ], [ -122.334148, 37.940553 ], [ -122.334151, 37.940545 ], [ -122.334319, 37.940573 ], [ -122.334317, 37.940581 ], [ -122.334248, 37.940844 ], [ -122.334246, 37.940853 ], [ -122.334077, 37.940826 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5012.0, "Shape_area": 5012.0601290499999, "Shape_len": 300.88836108499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.30813, 37.903556 ], [ -122.308282, 37.903491 ], [ -122.308288, 37.903499 ], [ -122.308443, 37.903726 ], [ -122.308448, 37.903734 ], [ -122.308296, 37.903799 ], [ -122.30813, 37.903556 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5032.0, "Shape_area": 5031.7903754299996, "Shape_len": 300.06289687499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311209, 37.903539 ], [ -122.311362, 37.903474 ], [ -122.311368, 37.903482 ], [ -122.311523, 37.903705 ], [ -122.311529, 37.903713 ], [ -122.311453, 37.903745 ], [ -122.311373, 37.903779 ], [ -122.311215, 37.903547 ], [ -122.311209, 37.903539 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5461.0, "Shape_area": 5461.4358987400001, "Shape_len": 308.11169559299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307282, 37.903608 ], [ -122.30745, 37.903537 ], [ -122.307456, 37.903545 ], [ -122.307613, 37.903777 ], [ -122.307598, 37.903784 ], [ -122.307447, 37.903848 ], [ -122.307441, 37.903844 ], [ -122.307288, 37.903617 ], [ -122.307282, 37.903608 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5069.0, "Shape_area": 5068.7888806499996, "Shape_len": 301.0223724, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309924, 37.903726 ], [ -122.309934, 37.903722 ], [ -122.310218, 37.903602 ], [ -122.310228, 37.903597 ], [ -122.310312, 37.90372 ], [ -122.310008, 37.90385 ], [ -122.310002, 37.903841 ], [ -122.309924, 37.903726 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5181.0, "Shape_area": 5181.2605298500002, "Shape_len": 304.14547335899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311832, 37.903583 ], [ -122.311993, 37.903513 ], [ -122.312152, 37.903759 ], [ -122.311998, 37.903825 ], [ -122.311832, 37.903583 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5032.0, "Shape_area": 5031.6042431899996, "Shape_len": 301.59147219900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307694, 37.904212 ], [ -122.307845, 37.904147 ], [ -122.307851, 37.904155 ], [ -122.308006, 37.904383 ], [ -122.308012, 37.904391 ], [ -122.307859, 37.904456 ], [ -122.307699, 37.90422 ], [ -122.307694, 37.904212 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5382.0, "Shape_area": 5381.76617971, "Shape_len": 318.72052305300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.345345, 37.9406 ], [ -122.345375, 37.940466 ], [ -122.345388, 37.940466 ], [ -122.345741, 37.940464 ], [ -122.345742, 37.9406 ], [ -122.345357, 37.9406 ], [ -122.345345, 37.9406 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5063.0, "Shape_area": 5062.8059203900002, "Shape_len": 302.12429723899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309065, 37.903625 ], [ -122.309218, 37.903559 ], [ -122.309224, 37.903567 ], [ -122.309378, 37.903795 ], [ -122.309384, 37.903803 ], [ -122.309308, 37.903835 ], [ -122.30923, 37.903869 ], [ -122.309225, 37.903861 ], [ -122.309071, 37.903633 ], [ -122.309065, 37.903625 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5209.0, "Shape_area": 5209.0665702799997, "Shape_len": 309.10505581199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333738, 37.94077 ], [ -122.333741, 37.94076 ], [ -122.333808, 37.940496 ], [ -122.33381, 37.940488 ], [ -122.333979, 37.940516 ], [ -122.333977, 37.940525 ], [ -122.333908, 37.940789 ], [ -122.333906, 37.940798 ], [ -122.333738, 37.94077 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5059.0, "Shape_area": 5059.2886465399997, "Shape_len": 301.20927614200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309688, 37.903674 ], [ -122.309843, 37.903608 ], [ -122.309924, 37.903726 ], [ -122.310002, 37.903841 ], [ -122.310008, 37.90385 ], [ -122.309853, 37.903915 ], [ -122.309848, 37.903907 ], [ -122.309688, 37.903674 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5007.0, "Shape_area": 5006.8325401900001, "Shape_len": 299.71456925500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310906, 37.903669 ], [ -122.310911, 37.903677 ], [ -122.31099, 37.903791 ], [ -122.310979, 37.903795 ], [ -122.310694, 37.903914 ], [ -122.310684, 37.903919 ], [ -122.310602, 37.903798 ], [ -122.310906, 37.903669 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5025.0, "Shape_area": 5024.7393904500004, "Shape_len": 300.99070734999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33591, 37.94072 ], [ -122.335919, 37.940686 ], [ -122.335946, 37.940586 ], [ -122.335958, 37.940588 ], [ -122.336287, 37.940642 ], [ -122.336252, 37.940777 ], [ -122.335923, 37.940722 ], [ -122.33591, 37.94072 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6086.0, "Shape_area": 6085.5190587999996, "Shape_len": 342.10315982600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322824, 37.940948 ], [ -122.3228, 37.940807 ], [ -122.322991, 37.940749 ], [ -122.323003, 37.940746 ], [ -122.323065, 37.940875 ], [ -122.323054, 37.940879 ], [ -122.322824, 37.940948 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5054.0, "Shape_area": 5054.2497633399998, "Shape_len": 302.51269556, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342948, 37.940628 ], [ -122.342956, 37.940592 ], [ -122.342978, 37.940493 ], [ -122.343313, 37.940539 ], [ -122.343325, 37.940541 ], [ -122.343294, 37.940676 ], [ -122.343283, 37.940674 ], [ -122.342959, 37.940629 ], [ -122.342948, 37.940628 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6293.0, "Shape_area": 6293.0411343100004, "Shape_len": 326.29502040199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335017, 37.940745 ], [ -122.335043, 37.940645 ], [ -122.335061, 37.940577 ], [ -122.335074, 37.940579 ], [ -122.335392, 37.940631 ], [ -122.335403, 37.940633 ], [ -122.335358, 37.940801 ], [ -122.335349, 37.940799 ], [ -122.33503, 37.940747 ], [ -122.335017, 37.940745 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7813.0, "Shape_area": 7812.9287942800001, "Shape_len": 356.950187438, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.34383, 37.940614 ], [ -122.343846, 37.940543 ], [ -122.343876, 37.940407 ], [ -122.344215, 37.940453 ], [ -122.344224, 37.940455 ], [ -122.344176, 37.940664 ], [ -122.344166, 37.940663 ], [ -122.34384, 37.940616 ], [ -122.34383, 37.940614 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5014.0, "Shape_area": 5013.9637904700003, "Shape_len": 300.70248421999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.30853, 37.903854 ], [ -122.308683, 37.903788 ], [ -122.308688, 37.903797 ], [ -122.308848, 37.904031 ], [ -122.308696, 37.904096 ], [ -122.308536, 37.903862 ], [ -122.30853, 37.903854 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5029.0, "Shape_area": 5028.7596208499999, "Shape_len": 299.77247350599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311818, 37.904133 ], [ -122.311666, 37.904204 ], [ -122.311623, 37.904141 ], [ -122.311778, 37.904075 ], [ -122.311818, 37.904133 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5027.0, "Shape_area": 5027.4858531999998, "Shape_len": 300.82519763300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309732, 37.904169 ], [ -122.309885, 37.904104 ], [ -122.309891, 37.904112 ], [ -122.310051, 37.904346 ], [ -122.309977, 37.904378 ], [ -122.309898, 37.904411 ], [ -122.309893, 37.904403 ], [ -122.309738, 37.904178 ], [ -122.309732, 37.904169 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5309.0, "Shape_area": 5309.0175328900004, "Shape_len": 314.562104831, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.357585, 37.94045 ], [ -122.357585, 37.940406 ], [ -122.357584, 37.940316 ], [ -122.357718, 37.940316 ], [ -122.35796, 37.940317 ], [ -122.35796, 37.940452 ], [ -122.357585, 37.94045 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5273.0, "Shape_area": 5273.0787399800001, "Shape_len": 310.076315642, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333906, 37.940798 ], [ -122.333908, 37.940789 ], [ -122.333977, 37.940525 ], [ -122.333979, 37.940516 ], [ -122.334151, 37.940545 ], [ -122.334148, 37.940553 ], [ -122.334077, 37.940826 ], [ -122.333906, 37.940798 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5021.0, "Shape_area": 5021.1907689899999, "Shape_len": 300.90385030800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308696, 37.904096 ], [ -122.308848, 37.904031 ], [ -122.309009, 37.904265 ], [ -122.309014, 37.904274 ], [ -122.308862, 37.904339 ], [ -122.308856, 37.904331 ], [ -122.308696, 37.904096 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5064.0, "Shape_area": 5064.3816547699998, "Shape_len": 300.58855995900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313035, 37.905924 ], [ -122.313192, 37.905857 ], [ -122.313355, 37.906097 ], [ -122.313201, 37.906164 ], [ -122.313035, 37.905924 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5080.0, "Shape_area": 5079.6646592999996, "Shape_len": 302.14045700499997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308683, 37.903788 ], [ -122.308837, 37.903722 ], [ -122.308842, 37.903731 ], [ -122.309002, 37.903966 ], [ -122.308848, 37.904031 ], [ -122.308688, 37.903797 ], [ -122.308683, 37.903788 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5016.0, "Shape_area": 5015.5380129599998, "Shape_len": 299.31878494400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33994, 37.940692 ], [ -122.339971, 37.940555 ], [ -122.340309, 37.940602 ], [ -122.340285, 37.940706 ], [ -122.340278, 37.940739 ], [ -122.33994, 37.940692 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5435.0, "Shape_area": 5435.2858685299998, "Shape_len": 317.25635918900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.358171, 37.940454 ], [ -122.358171, 37.940315 ], [ -122.358374, 37.940317 ], [ -122.358547, 37.940317 ], [ -122.358548, 37.940454 ], [ -122.358171, 37.940454 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5158.0, "Shape_area": 5157.8306221399998, "Shape_len": 320.37273908200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333169, 37.94081 ], [ -122.333179, 37.94068 ], [ -122.33318, 37.94067 ], [ -122.333279, 37.940686 ], [ -122.333289, 37.940688 ], [ -122.333286, 37.9407 ], [ -122.333513, 37.940736 ], [ -122.333527, 37.940738 ], [ -122.333542, 37.940802 ], [ -122.33355, 37.940873 ], [ -122.333179, 37.940812 ], [ -122.333169, 37.94081 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6223.0, "Shape_area": 6222.8438430899996, "Shape_len": 319.57029710900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331342, 37.940876 ], [ -122.331344, 37.940868 ], [ -122.331409, 37.940617 ], [ -122.331412, 37.940609 ], [ -122.331617, 37.940644 ], [ -122.331625, 37.940645 ], [ -122.331563, 37.940885 ], [ -122.331548, 37.940902 ], [ -122.331521, 37.940906 ], [ -122.331342, 37.940876 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5199.0, "Shape_area": 5199.4445130900003, "Shape_len": 303.19939350300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.306668, 37.903871 ], [ -122.306827, 37.903803 ], [ -122.306985, 37.904034 ], [ -122.306991, 37.904043 ], [ -122.306873, 37.904093 ], [ -122.306831, 37.904111 ], [ -122.306668, 37.903871 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5015.0, "Shape_area": 5015.3938563600004, "Shape_len": 300.85841008, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308544, 37.904161 ], [ -122.308554, 37.904156 ], [ -122.308696, 37.904096 ], [ -122.308856, 37.904331 ], [ -122.308862, 37.904339 ], [ -122.30871, 37.904404 ], [ -122.308544, 37.904161 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5029.0, "Shape_area": 5028.7054363999996, "Shape_len": 301.38685182900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309914, 37.906742 ], [ -122.310056, 37.906682 ], [ -122.310066, 37.906677 ], [ -122.310233, 37.906921 ], [ -122.310081, 37.906986 ], [ -122.310075, 37.906978 ], [ -122.309914, 37.906742 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6180.0, "Shape_area": 6180.1182934999997, "Shape_len": 323.004767775, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335538, 37.940798 ], [ -122.335582, 37.940632 ], [ -122.335593, 37.940633 ], [ -122.335908, 37.940684 ], [ -122.335919, 37.940686 ], [ -122.33591, 37.94072 ], [ -122.335893, 37.940785 ], [ -122.335875, 37.940854 ], [ -122.335864, 37.940852 ], [ -122.335548, 37.9408 ], [ -122.335538, 37.940798 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5016.0, "Shape_area": 5015.7561920300004, "Shape_len": 301.63751993199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307293, 37.903914 ], [ -122.307332, 37.903897 ], [ -122.307447, 37.903848 ], [ -122.307452, 37.90386 ], [ -122.307606, 37.904084 ], [ -122.307611, 37.904092 ], [ -122.307459, 37.904157 ], [ -122.307454, 37.904149 ], [ -122.307299, 37.903922 ], [ -122.307293, 37.903914 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5007.0, "Shape_area": 5006.9232937999996, "Shape_len": 299.740978837, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310115, 37.904006 ], [ -122.310419, 37.903877 ], [ -122.310502, 37.903998 ], [ -122.310491, 37.904002 ], [ -122.310208, 37.904123 ], [ -122.310198, 37.904127 ], [ -122.31012, 37.904014 ], [ -122.310115, 37.904006 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5045.0, "Shape_area": 5045.1583109900002, "Shape_len": 301.17015992799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309154, 37.903901 ], [ -122.30923, 37.903869 ], [ -122.309308, 37.903835 ], [ -122.309314, 37.903843 ], [ -122.309467, 37.90407 ], [ -122.309472, 37.904078 ], [ -122.309319, 37.904144 ], [ -122.309313, 37.904135 ], [ -122.30916, 37.903909 ], [ -122.309154, 37.903901 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5006.0, "Shape_area": 5006.3679036499998, "Shape_len": 300.42226964899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.30853, 37.903854 ], [ -122.308536, 37.903862 ], [ -122.308696, 37.904096 ], [ -122.308554, 37.904156 ], [ -122.308544, 37.904161 ], [ -122.308378, 37.903919 ], [ -122.30853, 37.903854 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5448.0, "Shape_area": 5448.2596108199996, "Shape_len": 319.67964027699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.359126, 37.940519 ], [ -122.359125, 37.940382 ], [ -122.359509, 37.940386 ], [ -122.359509, 37.94052 ], [ -122.359126, 37.940519 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6998.0, "Shape_area": 6998.0655779, "Shape_len": 438.59970188099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.356721, 37.940589 ], [ -122.357009, 37.940589 ], [ -122.357009, 37.94105 ], [ -122.356721, 37.940589 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5019.0, "Shape_area": 5018.7867390800002, "Shape_len": 301.131107568, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.30714, 37.903979 ], [ -122.307218, 37.903946 ], [ -122.307293, 37.903914 ], [ -122.307299, 37.903922 ], [ -122.307454, 37.904149 ], [ -122.307459, 37.904157 ], [ -122.307308, 37.904222 ], [ -122.307302, 37.904214 ], [ -122.307146, 37.903987 ], [ -122.30714, 37.903979 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5012.0, "Shape_area": 5011.5088795499996, "Shape_len": 299.97848958999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.305228, 37.904022 ], [ -122.305307, 37.903989 ], [ -122.305381, 37.903957 ], [ -122.305406, 37.903994 ], [ -122.305467, 37.904082 ], [ -122.305546, 37.904198 ], [ -122.305392, 37.904264 ], [ -122.305228, 37.904022 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5038.0, "Shape_area": 5037.6175323699999, "Shape_len": 300.47217476399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308087, 37.904358 ], [ -122.308129, 37.90434 ], [ -122.308242, 37.904292 ], [ -122.308401, 37.904525 ], [ -122.308407, 37.904533 ], [ -122.308253, 37.904599 ], [ -122.308247, 37.90459 ], [ -122.308093, 37.904366 ], [ -122.308087, 37.904358 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6025.0, "Shape_area": 6025.1605912000005, "Shape_len": 340.57026166200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.345345, 37.9406 ], [ -122.345357, 37.9406 ], [ -122.345742, 37.9406 ], [ -122.345744, 37.940738 ], [ -122.345313, 37.940739 ], [ -122.345345, 37.9406 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5198.0, "Shape_area": 5198.0037044299997, "Shape_len": 375.08200838599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32468, 37.940829 ], [ -122.324762, 37.940697 ], [ -122.324805, 37.940789 ], [ -122.324883, 37.940766 ], [ -122.325006, 37.941022 ], [ -122.324859, 37.941066 ], [ -122.324738, 37.940812 ], [ -122.32468, 37.940829 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5061.0, "Shape_area": 5061.2710719099996, "Shape_len": 303.86356105300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.305626, 37.90432 ], [ -122.305939, 37.904185 ], [ -122.30602, 37.904304 ], [ -122.305708, 37.904439 ], [ -122.305626, 37.90432 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5961.0, "Shape_area": 5961.1694380500003, "Shape_len": 339.06267945299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326739, 37.941119 ], [ -122.326749, 37.941116 ], [ -122.327128, 37.941002 ], [ -122.327189, 37.94113 ], [ -122.327178, 37.941133 ], [ -122.32681, 37.941244 ], [ -122.326801, 37.941246 ], [ -122.326739, 37.941119 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5006.0, "Shape_area": 5005.9334838599998, "Shape_len": 299.74359220999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.338136, 37.941014 ], [ -122.338173, 37.940879 ], [ -122.33851, 37.940936 ], [ -122.338475, 37.941071 ], [ -122.338136, 37.941014 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5051.0, "Shape_area": 5051.1145523200003, "Shape_len": 301.79956997300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335822, 37.941053 ], [ -122.335839, 37.940989 ], [ -122.335858, 37.940918 ], [ -122.335869, 37.94092 ], [ -122.336199, 37.940976 ], [ -122.336164, 37.94111 ], [ -122.336153, 37.941109 ], [ -122.335833, 37.941055 ], [ -122.335822, 37.941053 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5098.0, "Shape_area": 5097.8602836600003, "Shape_len": 312.99328679600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.359126, 37.940748 ], [ -122.359126, 37.940621 ], [ -122.359509, 37.94062 ], [ -122.359508, 37.94073 ], [ -122.359508, 37.940748 ], [ -122.359126, 37.940748 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5033.0, "Shape_area": 5032.51238939, "Shape_len": 301.43797997500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307641, 37.906156 ], [ -122.307651, 37.906152 ], [ -122.307948, 37.906025 ], [ -122.30803, 37.906145 ], [ -122.30802, 37.906149 ], [ -122.307734, 37.906273 ], [ -122.307724, 37.906278 ], [ -122.307641, 37.906156 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5932.0, "Shape_area": 5931.5643215399996, "Shape_len": 319.48944912399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333661, 37.941093 ], [ -122.333664, 37.941086 ], [ -122.333683, 37.941003 ], [ -122.333691, 37.940929 ], [ -122.333707, 37.940931 ], [ -122.334023, 37.940984 ], [ -122.334035, 37.940986 ], [ -122.334006, 37.941094 ], [ -122.333992, 37.941148 ], [ -122.333982, 37.941146 ], [ -122.333675, 37.941095 ], [ -122.333661, 37.941093 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 10133.0, "Shape_area": 10132.5451194, "Shape_len": 402.64419738200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309806, 37.906008 ], [ -122.309816, 37.906003 ], [ -122.309958, 37.905943 ], [ -122.310112, 37.905877 ], [ -122.310273, 37.906112 ], [ -122.310279, 37.90612 ], [ -122.309972, 37.906252 ], [ -122.309806, 37.906008 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5129.0, "Shape_area": 5128.9000182600003, "Shape_len": 289.938731292, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331742, 37.941014 ], [ -122.331755, 37.941015 ], [ -122.332069, 37.941048 ], [ -122.332081, 37.941049 ], [ -122.332066, 37.941125 ], [ -122.332031, 37.941143 ], [ -122.331961, 37.941169 ], [ -122.331886, 37.941184 ], [ -122.331809, 37.941185 ], [ -122.331764, 37.94118 ], [ -122.331734, 37.941175 ], [ -122.331714, 37.941162 ], [ -122.331708, 37.941143 ], [ -122.331742, 37.941014 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5061.0, "Shape_area": 5061.4379682600002, "Shape_len": 300.912671811, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307392, 37.906886 ], [ -122.307402, 37.906882 ], [ -122.307685, 37.90676 ], [ -122.307695, 37.906756 ], [ -122.30778, 37.906879 ], [ -122.307769, 37.906883 ], [ -122.307475, 37.907009 ], [ -122.307392, 37.906886 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5009.0, "Shape_area": 5008.9658551700004, "Shape_len": 299.92941315000002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334006, 37.941094 ], [ -122.334035, 37.940986 ], [ -122.334042, 37.940959 ], [ -122.334053, 37.940961 ], [ -122.334371, 37.941013 ], [ -122.33438, 37.941015 ], [ -122.334345, 37.94115 ], [ -122.334335, 37.941149 ], [ -122.334017, 37.941096 ], [ -122.334006, 37.941094 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5047.0, "Shape_area": 5047.3816289099996, "Shape_len": 301.09337210299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312034, 37.906821 ], [ -122.312045, 37.906816 ], [ -122.31234, 37.90669 ], [ -122.312423, 37.906811 ], [ -122.312118, 37.906942 ], [ -122.312112, 37.906934 ], [ -122.312034, 37.906821 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7753.0, "Shape_area": 7752.84616542, "Shape_len": 355.815239394, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308093, 37.906818 ], [ -122.308103, 37.906814 ], [ -122.308392, 37.906689 ], [ -122.308402, 37.906684 ], [ -122.308522, 37.906861 ], [ -122.308528, 37.90687 ], [ -122.308218, 37.907002 ], [ -122.308093, 37.906818 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5085.0, "Shape_area": 5084.7144676099997, "Shape_len": 302.49534806499997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307075, 37.904751 ], [ -122.307012, 37.90466 ], [ -122.306936, 37.904549 ], [ -122.306929, 37.904539 ], [ -122.307083, 37.904473 ], [ -122.30725, 37.904717 ], [ -122.307106, 37.904778 ], [ -122.307096, 37.904782 ], [ -122.307075, 37.904751 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5643.0, "Shape_area": 5642.8137457700004, "Shape_len": 312.73737444599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340217, 37.94101 ], [ -122.340248, 37.940873 ], [ -122.340251, 37.940858 ], [ -122.340592, 37.940906 ], [ -122.340558, 37.941058 ], [ -122.340217, 37.94101 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5038.0, "Shape_area": 5037.6874678000004, "Shape_len": 300.35716693000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.305246, 37.904484 ], [ -122.3054, 37.904417 ], [ -122.305566, 37.904657 ], [ -122.305412, 37.904723 ], [ -122.305246, 37.904484 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5063.0, "Shape_area": 5063.1923589400003, "Shape_len": 300.49251760200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318586, 37.910296 ], [ -122.318517, 37.91026 ], [ -122.318705, 37.910031 ], [ -122.318853, 37.910109 ], [ -122.318665, 37.910337 ], [ -122.318586, 37.910296 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5004.0, "Shape_area": 5004.0791235400002, "Shape_len": 300.05405800800003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32477, 37.941272 ], [ -122.324932, 37.941223 ], [ -122.324936, 37.94123 ], [ -122.325051, 37.941471 ], [ -122.325056, 37.94148 ], [ -122.324894, 37.941528 ], [ -122.324889, 37.941519 ], [ -122.32477, 37.941272 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5145.0, "Shape_area": 5145.4920444700001, "Shape_len": 304.75262929799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.305874, 37.90468 ], [ -122.306185, 37.904547 ], [ -122.306268, 37.904669 ], [ -122.305957, 37.904802 ], [ -122.305874, 37.90468 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5102.0, "Shape_area": 5101.8024353399996, "Shape_len": 302.88079385200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.30836, 37.904755 ], [ -122.308514, 37.904689 ], [ -122.30852, 37.904697 ], [ -122.308681, 37.904933 ], [ -122.308604, 37.904965 ], [ -122.308527, 37.904998 ], [ -122.308365, 37.904763 ], [ -122.30836, 37.904755 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5001.0, "Shape_area": 5000.8275744900002, "Shape_len": 299.47659173800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307219, 37.904961 ], [ -122.307178, 37.904901 ], [ -122.307136, 37.904841 ], [ -122.307096, 37.904782 ], [ -122.307106, 37.904778 ], [ -122.30725, 37.904717 ], [ -122.307409, 37.904948 ], [ -122.307414, 37.904957 ], [ -122.307261, 37.905022 ], [ -122.307219, 37.904961 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5029.0, "Shape_area": 5028.7461565399999, "Shape_len": 300.845740643, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336706, 37.941061 ], [ -122.336741, 37.940926 ], [ -122.337082, 37.940982 ], [ -122.337046, 37.941118 ], [ -122.336706, 37.941061 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5053.0, "Shape_area": 5052.7262903299998, "Shape_len": 301.36115278900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307155, 37.906832 ], [ -122.30731, 37.906766 ], [ -122.307315, 37.906774 ], [ -122.307392, 37.906886 ], [ -122.307475, 37.907009 ], [ -122.307322, 37.907074 ], [ -122.307161, 37.90684 ], [ -122.307155, 37.906832 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5018.0, "Shape_area": 5017.8091975799998, "Shape_len": 301.16314725299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320358, 37.910142 ], [ -122.320653, 37.909994 ], [ -122.320746, 37.910108 ], [ -122.320452, 37.910258 ], [ -122.320358, 37.910142 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5218.0, "Shape_area": 5217.5313472600001, "Shape_len": 313.10232738899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.357585, 37.940792 ], [ -122.357585, 37.940727 ], [ -122.357585, 37.94066 ], [ -122.357961, 37.94066 ], [ -122.357961, 37.940792 ], [ -122.357585, 37.940792 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5148.0, "Shape_area": 5148.4038186999996, "Shape_len": 301.37589984900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316462, 37.912113 ], [ -122.316652, 37.911884 ], [ -122.316796, 37.911959 ], [ -122.316796, 37.911969 ], [ -122.31661, 37.912191 ], [ -122.316462, 37.912113 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5802.0, "Shape_area": 5801.5915161800003, "Shape_len": 317.80923790100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341781, 37.941107 ], [ -122.341603, 37.941108 ], [ -122.341645, 37.940925 ], [ -122.341655, 37.940927 ], [ -122.341974, 37.940974 ], [ -122.341986, 37.940976 ], [ -122.341959, 37.941098 ], [ -122.341957, 37.941106 ], [ -122.341781, 37.941107 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5033.0, "Shape_area": 5032.82795455, "Shape_len": 301.415456533, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321857, 37.911998 ], [ -122.322151, 37.911849 ], [ -122.322244, 37.911964 ], [ -122.32195, 37.912114 ], [ -122.321857, 37.911998 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5056.0, "Shape_area": 5055.8239944400002, "Shape_len": 300.91945520899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311451, 37.91225 ], [ -122.311756, 37.91212 ], [ -122.311839, 37.912242 ], [ -122.311535, 37.912372 ], [ -122.311451, 37.91225 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5070.0, "Shape_area": 5070.3318598300002, "Shape_len": 303.37766572300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341247, 37.941107 ], [ -122.341073, 37.941108 ], [ -122.341083, 37.941059 ], [ -122.341109, 37.940946 ], [ -122.341451, 37.940995 ], [ -122.341426, 37.941106 ], [ -122.341247, 37.941107 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6308.0, "Shape_area": 6307.9790313800004, "Shape_len": 362.09362948799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328865, 37.941232 ], [ -122.328791, 37.941077 ], [ -122.329241, 37.941151 ], [ -122.329261, 37.941296 ], [ -122.328865, 37.941232 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6585.0, "Shape_area": 6584.8058574699999, "Shape_len": 334.08492183099997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343009, 37.941103 ], [ -122.342841, 37.941104 ], [ -122.342843, 37.941095 ], [ -122.342856, 37.941037 ], [ -122.342886, 37.940902 ], [ -122.343221, 37.94095 ], [ -122.343231, 37.940951 ], [ -122.343197, 37.941102 ], [ -122.343009, 37.941103 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7412.0, "Shape_area": 7412.3895237200004, "Shape_len": 348.36555418900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.305566, 37.904657 ], [ -122.305715, 37.904593 ], [ -122.305791, 37.90456 ], [ -122.305874, 37.90468 ], [ -122.305957, 37.904802 ], [ -122.305732, 37.904899 ], [ -122.305566, 37.904657 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6479.0, "Shape_area": 6478.5736828, "Shape_len": 415.83256758200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319895, 37.910729 ], [ -122.319957, 37.910651 ], [ -122.320386, 37.910432 ], [ -122.320456, 37.910519 ], [ -122.319955, 37.910777 ], [ -122.319895, 37.910729 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5005.0, "Shape_area": 5004.6894288000003, "Shape_len": 299.731133317, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315527, 37.912117 ], [ -122.315716, 37.911889 ], [ -122.315862, 37.911965 ], [ -122.315672, 37.912193 ], [ -122.315527, 37.912117 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5056.0, "Shape_area": 5056.0022940299996, "Shape_len": 300.926932002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311756, 37.91212 ], [ -122.31206, 37.911989 ], [ -122.312144, 37.912112 ], [ -122.311839, 37.912242 ], [ -122.311756, 37.91212 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5608.0, "Shape_area": 5608.0123951599999, "Shape_len": 324.62093247799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333158, 37.940948 ], [ -122.333169, 37.94081 ], [ -122.333179, 37.940812 ], [ -122.33355, 37.940873 ], [ -122.333549, 37.94093 ], [ -122.333538, 37.941011 ], [ -122.333528, 37.941009 ], [ -122.333171, 37.94095 ], [ -122.333158, 37.940948 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5004.0, "Shape_area": 5003.5218445500004, "Shape_len": 299.70840894700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314902, 37.912119 ], [ -122.315092, 37.911891 ], [ -122.315237, 37.911966 ], [ -122.315047, 37.912195 ], [ -122.314902, 37.912119 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6018.0, "Shape_area": 6017.90942627, "Shape_len": 340.18828014000002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326677, 37.94099 ], [ -122.326688, 37.940986 ], [ -122.326808, 37.940951 ], [ -122.326938, 37.940912 ], [ -122.327066, 37.940873 ], [ -122.327128, 37.941002 ], [ -122.326749, 37.941116 ], [ -122.326739, 37.941119 ], [ -122.326677, 37.94099 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5599.0, "Shape_area": 5599.2649321099998, "Shape_len": 311.913948533, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340251, 37.940858 ], [ -122.340278, 37.940739 ], [ -122.340285, 37.940706 ], [ -122.340627, 37.940754 ], [ -122.340592, 37.940906 ], [ -122.340251, 37.940858 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5033.0, "Shape_area": 5032.5704858500003, "Shape_len": 301.31682034300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335858, 37.940918 ], [ -122.335875, 37.940854 ], [ -122.335893, 37.940785 ], [ -122.335904, 37.940786 ], [ -122.336235, 37.940841 ], [ -122.336199, 37.940976 ], [ -122.335869, 37.94092 ], [ -122.335858, 37.940918 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6739.0, "Shape_area": 6738.5192583199996, "Shape_len": 351.24918140800003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324509, 37.941106 ], [ -122.32468, 37.940829 ], [ -122.324738, 37.940812 ], [ -122.324859, 37.941066 ], [ -122.324536, 37.941164 ], [ -122.324509, 37.941106 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5005.0, "Shape_area": 5004.5510175199997, "Shape_len": 299.33592984299997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335502, 37.940935 ], [ -122.335538, 37.940798 ], [ -122.335548, 37.9408 ], [ -122.335864, 37.940852 ], [ -122.335875, 37.940854 ], [ -122.335858, 37.940918 ], [ -122.335839, 37.940989 ], [ -122.335829, 37.940988 ], [ -122.335512, 37.940936 ], [ -122.335502, 37.940935 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5494.0, "Shape_area": 5494.4902893899998, "Shape_len": 402.673986114, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310999, 37.911012 ], [ -122.311294, 37.910886 ], [ -122.311304, 37.910881 ], [ -122.311386, 37.911002 ], [ -122.311376, 37.911006 ], [ -122.311111, 37.911121 ], [ -122.311191, 37.911236 ], [ -122.311197, 37.911244 ], [ -122.311167, 37.911257 ], [ -122.311162, 37.911248 ], [ -122.310999, 37.911012 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7490.0, "Shape_area": 7490.4933422300001, "Shape_len": 349.83098358299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329477, 37.941051 ], [ -122.329546, 37.940781 ], [ -122.329801, 37.940823 ], [ -122.329731, 37.941092 ], [ -122.329477, 37.941051 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5008.0, "Shape_area": 5007.7106543399996, "Shape_len": 299.54268444299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.30725, 37.904717 ], [ -122.307404, 37.904651 ], [ -122.307562, 37.904883 ], [ -122.307567, 37.904891 ], [ -122.307414, 37.904957 ], [ -122.307409, 37.904948 ], [ -122.30725, 37.904717 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5025.0, "Shape_area": 5025.3876861199997, "Shape_len": 301.09164665700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310005, 37.905143 ], [ -122.310157, 37.905078 ], [ -122.310318, 37.905312 ], [ -122.310324, 37.905321 ], [ -122.310171, 37.905386 ], [ -122.310166, 37.905378 ], [ -122.310005, 37.905143 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7526.0, "Shape_area": 7525.7873933700002, "Shape_len": 350.71286056000002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336741, 37.940926 ], [ -122.336776, 37.940792 ], [ -122.336794, 37.940725 ], [ -122.337135, 37.940781 ], [ -122.337082, 37.940982 ], [ -122.336741, 37.940926 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5058.0, "Shape_area": 5057.9310171699999, "Shape_len": 301.09328750100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311768, 37.905168 ], [ -122.311906, 37.905265 ], [ -122.311907, 37.905266 ], [ -122.311673, 37.905366 ], [ -122.311589, 37.905244 ], [ -122.3116, 37.90524 ], [ -122.311768, 37.905168 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5434.0, "Shape_area": 5433.8922254199997, "Shape_len": 316.89524820499997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.357585, 37.94066 ], [ -122.357585, 37.940588 ], [ -122.357585, 37.940522 ], [ -122.35796, 37.940522 ], [ -122.357961, 37.94066 ], [ -122.357585, 37.94066 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5061.0, "Shape_area": 5060.5515504300001, "Shape_len": 301.37603568200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342544, 37.940853 ], [ -122.342576, 37.940717 ], [ -122.342586, 37.940718 ], [ -122.342917, 37.940765 ], [ -122.342886, 37.940902 ], [ -122.342555, 37.940855 ], [ -122.342544, 37.940853 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5018.0, "Shape_area": 5017.6410212000001, "Shape_len": 299.99101239100003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315191, 37.91227 ], [ -122.315381, 37.912041 ], [ -122.315527, 37.912117 ], [ -122.315337, 37.912346 ], [ -122.315191, 37.91227 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5000.0, "Shape_area": 4999.5483056499997, "Shape_len": 299.23856202600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3346, 37.940992 ], [ -122.334636, 37.940857 ], [ -122.334646, 37.940859 ], [ -122.334963, 37.940911 ], [ -122.334973, 37.940913 ], [ -122.334962, 37.940954 ], [ -122.334937, 37.941049 ], [ -122.334609, 37.940994 ], [ -122.3346, 37.940992 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5095.0, "Shape_area": 5095.4768796899998, "Shape_len": 304.02280700400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.305791, 37.90456 ], [ -122.306103, 37.904426 ], [ -122.306185, 37.904547 ], [ -122.305874, 37.90468 ], [ -122.305791, 37.90456 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5091.0, "Shape_area": 5091.1928191500001, "Shape_len": 303.78486114100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33851, 37.940936 ], [ -122.338546, 37.9408 ], [ -122.338882, 37.940854 ], [ -122.338849, 37.940999 ], [ -122.33884, 37.940992 ], [ -122.33851, 37.940936 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5021.0, "Shape_area": 5021.0541169600001, "Shape_len": 299.87164958, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307404, 37.904651 ], [ -122.307513, 37.904604 ], [ -122.307558, 37.904585 ], [ -122.307563, 37.904593 ], [ -122.307716, 37.904817 ], [ -122.307722, 37.904825 ], [ -122.307567, 37.904891 ], [ -122.307562, 37.904883 ], [ -122.307404, 37.904651 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5038.0, "Shape_area": 5037.7456727700001, "Shape_len": 301.16056418300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329905, 37.941121 ], [ -122.329974, 37.940851 ], [ -122.330146, 37.940879 ], [ -122.330144, 37.940887 ], [ -122.330074, 37.941149 ], [ -122.329905, 37.941121 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5127.0, "Shape_area": 5127.0141129200001, "Shape_len": 303.67758971900003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342886, 37.940902 ], [ -122.342917, 37.940765 ], [ -122.343252, 37.940812 ], [ -122.343263, 37.940814 ], [ -122.343231, 37.940951 ], [ -122.343221, 37.94095 ], [ -122.342886, 37.940902 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5002.0, "Shape_area": 5002.2057202200003, "Shape_len": 300.47415933100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309123, 37.90443 ], [ -122.309274, 37.904365 ], [ -122.30928, 37.904373 ], [ -122.30944, 37.904607 ], [ -122.309288, 37.904672 ], [ -122.309128, 37.904438 ], [ -122.309123, 37.90443 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7492.0, "Shape_area": 7491.53721692, "Shape_len": 349.653088045, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307859, 37.904456 ], [ -122.308012, 37.904391 ], [ -122.308087, 37.904358 ], [ -122.308093, 37.904366 ], [ -122.308247, 37.90459 ], [ -122.308253, 37.904599 ], [ -122.308022, 37.904697 ], [ -122.308017, 37.904689 ], [ -122.307859, 37.904456 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5018.0, "Shape_area": 5017.9923667499997, "Shape_len": 326.91781927199997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329861, 37.94129 ], [ -122.329905, 37.941121 ], [ -122.330074, 37.941149 ], [ -122.330056, 37.941217 ], [ -122.330215, 37.941243 ], [ -122.330229, 37.941246 ], [ -122.330212, 37.941312 ], [ -122.330203, 37.941346 ], [ -122.330189, 37.941343 ], [ -122.329861, 37.94129 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5143.0, "Shape_area": 5142.7731268799998, "Shape_len": 303.80351159899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307083, 37.904473 ], [ -122.307239, 37.904406 ], [ -122.307245, 37.904414 ], [ -122.307404, 37.904651 ], [ -122.30725, 37.904717 ], [ -122.307083, 37.904473 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5054.0, "Shape_area": 5054.0624341599996, "Shape_len": 300.90995120500003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333971, 37.94123 ], [ -122.333992, 37.941148 ], [ -122.334006, 37.941094 ], [ -122.334017, 37.941096 ], [ -122.334335, 37.941149 ], [ -122.334345, 37.94115 ], [ -122.334309, 37.941287 ], [ -122.333979, 37.941231 ], [ -122.333971, 37.94123 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5016.0, "Shape_area": 5015.6127456300001, "Shape_len": 299.610483714, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310374, 37.904676 ], [ -122.310528, 37.90461 ], [ -122.310533, 37.904618 ], [ -122.310653, 37.904792 ], [ -122.310692, 37.904849 ], [ -122.310682, 37.904854 ], [ -122.310613, 37.904883 ], [ -122.310538, 37.904915 ], [ -122.310532, 37.904907 ], [ -122.310379, 37.904684 ], [ -122.310374, 37.904676 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6358.0, "Shape_area": 6358.2220947799997, "Shape_len": 355.31165389400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329261, 37.941296 ], [ -122.329241, 37.941151 ], [ -122.329696, 37.941225 ], [ -122.329661, 37.941361 ], [ -122.329261, 37.941296 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5067.0, "Shape_area": 5066.6799342000004, "Shape_len": 301.69731180799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311489, 37.904508 ], [ -122.311495, 37.90453 ], [ -122.311482, 37.904511 ], [ -122.311489, 37.904508 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5009.0, "Shape_area": 5008.5302014199997, "Shape_len": 299.97807317299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309593, 37.904542 ], [ -122.309627, 37.904527 ], [ -122.309746, 37.904476 ], [ -122.309905, 37.904709 ], [ -122.309911, 37.904718 ], [ -122.309758, 37.904783 ], [ -122.309752, 37.904775 ], [ -122.309599, 37.90455 ], [ -122.309593, 37.904542 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5030.0, "Shape_area": 5029.8332615099998, "Shape_len": 300.54204016, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311495, 37.90453 ], [ -122.311528, 37.904648 ], [ -122.311271, 37.904759 ], [ -122.311261, 37.904763 ], [ -122.311178, 37.904641 ], [ -122.311188, 37.904637 ], [ -122.311482, 37.904511 ], [ -122.311495, 37.90453 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5089.0, "Shape_area": 5088.9179481199999, "Shape_len": 301.948086354, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33667, 37.941198 ], [ -122.336688, 37.941129 ], [ -122.336706, 37.941061 ], [ -122.337046, 37.941118 ], [ -122.33701, 37.941254 ], [ -122.33667, 37.941198 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5054.0, "Shape_area": 5054.2877167400002, "Shape_len": 301.17609257399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.305412, 37.904723 ], [ -122.305566, 37.904657 ], [ -122.305732, 37.904899 ], [ -122.305578, 37.904964 ], [ -122.305412, 37.904723 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6009.0, "Shape_area": 6008.7814635200002, "Shape_len": 339.52037628199997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326157, 37.941294 ], [ -122.326534, 37.94118 ], [ -122.326544, 37.941177 ], [ -122.326606, 37.941307 ], [ -122.326596, 37.94131 ], [ -122.326219, 37.941423 ], [ -122.326157, 37.941294 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5006.0, "Shape_area": 5005.6423242600004, "Shape_len": 300.03813456699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311528, 37.904648 ], [ -122.311548, 37.904721 ], [ -122.31156, 37.904791 ], [ -122.311343, 37.904884 ], [ -122.311261, 37.904763 ], [ -122.311271, 37.904759 ], [ -122.311528, 37.904648 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5405.0, "Shape_area": 5404.5705299800002, "Shape_len": 316.654434283, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.357585, 37.940928 ], [ -122.357585, 37.940894 ], [ -122.357585, 37.940792 ], [ -122.357961, 37.940792 ], [ -122.357962, 37.940929 ], [ -122.357585, 37.940928 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5092.0, "Shape_area": 5092.3435230699997, "Shape_len": 301.74613516, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.305743, 37.90505 ], [ -122.305898, 37.904984 ], [ -122.306064, 37.905224 ], [ -122.305984, 37.905259 ], [ -122.305908, 37.905291 ], [ -122.305743, 37.90505 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5459.0, "Shape_area": 5459.2031099100004, "Shape_len": 318.27308519100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.35817, 37.940931 ], [ -122.35817, 37.940795 ], [ -122.358549, 37.940795 ], [ -122.35855, 37.940867 ], [ -122.358549, 37.940932 ], [ -122.35817, 37.940931 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5100.0, "Shape_area": 5099.7262131999996, "Shape_len": 303.243404666, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330212, 37.941312 ], [ -122.330229, 37.941246 ], [ -122.330246, 37.941177 ], [ -122.330256, 37.941179 ], [ -122.330414, 37.941205 ], [ -122.330581, 37.941232 ], [ -122.33059, 37.941234 ], [ -122.330555, 37.94137 ], [ -122.330545, 37.941368 ], [ -122.33022, 37.941313 ], [ -122.330212, 37.941312 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5049.0, "Shape_area": 5048.8726983699999, "Shape_len": 300.958212215, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.305259, 37.904789 ], [ -122.305412, 37.904723 ], [ -122.305578, 37.904964 ], [ -122.305424, 37.905031 ], [ -122.305259, 37.904789 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5034.0, "Shape_area": 5034.3375062100004, "Shape_len": 300.51061099700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309134, 37.904738 ], [ -122.309164, 37.904726 ], [ -122.309288, 37.904672 ], [ -122.309447, 37.904905 ], [ -122.309452, 37.904914 ], [ -122.309298, 37.904979 ], [ -122.309293, 37.904971 ], [ -122.30914, 37.904746 ], [ -122.309134, 37.904738 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5019.0, "Shape_area": 5019.36202237, "Shape_len": 299.652881084, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334564, 37.941129 ], [ -122.3346, 37.940992 ], [ -122.334609, 37.940994 ], [ -122.334937, 37.941049 ], [ -122.334934, 37.941061 ], [ -122.334902, 37.941184 ], [ -122.334573, 37.94113 ], [ -122.334564, 37.941129 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5406.0, "Shape_area": 5405.5478333800002, "Shape_len": 305.80131364099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339419, 37.941113 ], [ -122.339335, 37.941114 ], [ -122.339358, 37.941016 ], [ -122.339377, 37.940933 ], [ -122.339701, 37.940986 ], [ -122.339672, 37.941112 ], [ -122.339419, 37.941113 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5897.0, "Shape_area": 5896.5402480599996, "Shape_len": 339.11431461500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322943, 37.94135 ], [ -122.322905, 37.94125 ], [ -122.322897, 37.94122 ], [ -122.323179, 37.941136 ], [ -122.323189, 37.941133 ], [ -122.323249, 37.941258 ], [ -122.323096, 37.941304 ], [ -122.322943, 37.94135 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5004.0, "Shape_area": 5004.2304678199998, "Shape_len": 299.32514491199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309534, 37.905035 ], [ -122.309689, 37.904968 ], [ -122.309694, 37.904977 ], [ -122.309852, 37.905208 ], [ -122.309699, 37.905274 ], [ -122.30954, 37.905043 ], [ -122.309534, 37.905035 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5035.0, "Shape_area": 5034.9073640799998, "Shape_len": 300.86648000899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.305528, 37.905454 ], [ -122.305605, 37.905421 ], [ -122.305682, 37.905388 ], [ -122.305846, 37.905631 ], [ -122.305693, 37.905696 ], [ -122.305528, 37.905454 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5152.0, "Shape_area": 5152.43947157, "Shape_len": 300.76887470100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.338475, 37.941071 ], [ -122.33851, 37.940936 ], [ -122.33884, 37.940992 ], [ -122.338849, 37.940999 ], [ -122.338814, 37.941132 ], [ -122.338485, 37.941077 ], [ -122.338475, 37.941071 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5058.0, "Shape_area": 5058.1503092299999, "Shape_len": 300.508371012, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310479, 37.905409 ], [ -122.310636, 37.905343 ], [ -122.310641, 37.905351 ], [ -122.310799, 37.905583 ], [ -122.310644, 37.905649 ], [ -122.310485, 37.905418 ], [ -122.310479, 37.905409 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5013.0, "Shape_area": 5013.2698094999996, "Shape_len": 301.00746264000003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308208, 37.90482 ], [ -122.30836, 37.904755 ], [ -122.308365, 37.904763 ], [ -122.308527, 37.904998 ], [ -122.308448, 37.905032 ], [ -122.308375, 37.905063 ], [ -122.308369, 37.905055 ], [ -122.308213, 37.904828 ], [ -122.308208, 37.90482 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9164.0, "Shape_area": 9163.6777584499996, "Shape_len": 428.13354753599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332891, 37.941187 ], [ -122.332589, 37.941176 ], [ -122.332614, 37.941136 ], [ -122.33265, 37.9411 ], [ -122.332694, 37.941072 ], [ -122.332738, 37.941053 ], [ -122.332966, 37.940982 ], [ -122.332999, 37.940978 ], [ -122.333042, 37.940984 ], [ -122.33307, 37.940998 ], [ -122.333095, 37.941023 ], [ -122.333133, 37.941096 ], [ -122.333162, 37.941172 ], [ -122.333177, 37.941229 ], [ -122.332944, 37.941189 ], [ -122.332891, 37.941187 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5870.0, "Shape_area": 5869.8401670100002, "Shape_len": 335.07051082300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311847, 37.908312 ], [ -122.311971, 37.908259 ], [ -122.312066, 37.908218 ], [ -122.312205, 37.908158 ], [ -122.312288, 37.908279 ], [ -122.31193, 37.908432 ], [ -122.311854, 37.908322 ], [ -122.311847, 37.908312 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7266.0, "Shape_area": 7266.2091122100001, "Shape_len": 347.43243828, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343887, 37.9411 ], [ -122.343723, 37.941101 ], [ -122.343725, 37.941093 ], [ -122.34374, 37.941023 ], [ -122.343771, 37.94088 ], [ -122.344107, 37.940929 ], [ -122.344116, 37.94093 ], [ -122.344077, 37.941099 ], [ -122.343887, 37.9411 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5039.0, "Shape_area": 5039.2190670999998, "Shape_len": 301.34104617700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307979, 37.904918 ], [ -122.308131, 37.904853 ], [ -122.308136, 37.904861 ], [ -122.308291, 37.905088 ], [ -122.308296, 37.905096 ], [ -122.308222, 37.905128 ], [ -122.308142, 37.905161 ], [ -122.308137, 37.905153 ], [ -122.307984, 37.904926 ], [ -122.307979, 37.904918 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5027.0, "Shape_area": 5027.4904446399996, "Shape_len": 301.292501942, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309393, 37.905404 ], [ -122.309404, 37.9054 ], [ -122.309545, 37.905339 ], [ -122.309707, 37.905574 ], [ -122.309712, 37.905582 ], [ -122.30956, 37.905648 ], [ -122.309393, 37.905404 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5071.0, "Shape_area": 5071.3630879499997, "Shape_len": 301.559853116, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.305984, 37.905259 ], [ -122.306064, 37.905224 ], [ -122.306138, 37.905193 ], [ -122.306303, 37.905434 ], [ -122.306149, 37.905501 ], [ -122.305984, 37.905259 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5059.0, "Shape_area": 5059.0326499100001, "Shape_len": 301.79837961300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309852, 37.905208 ], [ -122.310005, 37.905143 ], [ -122.310166, 37.905378 ], [ -122.310171, 37.905386 ], [ -122.310017, 37.905452 ], [ -122.310012, 37.905444 ], [ -122.309852, 37.905208 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5959.0, "Shape_area": 5958.94143807, "Shape_len": 338.84623475000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326801, 37.941246 ], [ -122.32681, 37.941244 ], [ -122.327178, 37.941133 ], [ -122.327189, 37.94113 ], [ -122.32725, 37.941258 ], [ -122.327239, 37.941261 ], [ -122.326871, 37.941371 ], [ -122.326862, 37.941374 ], [ -122.326801, 37.941246 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5062.0, "Shape_area": 5062.4464345599999, "Shape_len": 301.569306439, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307675, 37.905047 ], [ -122.307829, 37.904982 ], [ -122.307835, 37.90499 ], [ -122.307994, 37.905224 ], [ -122.30784, 37.90529 ], [ -122.307681, 37.905055 ], [ -122.307675, 37.905047 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5061.0, "Shape_area": 5060.7535361299997, "Shape_len": 301.71332398700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310308, 37.905013 ], [ -122.310388, 37.904979 ], [ -122.310462, 37.904948 ], [ -122.310468, 37.904956 ], [ -122.310623, 37.905182 ], [ -122.310629, 37.90519 ], [ -122.310475, 37.905256 ], [ -122.31047, 37.905248 ], [ -122.310314, 37.905022 ], [ -122.310308, 37.905013 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5187.0, "Shape_area": 5186.5448047399996, "Shape_len": 352.33402473000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.363892, 37.941794 ], [ -122.363547, 37.941793 ], [ -122.363526, 37.941789 ], [ -122.363526, 37.941692 ], [ -122.363537, 37.941692 ], [ -122.364, 37.941691 ], [ -122.36401, 37.941691 ], [ -122.36401, 37.941794 ], [ -122.363892, 37.941794 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5353.0, "Shape_area": 5352.7691472699998, "Shape_len": 307.30602406899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.365877, 37.940914 ], [ -122.365877, 37.940767 ], [ -122.365887, 37.940767 ], [ -122.366223, 37.940769 ], [ -122.366224, 37.940844 ], [ -122.366225, 37.940915 ], [ -122.365877, 37.940914 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5488.0, "Shape_area": 5487.71451927, "Shape_len": 322.16265209199997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32928, 37.941439 ], [ -122.329261, 37.941296 ], [ -122.329661, 37.941361 ], [ -122.329626, 37.941496 ], [ -122.32928, 37.941439 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5005.0, "Shape_area": 5004.6845497499999, "Shape_len": 300.29666709100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307522, 37.905112 ], [ -122.307675, 37.905047 ], [ -122.307681, 37.905055 ], [ -122.30784, 37.90529 ], [ -122.307764, 37.905322 ], [ -122.307687, 37.905354 ], [ -122.307682, 37.905346 ], [ -122.307528, 37.905121 ], [ -122.307522, 37.905112 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6961.0, "Shape_area": 6960.8137666900002, "Shape_len": 351.129827105, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.357537, 37.941359 ], [ -122.357429, 37.94136 ], [ -122.357287, 37.941067 ], [ -122.357585, 37.941068 ], [ -122.357586, 37.941083 ], [ -122.357585, 37.941217 ], [ -122.357586, 37.941359 ], [ -122.357537, 37.941359 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5088.0, "Shape_area": 5087.9702464299999, "Shape_len": 301.48852709599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.30544, 37.905181 ], [ -122.305595, 37.905114 ], [ -122.305761, 37.905354 ], [ -122.305682, 37.905388 ], [ -122.305605, 37.905421 ], [ -122.30544, 37.905181 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5176.0, "Shape_area": 5175.98739131, "Shape_len": 303.57982143300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307228, 37.905551 ], [ -122.307532, 37.90542 ], [ -122.307619, 37.905545 ], [ -122.307609, 37.90555 ], [ -122.307323, 37.905671 ], [ -122.307313, 37.905676 ], [ -122.307228, 37.905551 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5124.0, "Shape_area": 5124.2244872700003, "Shape_len": 303.311364895, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.366221, 37.941343 ], [ -122.366221, 37.941273 ], [ -122.366221, 37.941205 ], [ -122.366571, 37.941204 ], [ -122.366571, 37.941344 ], [ -122.366232, 37.941344 ], [ -122.366221, 37.941343 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5065.0, "Shape_area": 5064.9559889000002, "Shape_len": 301.62601963899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.30784, 37.90529 ], [ -122.307994, 37.905224 ], [ -122.308153, 37.905459 ], [ -122.308158, 37.905467 ], [ -122.308004, 37.905533 ], [ -122.307999, 37.905525 ], [ -122.30784, 37.90529 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5097.0, "Shape_area": 5097.0300162000003, "Shape_len": 302.02550273100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307448, 37.905298 ], [ -122.307367, 37.905179 ], [ -122.307522, 37.905112 ], [ -122.307528, 37.905121 ], [ -122.307682, 37.905346 ], [ -122.307687, 37.905354 ], [ -122.307649, 37.905371 ], [ -122.307532, 37.90542 ], [ -122.307448, 37.905298 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5016.0, "Shape_area": 5015.9496499400002, "Shape_len": 300.15069303000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3381, 37.941149 ], [ -122.338136, 37.941014 ], [ -122.338475, 37.941071 ], [ -122.338439, 37.941206 ], [ -122.3381, 37.941149 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6017.0, "Shape_area": 6017.2569417300001, "Shape_len": 339.93431850100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325707, 37.941282 ], [ -122.325716, 37.941279 ], [ -122.325865, 37.941235 ], [ -122.326018, 37.941188 ], [ -122.326095, 37.941165 ], [ -122.326098, 37.941173 ], [ -122.326157, 37.941294 ], [ -122.325778, 37.941409 ], [ -122.325769, 37.941411 ], [ -122.325707, 37.941282 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5040.0, "Shape_area": 5040.2168466000003, "Shape_len": 301.63899939200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319517, 37.909101 ], [ -122.319811, 37.908951 ], [ -122.319904, 37.909065 ], [ -122.319611, 37.909217 ], [ -122.319517, 37.909101 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5005.0, "Shape_area": 5004.8099729200003, "Shape_len": 299.01641546799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308051, 37.909156 ], [ -122.308171, 37.909104 ], [ -122.308204, 37.90909 ], [ -122.308369, 37.909328 ], [ -122.308214, 37.909395 ], [ -122.308051, 37.909156 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5080.0, "Shape_area": 5079.9026770399996, "Shape_len": 301.66137997700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31607, 37.911088 ], [ -122.316261, 37.910858 ], [ -122.316333, 37.910896 ], [ -122.316408, 37.910935 ], [ -122.316217, 37.911165 ], [ -122.31607, 37.911088 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5071.0, "Shape_area": 5070.9137468600002, "Shape_len": 301.14979855799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307144, 37.905428 ], [ -122.307156, 37.905423 ], [ -122.307296, 37.905363 ], [ -122.307437, 37.905302 ], [ -122.307448, 37.905298 ], [ -122.307532, 37.90542 ], [ -122.307228, 37.905551 ], [ -122.307144, 37.905428 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5033.0, "Shape_area": 5032.9706627599999, "Shape_len": 301.32292133099997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309699, 37.905274 ], [ -122.309852, 37.905208 ], [ -122.310012, 37.905444 ], [ -122.310017, 37.905452 ], [ -122.309866, 37.905517 ], [ -122.30986, 37.905509 ], [ -122.309699, 37.905274 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5048.0, "Shape_area": 5048.4051142500002, "Shape_len": 300.94525707399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311907, 37.905266 ], [ -122.312033, 37.90537 ], [ -122.311756, 37.905488 ], [ -122.311673, 37.905366 ], [ -122.311907, 37.905266 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5965.0, "Shape_area": 5965.3184241199997, "Shape_len": 338.77517262100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326862, 37.941374 ], [ -122.326871, 37.941371 ], [ -122.327239, 37.941261 ], [ -122.32725, 37.941258 ], [ -122.327311, 37.941386 ], [ -122.326924, 37.941502 ], [ -122.326862, 37.941374 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5038.0, "Shape_area": 5038.2986388999998, "Shape_len": 301.57844989799997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307783, 37.905783 ], [ -122.307789, 37.905791 ], [ -122.307865, 37.905903 ], [ -122.307855, 37.905908 ], [ -122.307569, 37.906032 ], [ -122.307559, 37.906036 ], [ -122.307476, 37.905915 ], [ -122.307783, 37.905783 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5084.0, "Shape_area": 5083.9594649800001, "Shape_len": 302.10460503100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.305875, 37.90582 ], [ -122.30603, 37.905754 ], [ -122.306195, 37.905996 ], [ -122.306042, 37.906062 ], [ -122.305875, 37.90582 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5355.0, "Shape_area": 5355.2235807099996, "Shape_len": 313.309809255, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.358548, 37.941004 ], [ -122.358549, 37.940932 ], [ -122.35855, 37.940867 ], [ -122.358917, 37.940865 ], [ -122.358917, 37.941005 ], [ -122.358548, 37.941004 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5084.0, "Shape_area": 5083.8954113600003, "Shape_len": 300.61761056300003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308243, 37.908129 ], [ -122.308545, 37.908 ], [ -122.308629, 37.908124 ], [ -122.308328, 37.908254 ], [ -122.308243, 37.908129 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5010.0, "Shape_area": 5009.6864577699998, "Shape_len": 299.92404419100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310767, 37.907993 ], [ -122.31091, 37.907931 ], [ -122.310921, 37.907927 ], [ -122.311085, 37.908168 ], [ -122.310932, 37.908234 ], [ -122.310926, 37.908225 ], [ -122.310767, 37.907993 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5043.0, "Shape_area": 5043.2733173500001, "Shape_len": 301.86704927199997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309994, 37.908009 ], [ -122.310145, 37.907944 ], [ -122.310313, 37.908187 ], [ -122.310235, 37.908221 ], [ -122.31016, 37.908253 ], [ -122.309994, 37.908009 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5016.0, "Shape_area": 5015.9265541300001, "Shape_len": 301.51994159399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314518, 37.907947 ], [ -122.314596, 37.907914 ], [ -122.31467, 37.907882 ], [ -122.314837, 37.908127 ], [ -122.314686, 37.908191 ], [ -122.314518, 37.907947 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5945.0, "Shape_area": 5944.6861200200001, "Shape_len": 346.41869810899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309302, 37.909245 ], [ -122.309627, 37.909106 ], [ -122.309792, 37.90919 ], [ -122.309536, 37.909299 ], [ -122.309419, 37.909349 ], [ -122.309383, 37.909364 ], [ -122.309302, 37.909245 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6004.0, "Shape_area": 6004.2676689, "Shape_len": 339.89548027900003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325769, 37.941411 ], [ -122.325778, 37.941409 ], [ -122.326157, 37.941294 ], [ -122.326219, 37.941423 ], [ -122.32583, 37.94154 ], [ -122.325769, 37.941411 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6089.0, "Shape_area": 6089.4265742899997, "Shape_len": 412.94314848, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318514, 37.909764 ], [ -122.318848, 37.909358 ], [ -122.318871, 37.909386 ], [ -122.318922, 37.90945 ], [ -122.318619, 37.909819 ], [ -122.318514, 37.909764 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5081.0, "Shape_area": 5081.4008575400003, "Shape_len": 323.97437235199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314314, 37.909875 ], [ -122.314461, 37.909621 ], [ -122.314728, 37.909732 ], [ -122.314358, 37.90989 ], [ -122.314314, 37.909875 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5134.0, "Shape_area": 5133.5774972999998, "Shape_len": 353.00130694400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.364235, 37.941793 ], [ -122.364097, 37.941794 ], [ -122.364097, 37.941692 ], [ -122.364107, 37.941692 ], [ -122.364572, 37.941691 ], [ -122.364582, 37.941691 ], [ -122.364582, 37.94179 ], [ -122.364235, 37.941793 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7686.0, "Shape_area": 7685.8297640600003, "Shape_len": 353.97435066899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310155, 37.911219 ], [ -122.310093, 37.911128 ], [ -122.310071, 37.911097 ], [ -122.310377, 37.910965 ], [ -122.310503, 37.911149 ], [ -122.310198, 37.911282 ], [ -122.310155, 37.911219 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5048.0, "Shape_area": 5047.5720572199998, "Shape_len": 301.11053819799997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336545, 37.942354 ], [ -122.336614, 37.942084 ], [ -122.336785, 37.942112 ], [ -122.336715, 37.942381 ], [ -122.336545, 37.942354 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5037.0, "Shape_area": 5037.4677828599997, "Shape_len": 300.167162426, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.365321, 37.941929 ], [ -122.365321, 37.94179 ], [ -122.365655, 37.941791 ], [ -122.365665, 37.941791 ], [ -122.365665, 37.94193 ], [ -122.365655, 37.94193 ], [ -122.365331, 37.941929 ], [ -122.365321, 37.941929 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5988.0, "Shape_area": 5988.4045153899997, "Shape_len": 339.99636720400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324859, 37.941834 ], [ -122.324868, 37.941831 ], [ -122.325247, 37.941715 ], [ -122.325309, 37.941844 ], [ -122.324929, 37.941959 ], [ -122.324919, 37.941961 ], [ -122.324859, 37.941834 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 15559.0, "Shape_area": 15559.3485356, "Shape_len": 594.44799531000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310715, 37.909729 ], [ -122.310725, 37.909724 ], [ -122.310792, 37.909696 ], [ -122.31087, 37.909662 ], [ -122.310745, 37.909482 ], [ -122.310738, 37.909472 ], [ -122.31078, 37.909479 ], [ -122.311102, 37.909503 ], [ -122.311108, 37.909512 ], [ -122.311296, 37.909785 ], [ -122.311301, 37.909793 ], [ -122.311196, 37.909838 ], [ -122.311186, 37.909842 ], [ -122.311144, 37.909781 ], [ -122.310851, 37.909908 ], [ -122.31084, 37.909912 ], [ -122.310715, 37.909729 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5103.0, "Shape_area": 5102.5862316900002, "Shape_len": 302.60320498900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.366224, 37.941928 ], [ -122.366221, 37.94192 ], [ -122.366221, 37.941791 ], [ -122.366572, 37.941789 ], [ -122.366573, 37.941928 ], [ -122.366224, 37.941928 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5035.0, "Shape_area": 5034.6847604200002, "Shape_len": 301.726010954, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310235, 37.909897 ], [ -122.310173, 37.909807 ], [ -122.310481, 37.909675 ], [ -122.310564, 37.909796 ], [ -122.310256, 37.909928 ], [ -122.310235, 37.909897 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5242.0, "Shape_area": 5241.5736374400003, "Shape_len": 310.08123658699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343477, 37.941379 ], [ -122.343479, 37.941371 ], [ -122.343537, 37.941113 ], [ -122.34354, 37.941102 ], [ -122.343723, 37.941101 ], [ -122.343718, 37.94111 ], [ -122.34366, 37.941369 ], [ -122.343658, 37.941379 ], [ -122.343477, 37.941379 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7682.0, "Shape_area": 7681.6349290899998, "Shape_len": 408.34928942499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319776, 37.911242 ], [ -122.320079, 37.910877 ], [ -122.320203, 37.910978 ], [ -122.319921, 37.911318 ], [ -122.319776, 37.911242 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5913.0, "Shape_area": 5912.7107767199996, "Shape_len": 338.083214183, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326219, 37.941423 ], [ -122.326596, 37.94131 ], [ -122.326606, 37.941307 ], [ -122.326667, 37.941434 ], [ -122.326657, 37.941437 ], [ -122.326291, 37.941547 ], [ -122.326281, 37.941551 ], [ -122.326219, 37.941423 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5015.0, "Shape_area": 5014.8903588100002, "Shape_len": 300.53017178699997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312192, 37.911315 ], [ -122.312268, 37.911282 ], [ -122.312344, 37.911249 ], [ -122.312497, 37.911184 ], [ -122.31258, 37.911305 ], [ -122.312274, 37.911435 ], [ -122.312192, 37.911315 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5061.0, "Shape_area": 5061.1310417499999, "Shape_len": 302.40966919499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314166, 37.909825 ], [ -122.314288, 37.909567 ], [ -122.314461, 37.909621 ], [ -122.314314, 37.909875 ], [ -122.314166, 37.909825 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5966.0, "Shape_area": 5966.4193040299997, "Shape_len": 339.354968246, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325124, 37.941459 ], [ -122.325204, 37.941435 ], [ -122.325504, 37.941345 ], [ -122.325513, 37.941342 ], [ -122.325574, 37.941469 ], [ -122.325564, 37.941472 ], [ -122.325196, 37.941584 ], [ -122.325186, 37.941587 ], [ -122.325128, 37.941466 ], [ -122.325124, 37.941459 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5625.0, "Shape_area": 5625.2723972699996, "Shape_len": 321.16238741000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.35817, 37.941074 ], [ -122.35817, 37.940931 ], [ -122.358549, 37.940932 ], [ -122.358548, 37.941004 ], [ -122.358547, 37.941073 ], [ -122.35817, 37.941074 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5005.0, "Shape_area": 5004.9300365400004, "Shape_len": 301.01235562800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311286, 37.906155 ], [ -122.3114, 37.906106 ], [ -122.311438, 37.90609 ], [ -122.311444, 37.906098 ], [ -122.311598, 37.906326 ], [ -122.311603, 37.906334 ], [ -122.311453, 37.906399 ], [ -122.311447, 37.906391 ], [ -122.311286, 37.906155 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5071.0, "Shape_area": 5071.43491997, "Shape_len": 302.08088406299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309533, 37.906906 ], [ -122.309649, 37.906857 ], [ -122.309686, 37.906841 ], [ -122.309691, 37.906849 ], [ -122.309847, 37.907075 ], [ -122.309853, 37.907083 ], [ -122.309699, 37.907149 ], [ -122.309693, 37.907141 ], [ -122.309533, 37.906906 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7806.0, "Shape_area": 7806.13856872, "Shape_len": 363.69667446599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332863, 37.941424 ], [ -122.332903, 37.94131 ], [ -122.332886, 37.941308 ], [ -122.332886, 37.9413 ], [ -122.332891, 37.941197 ], [ -122.332891, 37.941187 ], [ -122.332944, 37.941189 ], [ -122.333177, 37.941229 ], [ -122.333191, 37.941355 ], [ -122.333193, 37.941478 ], [ -122.333182, 37.941476 ], [ -122.332863, 37.941424 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5085.0, "Shape_area": 5085.3190645599998, "Shape_len": 317.34252767200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316433, 37.911277 ], [ -122.316665, 37.910999 ], [ -122.3167, 37.911088 ], [ -122.316732, 37.911169 ], [ -122.316579, 37.911353 ], [ -122.316433, 37.911277 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5200.0, "Shape_area": 5199.8252543299996, "Shape_len": 313.33178875, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.345169, 37.941289 ], [ -122.345202, 37.941217 ], [ -122.345223, 37.941153 ], [ -122.345512, 37.941152 ], [ -122.345564, 37.941151 ], [ -122.345564, 37.941286 ], [ -122.345169, 37.941289 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5266.0, "Shape_area": 5266.1781407600001, "Shape_len": 306.06698947799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321199, 37.911184 ], [ -122.321493, 37.911034 ], [ -122.32159, 37.911155 ], [ -122.321297, 37.911305 ], [ -122.321199, 37.911184 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6676.0, "Shape_area": 6676.0274804700002, "Shape_len": 325.98493472400003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339, 37.941115 ], [ -122.339229, 37.941114 ], [ -122.339169, 37.941388 ], [ -122.33901, 37.941389 ], [ -122.338975, 37.941382 ], [ -122.338954, 37.941367 ], [ -122.338942, 37.941346 ], [ -122.338942, 37.941323 ], [ -122.339, 37.941115 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5056.0, "Shape_area": 5056.2108650600003, "Shape_len": 303.97642387399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340123, 37.941386 ], [ -122.340182, 37.941112 ], [ -122.340194, 37.941112 ], [ -122.340358, 37.941111 ], [ -122.340298, 37.941386 ], [ -122.340123, 37.941386 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5264.0, "Shape_area": 5263.9044619300003, "Shape_len": 304.46864556999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.365321, 37.940988 ], [ -122.365321, 37.940859 ], [ -122.365321, 37.940842 ], [ -122.365331, 37.940842 ], [ -122.365654, 37.940842 ], [ -122.365665, 37.940842 ], [ -122.365665, 37.940854 ], [ -122.365665, 37.940988 ], [ -122.365654, 37.940988 ], [ -122.365331, 37.940988 ], [ -122.365321, 37.940988 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5410.0, "Shape_area": 5409.7930561700005, "Shape_len": 311.27444349199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340298, 37.941386 ], [ -122.340358, 37.941111 ], [ -122.340546, 37.94111 ], [ -122.340485, 37.941385 ], [ -122.340298, 37.941386 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5040.0, "Shape_area": 5039.6385584700001, "Shape_len": 300.157346045, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335545, 37.941433 ], [ -122.335377, 37.941406 ], [ -122.335413, 37.941269 ], [ -122.335424, 37.941271 ], [ -122.335742, 37.941323 ], [ -122.33575, 37.941325 ], [ -122.335714, 37.941461 ], [ -122.335545, 37.941433 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6028.0, "Shape_area": 6027.8129334100004, "Shape_len": 339.98717196699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326465, 37.941936 ], [ -122.326842, 37.941823 ], [ -122.326852, 37.941819 ], [ -122.326914, 37.941949 ], [ -122.326904, 37.941952 ], [ -122.326526, 37.942065 ], [ -122.326465, 37.941936 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5119.0, "Shape_area": 5118.6063364299998, "Shape_len": 345.80686498300003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32122, 37.912818 ], [ -122.321479, 37.912496 ], [ -122.321575, 37.912576 ], [ -122.321328, 37.912874 ], [ -122.32122, 37.912818 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5986.0, "Shape_area": 5986.2732726699996, "Shape_len": 340.06623355099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324919, 37.941961 ], [ -122.324929, 37.941959 ], [ -122.325309, 37.941844 ], [ -122.32537, 37.941972 ], [ -122.32499, 37.942087 ], [ -122.324981, 37.94209 ], [ -122.324919, 37.941961 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5261.0, "Shape_area": 5260.9704344800002, "Shape_len": 304.466132163, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340683, 37.941847 ], [ -122.340682, 37.941575 ], [ -122.340865, 37.941574 ], [ -122.340868, 37.941846 ], [ -122.340683, 37.941847 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5006.0, "Shape_area": 5005.6709789699999, "Shape_len": 301.66511060300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308611, 37.906991 ], [ -122.308616, 37.906999 ], [ -122.308692, 37.907111 ], [ -122.308682, 37.907115 ], [ -122.308392, 37.907238 ], [ -122.308382, 37.907242 ], [ -122.308301, 37.907124 ], [ -122.308611, 37.906991 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5022.0, "Shape_area": 5021.574841, "Shape_len": 299.63502520200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340868, 37.941846 ], [ -122.340865, 37.941574 ], [ -122.34104, 37.941573 ], [ -122.341045, 37.941846 ], [ -122.340868, 37.941846 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5024.0, "Shape_area": 5023.6909919199998, "Shape_len": 299.99548767200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308775, 37.905359 ], [ -122.308927, 37.905294 ], [ -122.308933, 37.905302 ], [ -122.309086, 37.905526 ], [ -122.309091, 37.905534 ], [ -122.309014, 37.905568 ], [ -122.308936, 37.905601 ], [ -122.308931, 37.905593 ], [ -122.30878, 37.905368 ], [ -122.308775, 37.905359 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5488.0, "Shape_area": 5487.5578662500002, "Shape_len": 308.99849237500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341673, 37.941843 ], [ -122.341566, 37.941843 ], [ -122.341542, 37.941844 ], [ -122.34154, 37.941571 ], [ -122.341731, 37.94157 ], [ -122.341732, 37.941654 ], [ -122.341734, 37.941843 ], [ -122.341673, 37.941843 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5043.0, "Shape_area": 5043.4074286799996, "Shape_len": 301.66413753500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307559, 37.906036 ], [ -122.307569, 37.906032 ], [ -122.307855, 37.905908 ], [ -122.307865, 37.905903 ], [ -122.307948, 37.906025 ], [ -122.307651, 37.906152 ], [ -122.307641, 37.906156 ], [ -122.307559, 37.906036 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5062.0, "Shape_area": 5062.4910322799997, "Shape_len": 303.4099388, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341603, 37.941108 ], [ -122.341781, 37.941107 ], [ -122.341779, 37.941118 ], [ -122.341722, 37.941371 ], [ -122.34172, 37.94138 ], [ -122.341543, 37.94138 ], [ -122.341603, 37.941108 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 11391.0, "Shape_area": 11391.1974015, "Shape_len": 563.31670346800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31321, 37.905597 ], [ -122.313322, 37.905599 ], [ -122.313236, 37.905636 ], [ -122.31321, 37.905597 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5063.0, "Shape_area": 5062.6565173700001, "Shape_len": 303.39778252299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341891, 37.94138 ], [ -122.341893, 37.941371 ], [ -122.341951, 37.941115 ], [ -122.341957, 37.941106 ], [ -122.342129, 37.941105 ], [ -122.342126, 37.941117 ], [ -122.342071, 37.941371 ], [ -122.342069, 37.941379 ], [ -122.341891, 37.94138 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5208.0, "Shape_area": 5208.0879249, "Shape_len": 307.21597978199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342069, 37.941379 ], [ -122.342071, 37.941371 ], [ -122.342126, 37.941117 ], [ -122.342129, 37.941105 ], [ -122.34231, 37.941104 ], [ -122.342249, 37.941379 ], [ -122.342069, 37.941379 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5057.0, "Shape_area": 5057.3794232199998, "Shape_len": 302.11197927400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310353, 37.907384 ], [ -122.310504, 37.907318 ], [ -122.310671, 37.907562 ], [ -122.310518, 37.907628 ], [ -122.310353, 37.907384 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5025.0, "Shape_area": 5025.1214371300002, "Shape_len": 300.6598509, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.305682, 37.905388 ], [ -122.305761, 37.905354 ], [ -122.305834, 37.905323 ], [ -122.305999, 37.905565 ], [ -122.305846, 37.905631 ], [ -122.305682, 37.905388 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5043.0, "Shape_area": 5043.14274647, "Shape_len": 301.397440991, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.306332, 37.905624 ], [ -122.306485, 37.905558 ], [ -122.306528, 37.905621 ], [ -122.306568, 37.905679 ], [ -122.30661, 37.90574 ], [ -122.306651, 37.905801 ], [ -122.306499, 37.905866 ], [ -122.306332, 37.905624 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5005.0, "Shape_area": 5005.4289228400003, "Shape_len": 299.98091183700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337448, 37.941604 ], [ -122.337466, 37.941541 ], [ -122.337485, 37.94147 ], [ -122.337824, 37.941523 ], [ -122.337788, 37.941658 ], [ -122.337448, 37.941604 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6913.0, "Shape_area": 6912.7432158600004, "Shape_len": 337.880261088, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310606, 37.906137 ], [ -122.310818, 37.906046 ], [ -122.310824, 37.906054 ], [ -122.310982, 37.906286 ], [ -122.310829, 37.906352 ], [ -122.31077, 37.906377 ], [ -122.310764, 37.906369 ], [ -122.310612, 37.906145 ], [ -122.310606, 37.906137 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5073.0, "Shape_area": 5072.9289972899996, "Shape_len": 302.22478314599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307724, 37.906278 ], [ -122.307734, 37.906273 ], [ -122.30802, 37.906149 ], [ -122.30803, 37.906145 ], [ -122.308108, 37.906259 ], [ -122.308113, 37.906267 ], [ -122.307806, 37.906399 ], [ -122.307724, 37.906278 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5012.0, "Shape_area": 5011.9998755099996, "Shape_len": 300.512436487, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.360425, 37.941212 ], [ -122.360425, 37.941143 ], [ -122.360425, 37.941075 ], [ -122.360763, 37.941074 ], [ -122.360773, 37.941074 ], [ -122.360773, 37.941212 ], [ -122.360763, 37.941212 ], [ -122.360425, 37.941212 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 12632.0, "Shape_area": 12632.3396625, "Shape_len": 452.13404649300003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311025, 37.905486 ], [ -122.311103, 37.905452 ], [ -122.311396, 37.905327 ], [ -122.311406, 37.905323 ], [ -122.311573, 37.905567 ], [ -122.311192, 37.90573 ], [ -122.311186, 37.905722 ], [ -122.31103, 37.905494 ], [ -122.311025, 37.905486 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5410.0, "Shape_area": 5410.1743954499998, "Shape_len": 307.451153191, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.365321, 37.941137 ], [ -122.365321, 37.940988 ], [ -122.365331, 37.940988 ], [ -122.365654, 37.940988 ], [ -122.365665, 37.940988 ], [ -122.365665, 37.941139 ], [ -122.365654, 37.941139 ], [ -122.365331, 37.941138 ], [ -122.365321, 37.941137 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5787.0, "Shape_area": 5786.72233392, "Shape_len": 316.84730078500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330128, 37.941635 ], [ -122.33016, 37.941514 ], [ -122.330168, 37.941482 ], [ -122.330512, 37.94154 ], [ -122.330472, 37.941693 ], [ -122.330461, 37.941691 ], [ -122.330136, 37.941636 ], [ -122.330128, 37.941635 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5018.0, "Shape_area": 5017.9971282500001, "Shape_len": 299.71674053599997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310173, 37.90554 ], [ -122.310328, 37.905474 ], [ -122.310334, 37.905482 ], [ -122.310486, 37.905706 ], [ -122.310491, 37.905714 ], [ -122.310416, 37.905747 ], [ -122.310338, 37.90578 ], [ -122.310333, 37.905772 ], [ -122.310179, 37.905549 ], [ -122.310173, 37.90554 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5158.0, "Shape_area": 5158.3195372299997, "Shape_len": 304.25622702700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312822, 37.905607 ], [ -122.313017, 37.905598 ], [ -122.313086, 37.9057 ], [ -122.31293, 37.905766 ], [ -122.312822, 37.905607 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5937.0, "Shape_area": 5936.8337590900001, "Shape_len": 338.187331664, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326987, 37.941633 ], [ -122.326996, 37.94163 ], [ -122.327373, 37.941516 ], [ -122.327434, 37.941643 ], [ -122.327058, 37.941758 ], [ -122.327048, 37.941761 ], [ -122.326987, 37.941633 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 8034.0, "Shape_area": 8033.8266059300004, "Shape_len": 403.58226580799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332709, 37.941593 ], [ -122.332724, 37.941535 ], [ -122.332726, 37.941526 ], [ -122.332822, 37.941541 ], [ -122.332863, 37.941424 ], [ -122.333182, 37.941476 ], [ -122.333193, 37.941478 ], [ -122.333194, 37.941568 ], [ -122.333191, 37.941603 ], [ -122.333171, 37.941674 ], [ -122.333162, 37.941669 ], [ -122.332719, 37.941595 ], [ -122.332709, 37.941593 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5005.0, "Shape_area": 5005.0378259, "Shape_len": 300.78846945499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313049, 37.906229 ], [ -122.313076, 37.906217 ], [ -122.313201, 37.906164 ], [ -122.313368, 37.906406 ], [ -122.313217, 37.906471 ], [ -122.313049, 37.906229 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7578.0, "Shape_area": 7577.5458818500001, "Shape_len": 350.91850873200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.306898, 37.906162 ], [ -122.307201, 37.906032 ], [ -122.307326, 37.906214 ], [ -122.307315, 37.906219 ], [ -122.30703, 37.906341 ], [ -122.307019, 37.906345 ], [ -122.306901, 37.906173 ], [ -122.306898, 37.906162 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6118.0, "Shape_area": 6117.6728351600004, "Shape_len": 322.764297726, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313579, 37.906002 ], [ -122.31362, 37.905984 ], [ -122.313733, 37.905936 ], [ -122.313766, 37.905922 ], [ -122.313931, 37.906165 ], [ -122.313899, 37.906178 ], [ -122.313747, 37.906244 ], [ -122.313579, 37.906002 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5192.0, "Shape_area": 5191.5335355799998, "Shape_len": 306.693584939, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340833, 37.941383 ], [ -122.340891, 37.941109 ], [ -122.341073, 37.941108 ], [ -122.341013, 37.941383 ], [ -122.340833, 37.941383 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5003.0, "Shape_area": 5002.81713932, "Shape_len": 303.191034204, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341013, 37.941383 ], [ -122.341073, 37.941108 ], [ -122.341247, 37.941107 ], [ -122.341186, 37.941382 ], [ -122.341013, 37.941383 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5050.0, "Shape_area": 5049.5531521800003, "Shape_len": 301.91961367099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310112, 37.905877 ], [ -122.310265, 37.905811 ], [ -122.310426, 37.906047 ], [ -122.310431, 37.906055 ], [ -122.310279, 37.90612 ], [ -122.310273, 37.906112 ], [ -122.310112, 37.905877 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5197.0, "Shape_area": 5197.0709718400003, "Shape_len": 307.12813405999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341186, 37.941382 ], [ -122.341247, 37.941107 ], [ -122.341426, 37.941106 ], [ -122.341367, 37.941381 ], [ -122.341186, 37.941382 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5278.0, "Shape_area": 5278.14032623, "Shape_len": 306.666382887, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312002, 37.905848 ], [ -122.312161, 37.90578 ], [ -122.312327, 37.906025 ], [ -122.312168, 37.906092 ], [ -122.312002, 37.905848 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5028.0, "Shape_area": 5028.0179484099999, "Shape_len": 300.15930296400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308576, 37.906224 ], [ -122.30873, 37.906158 ], [ -122.308736, 37.906166 ], [ -122.308894, 37.906399 ], [ -122.308879, 37.906405 ], [ -122.308741, 37.906464 ], [ -122.308581, 37.906232 ], [ -122.308576, 37.906224 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5072.0, "Shape_area": 5071.9659583800003, "Shape_len": 302.07238791100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313201, 37.906164 ], [ -122.313355, 37.906097 ], [ -122.313521, 37.906341 ], [ -122.313368, 37.906406 ], [ -122.313201, 37.906164 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5994.0, "Shape_area": 5994.4886553599999, "Shape_len": 339.04623397500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326342, 37.941677 ], [ -122.326729, 37.941562 ], [ -122.326791, 37.941691 ], [ -122.32678, 37.941694 ], [ -122.326404, 37.941807 ], [ -122.326342, 37.941677 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5026.0, "Shape_area": 5025.8714599599998, "Shape_len": 300.88818058599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308177, 37.905927 ], [ -122.308291, 37.905878 ], [ -122.30833, 37.905861 ], [ -122.308335, 37.905869 ], [ -122.308489, 37.906096 ], [ -122.308495, 37.906104 ], [ -122.308342, 37.906169 ], [ -122.308337, 37.906161 ], [ -122.308177, 37.905927 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6022.0, "Shape_area": 6022.0973473900003, "Shape_len": 340.44199406199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324797, 37.941705 ], [ -122.325175, 37.94159 ], [ -122.325186, 37.941587 ], [ -122.325247, 37.941715 ], [ -122.324868, 37.941831 ], [ -122.324859, 37.941834 ], [ -122.324797, 37.941705 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5000.0, "Shape_area": 5000.2366857500001, "Shape_len": 299.56284738699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309186, 37.905963 ], [ -122.30934, 37.905897 ], [ -122.309345, 37.905905 ], [ -122.309504, 37.906138 ], [ -122.309388, 37.906187 ], [ -122.309351, 37.906203 ], [ -122.309345, 37.906195 ], [ -122.309192, 37.905971 ], [ -122.309186, 37.905963 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5977.0, "Shape_area": 5976.6004752500003, "Shape_len": 338.93531553100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326404, 37.941807 ], [ -122.32678, 37.941694 ], [ -122.326791, 37.941691 ], [ -122.326852, 37.941819 ], [ -122.326842, 37.941823 ], [ -122.326465, 37.941936 ], [ -122.326404, 37.941807 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5025.0, "Shape_area": 5024.8830105699999, "Shape_len": 301.30224287700003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311134, 37.906221 ], [ -122.311286, 37.906155 ], [ -122.311447, 37.906391 ], [ -122.311453, 37.906399 ], [ -122.311301, 37.906464 ], [ -122.311295, 37.906456 ], [ -122.311134, 37.906221 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5070.0, "Shape_area": 5069.51546839, "Shape_len": 301.47381617600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.306591, 37.906294 ], [ -122.306745, 37.906228 ], [ -122.306912, 37.906469 ], [ -122.306757, 37.906536 ], [ -122.306591, 37.906294 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 10179.0, "Shape_area": 10179.380540599999, "Shape_len": 406.79724995800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342596, 37.941379 ], [ -122.342597, 37.941372 ], [ -122.342656, 37.941116 ], [ -122.342659, 37.941104 ], [ -122.342841, 37.941104 ], [ -122.343009, 37.941103 ], [ -122.343007, 37.941114 ], [ -122.342951, 37.941369 ], [ -122.342949, 37.941379 ], [ -122.342596, 37.941379 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5475.0, "Shape_area": 5475.0928395600004, "Shape_len": 313.14198191499997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342949, 37.941379 ], [ -122.342951, 37.941369 ], [ -122.343007, 37.941114 ], [ -122.343009, 37.941103 ], [ -122.343197, 37.941102 ], [ -122.343138, 37.941379 ], [ -122.342949, 37.941379 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5133.0, "Shape_area": 5132.5916161699997, "Shape_len": 304.35214671599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307969, 37.906637 ], [ -122.307979, 37.906633 ], [ -122.308269, 37.906509 ], [ -122.30828, 37.906505 ], [ -122.308362, 37.906626 ], [ -122.308063, 37.906755 ], [ -122.308052, 37.906759 ], [ -122.307969, 37.906637 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5135.0, "Shape_area": 5134.7206673700002, "Shape_len": 303.074206479, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310522, 37.906484 ], [ -122.310678, 37.906417 ], [ -122.310839, 37.906651 ], [ -122.310845, 37.906659 ], [ -122.310688, 37.906726 ], [ -122.310683, 37.906718 ], [ -122.310522, 37.906484 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6051.0, "Shape_area": 6050.6288671100001, "Shape_len": 340.11165508900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326924, 37.941502 ], [ -122.327311, 37.941386 ], [ -122.327373, 37.941516 ], [ -122.326996, 37.94163 ], [ -122.326987, 37.941633 ], [ -122.326924, 37.941502 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5007.0, "Shape_area": 5007.3699383200001, "Shape_len": 299.79522851199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313601, 37.906463 ], [ -122.313755, 37.906396 ], [ -122.313919, 37.906637 ], [ -122.31384, 37.906671 ], [ -122.313767, 37.906702 ], [ -122.313601, 37.906463 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5405.0, "Shape_area": 5404.6451703000002, "Shape_len": 314.98489883399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.358546, 37.941143 ], [ -122.358547, 37.941073 ], [ -122.358548, 37.941004 ], [ -122.358917, 37.941005 ], [ -122.358918, 37.941143 ], [ -122.358546, 37.941143 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5083.0, "Shape_area": 5082.8872253400004, "Shape_len": 301.22831300399997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310358, 37.906243 ], [ -122.310513, 37.906177 ], [ -122.310519, 37.906185 ], [ -122.310678, 37.906417 ], [ -122.310522, 37.906484 ], [ -122.310363, 37.906251 ], [ -122.310358, 37.906243 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5911.0, "Shape_area": 5910.5440162499999, "Shape_len": 317.07511186400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336258, 37.941437 ], [ -122.336265, 37.94141 ], [ -122.3363, 37.941276 ], [ -122.336635, 37.941332 ], [ -122.336618, 37.941397 ], [ -122.336599, 37.941467 ], [ -122.336592, 37.941493 ], [ -122.336258, 37.941437 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5592.0, "Shape_area": 5592.2376572399999, "Shape_len": 316.07741905, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343826, 37.941379 ], [ -122.343828, 37.94137 ], [ -122.343885, 37.941112 ], [ -122.343887, 37.9411 ], [ -122.344077, 37.941099 ], [ -122.344019, 37.941378 ], [ -122.343826, 37.941379 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5073.0, "Shape_area": 5072.7251641900002, "Shape_len": 302.12515397599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309122, 37.906301 ], [ -122.309154, 37.906287 ], [ -122.309275, 37.906236 ], [ -122.309436, 37.906471 ], [ -122.309441, 37.906479 ], [ -122.309287, 37.906545 ], [ -122.309281, 37.906537 ], [ -122.309127, 37.906309 ], [ -122.309122, 37.906301 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6070.0, "Shape_area": 6069.9507667999997, "Shape_len": 322.40818903100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331609, 37.941512 ], [ -122.331651, 37.941354 ], [ -122.331996, 37.941406 ], [ -122.331961, 37.94154 ], [ -122.331952, 37.941571 ], [ -122.331942, 37.941569 ], [ -122.33162, 37.941514 ], [ -122.331609, 37.941512 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5052.0, "Shape_area": 5052.3443917599998, "Shape_len": 301.743830097, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310982, 37.906286 ], [ -122.311134, 37.906221 ], [ -122.311295, 37.906456 ], [ -122.311301, 37.906464 ], [ -122.311147, 37.906529 ], [ -122.311142, 37.906521 ], [ -122.310982, 37.906286 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 8707.0, "Shape_area": 8707.0440074599992, "Shape_len": 405.07928577199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.364095, 37.941253 ], [ -122.364095, 37.941082 ], [ -122.364105, 37.941082 ], [ -122.364573, 37.941082 ], [ -122.364583, 37.941082 ], [ -122.364583, 37.941251 ], [ -122.364572, 37.941251 ], [ -122.364106, 37.941253 ], [ -122.364095, 37.941253 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5578.0, "Shape_area": 5577.5468608399997, "Shape_len": 319.99093950899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.357693, 37.941359 ], [ -122.357586, 37.941359 ], [ -122.357585, 37.941217 ], [ -122.357962, 37.941219 ], [ -122.357963, 37.941358 ], [ -122.357693, 37.941359 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5022.0, "Shape_area": 5021.55306096, "Shape_len": 300.47486844999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.306528, 37.906634 ], [ -122.306604, 37.906601 ], [ -122.306681, 37.906568 ], [ -122.306846, 37.90681 ], [ -122.306693, 37.906875 ], [ -122.306528, 37.906634 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5046.0, "Shape_area": 5045.9637930299996, "Shape_len": 301.20028518300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311951, 37.906699 ], [ -122.312027, 37.906666 ], [ -122.312103, 37.906634 ], [ -122.312257, 37.906568 ], [ -122.31234, 37.90669 ], [ -122.312045, 37.906816 ], [ -122.312034, 37.906821 ], [ -122.311956, 37.906707 ], [ -122.311951, 37.906699 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5066.0, "Shape_area": 5066.2647356699999, "Shape_len": 300.97107902, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313143, 37.906659 ], [ -122.313298, 37.906592 ], [ -122.313463, 37.906833 ], [ -122.313308, 37.906899 ], [ -122.313143, 37.906659 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5096.0, "Shape_area": 5095.7559204700001, "Shape_len": 302.63337012, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312895, 37.906294 ], [ -122.312952, 37.90627 ], [ -122.313049, 37.906229 ], [ -122.313217, 37.906471 ], [ -122.313062, 37.906537 ], [ -122.312895, 37.906294 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6050.0, "Shape_area": 6049.6869701599999, "Shape_len": 339.493140068, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329457, 37.942474 ], [ -122.329312, 37.942169 ], [ -122.329626, 37.942221 ], [ -122.329554, 37.94249 ], [ -122.329457, 37.942474 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7478.0, "Shape_area": 7477.59881038, "Shape_len": 349.37912106099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312201, 37.907062 ], [ -122.312505, 37.906932 ], [ -122.312629, 37.907113 ], [ -122.312325, 37.907243 ], [ -122.312201, 37.907062 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5129.0, "Shape_area": 5129.0015574299996, "Shape_len": 306.82545491899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.344366, 37.941377 ], [ -122.344369, 37.941367 ], [ -122.344424, 37.94111 ], [ -122.344426, 37.941099 ], [ -122.344603, 37.941099 ], [ -122.3446, 37.941116 ], [ -122.344543, 37.941367 ], [ -122.344541, 37.941377 ], [ -122.344366, 37.941377 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5013.0, "Shape_area": 5013.4616560599998, "Shape_len": 300.55000559199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31037, 37.906549 ], [ -122.310522, 37.906484 ], [ -122.310683, 37.906718 ], [ -122.310688, 37.906726 ], [ -122.310536, 37.906791 ], [ -122.31053, 37.906783 ], [ -122.31037, 37.906549 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5098.0, "Shape_area": 5097.6529720099998, "Shape_len": 303.41006354299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330691, 37.941535 ], [ -122.330727, 37.941396 ], [ -122.330739, 37.941398 ], [ -122.331056, 37.94145 ], [ -122.331066, 37.941447 ], [ -122.331032, 37.941578 ], [ -122.331029, 37.941588 ], [ -122.330691, 37.941535 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5071.0, "Shape_area": 5070.9863319200003, "Shape_len": 300.81725621499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.338027, 37.941419 ], [ -122.338064, 37.941284 ], [ -122.338393, 37.941336 ], [ -122.338404, 37.941341 ], [ -122.338386, 37.941409 ], [ -122.338368, 37.941475 ], [ -122.338027, 37.941419 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6010.0, "Shape_area": 6010.2005959099997, "Shape_len": 340.17017832400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32583, 37.94154 ], [ -122.326219, 37.941423 ], [ -122.326281, 37.941551 ], [ -122.32627, 37.941554 ], [ -122.325903, 37.941666 ], [ -122.325892, 37.941669 ], [ -122.32583, 37.94154 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7651.0, "Shape_area": 7650.5066894499996, "Shape_len": 353.005518064, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335884, 37.941488 ], [ -122.335714, 37.941461 ], [ -122.33575, 37.941325 ], [ -122.335768, 37.941257 ], [ -122.335782, 37.941259 ], [ -122.336098, 37.941311 ], [ -122.336111, 37.941313 ], [ -122.336084, 37.941418 ], [ -122.336055, 37.941516 ], [ -122.335884, 37.941488 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5077.0, "Shape_area": 5076.8033175500004, "Shape_len": 302.36706824800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31134, 37.906961 ], [ -122.311419, 37.906927 ], [ -122.311493, 37.906895 ], [ -122.311499, 37.906903 ], [ -122.311655, 37.90713 ], [ -122.311661, 37.907138 ], [ -122.311507, 37.907204 ], [ -122.311501, 37.907196 ], [ -122.311345, 37.906969 ], [ -122.31134, 37.906961 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5947.0, "Shape_area": 5946.8906173200003, "Shape_len": 337.93323779600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326281, 37.941551 ], [ -122.326291, 37.941547 ], [ -122.326657, 37.941437 ], [ -122.326667, 37.941434 ], [ -122.326729, 37.941562 ], [ -122.326342, 37.941677 ], [ -122.326281, 37.941551 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5000.0, "Shape_area": 4999.9704895000004, "Shape_len": 299.38151050800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311404, 37.906623 ], [ -122.311558, 37.906557 ], [ -122.311563, 37.906565 ], [ -122.311722, 37.906797 ], [ -122.311569, 37.906862 ], [ -122.31141, 37.906631 ], [ -122.311404, 37.906623 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 8643.0, "Shape_area": 8642.5333651100009, "Shape_len": 404.36628564699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.364095, 37.941082 ], [ -122.364095, 37.940914 ], [ -122.364583, 37.940913 ], [ -122.364583, 37.941082 ], [ -122.364573, 37.941082 ], [ -122.364105, 37.941082 ], [ -122.364095, 37.941082 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5999.0, "Shape_area": 5999.3988870900002, "Shape_len": 339.95332364699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324735, 37.941576 ], [ -122.324894, 37.941528 ], [ -122.325056, 37.94148 ], [ -122.325124, 37.941459 ], [ -122.325128, 37.941466 ], [ -122.325186, 37.941587 ], [ -122.325175, 37.94159 ], [ -122.324797, 37.941705 ], [ -122.324735, 37.941576 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5280.0, "Shape_area": 5280.1881963400001, "Shape_len": 306.37917415200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.365877, 37.94106 ], [ -122.365877, 37.940914 ], [ -122.366225, 37.940915 ], [ -122.366221, 37.940923 ], [ -122.366221, 37.940988 ], [ -122.366221, 37.941061 ], [ -122.365887, 37.94106 ], [ -122.365877, 37.94106 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5056.0, "Shape_area": 5055.9660198000001, "Shape_len": 301.91444853000002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311569, 37.906862 ], [ -122.311722, 37.906797 ], [ -122.311884, 37.907032 ], [ -122.31189, 37.90704 ], [ -122.311737, 37.907105 ], [ -122.311731, 37.907097 ], [ -122.311569, 37.906862 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6074.0, "Shape_area": 6074.0088860100004, "Shape_len": 321.405708291, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313992, 37.906606 ], [ -122.314031, 37.906589 ], [ -122.314145, 37.90654 ], [ -122.314178, 37.906526 ], [ -122.314343, 37.906767 ], [ -122.314312, 37.906781 ], [ -122.314158, 37.906847 ], [ -122.313992, 37.906606 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5020.0, "Shape_area": 5019.5412984499999, "Shape_len": 301.16626052800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311722, 37.906797 ], [ -122.311874, 37.906732 ], [ -122.312036, 37.906967 ], [ -122.312041, 37.906975 ], [ -122.31189, 37.90704 ], [ -122.311884, 37.907032 ], [ -122.311722, 37.906797 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5229.0, "Shape_area": 5228.5757154100002, "Shape_len": 301.02049987200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.366778, 37.94106 ], [ -122.366778, 37.94091 ], [ -122.367111, 37.94091 ], [ -122.367111, 37.94094 ], [ -122.367111, 37.94106 ], [ -122.366778, 37.94106 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5054.0, "Shape_area": 5053.7914447599996, "Shape_len": 300.749117985, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313865, 37.907137 ], [ -122.314019, 37.907071 ], [ -122.314185, 37.907311 ], [ -122.314105, 37.907345 ], [ -122.31403, 37.907378 ], [ -122.313865, 37.907137 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6047.0, "Shape_area": 6046.9642309600004, "Shape_len": 340.88189230199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325186, 37.941587 ], [ -122.325196, 37.941584 ], [ -122.325564, 37.941472 ], [ -122.325574, 37.941469 ], [ -122.325637, 37.941599 ], [ -122.325247, 37.941715 ], [ -122.325186, 37.941587 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5107.0, "Shape_area": 5106.6334284300001, "Shape_len": 302.842825823, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309686, 37.906841 ], [ -122.309762, 37.906808 ], [ -122.30984, 37.906774 ], [ -122.309845, 37.906783 ], [ -122.310002, 37.907009 ], [ -122.310008, 37.907017 ], [ -122.309853, 37.907083 ], [ -122.309847, 37.907075 ], [ -122.309691, 37.906849 ], [ -122.309686, 37.906841 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5092.0, "Shape_area": 5091.9895309000003, "Shape_len": 301.22019582500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310793, 37.906885 ], [ -122.310949, 37.906818 ], [ -122.310955, 37.906826 ], [ -122.311113, 37.907058 ], [ -122.310957, 37.907125 ], [ -122.310798, 37.906893 ], [ -122.310793, 37.906885 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5035.0, "Shape_area": 5034.7652595, "Shape_len": 300.70295515399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.30717, 37.907138 ], [ -122.307322, 37.907074 ], [ -122.307483, 37.907306 ], [ -122.307488, 37.907314 ], [ -122.307334, 37.90738 ], [ -122.307328, 37.907372 ], [ -122.30717, 37.907138 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5104.0, "Shape_area": 5104.3729818399997, "Shape_len": 303.52264088499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308382, 37.907242 ], [ -122.308392, 37.907238 ], [ -122.308682, 37.907115 ], [ -122.308692, 37.907111 ], [ -122.308774, 37.907232 ], [ -122.308476, 37.90736 ], [ -122.308465, 37.907364 ], [ -122.308382, 37.907242 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5953.0, "Shape_area": 5952.7807187799999, "Shape_len": 339.37986975400003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325892, 37.941669 ], [ -122.325903, 37.941666 ], [ -122.32627, 37.941554 ], [ -122.326281, 37.941551 ], [ -122.326342, 37.941677 ], [ -122.325964, 37.941793 ], [ -122.325953, 37.941796 ], [ -122.325892, 37.941669 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5282.0, "Shape_area": 5281.6495437499998, "Shape_len": 312.71261700899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331952, 37.941571 ], [ -122.331961, 37.94154 ], [ -122.331971, 37.941541 ], [ -122.332301, 37.94157 ], [ -122.332313, 37.941571 ], [ -122.33229, 37.941682 ], [ -122.331917, 37.941704 ], [ -122.331952, 37.941571 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9956.0, "Shape_area": 9955.6668339600001, "Shape_len": 399.11300344, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.306395, 37.907158 ], [ -122.306699, 37.907028 ], [ -122.306863, 37.907269 ], [ -122.30656, 37.907399 ], [ -122.306395, 37.907158 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5142.0, "Shape_area": 5142.4316797800002, "Shape_len": 304.10056650500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308548, 37.907485 ], [ -122.308558, 37.90748 ], [ -122.308845, 37.907355 ], [ -122.308855, 37.90735 ], [ -122.308934, 37.907466 ], [ -122.308939, 37.907474 ], [ -122.308631, 37.907606 ], [ -122.308548, 37.907485 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5024.0, "Shape_area": 5023.65521756, "Shape_len": 300.57135967300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307649, 37.907403 ], [ -122.307804, 37.907337 ], [ -122.307809, 37.907345 ], [ -122.307885, 37.90746 ], [ -122.30796, 37.907574 ], [ -122.307965, 37.90758 ], [ -122.307887, 37.907613 ], [ -122.307813, 37.907645 ], [ -122.307654, 37.907411 ], [ -122.307649, 37.907403 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5469.0, "Shape_area": 5468.9694784800004, "Shape_len": 315.301730797, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.361286, 37.941251 ], [ -122.361286, 37.941199 ], [ -122.361285, 37.94111 ], [ -122.361645, 37.941109 ], [ -122.361655, 37.941109 ], [ -122.361651, 37.941251 ], [ -122.361641, 37.941251 ], [ -122.361296, 37.941251 ], [ -122.361286, 37.941251 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5015.0, "Shape_area": 5014.5921157299999, "Shape_len": 301.66624117700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308465, 37.907364 ], [ -122.308476, 37.90736 ], [ -122.308774, 37.907232 ], [ -122.308855, 37.90735 ], [ -122.308845, 37.907355 ], [ -122.308558, 37.90748 ], [ -122.308548, 37.907485 ], [ -122.308465, 37.907364 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5035.0, "Shape_area": 5035.2801124999996, "Shape_len": 300.79415161399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.306863, 37.907269 ], [ -122.306941, 37.907236 ], [ -122.307016, 37.907204 ], [ -122.307023, 37.907213 ], [ -122.307182, 37.907445 ], [ -122.307028, 37.907512 ], [ -122.307023, 37.907504 ], [ -122.306863, 37.907269 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6008.0, "Shape_area": 6007.5663158999996, "Shape_len": 340.191312412, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325247, 37.941715 ], [ -122.325637, 37.941599 ], [ -122.325698, 37.941728 ], [ -122.325688, 37.941731 ], [ -122.325309, 37.941844 ], [ -122.325247, 37.941715 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5009.0, "Shape_area": 5008.5150743100003, "Shape_len": 300.614683378, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309002, 37.907134 ], [ -122.309154, 37.907069 ], [ -122.309314, 37.907303 ], [ -122.30932, 37.907312 ], [ -122.309168, 37.907377 ], [ -122.309162, 37.907368 ], [ -122.309002, 37.907134 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5073.0, "Shape_area": 5073.00547155, "Shape_len": 301.582126786, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311283, 37.907456 ], [ -122.311439, 37.907389 ], [ -122.311445, 37.907397 ], [ -122.311599, 37.907622 ], [ -122.311605, 37.907631 ], [ -122.311529, 37.907663 ], [ -122.311452, 37.907696 ], [ -122.311446, 37.907688 ], [ -122.311289, 37.907464 ], [ -122.311283, 37.907456 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5044.0, "Shape_area": 5043.8916782799997, "Shape_len": 300.52472743800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312935, 37.907215 ], [ -122.313238, 37.907083 ], [ -122.313322, 37.907206 ], [ -122.313018, 37.907337 ], [ -122.312935, 37.907215 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7420.0, "Shape_area": 7419.7313346199999, "Shape_len": 348.505460621, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.338333, 37.941609 ], [ -122.338368, 37.941475 ], [ -122.338386, 37.941409 ], [ -122.338725, 37.941467 ], [ -122.338673, 37.941666 ], [ -122.338333, 37.941609 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5138.0, "Shape_area": 5138.0030381099996, "Shape_len": 303.64735362099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311041, 37.907247 ], [ -122.310957, 37.907125 ], [ -122.311113, 37.907058 ], [ -122.311273, 37.907294 ], [ -122.311279, 37.907302 ], [ -122.311124, 37.907368 ], [ -122.311118, 37.90736 ], [ -122.311041, 37.907247 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5006.0, "Shape_area": 5006.00148352, "Shape_len": 298.59099911099997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310657, 37.907253 ], [ -122.310667, 37.907249 ], [ -122.310807, 37.907189 ], [ -122.310957, 37.907125 ], [ -122.311041, 37.907247 ], [ -122.311031, 37.907252 ], [ -122.310751, 37.907371 ], [ -122.310741, 37.907376 ], [ -122.310657, 37.907253 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5007.0, "Shape_area": 5006.9759962799999, "Shape_len": 300.20517483899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307016, 37.907204 ], [ -122.307093, 37.907171 ], [ -122.30717, 37.907138 ], [ -122.307328, 37.907372 ], [ -122.307334, 37.90738 ], [ -122.307182, 37.907445 ], [ -122.307023, 37.907213 ], [ -122.307016, 37.907204 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5021.0, "Shape_area": 5020.8770448799996, "Shape_len": 300.422850407, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312048, 37.907128 ], [ -122.312201, 37.907062 ], [ -122.312325, 37.907243 ], [ -122.312367, 37.907304 ], [ -122.312252, 37.907353 ], [ -122.312214, 37.907369 ], [ -122.312053, 37.907136 ], [ -122.312048, 37.907128 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6001.0, "Shape_area": 6001.3224044, "Shape_len": 332.558120836, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331971, 37.942084 ], [ -122.331945, 37.942024 ], [ -122.331955, 37.94202 ], [ -122.332293, 37.941903 ], [ -122.332303, 37.9419 ], [ -122.332305, 37.941906 ], [ -122.332322, 37.941951 ], [ -122.332363, 37.94202 ], [ -122.332352, 37.942025 ], [ -122.332024, 37.942175 ], [ -122.332019, 37.942167 ], [ -122.331971, 37.942084 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5132.0, "Shape_area": 5132.3116475500001, "Shape_len": 303.58541010300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.30961, 37.908173 ], [ -122.309765, 37.908107 ], [ -122.309931, 37.908351 ], [ -122.309777, 37.908417 ], [ -122.30961, 37.908173 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6032.0, "Shape_area": 6031.9443239900002, "Shape_len": 327.26629359100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.358223, 37.941365 ], [ -122.358171, 37.941364 ], [ -122.35817, 37.941211 ], [ -122.358545, 37.941212 ], [ -122.358545, 37.941253 ], [ -122.358543, 37.941366 ], [ -122.358223, 37.941365 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5055.0, "Shape_area": 5054.9884815300002, "Shape_len": 301.51783466099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307704, 37.908207 ], [ -122.307858, 37.908141 ], [ -122.308023, 37.908384 ], [ -122.307945, 37.908417 ], [ -122.30787, 37.90845 ], [ -122.307704, 37.908207 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6113.0, "Shape_area": 6113.45651077, "Shape_len": 330.69767374999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.359129, 37.941361 ], [ -122.359129, 37.941208 ], [ -122.359509, 37.941212 ], [ -122.359509, 37.941253 ], [ -122.359508, 37.941366 ], [ -122.359129, 37.941361 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5174.0, "Shape_area": 5173.5452919700001, "Shape_len": 327.11074862599997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313765, 37.91087 ], [ -122.313685, 37.910905 ], [ -122.313532, 37.91097 ], [ -122.313362, 37.910722 ], [ -122.313359, 37.910705 ], [ -122.313369, 37.91069 ], [ -122.313388, 37.910682 ], [ -122.313412, 37.910686 ], [ -122.313765, 37.91087 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5323.0, "Shape_area": 5323.1318419, "Shape_len": 306.50440967200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.358572, 37.941513 ], [ -122.358573, 37.941448 ], [ -122.358573, 37.941366 ], [ -122.358919, 37.941367 ], [ -122.35892, 37.941512 ], [ -122.358572, 37.941513 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5989.0, "Shape_area": 5989.1916589299999, "Shape_len": 339.83632251, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326014, 37.941924 ], [ -122.326025, 37.941921 ], [ -122.326404, 37.941807 ], [ -122.326465, 37.941936 ], [ -122.326086, 37.942049 ], [ -122.326076, 37.942052 ], [ -122.326014, 37.941924 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5069.0, "Shape_area": 5068.6352676699998, "Shape_len": 301.29738083699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339359, 37.941852 ], [ -122.33925, 37.941853 ], [ -122.339206, 37.941853 ], [ -122.339202, 37.941579 ], [ -122.339213, 37.941579 ], [ -122.339379, 37.941578 ], [ -122.339382, 37.941852 ], [ -122.339359, 37.941852 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5090.0, "Shape_area": 5090.2617153499996, "Shape_len": 304.037690091, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339382, 37.941852 ], [ -122.339379, 37.941578 ], [ -122.339557, 37.941577 ], [ -122.339558, 37.941842 ], [ -122.339565, 37.941851 ], [ -122.339382, 37.941852 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5180.0, "Shape_area": 5180.1200281900001, "Shape_len": 301.82139984600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33968, 37.941851 ], [ -122.339565, 37.941851 ], [ -122.339558, 37.941842 ], [ -122.339557, 37.941577 ], [ -122.339736, 37.941577 ], [ -122.33974, 37.94185 ], [ -122.33968, 37.941851 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5197.0, "Shape_area": 5196.7908998800003, "Shape_len": 316.28805222400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331908, 37.941801 ], [ -122.331917, 37.941704 ], [ -122.33229, 37.941682 ], [ -122.332287, 37.941788 ], [ -122.332277, 37.94179 ], [ -122.331919, 37.941859 ], [ -122.331908, 37.941861 ], [ -122.331908, 37.941801 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5940.0, "Shape_area": 5939.7848197100002, "Shape_len": 338.97231832099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325309, 37.941844 ], [ -122.325688, 37.941731 ], [ -122.325698, 37.941728 ], [ -122.325759, 37.941854 ], [ -122.325749, 37.941857 ], [ -122.32537, 37.941972 ], [ -122.325309, 37.941844 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5125.0, "Shape_area": 5125.2998346499999, "Shape_len": 302.79159903700003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.360425, 37.941419 ], [ -122.360425, 37.94135 ], [ -122.360425, 37.941279 ], [ -122.360763, 37.941279 ], [ -122.360773, 37.941279 ], [ -122.360773, 37.94142 ], [ -122.360763, 37.94142 ], [ -122.360425, 37.941419 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5121.0, "Shape_area": 5120.7231985799999, "Shape_len": 301.94438136299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.362124, 37.941415 ], [ -122.362105, 37.941415 ], [ -122.361847, 37.941414 ], [ -122.361837, 37.941414 ], [ -122.36184, 37.941273 ], [ -122.362183, 37.941273 ], [ -122.362184, 37.941407 ], [ -122.362184, 37.941415 ], [ -122.362124, 37.941415 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5004.0, "Shape_area": 5003.7506120300004, "Shape_len": 333.04237976500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323281, 37.942016 ], [ -122.323173, 37.94184 ], [ -122.323139, 37.941768 ], [ -122.323446, 37.941676 ], [ -122.32329, 37.941998 ], [ -122.323282, 37.942016 ], [ -122.323281, 37.942016 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5402.0, "Shape_area": 5402.1124013099998, "Shape_len": 319.6182617, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32427, 37.942004 ], [ -122.324296, 37.941857 ], [ -122.324601, 37.941764 ], [ -122.324663, 37.941893 ], [ -122.324284, 37.942007 ], [ -122.32427, 37.942004 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6045.0, "Shape_area": 6045.2393281100003, "Shape_len": 340.70836557299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324396, 37.942265 ], [ -122.324785, 37.942148 ], [ -122.324847, 37.942277 ], [ -122.324459, 37.942395 ], [ -122.324396, 37.942265 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7518.0, "Shape_area": 7517.7294088199997, "Shape_len": 349.88013231000002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340256, 37.941847 ], [ -122.340209, 37.941848 ], [ -122.340207, 37.941575 ], [ -122.34047, 37.941575 ], [ -122.340473, 37.941846 ], [ -122.340256, 37.941847 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6045.0, "Shape_area": 6044.8692138200004, "Shape_len": 340.63251650199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32537, 37.941972 ], [ -122.325749, 37.941857 ], [ -122.325759, 37.941854 ], [ -122.325821, 37.941984 ], [ -122.32581, 37.941987 ], [ -122.325432, 37.942101 ], [ -122.32537, 37.941972 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5097.0, "Shape_area": 5096.89940054, "Shape_len": 301.09833145300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342081, 37.941841 ], [ -122.342079, 37.941569 ], [ -122.342258, 37.941568 ], [ -122.342258, 37.941841 ], [ -122.342081, 37.941841 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5509.0, "Shape_area": 5508.5215192100004, "Shape_len": 309.39675287900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342258, 37.941841 ], [ -122.342258, 37.941568 ], [ -122.342451, 37.941568 ], [ -122.342451, 37.94184 ], [ -122.342439, 37.94184 ], [ -122.342258, 37.941841 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6549.0, "Shape_area": 6548.7266880200004, "Shape_len": 348.95046263900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325494, 37.942229 ], [ -122.325432, 37.942101 ], [ -122.32581, 37.941987 ], [ -122.325821, 37.941984 ], [ -122.325888, 37.942124 ], [ -122.325878, 37.942127 ], [ -122.3255, 37.942241 ], [ -122.325494, 37.942229 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5067.0, "Shape_area": 5067.2983338800004, "Shape_len": 301.66774272800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.360426, 37.941694 ], [ -122.360426, 37.941555 ], [ -122.360763, 37.941555 ], [ -122.360773, 37.941555 ], [ -122.360774, 37.941694 ], [ -122.360426, 37.941694 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5614.0, "Shape_area": 5613.6874857800003, "Shape_len": 318.43210150200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342082, 37.941986 ], [ -122.342081, 37.941841 ], [ -122.342258, 37.941841 ], [ -122.342439, 37.94184 ], [ -122.342451, 37.94184 ], [ -122.34245, 37.941984 ], [ -122.342438, 37.941985 ], [ -122.342082, 37.941986 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5946.0, "Shape_area": 5946.3767403900001, "Shape_len": 339.153356702, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324335, 37.942137 ], [ -122.324725, 37.942022 ], [ -122.324785, 37.942148 ], [ -122.324396, 37.942265 ], [ -122.324335, 37.942137 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6117.0, "Shape_area": 6116.6854082299997, "Shape_len": 341.75087875299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.359436, 37.941719 ], [ -122.359311, 37.941719 ], [ -122.359177, 37.941719 ], [ -122.359091, 37.941719 ], [ -122.35909, 37.941578 ], [ -122.359507, 37.94158 ], [ -122.359506, 37.941647 ], [ -122.359506, 37.941719 ], [ -122.359436, 37.941719 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 19330.0, "Shape_area": 19329.559283300001, "Shape_len": 568.29758121700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332586, 37.942063 ], [ -122.332656, 37.941796 ], [ -122.332691, 37.941662 ], [ -122.332709, 37.941593 ], [ -122.332719, 37.941595 ], [ -122.333162, 37.941669 ], [ -122.333171, 37.941674 ], [ -122.333135, 37.941737 ], [ -122.33293, 37.942016 ], [ -122.332901, 37.942047 ], [ -122.332864, 37.942072 ], [ -122.332821, 37.94209 ], [ -122.332774, 37.942101 ], [ -122.332726, 37.942104 ], [ -122.332678, 37.942099 ], [ -122.332632, 37.942086 ], [ -122.332586, 37.942063 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5181.0, "Shape_area": 5180.7854204900004, "Shape_len": 304.22950062000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337339, 37.942005 ], [ -122.337412, 37.941735 ], [ -122.337586, 37.941764 ], [ -122.337515, 37.942034 ], [ -122.337339, 37.942005 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5037.0, "Shape_area": 5036.9462790899997, "Shape_len": 300.50146066600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313636, 37.907235 ], [ -122.31379, 37.907169 ], [ -122.313955, 37.90741 ], [ -122.313878, 37.907442 ], [ -122.3138, 37.907476 ], [ -122.313636, 37.907235 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5040.0, "Shape_area": 5040.06938851, "Shape_len": 301.60622632100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314336, 37.907246 ], [ -122.314378, 37.907228 ], [ -122.314488, 37.907181 ], [ -122.314649, 37.907416 ], [ -122.314655, 37.907424 ], [ -122.314502, 37.907489 ], [ -122.314336, 37.907246 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5067.0, "Shape_area": 5066.8049612599998, "Shape_len": 301.15727996800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307189, 37.9076 ], [ -122.307342, 37.907534 ], [ -122.307348, 37.907542 ], [ -122.307508, 37.907775 ], [ -122.307429, 37.907808 ], [ -122.307352, 37.907841 ], [ -122.307189, 37.9076 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5089.0, "Shape_area": 5088.9876172499999, "Shape_len": 302.59261603599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333739, 37.942087 ], [ -122.333751, 37.942043 ], [ -122.333775, 37.941951 ], [ -122.334107, 37.942007 ], [ -122.334117, 37.942008 ], [ -122.334081, 37.942144 ], [ -122.334071, 37.942142 ], [ -122.33375, 37.942089 ], [ -122.333739, 37.942087 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5101.0, "Shape_area": 5101.1744952099998, "Shape_len": 302.45582479199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309858, 37.908536 ], [ -122.309777, 37.908417 ], [ -122.309931, 37.908351 ], [ -122.309945, 37.908371 ], [ -122.310097, 37.908593 ], [ -122.309941, 37.90866 ], [ -122.309858, 37.908536 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5553.0, "Shape_area": 5553.3169299299998, "Shape_len": 312.04115780199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311637, 37.908087 ], [ -122.311806, 37.908014 ], [ -122.311811, 37.908022 ], [ -122.311966, 37.908251 ], [ -122.311971, 37.908259 ], [ -122.311847, 37.908312 ], [ -122.311805, 37.90833 ], [ -122.3118, 37.908322 ], [ -122.311643, 37.908095 ], [ -122.311637, 37.908087 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5472.0, "Shape_area": 5472.2356328100004, "Shape_len": 313.15099209599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.357693, 37.941952 ], [ -122.357693, 37.941807 ], [ -122.358053, 37.941807 ], [ -122.358054, 37.941952 ], [ -122.357693, 37.941952 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5043.0, "Shape_area": 5043.2980742399996, "Shape_len": 300.77857423099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307342, 37.907534 ], [ -122.307497, 37.907468 ], [ -122.307503, 37.907476 ], [ -122.307662, 37.907709 ], [ -122.307508, 37.907775 ], [ -122.307348, 37.907542 ], [ -122.307342, 37.907534 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5183.0, "Shape_area": 5182.61951116, "Shape_len": 303.66478284300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329733, 37.941786 ], [ -122.329911, 37.941816 ], [ -122.329838, 37.942084 ], [ -122.329664, 37.942055 ], [ -122.329733, 37.941786 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5213.0, "Shape_area": 5213.2338572899998, "Shape_len": 306.98637331600003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.361288, 37.941595 ], [ -122.361287, 37.941456 ], [ -122.361297, 37.941456 ], [ -122.361635, 37.941456 ], [ -122.361646, 37.941456 ], [ -122.361642, 37.941595 ], [ -122.361631, 37.941595 ], [ -122.361298, 37.941595 ], [ -122.361288, 37.941595 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6486.0, "Shape_area": 6486.09566017, "Shape_len": 381.76089941700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323281, 37.942017 ], [ -122.323281, 37.942016 ], [ -122.323282, 37.942016 ], [ -122.323281, 37.942017 ] ] ], [ [ [ -122.323173, 37.94184 ], [ -122.323139, 37.941784 ], [ -122.323132, 37.94177 ], [ -122.323139, 37.941768 ], [ -122.323173, 37.94184 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5166.0, "Shape_area": 5165.7928326399997, "Shape_len": 303.037439065, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31339, 37.912203 ], [ -122.313694, 37.912072 ], [ -122.313779, 37.912198 ], [ -122.313475, 37.912328 ], [ -122.31339, 37.912203 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5010.0, "Shape_area": 5010.0789208599999, "Shape_len": 300.24135767199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307968, 37.907733 ], [ -122.307982, 37.907727 ], [ -122.308264, 37.907608 ], [ -122.308274, 37.907604 ], [ -122.308356, 37.907724 ], [ -122.308051, 37.907854 ], [ -122.308045, 37.907846 ], [ -122.307968, 37.907733 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5069.0, "Shape_area": 5068.9124524299996, "Shape_len": 302.15724885899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321012, 37.910952 ], [ -122.321306, 37.910802 ], [ -122.3214, 37.910919 ], [ -122.321106, 37.911069 ], [ -122.321012, 37.910952 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6012.0, "Shape_area": 6012.4800803400003, "Shape_len": 339.76323422199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327171, 37.942018 ], [ -122.327181, 37.942015 ], [ -122.327559, 37.941902 ], [ -122.327621, 37.942031 ], [ -122.327243, 37.942144 ], [ -122.327232, 37.942147 ], [ -122.327171, 37.942018 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5007.0, "Shape_area": 5006.9048471100004, "Shape_len": 300.19707069200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313599, 37.908187 ], [ -122.313903, 37.908055 ], [ -122.313986, 37.908176 ], [ -122.313681, 37.908307 ], [ -122.313599, 37.908187 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6040.0, "Shape_area": 6039.8898703100003, "Shape_len": 340.52405561, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326076, 37.942052 ], [ -122.326086, 37.942049 ], [ -122.326465, 37.941936 ], [ -122.326526, 37.942065 ], [ -122.326148, 37.942178 ], [ -122.326138, 37.942181 ], [ -122.326076, 37.942052 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6075.0, "Shape_area": 6074.5245880700004, "Shape_len": 321.26569515400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313385, 37.91162 ], [ -122.313689, 37.91149 ], [ -122.313789, 37.911637 ], [ -122.313485, 37.911767 ], [ -122.313385, 37.91162 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6043.0, "Shape_area": 6043.4623996099999, "Shape_len": 341.13310932899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324981, 37.94209 ], [ -122.32499, 37.942087 ], [ -122.32537, 37.941972 ], [ -122.325432, 37.942101 ], [ -122.325052, 37.942215 ], [ -122.325042, 37.942218 ], [ -122.324981, 37.94209 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5003.0, "Shape_area": 5003.2525274199998, "Shape_len": 301.38331573800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319053, 37.908526 ], [ -122.319362, 37.908394 ], [ -122.319453, 37.908508 ], [ -122.319147, 37.908642 ], [ -122.319053, 37.908526 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6074.0, "Shape_area": 6073.5755964399996, "Shape_len": 340.94482589199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326526, 37.942065 ], [ -122.326904, 37.941952 ], [ -122.326914, 37.941949 ], [ -122.326977, 37.942079 ], [ -122.326966, 37.942082 ], [ -122.326822, 37.942125 ], [ -122.326664, 37.942173 ], [ -122.326588, 37.942196 ], [ -122.326584, 37.942188 ], [ -122.326526, 37.942065 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5543.0, "Shape_area": 5542.5701805600002, "Shape_len": 324.81621155, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309496, 37.908694 ], [ -122.309858, 37.908536 ], [ -122.309941, 37.90866 ], [ -122.309623, 37.908791 ], [ -122.309496, 37.908694 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6143.0, "Shape_area": 6143.2728993399996, "Shape_len": 411.22539694099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319984, 37.910801 ], [ -122.319955, 37.910777 ], [ -122.320456, 37.910519 ], [ -122.320526, 37.910605 ], [ -122.320043, 37.910849 ], [ -122.319984, 37.910801 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5031.0, "Shape_area": 5031.11470422, "Shape_len": 301.41331811800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320825, 37.91072 ], [ -122.32112, 37.910572 ], [ -122.321213, 37.910687 ], [ -122.320919, 37.910837 ], [ -122.320825, 37.91072 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5018.0, "Shape_area": 5017.6021025, "Shape_len": 300.19751200500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314075, 37.910868 ], [ -122.314266, 37.910639 ], [ -122.314337, 37.910676 ], [ -122.314411, 37.910715 ], [ -122.314221, 37.910944 ], [ -122.314075, 37.910868 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5096.0, "Shape_area": 5095.8852358499998, "Shape_len": 303.49919531099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311676, 37.910849 ], [ -122.311614, 37.910758 ], [ -122.311609, 37.91075 ], [ -122.311752, 37.910689 ], [ -122.311762, 37.910685 ], [ -122.31178, 37.910712 ], [ -122.311924, 37.910922 ], [ -122.311929, 37.91093 ], [ -122.311776, 37.910996 ], [ -122.311771, 37.910988 ], [ -122.311676, 37.910849 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9841.0, "Shape_area": 9840.7635883799994, "Shape_len": 396.80774484800003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312791, 37.910749 ], [ -122.313095, 37.910619 ], [ -122.313257, 37.910857 ], [ -122.312953, 37.910987 ], [ -122.312791, 37.910749 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5402.0, "Shape_area": 5402.2661984599999, "Shape_len": 308.33109297200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342665, 37.94256 ], [ -122.342664, 37.942412 ], [ -122.342678, 37.942412 ], [ -122.343002, 37.942411 ], [ -122.343013, 37.942411 ], [ -122.343012, 37.942559 ], [ -122.343001, 37.942559 ], [ -122.342678, 37.94256 ], [ -122.342665, 37.94256 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5390.0, "Shape_area": 5389.61861082, "Shape_len": 305.87139919200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.357693, 37.941952 ], [ -122.358054, 37.941952 ], [ -122.358055, 37.942096 ], [ -122.357736, 37.942096 ], [ -122.357693, 37.942059 ], [ -122.357693, 37.941952 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5143.0, "Shape_area": 5143.4062739199999, "Shape_len": 303.62544160800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321482, 37.911534 ], [ -122.321775, 37.911383 ], [ -122.32187, 37.911502 ], [ -122.321577, 37.911652 ], [ -122.321482, 37.911534 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7288.0, "Shape_area": 7287.7832445800004, "Shape_len": 445.04155447, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321085, 37.912169 ], [ -122.321135, 37.912109 ], [ -122.321228, 37.911996 ], [ -122.321324, 37.911881 ], [ -122.321445, 37.911735 ], [ -122.321594, 37.911921 ], [ -122.321095, 37.912177 ], [ -122.321085, 37.912169 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7573.0, "Shape_area": 7572.8648610700002, "Shape_len": 351.99727250299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319879, 37.912119 ], [ -122.320071, 37.911887 ], [ -122.320141, 37.911923 ], [ -122.320289, 37.912 ], [ -122.320096, 37.912232 ], [ -122.319879, 37.912119 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5033.0, "Shape_area": 5033.1140017400003, "Shape_len": 300.83194497099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311059, 37.907552 ], [ -122.311065, 37.90756 ], [ -122.311225, 37.907794 ], [ -122.311082, 37.907855 ], [ -122.311071, 37.907859 ], [ -122.310906, 37.907618 ], [ -122.311059, 37.907552 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6720.0, "Shape_area": 6720.3363755800001, "Shape_len": 345.59771902400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.338868, 37.941855 ], [ -122.339025, 37.941854 ], [ -122.339022, 37.942182 ], [ -122.338842, 37.942182 ], [ -122.338819, 37.942178 ], [ -122.338805, 37.942169 ], [ -122.338795, 37.942152 ], [ -122.338796, 37.942137 ], [ -122.338868, 37.941855 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7181.0, "Shape_area": 7180.5081498700001, "Shape_len": 360.07736231400003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339362, 37.942182 ], [ -122.339359, 37.941852 ], [ -122.339382, 37.941852 ], [ -122.339565, 37.941851 ], [ -122.33957, 37.942182 ], [ -122.339362, 37.942182 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5090.0, "Shape_area": 5090.21427941, "Shape_len": 301.89721644799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335695, 37.942213 ], [ -122.335765, 37.941943 ], [ -122.335938, 37.941972 ], [ -122.335868, 37.942241 ], [ -122.335695, 37.942213 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7546.0, "Shape_area": 7546.1874312899999, "Shape_len": 366.96123809800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339682, 37.942183 ], [ -122.33968, 37.941851 ], [ -122.33974, 37.94185 ], [ -122.339894, 37.941849 ], [ -122.339899, 37.942183 ], [ -122.339682, 37.942183 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6151.0, "Shape_area": 6150.6691196499996, "Shape_len": 319.98100678499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314974, 37.908537 ], [ -122.314983, 37.908533 ], [ -122.315011, 37.908521 ], [ -122.315153, 37.90846 ], [ -122.315165, 37.908455 ], [ -122.315326, 37.90869 ], [ -122.315312, 37.908696 ], [ -122.315142, 37.908769 ], [ -122.315135, 37.908772 ], [ -122.315127, 37.908765 ], [ -122.314978, 37.908546 ], [ -122.314974, 37.908537 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5065.0, "Shape_area": 5064.96751313, "Shape_len": 301.921908906, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309288, 37.907841 ], [ -122.309441, 37.907775 ], [ -122.309607, 37.908018 ], [ -122.309454, 37.908084 ], [ -122.309288, 37.907841 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5891.0, "Shape_area": 5890.9779700899999, "Shape_len": 334.69615353299997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31211, 37.908694 ], [ -122.312096, 37.908673 ], [ -122.312106, 37.908668 ], [ -122.312453, 37.90852 ], [ -122.312537, 37.908642 ], [ -122.31218, 37.908794 ], [ -122.31211, 37.908694 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5655.0, "Shape_area": 5654.70471662, "Shape_len": 324.44431725300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308657, 37.908737 ], [ -122.308983, 37.9086 ], [ -122.309094, 37.908712 ], [ -122.308742, 37.90886 ], [ -122.308657, 37.908737 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7612.0, "Shape_area": 7612.4305383299998, "Shape_len": 369.52399406000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340264, 37.942184 ], [ -122.340256, 37.941847 ], [ -122.340473, 37.941846 ], [ -122.340477, 37.942184 ], [ -122.340264, 37.942184 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5043.0, "Shape_area": 5042.6045953000003, "Shape_len": 301.64975702800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309819, 37.907613 ], [ -122.30986, 37.907595 ], [ -122.30997, 37.907548 ], [ -122.310138, 37.907791 ], [ -122.309984, 37.907857 ], [ -122.309819, 37.907613 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5072.0, "Shape_area": 5072.1832651499999, "Shape_len": 301.24641813900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307034, 37.907666 ], [ -122.307189, 37.9076 ], [ -122.307352, 37.907841 ], [ -122.307277, 37.907873 ], [ -122.307197, 37.907907 ], [ -122.307192, 37.907899 ], [ -122.30704, 37.907675 ], [ -122.307034, 37.907666 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5068.0, "Shape_area": 5067.5909440200003, "Shape_len": 296.08810218299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340684, 37.941925 ], [ -122.340868, 37.941924 ], [ -122.340874, 37.942183 ], [ -122.340686, 37.942184 ], [ -122.340684, 37.941925 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5054.0, "Shape_area": 5054.3131254899999, "Shape_len": 301.35016137000002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314845, 37.908279 ], [ -122.314998, 37.908214 ], [ -122.315159, 37.908448 ], [ -122.315165, 37.908455 ], [ -122.315153, 37.90846 ], [ -122.315011, 37.908521 ], [ -122.314845, 37.908279 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7478.0, "Shape_area": 7478.4250655100004, "Shape_len": 367.36283435500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341051, 37.942183 ], [ -122.341046, 37.941923 ], [ -122.341045, 37.941846 ], [ -122.341203, 37.941845 ], [ -122.341259, 37.941845 ], [ -122.341258, 37.942182 ], [ -122.341051, 37.942183 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5000.0, "Shape_area": 4999.6727096900004, "Shape_len": 300.21631385000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307412, 37.908646 ], [ -122.307563, 37.908581 ], [ -122.307729, 37.908823 ], [ -122.307576, 37.908888 ], [ -122.307412, 37.908646 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5708.0, "Shape_area": 5707.9117015399997, "Shape_len": 315.17279661200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.366221, 37.941791 ], [ -122.366221, 37.94172 ], [ -122.366221, 37.941635 ], [ -122.366572, 37.941635 ], [ -122.366572, 37.941789 ], [ -122.366221, 37.941791 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5129.0, "Shape_area": 5128.7972629400001, "Shape_len": 303.64342031799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310944, 37.908544 ], [ -122.310958, 37.908538 ], [ -122.311241, 37.908415 ], [ -122.311251, 37.908411 ], [ -122.311335, 37.908534 ], [ -122.311325, 37.908538 ], [ -122.311027, 37.908666 ], [ -122.310944, 37.908544 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7097.0, "Shape_area": 7097.0949366699997, "Shape_len": 361.58890737299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341883, 37.94218 ], [ -122.341881, 37.941842 ], [ -122.341908, 37.941842 ], [ -122.342081, 37.941841 ], [ -122.342082, 37.941986 ], [ -122.342082, 37.942087 ], [ -122.342083, 37.94218 ], [ -122.341883, 37.94218 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5568.0, "Shape_area": 5567.7097822100004, "Shape_len": 312.46803533399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311487, 37.908151 ], [ -122.311492, 37.908159 ], [ -122.311649, 37.908387 ], [ -122.311655, 37.908395 ], [ -122.311497, 37.908463 ], [ -122.311487, 37.908468 ], [ -122.31132, 37.908223 ], [ -122.311487, 37.908151 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6308.0, "Shape_area": 6308.0400297799997, "Shape_len": 353.10737897199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309373, 37.90859 ], [ -122.309703, 37.908448 ], [ -122.309777, 37.908417 ], [ -122.309858, 37.908536 ], [ -122.309496, 37.908694 ], [ -122.309441, 37.908652 ], [ -122.309373, 37.90859 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5050.0, "Shape_area": 5050.36027173, "Shape_len": 301.43577810900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314614, 37.908378 ], [ -122.314768, 37.908312 ], [ -122.314934, 37.908554 ], [ -122.314793, 37.908615 ], [ -122.314781, 37.90862 ], [ -122.314775, 37.908612 ], [ -122.314614, 37.908378 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5038.0, "Shape_area": 5037.8045218400002, "Shape_len": 301.34075538399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33367, 37.942353 ], [ -122.333704, 37.942221 ], [ -122.333715, 37.942223 ], [ -122.334036, 37.942274 ], [ -122.334046, 37.942276 ], [ -122.33401, 37.942413 ], [ -122.334, 37.942411 ], [ -122.33367, 37.942353 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5900.0, "Shape_area": 5899.98470198, "Shape_len": 335.09298249699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312013, 37.908552 ], [ -122.312369, 37.908397 ], [ -122.312453, 37.90852 ], [ -122.312106, 37.908668 ], [ -122.312096, 37.908673 ], [ -122.312075, 37.908643 ], [ -122.312013, 37.908552 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5020.0, "Shape_area": 5019.7946325299999, "Shape_len": 300.20155576100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310614, 37.908058 ], [ -122.310767, 37.907993 ], [ -122.310926, 37.908225 ], [ -122.310932, 37.908234 ], [ -122.310779, 37.908299 ], [ -122.310773, 37.908291 ], [ -122.310614, 37.908058 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5062.0, "Shape_area": 5062.3732574799997, "Shape_len": 302.334451602, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314366, 37.908013 ], [ -122.314443, 37.90798 ], [ -122.314518, 37.907947 ], [ -122.314686, 37.908191 ], [ -122.314534, 37.908257 ], [ -122.314366, 37.908013 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5103.0, "Shape_area": 5103.1319609000002, "Shape_len": 302.397093262, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333599, 37.942626 ], [ -122.333624, 37.942529 ], [ -122.333635, 37.942488 ], [ -122.333645, 37.942489 ], [ -122.333965, 37.942544 ], [ -122.333975, 37.942545 ], [ -122.333939, 37.94268 ], [ -122.333929, 37.942679 ], [ -122.333609, 37.942628 ], [ -122.333599, 37.942626 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5022.0, "Shape_area": 5022.4615089700001, "Shape_len": 300.198219322, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.364587, 37.942202 ], [ -122.364425, 37.942202 ], [ -122.364415, 37.942202 ], [ -122.364414, 37.942064 ], [ -122.364425, 37.942064 ], [ -122.36476, 37.942063 ], [ -122.364761, 37.942202 ], [ -122.364587, 37.942202 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5450.0, "Shape_area": 5450.0294549700002, "Shape_len": 318.51497577800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309931, 37.908351 ], [ -122.309765, 37.908107 ], [ -122.309917, 37.908042 ], [ -122.310083, 37.908286 ], [ -122.310097, 37.908306 ], [ -122.310087, 37.908311 ], [ -122.309956, 37.908367 ], [ -122.309945, 37.908371 ], [ -122.309931, 37.908351 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5129.0, "Shape_area": 5129.1178820599998, "Shape_len": 313.40360921899997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.358571, 37.942476 ], [ -122.358487, 37.942476 ], [ -122.358485, 37.942174 ], [ -122.358648, 37.942174 ], [ -122.358648, 37.942476 ], [ -122.358571, 37.942476 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5966.0, "Shape_area": 5966.29520202, "Shape_len": 339.02558837300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32749, 37.942685 ], [ -122.327877, 37.942567 ], [ -122.327939, 37.942696 ], [ -122.327551, 37.942812 ], [ -122.32749, 37.942685 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5078.0, "Shape_area": 5078.0173813600004, "Shape_len": 302.60722096299997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310448, 37.907814 ], [ -122.310601, 37.907748 ], [ -122.310767, 37.907993 ], [ -122.310614, 37.908058 ], [ -122.310448, 37.907814 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7212.0, "Shape_area": 7211.67675633, "Shape_len": 341.83547680800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.366999, 37.942205 ], [ -122.366876, 37.942205 ], [ -122.366784, 37.942205 ], [ -122.366783, 37.941997 ], [ -122.367112, 37.941997 ], [ -122.367113, 37.942067 ], [ -122.367113, 37.942206 ], [ -122.366999, 37.942205 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9890.0, "Shape_area": 9890.2759462100003, "Shape_len": 397.80823175099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.338074, 37.942601 ], [ -122.338143, 37.942336 ], [ -122.338483, 37.942392 ], [ -122.338413, 37.942658 ], [ -122.338074, 37.942601 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5052.0, "Shape_area": 5051.6715157199997, "Shape_len": 301.540439703, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311071, 37.907859 ], [ -122.311082, 37.907855 ], [ -122.311225, 37.907794 ], [ -122.311385, 37.908028 ], [ -122.311391, 37.908036 ], [ -122.311237, 37.908102 ], [ -122.311071, 37.907859 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5970.0, "Shape_area": 5970.0071053199999, "Shape_len": 339.36450310100003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324459, 37.942395 ], [ -122.324847, 37.942277 ], [ -122.324908, 37.942404 ], [ -122.324898, 37.942407 ], [ -122.324521, 37.942523 ], [ -122.324459, 37.942395 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5100.0, "Shape_area": 5099.7162185200004, "Shape_len": 302.06492467700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307123, 37.907939 ], [ -122.307197, 37.907907 ], [ -122.307277, 37.907873 ], [ -122.307283, 37.907881 ], [ -122.307438, 37.908106 ], [ -122.307443, 37.908114 ], [ -122.307287, 37.908181 ], [ -122.307128, 37.907947 ], [ -122.307123, 37.907939 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5063.0, "Shape_area": 5063.4120989900002, "Shape_len": 301.56951878699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.307945, 37.908417 ], [ -122.308023, 37.908384 ], [ -122.308099, 37.908352 ], [ -122.308264, 37.908594 ], [ -122.30811, 37.90866 ], [ -122.307945, 37.908417 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5000.0, "Shape_area": 5000.2098275300004, "Shape_len": 299.52072821799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334606, 37.942315 ], [ -122.334625, 37.942242 ], [ -122.334641, 37.94218 ], [ -122.334979, 37.942235 ], [ -122.334944, 37.94237 ], [ -122.334606, 37.942315 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5014.0, "Shape_area": 5013.6788502299996, "Shape_len": 300.81394294699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334248, 37.94232 ], [ -122.334283, 37.942186 ], [ -122.334625, 37.942242 ], [ -122.334606, 37.942315 ], [ -122.334589, 37.942376 ], [ -122.334248, 37.94232 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5053.0, "Shape_area": 5052.93435331, "Shape_len": 301.30060343100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336373, 37.942325 ], [ -122.336443, 37.942056 ], [ -122.336614, 37.942084 ], [ -122.336545, 37.942354 ], [ -122.336373, 37.942325 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5022.0, "Shape_area": 5022.2944003599996, "Shape_len": 300.44179870900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310235, 37.908221 ], [ -122.310313, 37.908187 ], [ -122.310387, 37.908155 ], [ -122.310553, 37.908396 ], [ -122.3104, 37.908462 ], [ -122.310235, 37.908221 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5162.0, "Shape_area": 5162.1615679300003, "Shape_len": 302.18834384399997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308407, 37.908369 ], [ -122.308709, 37.908241 ], [ -122.308795, 37.908366 ], [ -122.308493, 37.908496 ], [ -122.308407, 37.908369 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5070.0, "Shape_area": 5070.3138451000004, "Shape_len": 301.81653552099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.30755, 37.908273 ], [ -122.307704, 37.908207 ], [ -122.30787, 37.90845 ], [ -122.307754, 37.908499 ], [ -122.307716, 37.908516 ], [ -122.30755, 37.908273 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6021.0, "Shape_area": 6021.0165173300002, "Shape_len": 340.125643164, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324521, 37.942523 ], [ -122.324898, 37.942407 ], [ -122.324908, 37.942404 ], [ -122.32497, 37.942535 ], [ -122.32496, 37.942538 ], [ -122.324582, 37.942651 ], [ -122.324521, 37.942523 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5077.0, "Shape_area": 5077.0257122900002, "Shape_len": 302.67875809600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31009, 37.909686 ], [ -122.310399, 37.909554 ], [ -122.310481, 37.909675 ], [ -122.310173, 37.909807 ], [ -122.31009, 37.909686 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5016.0, "Shape_area": 5015.7182905199998, "Shape_len": 301.28861197600003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.362677, 37.942062 ], [ -122.362677, 37.941926 ], [ -122.362687, 37.941926 ], [ -122.363027, 37.941926 ], [ -122.363027, 37.942032 ], [ -122.363027, 37.942063 ], [ -122.363017, 37.942063 ], [ -122.362687, 37.942062 ], [ -122.362677, 37.942062 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5378.0, "Shape_area": 5377.5702670600003, "Shape_len": 341.55078717499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308742, 37.90886 ], [ -122.309094, 37.908712 ], [ -122.309209, 37.908814 ], [ -122.3089, 37.90895 ], [ -122.308859, 37.908891 ], [ -122.308782, 37.908922 ], [ -122.308742, 37.90886 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5506.0, "Shape_area": 5506.4743367000001, "Shape_len": 333.17316332600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312221, 37.908854 ], [ -122.31218, 37.908794 ], [ -122.312537, 37.908642 ], [ -122.312617, 37.90876 ], [ -122.312297, 37.9089 ], [ -122.312256, 37.908839 ], [ -122.312221, 37.908854 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5052.0, "Shape_area": 5051.6814176199996, "Shape_len": 301.49729059200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334213, 37.942454 ], [ -122.334248, 37.94232 ], [ -122.334589, 37.942376 ], [ -122.33457, 37.942448 ], [ -122.334553, 37.942512 ], [ -122.334213, 37.942454 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6024.0, "Shape_area": 6023.7835063499997, "Shape_len": 320.82790219700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333283, 37.942474 ], [ -122.333325, 37.942312 ], [ -122.333335, 37.942314 ], [ -122.333666, 37.942367 ], [ -122.333635, 37.942488 ], [ -122.333624, 37.942529 ], [ -122.333614, 37.942527 ], [ -122.333293, 37.942475 ], [ -122.333283, 37.942474 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5064.0, "Shape_area": 5063.7564617999997, "Shape_len": 302.01705946499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313821, 37.90974 ], [ -122.313739, 37.909728 ], [ -122.313804, 37.909457 ], [ -122.313987, 37.909488 ], [ -122.313899, 37.909755 ], [ -122.313821, 37.90974 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6949.0, "Shape_area": 6949.4153998100001, "Shape_len": 411.24210814399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319078, 37.909645 ], [ -122.319022, 37.909575 ], [ -122.319498, 37.909335 ], [ -122.319577, 37.909433 ], [ -122.319102, 37.909675 ], [ -122.319078, 37.909645 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5992.0, "Shape_area": 5991.7569813, "Shape_len": 339.71897693199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327756, 37.942312 ], [ -122.327817, 37.94244 ], [ -122.327429, 37.942557 ], [ -122.327367, 37.942429 ], [ -122.327756, 37.942312 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7663.0, "Shape_area": 7663.3679879700003, "Shape_len": 359.29200120100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332431, 37.942469 ], [ -122.332354, 37.942445 ], [ -122.332309, 37.942425 ], [ -122.332299, 37.94242 ], [ -122.332268, 37.942402 ], [ -122.332234, 37.942378 ], [ -122.332483, 37.942154 ], [ -122.332501, 37.942152 ], [ -122.332565, 37.942185 ], [ -122.332599, 37.942197 ], [ -122.332665, 37.942212 ], [ -122.332659, 37.94222 ], [ -122.332491, 37.942471 ], [ -122.332486, 37.942479 ], [ -122.332431, 37.942469 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5128.0, "Shape_area": 5127.7310329900001, "Shape_len": 303.11604546900003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313763, 37.908427 ], [ -122.314069, 37.908296 ], [ -122.314154, 37.908419 ], [ -122.313847, 37.90855 ], [ -122.313763, 37.908427 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5846.0, "Shape_area": 5846.3570774, "Shape_len": 335.58037481000002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311487, 37.908468 ], [ -122.311497, 37.908463 ], [ -122.311655, 37.908395 ], [ -122.311805, 37.90833 ], [ -122.311847, 37.908312 ], [ -122.311854, 37.908322 ], [ -122.31193, 37.908432 ], [ -122.311578, 37.908582 ], [ -122.311568, 37.908586 ], [ -122.311487, 37.908468 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6880.0, "Shape_area": 6879.6849592099998, "Shape_len": 353.98442377399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332571, 37.942485 ], [ -122.332486, 37.942479 ], [ -122.332491, 37.942471 ], [ -122.332659, 37.94222 ], [ -122.332665, 37.942212 ], [ -122.332673, 37.942213 ], [ -122.332749, 37.942216 ], [ -122.332787, 37.942213 ], [ -122.33285, 37.942201 ], [ -122.33282, 37.942339 ], [ -122.332791, 37.942468 ], [ -122.332789, 37.942477 ], [ -122.332713, 37.94248 ], [ -122.332599, 37.942484 ], [ -122.332571, 37.942485 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5182.0, "Shape_area": 5182.2594188900002, "Shape_len": 311.430491679, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329866, 37.942679 ], [ -122.32986, 37.942639 ], [ -122.329847, 37.942538 ], [ -122.329892, 37.942545 ], [ -122.330062, 37.942573 ], [ -122.330231, 37.942601 ], [ -122.330196, 37.942734 ], [ -122.329866, 37.942679 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5123.0, "Shape_area": 5122.9589412799996, "Shape_len": 308.13620202499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342093, 37.942547 ], [ -122.342093, 37.942414 ], [ -122.342178, 37.942414 ], [ -122.342446, 37.942413 ], [ -122.342458, 37.942413 ], [ -122.34246, 37.942547 ], [ -122.342449, 37.942547 ], [ -122.342093, 37.942547 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6102.0, "Shape_area": 6101.9083208700004, "Shape_len": 342.441368689, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325165, 37.942476 ], [ -122.325175, 37.942473 ], [ -122.325556, 37.942358 ], [ -122.325614, 37.942479 ], [ -122.325618, 37.942488 ], [ -122.325539, 37.942512 ], [ -122.325384, 37.942559 ], [ -122.325237, 37.942603 ], [ -122.325227, 37.942606 ], [ -122.325165, 37.942476 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6262.0, "Shape_area": 6262.2838502599998, "Shape_len": 325.63979619700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333413, 37.942669 ], [ -122.333249, 37.942642 ], [ -122.333239, 37.942641 ], [ -122.333283, 37.942474 ], [ -122.333293, 37.942475 ], [ -122.333614, 37.942527 ], [ -122.333624, 37.942529 ], [ -122.333599, 37.942626 ], [ -122.33358, 37.942697 ], [ -122.333413, 37.942669 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5019.0, "Shape_area": 5018.8227586399998, "Shape_len": 299.96368439000003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318786, 37.908959 ], [ -122.318939, 37.908893 ], [ -122.319103, 37.909134 ], [ -122.318949, 37.9092 ], [ -122.318786, 37.908959 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5019.0, "Shape_area": 5019.005181, "Shape_len": 300.19879236700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329847, 37.942538 ], [ -122.329722, 37.942517 ], [ -122.329793, 37.942249 ], [ -122.329964, 37.942277 ], [ -122.329892, 37.942545 ], [ -122.329847, 37.942538 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6626.0, "Shape_area": 6626.0817710600004, "Shape_len": 333.11401753299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308375, 37.908702 ], [ -122.308575, 37.908617 ], [ -122.308657, 37.908737 ], [ -122.308742, 37.90886 ], [ -122.308586, 37.908927 ], [ -122.308541, 37.908946 ], [ -122.308375, 37.908702 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6076.0, "Shape_area": 6075.77166364, "Shape_len": 321.70351180900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314781, 37.90862 ], [ -122.314793, 37.908615 ], [ -122.314934, 37.908554 ], [ -122.314963, 37.908542 ], [ -122.314974, 37.908537 ], [ -122.314978, 37.908546 ], [ -122.315127, 37.908765 ], [ -122.315135, 37.908772 ], [ -122.315122, 37.908777 ], [ -122.314952, 37.90885 ], [ -122.31494, 37.908855 ], [ -122.314936, 37.908846 ], [ -122.314788, 37.908628 ], [ -122.314781, 37.90862 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5058.0, "Shape_area": 5057.5211309300003, "Shape_len": 301.56982113499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314236, 37.90854 ], [ -122.314319, 37.908662 ], [ -122.314013, 37.908793 ], [ -122.313929, 37.908671 ], [ -122.314236, 37.90854 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6947.0, "Shape_area": 6946.9131175299999, "Shape_len": 354.74224089000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311652, 37.908709 ], [ -122.311662, 37.908704 ], [ -122.312013, 37.908552 ], [ -122.312075, 37.908643 ], [ -122.312096, 37.908673 ], [ -122.31211, 37.908694 ], [ -122.3121, 37.908698 ], [ -122.311758, 37.908845 ], [ -122.311747, 37.908849 ], [ -122.311713, 37.908798 ], [ -122.311652, 37.908709 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5140.0, "Shape_area": 5140.2385086599998, "Shape_len": 303.82974221299997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31086, 37.908421 ], [ -122.311168, 37.908288 ], [ -122.311251, 37.908411 ], [ -122.311241, 37.908415 ], [ -122.310958, 37.908538 ], [ -122.310944, 37.908544 ], [ -122.310865, 37.908429 ], [ -122.31086, 37.908421 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5818.0, "Shape_area": 5818.2344873399998, "Shape_len": 333.94619957700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31193, 37.908432 ], [ -122.312288, 37.908279 ], [ -122.312369, 37.908397 ], [ -122.312013, 37.908552 ], [ -122.31193, 37.908432 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5150.0, "Shape_area": 5149.6586910200003, "Shape_len": 306.64358449100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308575, 37.908617 ], [ -122.308877, 37.908487 ], [ -122.308923, 37.90854 ], [ -122.308983, 37.9086 ], [ -122.308657, 37.908737 ], [ -122.308575, 37.908617 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5981.0, "Shape_area": 5981.0284258800002, "Shape_len": 338.1681513, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311568, 37.908586 ], [ -122.311578, 37.908582 ], [ -122.31193, 37.908432 ], [ -122.312013, 37.908552 ], [ -122.311662, 37.908704 ], [ -122.311652, 37.908709 ], [ -122.311568, 37.908586 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5037.0, "Shape_area": 5037.46425963, "Shape_len": 300.37193644400003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337629, 37.942951 ], [ -122.337665, 37.942815 ], [ -122.338004, 37.942869 ], [ -122.337995, 37.942903 ], [ -122.337968, 37.943005 ], [ -122.337629, 37.942951 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7431.0, "Shape_area": 7430.8263570999998, "Shape_len": 348.79551274900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334143, 37.94272 ], [ -122.334195, 37.942522 ], [ -122.334536, 37.942579 ], [ -122.3345, 37.942716 ], [ -122.334483, 37.942779 ], [ -122.334143, 37.94272 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5185.0, "Shape_area": 5185.0542630800001, "Shape_len": 304.86405730600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311149, 37.908845 ], [ -122.311159, 37.90884 ], [ -122.311445, 37.908714 ], [ -122.311456, 37.90871 ], [ -122.311542, 37.908836 ], [ -122.311532, 37.908841 ], [ -122.311242, 37.908962 ], [ -122.311232, 37.908966 ], [ -122.311149, 37.908845 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 8734.0, "Shape_area": 8734.4712590100007, "Shape_len": 576.98464651899997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.357657, 37.942175 ], [ -122.357616, 37.942098 ], [ -122.357592, 37.942051 ], [ -122.357472, 37.941842 ], [ -122.357693, 37.941739 ], [ -122.357693, 37.941807 ], [ -122.357693, 37.941952 ], [ -122.357693, 37.942059 ], [ -122.357736, 37.942096 ], [ -122.358055, 37.942096 ], [ -122.358055, 37.942176 ], [ -122.357657, 37.942175 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5092.0, "Shape_area": 5092.2273068900004, "Shape_len": 303.11062924700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319147, 37.908642 ], [ -122.319453, 37.908508 ], [ -122.319548, 37.908625 ], [ -122.319241, 37.908758 ], [ -122.319147, 37.908642 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5057.0, "Shape_area": 5056.6259990099998, "Shape_len": 301.96920790799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319331, 37.90887 ], [ -122.319623, 37.908718 ], [ -122.319718, 37.908835 ], [ -122.319424, 37.908985 ], [ -122.319331, 37.90887 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5927.0, "Shape_area": 5926.5980393899999, "Shape_len": 338.49724501899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327429, 37.942557 ], [ -122.327817, 37.94244 ], [ -122.327877, 37.942567 ], [ -122.32749, 37.942685 ], [ -122.327429, 37.942557 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6777.0, "Shape_area": 6776.9294143999996, "Shape_len": 362.03406856599997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314755, 37.909091 ], [ -122.31484, 37.909217 ], [ -122.314492, 37.909366 ], [ -122.314378, 37.909326 ], [ -122.314339, 37.909269 ], [ -122.314755, 37.909091 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9407.0, "Shape_area": 9407.1854249900007, "Shape_len": 486.68210824099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310932, 37.908971 ], [ -122.310839, 37.908958 ], [ -122.310667, 37.90871 ], [ -122.310557, 37.908551 ], [ -122.310702, 37.908489 ], [ -122.310712, 37.908484 ], [ -122.310718, 37.908492 ], [ -122.311043, 37.908974 ], [ -122.311048, 37.908982 ], [ -122.31101, 37.908981 ], [ -122.310932, 37.908971 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5899.0, "Shape_area": 5899.2698550300001, "Shape_len": 537.02555985799995, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311098, 37.908983 ], [ -122.311048, 37.908982 ], [ -122.311043, 37.908974 ], [ -122.310718, 37.908492 ], [ -122.310885, 37.908728 ], [ -122.311027, 37.908666 ], [ -122.311087, 37.908754 ], [ -122.311149, 37.908845 ], [ -122.311232, 37.908966 ], [ -122.311246, 37.908987 ], [ -122.311098, 37.908983 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5044.0, "Shape_area": 5043.7428769600001, "Shape_len": 300.66271557, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.364934, 37.942202 ], [ -122.364761, 37.942202 ], [ -122.36476, 37.942063 ], [ -122.365096, 37.942063 ], [ -122.365106, 37.942062 ], [ -122.365107, 37.942202 ], [ -122.365097, 37.942202 ], [ -122.364934, 37.942202 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7260.0, "Shape_area": 7260.4410448099998, "Shape_len": 343.67061554399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314481, 37.908899 ], [ -122.31444, 37.908839 ], [ -122.314402, 37.908783 ], [ -122.314513, 37.908735 ], [ -122.31463, 37.908685 ], [ -122.314789, 37.90892 ], [ -122.314561, 37.909018 ], [ -122.314481, 37.908899 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6618.0, "Shape_area": 6618.4019874300002, "Shape_len": 341.57672172999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332129, 37.942695 ], [ -122.332135, 37.942686 ], [ -122.332294, 37.942428 ], [ -122.332299, 37.94242 ], [ -122.332309, 37.942425 ], [ -122.332354, 37.942445 ], [ -122.332431, 37.942469 ], [ -122.332429, 37.942478 ], [ -122.332357, 37.942766 ], [ -122.332355, 37.942774 ], [ -122.332207, 37.94275 ], [ -122.332174, 37.942738 ], [ -122.332153, 37.942721 ], [ -122.332129, 37.942695 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5724.0, "Shape_area": 5724.4739486400003, "Shape_len": 315.07797520600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336198, 37.942996 ], [ -122.336233, 37.942861 ], [ -122.336238, 37.942842 ], [ -122.33658, 37.942899 ], [ -122.33654, 37.943051 ], [ -122.336198, 37.942996 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5119.0, "Shape_area": 5118.9401529699999, "Shape_len": 349.66581697800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353221, 37.942789 ], [ -122.353091, 37.942789 ], [ -122.3531, 37.942782 ], [ -122.353108, 37.94278 ], [ -122.353116, 37.942777 ], [ -122.353124, 37.942774 ], [ -122.353131, 37.942771 ], [ -122.353139, 37.942767 ], [ -122.353146, 37.942763 ], [ -122.353153, 37.942759 ], [ -122.353159, 37.942754 ], [ -122.353166, 37.94275 ], [ -122.353172, 37.942745 ], [ -122.353177, 37.942739 ], [ -122.353183, 37.942734 ], [ -122.353188, 37.942728 ], [ -122.353192, 37.942722 ], [ -122.353196, 37.942716 ], [ -122.3532, 37.94271 ], [ -122.353203, 37.942704 ], [ -122.353206, 37.942697 ], [ -122.353209, 37.94269 ], [ -122.353211, 37.942684 ], [ -122.353212, 37.942677 ], [ -122.353213, 37.94267 ], [ -122.353214, 37.942663 ], [ -122.353214, 37.942656 ], [ -122.353214, 37.942649 ], [ -122.353213, 37.942642 ], [ -122.353212, 37.942636 ], [ -122.35321, 37.942629 ], [ -122.353208, 37.942622 ], [ -122.353206, 37.942616 ], [ -122.353203, 37.942609 ], [ -122.353199, 37.942603 ], [ -122.353196, 37.942596 ], [ -122.353191, 37.94259 ], [ -122.353187, 37.942585 ], [ -122.353182, 37.942579 ], [ -122.353176, 37.942573 ], [ -122.353171, 37.942568 ], [ -122.353165, 37.942563 ], [ -122.353158, 37.942558 ], [ -122.353152, 37.94255 ], [ -122.353391, 37.942547 ], [ -122.353388, 37.94266 ], [ -122.353386, 37.942789 ], [ -122.353221, 37.942789 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6814.0, "Shape_area": 6813.5560798899996, "Shape_len": 348.45640942799997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308586, 37.908927 ], [ -122.308742, 37.90886 ], [ -122.308782, 37.908922 ], [ -122.308859, 37.908891 ], [ -122.3089, 37.90895 ], [ -122.30898, 37.909067 ], [ -122.308751, 37.909165 ], [ -122.308586, 37.908927 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6149.0, "Shape_area": 6149.0544831400002, "Shape_len": 323.845333434, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315451, 37.909108 ], [ -122.315564, 37.909059 ], [ -122.315601, 37.909043 ], [ -122.315649, 37.909023 ], [ -122.315792, 37.909276 ], [ -122.31577, 37.909286 ], [ -122.315617, 37.909351 ], [ -122.315451, 37.909108 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5363.0, "Shape_area": 5362.74930606, "Shape_len": 317.07908728799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352161, 37.94247 ], [ -122.352161, 37.942169 ], [ -122.35233, 37.942169 ], [ -122.35233, 37.942178 ], [ -122.352332, 37.942462 ], [ -122.352332, 37.942471 ], [ -122.352172, 37.94247 ], [ -122.352161, 37.94247 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5490.0, "Shape_area": 5489.7151496799997, "Shape_len": 319.75383665099997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352332, 37.942471 ], [ -122.352332, 37.942462 ], [ -122.35233, 37.942178 ], [ -122.35233, 37.942169 ], [ -122.352504, 37.942169 ], [ -122.352504, 37.942178 ], [ -122.352504, 37.942471 ], [ -122.352492, 37.942471 ], [ -122.352332, 37.942471 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5081.0, "Shape_area": 5081.4849353999998, "Shape_len": 301.75152114999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.317932, 37.908853 ], [ -122.318008, 37.908821 ], [ -122.318085, 37.908787 ], [ -122.318252, 37.909028 ], [ -122.318096, 37.909096 ], [ -122.317932, 37.908853 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5010.0, "Shape_area": 5010.1683315700002, "Shape_len": 300.49142805899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335315, 37.942992 ], [ -122.335342, 37.942888 ], [ -122.33535, 37.942857 ], [ -122.335691, 37.942913 ], [ -122.335656, 37.943046 ], [ -122.335315, 37.942992 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7145.0, "Shape_area": 7144.9011728799996, "Shape_len": 413.35040913, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319001, 37.909549 ], [ -122.318941, 37.909473 ], [ -122.319417, 37.909234 ], [ -122.319498, 37.909335 ], [ -122.319022, 37.909575 ], [ -122.319001, 37.909549 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9919.0, "Shape_area": 9919.0234110700003, "Shape_len": 398.37696511899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354941, 37.942746 ], [ -122.35476, 37.942746 ], [ -122.354759, 37.942472 ], [ -122.354935, 37.942472 ], [ -122.355104, 37.942472 ], [ -122.355104, 37.942552 ], [ -122.355105, 37.94265 ], [ -122.355105, 37.942746 ], [ -122.354941, 37.942746 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6247.0, "Shape_area": 6246.7153341599997, "Shape_len": 325.20665559100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308339, 37.909497 ], [ -122.308528, 37.909416 ], [ -122.308696, 37.909658 ], [ -122.30862, 37.90969 ], [ -122.308539, 37.909725 ], [ -122.308506, 37.909739 ], [ -122.308339, 37.909497 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6375.0, "Shape_area": 6375.1320520400004, "Shape_len": 327.82710222499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334956, 37.943003 ], [ -122.335002, 37.94283 ], [ -122.335342, 37.942888 ], [ -122.335315, 37.942992 ], [ -122.335298, 37.943056 ], [ -122.334956, 37.943003 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6600.0, "Shape_area": 6600.4954067, "Shape_len": 330.35141294499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343728, 37.942922 ], [ -122.343728, 37.942914 ], [ -122.343725, 37.942655 ], [ -122.343743, 37.942655 ], [ -122.343846, 37.942654 ], [ -122.34396, 37.942653 ], [ -122.34396, 37.942662 ], [ -122.343963, 37.942914 ], [ -122.343963, 37.942921 ], [ -122.343728, 37.942922 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5129.0, "Shape_area": 5129.2067698600003, "Shape_len": 302.78184657000003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310886, 37.909241 ], [ -122.310887, 37.909233 ], [ -122.310931, 37.908979 ], [ -122.310932, 37.908971 ], [ -122.31101, 37.908981 ], [ -122.311048, 37.908982 ], [ -122.311098, 37.908983 ], [ -122.311098, 37.908991 ], [ -122.31108, 37.909248 ], [ -122.31108, 37.909255 ], [ -122.310886, 37.909241 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5921.0, "Shape_area": 5920.8330670300002, "Shape_len": 344.93892161600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329746, 37.943082 ], [ -122.329673, 37.942928 ], [ -122.329905, 37.942967 ], [ -122.330126, 37.943003 ], [ -122.33009, 37.943139 ], [ -122.329746, 37.943082 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5272.0, "Shape_area": 5271.93326806, "Shape_len": 305.10437447300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318939, 37.908893 ], [ -122.31909, 37.908829 ], [ -122.319276, 37.909059 ], [ -122.319103, 37.909134 ], [ -122.318939, 37.908893 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5142.0, "Shape_area": 5141.6864360500003, "Shape_len": 301.64528249, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31108, 37.909255 ], [ -122.31108, 37.909248 ], [ -122.311098, 37.908991 ], [ -122.311098, 37.908983 ], [ -122.311246, 37.908987 ], [ -122.311256, 37.908987 ], [ -122.311266, 37.908986 ], [ -122.311275, 37.90925 ], [ -122.311275, 37.909255 ], [ -122.31108, 37.909255 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5068.0, "Shape_area": 5067.6686884199999, "Shape_len": 301.16050674600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318631, 37.909025 ], [ -122.318786, 37.908959 ], [ -122.318949, 37.9092 ], [ -122.318794, 37.909267 ], [ -122.318631, 37.909025 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5012.0, "Shape_area": 5011.90250277, "Shape_len": 300.44991408700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.364588, 37.942477 ], [ -122.364588, 37.942469 ], [ -122.364588, 37.94221 ], [ -122.364587, 37.942202 ], [ -122.364761, 37.942202 ], [ -122.364762, 37.942469 ], [ -122.364762, 37.942477 ], [ -122.364588, 37.942477 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5383.0, "Shape_area": 5382.9348209700001, "Shape_len": 327.44480044900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309698, 37.909386 ], [ -122.309971, 37.909269 ], [ -122.310164, 37.909342 ], [ -122.30978, 37.909507 ], [ -122.309698, 37.909386 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5257.0, "Shape_area": 5257.1100810899998, "Shape_len": 349.48197518199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314492, 37.909366 ], [ -122.31484, 37.909217 ], [ -122.314879, 37.909274 ], [ -122.314955, 37.909244 ], [ -122.314997, 37.909302 ], [ -122.31469, 37.909434 ], [ -122.314492, 37.909366 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5147.0, "Shape_area": 5147.1343557399996, "Shape_len": 303.49942087199997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309061, 37.909188 ], [ -122.309218, 37.909121 ], [ -122.309302, 37.909245 ], [ -122.309383, 37.909364 ], [ -122.309305, 37.909398 ], [ -122.309228, 37.909431 ], [ -122.309061, 37.909188 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5102.0, "Shape_area": 5101.8960265200003, "Shape_len": 302.06436346800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318476, 37.909091 ], [ -122.318631, 37.909025 ], [ -122.318794, 37.909267 ], [ -122.31878, 37.909273 ], [ -122.318672, 37.909319 ], [ -122.318638, 37.909334 ], [ -122.318476, 37.909091 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5080.0, "Shape_area": 5079.5432266199996, "Shape_len": 326.44758225599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341225, 37.942662 ], [ -122.34116, 37.942662 ], [ -122.341158, 37.942329 ], [ -122.341303, 37.942328 ], [ -122.341306, 37.942662 ], [ -122.341225, 37.942662 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5832.0, "Shape_area": 5832.0619989200004, "Shape_len": 338.87245802799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341453, 37.942661 ], [ -122.341333, 37.942661 ], [ -122.341306, 37.942662 ], [ -122.341303, 37.942328 ], [ -122.341471, 37.942327 ], [ -122.341471, 37.942661 ], [ -122.341453, 37.942661 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5084.0, "Shape_area": 5084.3931308600004, "Shape_len": 302.51136155, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319611, 37.909217 ], [ -122.319904, 37.909065 ], [ -122.319999, 37.909183 ], [ -122.319704, 37.909332 ], [ -122.319611, 37.909217 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5047.0, "Shape_area": 5046.5154493099999, "Shape_len": 301.451147155, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308908, 37.909254 ], [ -122.309061, 37.909188 ], [ -122.309228, 37.909431 ], [ -122.309154, 37.909462 ], [ -122.309075, 37.909496 ], [ -122.308908, 37.909254 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5274.0, "Shape_area": 5274.3941336099997, "Shape_len": 329.72683747100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.34179, 37.94266 ], [ -122.341679, 37.94266 ], [ -122.34168, 37.942327 ], [ -122.34183, 37.942326 ], [ -122.341831, 37.942659 ], [ -122.34179, 37.94266 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5203.0, "Shape_area": 5202.7643920299997, "Shape_len": 315.09940167100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.359188, 37.942477 ], [ -122.359187, 37.942174 ], [ -122.35935, 37.942173 ], [ -122.359351, 37.942477 ], [ -122.359188, 37.942477 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 16260.0, "Shape_area": 16259.947213699999, "Shape_len": 517.06787920199997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352503, 37.942581 ], [ -122.352504, 37.942471 ], [ -122.352504, 37.942178 ], [ -122.352504, 37.942169 ], [ -122.352879, 37.942169 ], [ -122.352881, 37.942581 ], [ -122.352503, 37.942581 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5544.0, "Shape_area": 5544.1952274499999, "Shape_len": 321.24941338799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.359507, 37.942477 ], [ -122.359351, 37.942477 ], [ -122.35935, 37.942173 ], [ -122.359524, 37.942174 ], [ -122.359526, 37.942477 ], [ -122.359507, 37.942477 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7846.0, "Shape_area": 7846.4660463099999, "Shape_len": 412.08154030499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350768, 37.942609 ], [ -122.350573, 37.942609 ], [ -122.350574, 37.942471 ], [ -122.350769, 37.94247 ], [ -122.35094, 37.94247 ], [ -122.351113, 37.94247 ], [ -122.351113, 37.942609 ], [ -122.350768, 37.942609 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5961.0, "Shape_area": 5961.4645021400001, "Shape_len": 339.12677452600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326907, 37.94286 ], [ -122.326982, 37.942837 ], [ -122.327285, 37.942746 ], [ -122.327295, 37.942743 ], [ -122.327357, 37.942871 ], [ -122.327346, 37.942874 ], [ -122.326968, 37.942988 ], [ -122.326911, 37.942868 ], [ -122.326907, 37.94286 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5001.0, "Shape_area": 5000.54649978, "Shape_len": 302.85168580700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336746, 37.942945 ], [ -122.33678, 37.942812 ], [ -122.337112, 37.942865 ], [ -122.337122, 37.942861 ], [ -122.337085, 37.943002 ], [ -122.336746, 37.942945 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6956.0, "Shape_area": 6956.4229004899998, "Shape_len": 410.88371866599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318848, 37.909358 ], [ -122.31878, 37.909273 ], [ -122.318794, 37.909267 ], [ -122.318949, 37.9092 ], [ -122.319103, 37.909134 ], [ -122.319276, 37.909059 ], [ -122.319344, 37.909144 ], [ -122.318871, 37.909386 ], [ -122.318848, 37.909358 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5740.0, "Shape_area": 5739.6940286700001, "Shape_len": 313.10121311500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341588, 37.942929 ], [ -122.341587, 37.94266 ], [ -122.341679, 37.94266 ], [ -122.34179, 37.94266 ], [ -122.341791, 37.942929 ], [ -122.341588, 37.942929 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5574.0, "Shape_area": 5573.58480822, "Shape_len": 334.67387571900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341905, 37.942659 ], [ -122.341831, 37.942659 ], [ -122.34183, 37.942326 ], [ -122.341988, 37.942325 ], [ -122.341991, 37.942659 ], [ -122.341905, 37.942659 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5125.0, "Shape_area": 5124.8733596800002, "Shape_len": 304.99636345300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349704, 37.943122 ], [ -122.349703, 37.94284 ], [ -122.349877, 37.94284 ], [ -122.349877, 37.943121 ], [ -122.349704, 37.943122 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5914.0, "Shape_area": 5913.7734520100003, "Shape_len": 345.49865534399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3181, 37.909549 ], [ -122.317944, 37.909318 ], [ -122.3181, 37.909251 ], [ -122.318265, 37.909494 ], [ -122.318299, 37.90948 ], [ -122.318201, 37.909601 ], [ -122.3181, 37.909549 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5682.0, "Shape_area": 5681.7473269700004, "Shape_len": 317.98123756500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319668, 37.910036 ], [ -122.319559, 37.909979 ], [ -122.319883, 37.909811 ], [ -122.319957, 37.909903 ], [ -122.319793, 37.9101 ], [ -122.319668, 37.910036 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5098.0, "Shape_area": 5098.1122507299997, "Shape_len": 302.77514383900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319704, 37.909332 ], [ -122.319999, 37.909183 ], [ -122.320093, 37.9093 ], [ -122.319799, 37.90945 ], [ -122.319704, 37.909332 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6199.0, "Shape_area": 6198.5450217600001, "Shape_len": 401.44355122799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318922, 37.90945 ], [ -122.318871, 37.909386 ], [ -122.319344, 37.909144 ], [ -122.319417, 37.909234 ], [ -122.318941, 37.909473 ], [ -122.318922, 37.90945 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 14842.0, "Shape_area": 14841.955624, "Shape_len": 497.03932065200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3377, 37.942681 ], [ -122.337804, 37.94228 ], [ -122.338143, 37.942336 ], [ -122.338074, 37.942601 ], [ -122.338056, 37.942669 ], [ -122.338039, 37.942735 ], [ -122.3377, 37.942681 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5341.0, "Shape_area": 5340.9887557800002, "Shape_len": 316.93512109099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31207, 37.909698 ], [ -122.311923, 37.909483 ], [ -122.311917, 37.909475 ], [ -122.312112, 37.909465 ], [ -122.312117, 37.909473 ], [ -122.312265, 37.909691 ], [ -122.31211, 37.909757 ], [ -122.31207, 37.909698 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5036.0, "Shape_area": 5036.0938025400001, "Shape_len": 306.84368408400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311732, 37.909484 ], [ -122.311737, 37.909492 ], [ -122.311873, 37.909692 ], [ -122.311878, 37.909701 ], [ -122.311737, 37.909761 ], [ -122.311727, 37.909766 ], [ -122.311541, 37.909493 ], [ -122.311732, 37.909484 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6234.0, "Shape_area": 6233.7001229899997, "Shape_len": 393.73092659600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318201, 37.909601 ], [ -122.318299, 37.90948 ], [ -122.318416, 37.90943 ], [ -122.318528, 37.909381 ], [ -122.318638, 37.909334 ], [ -122.318672, 37.909319 ], [ -122.31837, 37.909689 ], [ -122.318201, 37.909601 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7367.0, "Shape_area": 7367.4215369399999, "Shape_len": 364.03977575499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343609, 37.942655 ], [ -122.343494, 37.942656 ], [ -122.343427, 37.942656 ], [ -122.343427, 37.942647 ], [ -122.343426, 37.942331 ], [ -122.343426, 37.942323 ], [ -122.343635, 37.942322 ], [ -122.343636, 37.942331 ], [ -122.343638, 37.942648 ], [ -122.343638, 37.942655 ], [ -122.343609, 37.942655 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5081.0, "Shape_area": 5081.0125695400002, "Shape_len": 301.85743986400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308847, 37.909593 ], [ -122.308924, 37.90956 ], [ -122.309002, 37.909527 ], [ -122.309167, 37.909769 ], [ -122.309013, 37.909835 ], [ -122.308847, 37.909593 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5059.0, "Shape_area": 5058.8315584800002, "Shape_len": 302.43473975900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310007, 37.909566 ], [ -122.310316, 37.909433 ], [ -122.310399, 37.909554 ], [ -122.31009, 37.909686 ], [ -122.310007, 37.909566 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5065.0, "Shape_area": 5065.02165883, "Shape_len": 301.92117672699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309248, 37.909891 ], [ -122.309555, 37.909759 ], [ -122.309638, 37.909881 ], [ -122.309331, 37.910012 ], [ -122.309248, 37.909891 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5130.0, "Shape_area": 5129.6182248300001, "Shape_len": 302.76107983600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312902, 37.909426 ], [ -122.313077, 37.909418 ], [ -122.3131, 37.909693 ], [ -122.312921, 37.909701 ], [ -122.312902, 37.909426 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5031.0, "Shape_area": 5030.91792695, "Shape_len": 301.22570293899997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313386, 37.909692 ], [ -122.313258, 37.909691 ], [ -122.313258, 37.909416 ], [ -122.313443, 37.909419 ], [ -122.313422, 37.909694 ], [ -122.313386, 37.909692 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5010.0, "Shape_area": 5009.7475035400003, "Shape_len": 300.38831507499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309002, 37.909527 ], [ -122.309075, 37.909496 ], [ -122.309154, 37.909462 ], [ -122.309319, 37.909704 ], [ -122.309167, 37.909769 ], [ -122.309002, 37.909527 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5033.0, "Shape_area": 5033.3073617, "Shape_len": 301.39094385099997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336269, 37.942726 ], [ -122.336304, 37.942591 ], [ -122.336646, 37.942647 ], [ -122.336611, 37.942782 ], [ -122.336269, 37.942726 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5012.0, "Shape_area": 5011.5837989700003, "Shape_len": 301.48070249199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.366053, 37.942479 ], [ -122.366053, 37.942471 ], [ -122.366052, 37.942209 ], [ -122.366052, 37.942201 ], [ -122.366224, 37.942201 ], [ -122.366224, 37.94247 ], [ -122.366224, 37.942479 ], [ -122.366053, 37.942479 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5177.0, "Shape_area": 5177.0151589500001, "Shape_len": 304.69292993900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.366397, 37.942478 ], [ -122.366396, 37.9422 ], [ -122.366573, 37.9422 ], [ -122.366574, 37.942478 ], [ -122.366397, 37.942478 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5936.0, "Shape_area": 5936.4270691800002, "Shape_len": 338.90562520600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326519, 37.942978 ], [ -122.326529, 37.942975 ], [ -122.326674, 37.942931 ], [ -122.326828, 37.942884 ], [ -122.326907, 37.94286 ], [ -122.326911, 37.942868 ], [ -122.326968, 37.942988 ], [ -122.32659, 37.943102 ], [ -122.326579, 37.943105 ], [ -122.326519, 37.942978 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5075.0, "Shape_area": 5075.1217167599998, "Shape_len": 302.70945149200003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313899, 37.909755 ], [ -122.313987, 37.909488 ], [ -122.314164, 37.909528 ], [ -122.314056, 37.909793 ], [ -122.313899, 37.909755 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7076.0, "Shape_area": 7076.4407664199998, "Shape_len": 338.22857990900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332795, 37.942847 ], [ -122.332797, 37.942839 ], [ -122.332868, 37.942577 ], [ -122.33287, 37.942568 ], [ -122.333092, 37.942606 ], [ -122.333103, 37.942608 ], [ -122.33304, 37.942846 ], [ -122.333031, 37.942862 ], [ -122.333015, 37.942873 ], [ -122.332978, 37.942878 ], [ -122.332795, 37.942847 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6604.0, "Shape_area": 6603.6613108900001, "Shape_len": 360.35625464700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.317534, 37.909821 ], [ -122.317576, 37.909769 ], [ -122.31772, 37.909844 ], [ -122.317865, 37.909919 ], [ -122.317936, 37.909957 ], [ -122.317787, 37.910134 ], [ -122.317717, 37.910066 ], [ -122.317612, 37.90994 ], [ -122.317534, 37.909821 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5627.0, "Shape_area": 5627.1096352900004, "Shape_len": 352.38284740400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312777, 37.909864 ], [ -122.313188, 37.909692 ], [ -122.313257, 37.909792 ], [ -122.312847, 37.909966 ], [ -122.312777, 37.909864 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5840.0, "Shape_area": 5839.9516816300002, "Shape_len": 383.945300567, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318619, 37.909819 ], [ -122.318922, 37.90945 ], [ -122.318941, 37.909473 ], [ -122.319001, 37.909549 ], [ -122.318729, 37.909876 ], [ -122.318619, 37.909819 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5889.0, "Shape_area": 5888.9159502299999, "Shape_len": 337.321315975, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327675, 37.943072 ], [ -122.328062, 37.942955 ], [ -122.328122, 37.943082 ], [ -122.327736, 37.943198 ], [ -122.327675, 37.943072 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9084.0, "Shape_area": 9084.0205781999994, "Shape_len": 459.179737026, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31837, 37.909689 ], [ -122.318672, 37.909319 ], [ -122.31878, 37.909273 ], [ -122.318848, 37.909358 ], [ -122.318514, 37.909764 ], [ -122.31837, 37.909689 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5416.0, "Shape_area": 5415.9616791500002, "Shape_len": 307.44242453599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337083, 37.94301 ], [ -122.337085, 37.943002 ], [ -122.337122, 37.942861 ], [ -122.337458, 37.942918 ], [ -122.33742, 37.943064 ], [ -122.337083, 37.94301 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5019.0, "Shape_area": 5018.6265703700001, "Shape_len": 301.04940764399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312172, 37.909848 ], [ -122.31211, 37.909757 ], [ -122.312265, 37.909691 ], [ -122.312417, 37.909626 ], [ -122.312499, 37.909746 ], [ -122.312203, 37.909873 ], [ -122.312193, 37.909878 ], [ -122.312172, 37.909848 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7491.0, "Shape_area": 7490.6827656300002, "Shape_len": 349.96565062399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.30862, 37.90969 ], [ -122.308696, 37.909658 ], [ -122.308808, 37.90961 ], [ -122.308847, 37.909593 ], [ -122.309013, 37.909835 ], [ -122.308784, 37.909933 ], [ -122.30862, 37.90969 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7281.0, "Shape_area": 7280.8028847799997, "Shape_len": 415.59488622399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319155, 37.909742 ], [ -122.319102, 37.909675 ], [ -122.319577, 37.909433 ], [ -122.319661, 37.909537 ], [ -122.319184, 37.909778 ], [ -122.319155, 37.909742 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6201.0, "Shape_area": 6201.28915263, "Shape_len": 323.86944852, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330583, 37.943287 ], [ -122.330601, 37.943221 ], [ -122.330627, 37.94312 ], [ -122.330966, 37.943175 ], [ -122.330922, 37.943342 ], [ -122.330583, 37.943287 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5523.0, "Shape_area": 5523.3311144299996, "Shape_len": 351.10667805399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312847, 37.909966 ], [ -122.313257, 37.909792 ], [ -122.313325, 37.90989 ], [ -122.312915, 37.910066 ], [ -122.312847, 37.909966 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5834.0, "Shape_area": 5834.4248127399997, "Shape_len": 309.92116282400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.34289, 37.943559 ], [ -122.34289, 37.943548 ], [ -122.342889, 37.94331 ], [ -122.343101, 37.94331 ], [ -122.343112, 37.94331 ], [ -122.343114, 37.943558 ], [ -122.34289, 37.943559 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5883.0, "Shape_area": 5882.9147678099998, "Shape_len": 310.707230563, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343282, 37.94331 ], [ -122.343293, 37.94331 ], [ -122.343509, 37.943309 ], [ -122.343511, 37.94355 ], [ -122.343511, 37.943556 ], [ -122.343284, 37.943557 ], [ -122.343282, 37.94331 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5034.0, "Shape_area": 5034.2828203899999, "Shape_len": 301.029220522, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350769, 37.943022 ], [ -122.350767, 37.942747 ], [ -122.350942, 37.942745 ], [ -122.350942, 37.942883 ], [ -122.350942, 37.943022 ], [ -122.350769, 37.943022 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6045.0, "Shape_area": 6044.9926917399998, "Shape_len": 340.62956522299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325997, 37.943281 ], [ -122.326375, 37.943167 ], [ -122.326385, 37.943164 ], [ -122.326447, 37.943293 ], [ -122.326437, 37.943297 ], [ -122.326058, 37.943411 ], [ -122.325997, 37.943281 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5043.0, "Shape_area": 5042.9683378099999, "Shape_len": 301.35335317, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320556, 37.913925 ], [ -122.320484, 37.913887 ], [ -122.320674, 37.913656 ], [ -122.320819, 37.913731 ], [ -122.320629, 37.913963 ], [ -122.320556, 37.913925 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5048.0, "Shape_area": 5048.0299248000001, "Shape_len": 301.47193898199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.364934, 37.942477 ], [ -122.364934, 37.942469 ], [ -122.364934, 37.94221 ], [ -122.364934, 37.942202 ], [ -122.365097, 37.942202 ], [ -122.365107, 37.942202 ], [ -122.365109, 37.942478 ], [ -122.364934, 37.942477 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5046.0, "Shape_area": 5046.3711988499999, "Shape_len": 300.90793884, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330653, 37.943019 ], [ -122.33067, 37.942954 ], [ -122.330689, 37.942883 ], [ -122.331028, 37.942939 ], [ -122.330993, 37.943075 ], [ -122.330653, 37.943019 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6767.0, "Shape_area": 6767.2394839199997, "Shape_len": 399.94385546799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319283, 37.909836 ], [ -122.319194, 37.90979 ], [ -122.319184, 37.909778 ], [ -122.319661, 37.909537 ], [ -122.319742, 37.909637 ], [ -122.319316, 37.909853 ], [ -122.319283, 37.909836 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5007.0, "Shape_area": 5007.1872190900003, "Shape_len": 300.75207028, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309495, 37.910252 ], [ -122.309454, 37.910191 ], [ -122.309761, 37.91006 ], [ -122.309843, 37.910181 ], [ -122.309536, 37.910311 ], [ -122.309495, 37.910252 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5300.0, "Shape_area": 5300.3106113000003, "Shape_len": 309.48079956800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348477, 37.943127 ], [ -122.348478, 37.942843 ], [ -122.348655, 37.942842 ], [ -122.348655, 37.943127 ], [ -122.348477, 37.943127 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5028.0, "Shape_area": 5028.2766090900004, "Shape_len": 301.21616452699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312235, 37.90994 ], [ -122.312193, 37.909878 ], [ -122.312203, 37.909873 ], [ -122.312499, 37.909746 ], [ -122.312582, 37.909867 ], [ -122.312274, 37.909998 ], [ -122.312235, 37.90994 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5155.0, "Shape_area": 5154.9324676400001, "Shape_len": 306.74798631499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348655, 37.943127 ], [ -122.348655, 37.942842 ], [ -122.348828, 37.942842 ], [ -122.348827, 37.943127 ], [ -122.348655, 37.943127 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5001.0, "Shape_area": 5001.4003009300004, "Shape_len": 299.38912337300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31772, 37.909844 ], [ -122.317908, 37.909615 ], [ -122.318055, 37.909692 ], [ -122.317865, 37.909919 ], [ -122.31772, 37.909844 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5917.0, "Shape_area": 5916.8973760400004, "Shape_len": 337.51785087500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327798, 37.943327 ], [ -122.328184, 37.943211 ], [ -122.328245, 37.94334 ], [ -122.327859, 37.943455 ], [ -122.327798, 37.943327 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5327.0, "Shape_area": 5326.5855843899999, "Shape_len": 310.13442391500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348827, 37.943127 ], [ -122.348828, 37.942842 ], [ -122.349005, 37.942842 ], [ -122.349006, 37.943127 ], [ -122.348827, 37.943127 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5106.0, "Shape_area": 5105.7821348300004, "Shape_len": 305.94996710200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349006, 37.943127 ], [ -122.349005, 37.942842 ], [ -122.349176, 37.942842 ], [ -122.349176, 37.943127 ], [ -122.349006, 37.943127 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5227.0, "Shape_area": 5227.47387256, "Shape_len": 306.99868827900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349354, 37.943122 ], [ -122.349353, 37.942841 ], [ -122.34953, 37.94284 ], [ -122.349531, 37.943122 ], [ -122.349354, 37.943122 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5156.0, "Shape_area": 5155.9515225799996, "Shape_len": 302.84859438299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321206, 37.913767 ], [ -122.321396, 37.913539 ], [ -122.321472, 37.913579 ], [ -122.321545, 37.913617 ], [ -122.321356, 37.913846 ], [ -122.321206, 37.913767 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5056.0, "Shape_area": 5056.3533364699997, "Shape_len": 301.03367054699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.360953, 37.943308 ], [ -122.360953, 37.943171 ], [ -122.360964, 37.943171 ], [ -122.361289, 37.943169 ], [ -122.3613, 37.943168 ], [ -122.3613, 37.94324 ], [ -122.3613, 37.943309 ], [ -122.360964, 37.943308 ], [ -122.360953, 37.943308 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5103.0, "Shape_area": 5102.5190559599996, "Shape_len": 304.23756017900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321902, 37.913805 ], [ -122.321833, 37.913769 ], [ -122.322027, 37.913534 ], [ -122.322174, 37.91361 ], [ -122.321976, 37.913844 ], [ -122.321902, 37.913805 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5049.0, "Shape_area": 5048.84790617, "Shape_len": 301.59246235900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351377, 37.943463 ], [ -122.351376, 37.943196 ], [ -122.351376, 37.943187 ], [ -122.35155, 37.943187 ], [ -122.35155, 37.943195 ], [ -122.351551, 37.943463 ], [ -122.351377, 37.943463 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5921.0, "Shape_area": 5921.2122100500001, "Shape_len": 330.21253235500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315829, 37.913723 ], [ -122.31583, 37.913941 ], [ -122.315624, 37.913945 ], [ -122.315622, 37.913615 ], [ -122.315829, 37.913723 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5097.0, "Shape_area": 5096.9083264800001, "Shape_len": 302.61420671600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351639, 37.943463 ], [ -122.351551, 37.943463 ], [ -122.35155, 37.943195 ], [ -122.35155, 37.943187 ], [ -122.351725, 37.943187 ], [ -122.351725, 37.943198 ], [ -122.351726, 37.943453 ], [ -122.351726, 37.943463 ], [ -122.351639, 37.943463 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5023.0, "Shape_area": 5022.5836788699999, "Shape_len": 301.37168279000002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310297, 37.909987 ], [ -122.310256, 37.909928 ], [ -122.310564, 37.909796 ], [ -122.310645, 37.909915 ], [ -122.310338, 37.910048 ], [ -122.310297, 37.909987 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5281.0, "Shape_area": 5280.8608308399998, "Shape_len": 355.27446723899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319426, 37.90991 ], [ -122.319316, 37.909853 ], [ -122.319742, 37.909637 ], [ -122.319814, 37.909726 ], [ -122.319439, 37.909917 ], [ -122.319426, 37.90991 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9160.0, "Shape_area": 9160.34661916, "Shape_len": 471.85279133500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313386, 37.909692 ], [ -122.313422, 37.909694 ], [ -122.313581, 37.909706 ], [ -122.313597, 37.909707 ], [ -122.313865, 37.910101 ], [ -122.31371, 37.910168 ], [ -122.313386, 37.909692 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6091.0, "Shape_area": 6091.4798482899996, "Shape_len": 315.80397139000002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342219, 37.943561 ], [ -122.342217, 37.943312 ], [ -122.342305, 37.943312 ], [ -122.342419, 37.943311 ], [ -122.342449, 37.943311 ], [ -122.34245, 37.94332 ], [ -122.342451, 37.94355 ], [ -122.342451, 37.943561 ], [ -122.342219, 37.943561 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5043.0, "Shape_area": 5042.5253189799996, "Shape_len": 301.59614209199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310379, 37.910107 ], [ -122.310676, 37.90998 ], [ -122.310686, 37.909975 ], [ -122.310769, 37.910096 ], [ -122.310758, 37.910101 ], [ -122.310462, 37.910228 ], [ -122.310379, 37.910107 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6290.0, "Shape_area": 6290.3916014699998, "Shape_len": 322.58069688299997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340287, 37.942933 ], [ -122.340284, 37.942672 ], [ -122.340513, 37.942671 ], [ -122.340516, 37.942933 ], [ -122.340287, 37.942933 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5010.0, "Shape_area": 5010.4338903899998, "Shape_len": 299.50654649400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318132, 37.910059 ], [ -122.318082, 37.910033 ], [ -122.318271, 37.909805 ], [ -122.318416, 37.909881 ], [ -122.318229, 37.910109 ], [ -122.318132, 37.910059 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5016.0, "Shape_area": 5016.0881258, "Shape_len": 346.764596278, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318729, 37.909876 ], [ -122.319001, 37.909549 ], [ -122.319022, 37.909575 ], [ -122.319078, 37.909645 ], [ -122.318837, 37.909933 ], [ -122.318729, 37.909876 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5011.0, "Shape_area": 5010.68209742, "Shape_len": 300.84175687099997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312274, 37.909998 ], [ -122.312582, 37.909867 ], [ -122.312664, 37.909987 ], [ -122.312357, 37.910118 ], [ -122.312274, 37.909998 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5799.0, "Shape_area": 5798.7952029400003, "Shape_len": 342.572543129, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316312, 37.91381 ], [ -122.316544, 37.913531 ], [ -122.316648, 37.913586 ], [ -122.316515, 37.913839 ], [ -122.316487, 37.913902 ], [ -122.316312, 37.91381 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7290.0, "Shape_area": 7290.4635840399997, "Shape_len": 401.84767704199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313597, 37.909707 ], [ -122.313739, 37.909728 ], [ -122.313821, 37.90974 ], [ -122.314021, 37.910034 ], [ -122.313865, 37.910101 ], [ -122.313597, 37.909707 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 19396.0, "Shape_area": 19396.377061200001, "Shape_len": 668.41005470300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.358138, 37.942749 ], [ -122.358139, 37.942175 ], [ -122.358339, 37.942174 ], [ -122.358358, 37.942174 ], [ -122.358358, 37.942476 ], [ -122.358487, 37.942476 ], [ -122.358571, 37.942476 ], [ -122.358573, 37.942545 ], [ -122.358574, 37.942612 ], [ -122.358573, 37.942678 ], [ -122.358573, 37.94275 ], [ -122.358138, 37.942749 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6044.0, "Shape_area": 6044.37953105, "Shape_len": 340.35149202500003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327031, 37.943118 ], [ -122.327419, 37.943001 ], [ -122.327481, 37.943131 ], [ -122.327094, 37.943248 ], [ -122.327031, 37.943118 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5051.0, "Shape_area": 5050.7455165700003, "Shape_len": 300.92899831099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310921, 37.91003 ], [ -122.310931, 37.910026 ], [ -122.311215, 37.909904 ], [ -122.311225, 37.9099 ], [ -122.311268, 37.909962 ], [ -122.311309, 37.910022 ], [ -122.311299, 37.910027 ], [ -122.311014, 37.910148 ], [ -122.311004, 37.910152 ], [ -122.310921, 37.91003 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5015.0, "Shape_area": 5014.5482508100004, "Shape_len": 300.90787290600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309413, 37.910132 ], [ -122.309372, 37.910072 ], [ -122.309678, 37.909939 ], [ -122.309761, 37.91006 ], [ -122.309454, 37.910191 ], [ -122.309413, 37.910132 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5949.0, "Shape_area": 5949.1653981500003, "Shape_len": 338.99976018000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325936, 37.943154 ], [ -122.326014, 37.94313 ], [ -122.326164, 37.943085 ], [ -122.326314, 37.943039 ], [ -122.326324, 37.943036 ], [ -122.326385, 37.943164 ], [ -122.326375, 37.943167 ], [ -122.325997, 37.943281 ], [ -122.32594, 37.943162 ], [ -122.325936, 37.943154 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5097.0, "Shape_area": 5097.44197523, "Shape_len": 310.67722324800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318948, 37.90999 ], [ -122.319155, 37.909742 ], [ -122.319184, 37.909778 ], [ -122.319194, 37.90979 ], [ -122.319283, 37.909836 ], [ -122.319095, 37.910067 ], [ -122.318948, 37.90999 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5172.0, "Shape_area": 5171.7324681299997, "Shape_len": 357.39252427899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352696, 37.942816 ], [ -122.352503, 37.942816 ], [ -122.352504, 37.942746 ], [ -122.352503, 37.942698 ], [ -122.352889, 37.942698 ], [ -122.352892, 37.942705 ], [ -122.352896, 37.942711 ], [ -122.3529, 37.942717 ], [ -122.352904, 37.942723 ], [ -122.352908, 37.942729 ], [ -122.352913, 37.942735 ], [ -122.352919, 37.94274 ], [ -122.352924, 37.942745 ], [ -122.35293, 37.94275 ], [ -122.352937, 37.942755 ], [ -122.352943, 37.94276 ], [ -122.35295, 37.942764 ], [ -122.352957, 37.942768 ], [ -122.352965, 37.942771 ], [ -122.352973, 37.942774 ], [ -122.35298, 37.942777 ], [ -122.352989, 37.94278 ], [ -122.352997, 37.942782 ], [ -122.353005, 37.942789 ], [ -122.352889, 37.942789 ], [ -122.352889, 37.942816 ], [ -122.352696, 37.942816 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5517.0, "Shape_area": 5516.5244287599999, "Shape_len": 351.27522708800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312915, 37.910066 ], [ -122.313325, 37.90989 ], [ -122.313393, 37.909989 ], [ -122.313243, 37.910053 ], [ -122.312982, 37.910165 ], [ -122.312915, 37.910066 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6403.0, "Shape_area": 6403.2680607700004, "Shape_len": 314.96775334500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322365, 37.914373 ], [ -122.322556, 37.914145 ], [ -122.322705, 37.914222 ], [ -122.322649, 37.914391 ], [ -122.322622, 37.914428 ], [ -122.322586, 37.914447 ], [ -122.322533, 37.914452 ], [ -122.322491, 37.914439 ], [ -122.322365, 37.914373 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5114.0, "Shape_area": 5114.12019203, "Shape_len": 301.46005011199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351811, 37.943021 ], [ -122.351811, 37.943012 ], [ -122.35181, 37.942758 ], [ -122.35181, 37.942749 ], [ -122.351977, 37.942749 ], [ -122.351989, 37.942749 ], [ -122.35199, 37.943021 ], [ -122.351811, 37.943021 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5767.0, "Shape_area": 5766.7330253700002, "Shape_len": 356.86630495200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321233, 37.914607 ], [ -122.321424, 37.914377 ], [ -122.321501, 37.914417 ], [ -122.321575, 37.914455 ], [ -122.321718, 37.91453 ], [ -122.321736, 37.914539 ], [ -122.321255, 37.914618 ], [ -122.321233, 37.914607 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6118.0, "Shape_area": 6118.0140859200001, "Shape_len": 342.074384877, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326579, 37.943105 ], [ -122.32659, 37.943102 ], [ -122.326968, 37.942988 ], [ -122.327031, 37.943118 ], [ -122.326652, 37.943232 ], [ -122.326642, 37.943236 ], [ -122.326579, 37.943105 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 19941.0, "Shape_area": 19941.054715499999, "Shape_len": 625.307448679, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.357955, 37.942743 ], [ -122.357657, 37.942175 ], [ -122.358055, 37.942176 ], [ -122.358139, 37.942175 ], [ -122.358138, 37.942749 ], [ -122.357968, 37.942749 ], [ -122.357955, 37.942743 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5000.0, "Shape_area": 5000.1345140399999, "Shape_len": 298.78338592300003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330265, 37.943167 ], [ -122.330301, 37.94303 ], [ -122.330636, 37.943085 ], [ -122.330627, 37.94312 ], [ -122.330601, 37.943221 ], [ -122.330265, 37.943167 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5246.0, "Shape_area": 5245.6250738, "Shape_len": 304.91628719699997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334041, 37.943108 ], [ -122.334042, 37.943103 ], [ -122.334078, 37.942968 ], [ -122.334418, 37.943024 ], [ -122.334382, 37.943158 ], [ -122.33438, 37.943166 ], [ -122.334041, 37.943108 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5036.0, "Shape_area": 5036.1617524599997, "Shape_len": 300.20342471800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331148, 37.943162 ], [ -122.331183, 37.943026 ], [ -122.331352, 37.943054 ], [ -122.331521, 37.943081 ], [ -122.331492, 37.943195 ], [ -122.331486, 37.943218 ], [ -122.331148, 37.943162 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7365.0, "Shape_area": 7364.5305449899997, "Shape_len": 346.63817718000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332097, 37.943177 ], [ -122.332166, 37.942911 ], [ -122.332421, 37.942954 ], [ -122.332348, 37.943218 ], [ -122.332097, 37.943177 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5072.0, "Shape_area": 5072.0477758300003, "Shape_len": 302.06750321800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310462, 37.910228 ], [ -122.310758, 37.910101 ], [ -122.310769, 37.910096 ], [ -122.310852, 37.910218 ], [ -122.310841, 37.910222 ], [ -122.310545, 37.910349 ], [ -122.310462, 37.910228 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5017.0, "Shape_area": 5017.02464685, "Shape_len": 300.18240596800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314266, 37.910639 ], [ -122.314192, 37.9106 ], [ -122.314382, 37.910371 ], [ -122.314528, 37.910447 ], [ -122.314337, 37.910676 ], [ -122.314266, 37.910639 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5074.0, "Shape_area": 5074.3178018299996, "Shape_len": 301.70807800400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33528, 37.943127 ], [ -122.335298, 37.943056 ], [ -122.335315, 37.942992 ], [ -122.335656, 37.943046 ], [ -122.33562, 37.943184 ], [ -122.33528, 37.943127 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5082.0, "Shape_area": 5081.7681706399999, "Shape_len": 302.14220051199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334921, 37.943138 ], [ -122.334956, 37.943003 ], [ -122.335298, 37.943056 ], [ -122.33528, 37.943127 ], [ -122.335263, 37.943193 ], [ -122.334921, 37.943138 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9044.0, "Shape_area": 9044.3862843000006, "Shape_len": 391.915219493, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315663, 37.913472 ], [ -122.315894, 37.913193 ], [ -122.316032, 37.913265 ], [ -122.31611, 37.913305 ], [ -122.315878, 37.913584 ], [ -122.315663, 37.913472 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5020.0, "Shape_area": 5020.3721897900004, "Shape_len": 300.87489192300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334382, 37.943158 ], [ -122.334418, 37.943024 ], [ -122.334759, 37.94308 ], [ -122.334723, 37.943215 ], [ -122.334382, 37.943158 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5678.0, "Shape_area": 5678.0803300899997, "Shape_len": 328.536151029, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322811, 37.914446 ], [ -122.322859, 37.914301 ], [ -122.323009, 37.914379 ], [ -122.323191, 37.914474 ], [ -122.323128, 37.914606 ], [ -122.322811, 37.914446 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5996.0, "Shape_area": 5996.0755525200002, "Shape_len": 338.98298097899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327736, 37.943198 ], [ -122.328122, 37.943082 ], [ -122.328184, 37.943211 ], [ -122.327798, 37.943327 ], [ -122.327736, 37.943198 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5216.0, "Shape_area": 5216.3882938699999, "Shape_len": 326.819170687, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316044, 37.914696 ], [ -122.315878, 37.914612 ], [ -122.316043, 37.914611 ], [ -122.316044, 37.914696 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5007.0, "Shape_area": 5006.6487988199997, "Shape_len": 299.77040381099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315771, 37.912572 ], [ -122.315961, 37.912344 ], [ -122.316071, 37.912401 ], [ -122.316106, 37.91242 ], [ -122.315916, 37.912648 ], [ -122.315771, 37.912572 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6092.0, "Shape_area": 6092.1589424100002, "Shape_len": 341.78714724999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326642, 37.943236 ], [ -122.326652, 37.943232 ], [ -122.327031, 37.943118 ], [ -122.327094, 37.943248 ], [ -122.326715, 37.943363 ], [ -122.326704, 37.943366 ], [ -122.326642, 37.943236 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6989.0, "Shape_area": 6988.9277911899999, "Shape_len": 377.10863366500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321575, 37.912576 ], [ -122.321479, 37.912496 ], [ -122.321462, 37.912482 ], [ -122.321875, 37.91227 ], [ -122.321971, 37.912389 ], [ -122.321585, 37.912585 ], [ -122.321575, 37.912576 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6285.0, "Shape_area": 6285.4118971500002, "Shape_len": 499.96624752700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311701, 37.912616 ], [ -122.312005, 37.912485 ], [ -122.312047, 37.912547 ], [ -122.312352, 37.912416 ], [ -122.312372, 37.912447 ], [ -122.312068, 37.912577 ], [ -122.312088, 37.912607 ], [ -122.311784, 37.912737 ], [ -122.311701, 37.912616 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5911.0, "Shape_area": 5910.9983082899998, "Shape_len": 338.04215333399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327094, 37.943248 ], [ -122.327481, 37.943131 ], [ -122.327543, 37.943258 ], [ -122.327155, 37.943374 ], [ -122.327094, 37.943248 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5974.0, "Shape_area": 5974.1167839, "Shape_len": 340.04800579499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325546, 37.943272 ], [ -122.325556, 37.943269 ], [ -122.325702, 37.943225 ], [ -122.325857, 37.943178 ], [ -122.325936, 37.943154 ], [ -122.32594, 37.943162 ], [ -122.325997, 37.943281 ], [ -122.325617, 37.943396 ], [ -122.325607, 37.943399 ], [ -122.325546, 37.943272 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5049.0, "Shape_area": 5048.8329840099996, "Shape_len": 301.72233376200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322232, 37.912463 ], [ -122.322526, 37.912313 ], [ -122.322619, 37.91243 ], [ -122.322325, 37.912579 ], [ -122.322232, 37.912463 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5367.0, "Shape_area": 5367.1582963600003, "Shape_len": 300.30390778700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341171, 37.943566 ], [ -122.341172, 37.943314 ], [ -122.341198, 37.943314 ], [ -122.341374, 37.943314 ], [ -122.341376, 37.943565 ], [ -122.341171, 37.943566 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5042.0, "Shape_area": 5041.6243109500001, "Shape_len": 301.07117866200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318893, 37.912558 ], [ -122.319083, 37.912328 ], [ -122.319229, 37.912404 ], [ -122.319039, 37.912634 ], [ -122.318893, 37.912558 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5007.0, "Shape_area": 5007.4918257700001, "Shape_len": 299.39499771499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348129, 37.94346 ], [ -122.347961, 37.94346 ], [ -122.347961, 37.943393 ], [ -122.34796, 37.943322 ], [ -122.348305, 37.943322 ], [ -122.348305, 37.943461 ], [ -122.348129, 37.94346 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6231.0, "Shape_area": 6230.5236359800001, "Shape_len": 319.02244356199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341699, 37.943563 ], [ -122.341695, 37.943313 ], [ -122.341739, 37.943313 ], [ -122.341932, 37.943312 ], [ -122.341936, 37.943563 ], [ -122.341699, 37.943563 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5125.0, "Shape_area": 5124.8903183700004, "Shape_len": 304.99669733500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349531, 37.943122 ], [ -122.34953, 37.94284 ], [ -122.349703, 37.94284 ], [ -122.349704, 37.943122 ], [ -122.349531, 37.943122 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5057.0, "Shape_area": 5056.5785484300004, "Shape_len": 302.97187986400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312676, 37.910293 ], [ -122.312828, 37.910228 ], [ -122.312996, 37.910474 ], [ -122.312845, 37.910538 ], [ -122.312676, 37.910293 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7269.0, "Shape_area": 7268.5848869700003, "Shape_len": 344.25437676000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332602, 37.94326 ], [ -122.332675, 37.942997 ], [ -122.332926, 37.943039 ], [ -122.332856, 37.943302 ], [ -122.332602, 37.94326 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6645.0, "Shape_area": 6644.7083234600004, "Shape_len": 332.302950399, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342604, 37.943311 ], [ -122.342449, 37.943311 ], [ -122.342419, 37.943311 ], [ -122.342418, 37.943304 ], [ -122.342414, 37.943048 ], [ -122.342414, 37.943039 ], [ -122.342648, 37.943038 ], [ -122.342648, 37.943048 ], [ -122.34265, 37.943303 ], [ -122.34265, 37.943311 ], [ -122.342604, 37.943311 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5353.0, "Shape_area": 5352.8481574999996, "Shape_len": 305.83896106899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333555, 37.943419 ], [ -122.333625, 37.943154 ], [ -122.333809, 37.943184 ], [ -122.333739, 37.94345 ], [ -122.333555, 37.943419 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6429.0, "Shape_area": 6429.3521346300004, "Shape_len": 328.09480807400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342697, 37.943311 ], [ -122.34265, 37.943311 ], [ -122.34265, 37.943303 ], [ -122.342648, 37.943048 ], [ -122.342648, 37.943038 ], [ -122.342872, 37.943037 ], [ -122.342872, 37.943047 ], [ -122.342873, 37.943172 ], [ -122.342875, 37.94331 ], [ -122.342697, 37.943311 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5884.0, "Shape_area": 5884.1732090100004, "Shape_len": 338.47297240400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326704, 37.943366 ], [ -122.326715, 37.943363 ], [ -122.327094, 37.943248 ], [ -122.327155, 37.943374 ], [ -122.326774, 37.943488 ], [ -122.326764, 37.943491 ], [ -122.326704, 37.943366 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5300.0, "Shape_area": 5300.4848788500003, "Shape_len": 304.65063963300003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333384, 37.943391 ], [ -122.333214, 37.943362 ], [ -122.333284, 37.943098 ], [ -122.333467, 37.943128 ], [ -122.333397, 37.943393 ], [ -122.333384, 37.943391 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5163.0, "Shape_area": 5163.1021577199999, "Shape_len": 304.80158875299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.360606, 37.942966 ], [ -122.360607, 37.942686 ], [ -122.360783, 37.942687 ], [ -122.360783, 37.942965 ], [ -122.360606, 37.942966 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 10446.0, "Shape_area": 10445.831356500001, "Shape_len": 527.07431144700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313393, 37.909989 ], [ -122.313325, 37.90989 ], [ -122.313257, 37.909792 ], [ -122.313188, 37.909692 ], [ -122.313258, 37.909691 ], [ -122.313386, 37.909692 ], [ -122.31371, 37.910168 ], [ -122.313561, 37.910232 ], [ -122.313393, 37.909989 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5016.0, "Shape_area": 5015.7256637600003, "Shape_len": 300.80001526400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311457, 37.91024 ], [ -122.311392, 37.910144 ], [ -122.311531, 37.910085 ], [ -122.311689, 37.910018 ], [ -122.311699, 37.910013 ], [ -122.311781, 37.910133 ], [ -122.311771, 37.910138 ], [ -122.311485, 37.910261 ], [ -122.311475, 37.910265 ], [ -122.311457, 37.91024 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5061.0, "Shape_area": 5060.6623183800002, "Shape_len": 301.16322633200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311004, 37.910152 ], [ -122.311014, 37.910148 ], [ -122.311299, 37.910027 ], [ -122.311309, 37.910022 ], [ -122.311392, 37.910144 ], [ -122.311098, 37.91027 ], [ -122.311087, 37.910275 ], [ -122.311004, 37.910152 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5045.0, "Shape_area": 5045.1483136699999, "Shape_len": 292.149206204, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343511, 37.943556 ], [ -122.343511, 37.94355 ], [ -122.343509, 37.943309 ], [ -122.34363, 37.943308 ], [ -122.343703, 37.943308 ], [ -122.343703, 37.943316 ], [ -122.343705, 37.943548 ], [ -122.343705, 37.943555 ], [ -122.343511, 37.943556 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5305.0, "Shape_area": 5304.9415973200003, "Shape_len": 306.86240875800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32026, 37.910021 ], [ -122.320555, 37.909872 ], [ -122.320653, 37.909994 ], [ -122.320358, 37.910142 ], [ -122.32026, 37.910021 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5015.0, "Shape_area": 5015.2115717699999, "Shape_len": 291.61324040900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343892, 37.943555 ], [ -122.343892, 37.943547 ], [ -122.343892, 37.943307 ], [ -122.34398, 37.943307 ], [ -122.344084, 37.943306 ], [ -122.344086, 37.943546 ], [ -122.344086, 37.943554 ], [ -122.343892, 37.943555 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5086.0, "Shape_area": 5086.0811644599999, "Shape_len": 301.49171676700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337897, 37.943275 ], [ -122.337933, 37.943139 ], [ -122.338272, 37.943194 ], [ -122.338236, 37.943331 ], [ -122.337897, 37.943275 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5981.0, "Shape_area": 5981.0312240499998, "Shape_len": 339.13354421299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327155, 37.943374 ], [ -122.327543, 37.943258 ], [ -122.327604, 37.943386 ], [ -122.327217, 37.943503 ], [ -122.327155, 37.943374 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5954.0, "Shape_area": 5954.0519237600001, "Shape_len": 338.278655071, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326977, 37.947654 ], [ -122.327353, 37.947542 ], [ -122.327363, 37.947539 ], [ -122.327424, 37.947667 ], [ -122.327414, 37.94767 ], [ -122.327038, 37.947783 ], [ -122.326977, 37.947654 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5042.0, "Shape_area": 5041.6243807000001, "Shape_len": 301.65868034699997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.360953, 37.942966 ], [ -122.360952, 37.942689 ], [ -122.361125, 37.94269 ], [ -122.361125, 37.942698 ], [ -122.361126, 37.942958 ], [ -122.361126, 37.942966 ], [ -122.360963, 37.942966 ], [ -122.360953, 37.942966 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5027.0, "Shape_area": 5027.27625326, "Shape_len": 301.273257613, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.361126, 37.942966 ], [ -122.361126, 37.942958 ], [ -122.361125, 37.942698 ], [ -122.361125, 37.94269 ], [ -122.361298, 37.94269 ], [ -122.361298, 37.942698 ], [ -122.361299, 37.942967 ], [ -122.361126, 37.942966 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5018.0, "Shape_area": 5018.1086862599996, "Shape_len": 345.63445292099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31767, 37.910316 ], [ -122.317684, 37.910318 ], [ -122.318014, 37.910491 ], [ -122.317856, 37.910683 ], [ -122.31767, 37.910316 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5035.0, "Shape_area": 5034.5168785300002, "Shape_len": 301.666323815, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308856, 37.910759 ], [ -122.308815, 37.9107 ], [ -122.309123, 37.910567 ], [ -122.309204, 37.910688 ], [ -122.308897, 37.91082 ], [ -122.308856, 37.910759 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5536.0, "Shape_area": 5536.1376159199999, "Shape_len": 377.72562685600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319988, 37.910613 ], [ -122.320052, 37.910533 ], [ -122.319999, 37.910465 ], [ -122.320292, 37.910317 ], [ -122.320386, 37.910432 ], [ -122.319957, 37.910651 ], [ -122.319988, 37.910613 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6441.0, "Shape_area": 6440.8651425099997, "Shape_len": 358.8891351, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.338795, 37.943234 ], [ -122.338455, 37.943179 ], [ -122.33849, 37.943046 ], [ -122.338503, 37.943046 ], [ -122.338913, 37.943115 ], [ -122.338912, 37.943253 ], [ -122.338795, 37.943234 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5203.0, "Shape_area": 5203.4677479000002, "Shape_len": 313.24738395600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319853, 37.910281 ], [ -122.320061, 37.910031 ], [ -122.3202, 37.910203 ], [ -122.319908, 37.91035 ], [ -122.319853, 37.910281 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5025.0, "Shape_area": 5025.2897065099996, "Shape_len": 300.00665944999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33756, 37.943219 ], [ -122.337595, 37.943084 ], [ -122.337933, 37.943139 ], [ -122.337897, 37.943275 ], [ -122.33756, 37.943219 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5056.0, "Shape_area": 5055.6155861699999, "Shape_len": 302.42942963500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353892, 37.942744 ], [ -122.354064, 37.942744 ], [ -122.354067, 37.943023 ], [ -122.353893, 37.943022 ], [ -122.353892, 37.942744 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5162.0, "Shape_area": 5162.3297598199997, "Shape_len": 304.49159730700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354236, 37.943023 ], [ -122.354235, 37.942746 ], [ -122.354412, 37.942744 ], [ -122.354412, 37.943023 ], [ -122.354236, 37.943023 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5016.0, "Shape_area": 5016.0857224499996, "Shape_len": 300.47959357000002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335245, 37.943262 ], [ -122.335263, 37.943193 ], [ -122.33528, 37.943127 ], [ -122.33562, 37.943184 ], [ -122.335584, 37.943318 ], [ -122.335245, 37.943262 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5129.0, "Shape_area": 5128.5934409299998, "Shape_len": 304.30675195100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354412, 37.943023 ], [ -122.354412, 37.942744 ], [ -122.354586, 37.942744 ], [ -122.354587, 37.943024 ], [ -122.354412, 37.943023 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5041.0, "Shape_area": 5041.13379893, "Shape_len": 301.393277813, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334886, 37.943272 ], [ -122.334921, 37.943138 ], [ -122.335263, 37.943193 ], [ -122.335245, 37.943262 ], [ -122.335227, 37.943328 ], [ -122.334886, 37.943272 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5580.0, "Shape_area": 5580.1705375299998, "Shape_len": 314.81770470800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348118, 37.943126 ], [ -122.348118, 37.942842 ], [ -122.348305, 37.942842 ], [ -122.348305, 37.943127 ], [ -122.348118, 37.943126 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5263.0, "Shape_area": 5262.89266744, "Shape_len": 306.00872130300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.35476, 37.942746 ], [ -122.354941, 37.942746 ], [ -122.354942, 37.943023 ], [ -122.354761, 37.943023 ], [ -122.35476, 37.942746 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5406.0, "Shape_area": 5405.8299931000001, "Shape_len": 306.724246381, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3332, 37.94336 ], [ -122.333028, 37.943332 ], [ -122.333097, 37.943067 ], [ -122.333284, 37.943098 ], [ -122.333214, 37.943362 ], [ -122.3332, 37.94336 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5610.0, "Shape_area": 5609.9264798699996, "Shape_len": 324.902617384, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332257, 37.943343 ], [ -122.332062, 37.943311 ], [ -122.332097, 37.943177 ], [ -122.332348, 37.943218 ], [ -122.33248, 37.94324 ], [ -122.332445, 37.943374 ], [ -122.332257, 37.943343 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5980.0, "Shape_area": 5979.7758901699999, "Shape_len": 320.33147105900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354942, 37.943023 ], [ -122.354941, 37.942746 ], [ -122.355105, 37.942746 ], [ -122.355146, 37.942746 ], [ -122.355148, 37.943023 ], [ -122.354942, 37.943023 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5168.0, "Shape_area": 5167.5524640399999, "Shape_len": 304.11155793099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351811, 37.943463 ], [ -122.35181, 37.943197 ], [ -122.35181, 37.943187 ], [ -122.351988, 37.943187 ], [ -122.351989, 37.943464 ], [ -122.351811, 37.943463 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5091.0, "Shape_area": 5091.2840674700001, "Shape_len": 301.645817798, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.308638, 37.910152 ], [ -122.308794, 37.910085 ], [ -122.308958, 37.910326 ], [ -122.308803, 37.910393 ], [ -122.308638, 37.910152 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5178.0, "Shape_area": 5177.5321772099996, "Shape_len": 303.95327757500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311597, 37.910444 ], [ -122.311556, 37.910383 ], [ -122.311566, 37.910379 ], [ -122.311852, 37.910257 ], [ -122.311862, 37.910253 ], [ -122.311947, 37.910377 ], [ -122.311937, 37.910381 ], [ -122.311651, 37.910504 ], [ -122.311641, 37.910508 ], [ -122.311597, 37.910444 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5937.0, "Shape_area": 5937.20865598, "Shape_len": 337.86751450899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32792, 37.943583 ], [ -122.328307, 37.943469 ], [ -122.328368, 37.943596 ], [ -122.327982, 37.943712 ], [ -122.32792, 37.943583 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5033.0, "Shape_area": 5032.6109920099998, "Shape_len": 291.38806841600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340442, 37.943561 ], [ -122.340444, 37.943316 ], [ -122.340521, 37.943316 ], [ -122.340638, 37.943315 ], [ -122.340639, 37.943561 ], [ -122.340442, 37.943561 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5058.0, "Shape_area": 5058.1848489699996, "Shape_len": 300.920279241, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3613, 37.94324 ], [ -122.3613, 37.943168 ], [ -122.361299, 37.9431 ], [ -122.36131, 37.9431 ], [ -122.361635, 37.943101 ], [ -122.361645, 37.943101 ], [ -122.361646, 37.94324 ], [ -122.361635, 37.94324 ], [ -122.36131, 37.94324 ], [ -122.3613, 37.94324 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5967.0, "Shape_area": 5967.3542563499996, "Shape_len": 339.432858485, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326181, 37.943668 ], [ -122.32656, 37.943554 ], [ -122.32657, 37.943551 ], [ -122.326631, 37.943678 ], [ -122.326621, 37.943682 ], [ -122.326242, 37.943796 ], [ -122.326181, 37.943668 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5227.0, "Shape_area": 5227.4475794500004, "Shape_len": 306.99767493500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349877, 37.943121 ], [ -122.349877, 37.94284 ], [ -122.350054, 37.94284 ], [ -122.350054, 37.943121 ], [ -122.349877, 37.943121 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5088.0, "Shape_area": 5088.49476968, "Shape_len": 302.280067578, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310545, 37.910349 ], [ -122.310841, 37.910222 ], [ -122.310852, 37.910218 ], [ -122.310935, 37.91034 ], [ -122.310925, 37.910345 ], [ -122.310629, 37.910471 ], [ -122.310545, 37.910349 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5006.0, "Shape_area": 5005.6739205200001, "Shape_len": 300.70709768, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309578, 37.910373 ], [ -122.309885, 37.910242 ], [ -122.309966, 37.910362 ], [ -122.30966, 37.910493 ], [ -122.309578, 37.910373 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5992.0, "Shape_area": 5992.2813168299999, "Shape_len": 339.74026211199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325085, 37.943704 ], [ -122.325464, 37.943591 ], [ -122.325474, 37.943587 ], [ -122.325535, 37.943716 ], [ -122.325525, 37.943719 ], [ -122.325147, 37.943833 ], [ -122.325085, 37.943704 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6053.0, "Shape_area": 6052.7733097800001, "Shape_len": 341.295677829, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325607, 37.943399 ], [ -122.325617, 37.943396 ], [ -122.325997, 37.943281 ], [ -122.326058, 37.943411 ], [ -122.325679, 37.943525 ], [ -122.325669, 37.943528 ], [ -122.325607, 37.943399 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5093.0, "Shape_area": 5093.3425477399996, "Shape_len": 302.30892126600003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348641, 37.944185 ], [ -122.34864, 37.943909 ], [ -122.348816, 37.943909 ], [ -122.348816, 37.944185 ], [ -122.348641, 37.944185 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5652.0, "Shape_area": 5652.4191385599997, "Shape_len": 321.95560101900003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319701, 37.910463 ], [ -122.319853, 37.910281 ], [ -122.319908, 37.91035 ], [ -122.319999, 37.910465 ], [ -122.320052, 37.910533 ], [ -122.319988, 37.910613 ], [ -122.319701, 37.910463 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5011.0, "Shape_area": 5011.4889431399997, "Shape_len": 300.82346685900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349265, 37.94803 ], [ -122.349267, 37.947754 ], [ -122.349349, 37.947754 ], [ -122.349441, 37.947754 ], [ -122.349438, 37.948031 ], [ -122.349265, 37.94803 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5091.0, "Shape_area": 5090.8041350399999, "Shape_len": 303.609013984, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31222, 37.910488 ], [ -122.312372, 37.910423 ], [ -122.31254, 37.910669 ], [ -122.312388, 37.910734 ], [ -122.31222, 37.910488 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5028.0, "Shape_area": 5027.6408184499996, "Shape_len": 300.64470981800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335209, 37.943397 ], [ -122.335227, 37.943328 ], [ -122.335245, 37.943262 ], [ -122.335584, 37.943318 ], [ -122.335549, 37.943453 ], [ -122.335209, 37.943397 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7483.0, "Shape_area": 7482.7228349099996, "Shape_len": 349.78684416800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310751, 37.91065 ], [ -122.310711, 37.910591 ], [ -122.311007, 37.910464 ], [ -122.311017, 37.91046 ], [ -122.31114, 37.91064 ], [ -122.31113, 37.910645 ], [ -122.310834, 37.910771 ], [ -122.310751, 37.91065 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6650.0, "Shape_area": 6650.3295565899998, "Shape_len": 333.03889939499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.345221, 37.943301 ], [ -122.345122, 37.943302 ], [ -122.345121, 37.943027 ], [ -122.345351, 37.943026 ], [ -122.345353, 37.9433 ], [ -122.345221, 37.943301 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5067.0, "Shape_area": 5067.0952739599998, "Shape_len": 301.90823691899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309784, 37.910675 ], [ -122.310091, 37.910544 ], [ -122.310174, 37.910666 ], [ -122.309867, 37.910797 ], [ -122.309784, 37.910675 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5072.0, "Shape_area": 5072.22100262, "Shape_len": 302.28562801200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.363551, 37.942964 ], [ -122.363551, 37.942687 ], [ -122.363725, 37.942687 ], [ -122.363725, 37.942695 ], [ -122.363725, 37.942956 ], [ -122.363725, 37.942964 ], [ -122.363561, 37.942964 ], [ -122.363551, 37.942964 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5016.0, "Shape_area": 5016.2490929799997, "Shape_len": 299.425958799, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310243, 37.910479 ], [ -122.310545, 37.910349 ], [ -122.310629, 37.910471 ], [ -122.310326, 37.910601 ], [ -122.310243, 37.910479 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5904.0, "Shape_area": 5903.5238800799998, "Shape_len": 339.08402443599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326826, 37.943621 ], [ -122.326836, 37.943617 ], [ -122.327217, 37.943503 ], [ -122.327277, 37.943629 ], [ -122.326896, 37.943743 ], [ -122.326886, 37.943746 ], [ -122.326826, 37.943621 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5755.0, "Shape_area": 5755.4072802600003, "Shape_len": 317.17917941100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.338402, 37.943381 ], [ -122.338741, 37.943436 ], [ -122.338707, 37.943563 ], [ -122.338354, 37.943564 ], [ -122.338402, 37.943381 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5075.0, "Shape_area": 5075.3351160299999, "Shape_len": 301.58862974599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315128, 37.910596 ], [ -122.315319, 37.910367 ], [ -122.315395, 37.910406 ], [ -122.315465, 37.910443 ], [ -122.315274, 37.910673 ], [ -122.315128, 37.910596 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5431.0, "Shape_area": 5430.8232160500002, "Shape_len": 328.71299102900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.338707, 37.943563 ], [ -122.338741, 37.943436 ], [ -122.338777, 37.943301 ], [ -122.338795, 37.943234 ], [ -122.338912, 37.943253 ], [ -122.338912, 37.943319 ], [ -122.338911, 37.943562 ], [ -122.338707, 37.943563 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5083.0, "Shape_area": 5082.5200577699998, "Shape_len": 292.11053491000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.338911, 37.943562 ], [ -122.338912, 37.943319 ], [ -122.339027, 37.943318 ], [ -122.33911, 37.943318 ], [ -122.339109, 37.943562 ], [ -122.338911, 37.943562 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5776.0, "Shape_area": 5775.6582183800001, "Shape_len": 307.75232180900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339109, 37.943562 ], [ -122.33911, 37.943318 ], [ -122.339139, 37.943318 ], [ -122.339246, 37.943318 ], [ -122.339334, 37.943318 ], [ -122.339335, 37.943562 ], [ -122.339109, 37.943562 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5051.0, "Shape_area": 5050.57421436, "Shape_len": 301.09307770300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315274, 37.910673 ], [ -122.315465, 37.910443 ], [ -122.315534, 37.910479 ], [ -122.315611, 37.910519 ], [ -122.31542, 37.910749 ], [ -122.315274, 37.910673 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5994.0, "Shape_area": 5993.5409950100002, "Shape_len": 339.18328401700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327277, 37.943629 ], [ -122.327664, 37.943512 ], [ -122.327726, 37.943641 ], [ -122.327339, 37.943758 ], [ -122.327277, 37.943629 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6026.0, "Shape_area": 6026.1660591199998, "Shape_len": 340.73444939500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32573, 37.943656 ], [ -122.32574, 37.943653 ], [ -122.32612, 37.943539 ], [ -122.326181, 37.943668 ], [ -122.325802, 37.943782 ], [ -122.325792, 37.943785 ], [ -122.32573, 37.943656 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5044.0, "Shape_area": 5044.3747107, "Shape_len": 291.59878403800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340247, 37.943561 ], [ -122.340247, 37.943316 ], [ -122.340407, 37.943316 ], [ -122.340444, 37.943316 ], [ -122.340442, 37.943561 ], [ -122.340247, 37.943561 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6447.0, "Shape_area": 6446.8076185199998, "Shape_len": 327.909789864, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341932, 37.943312 ], [ -122.341739, 37.943313 ], [ -122.341739, 37.943043 ], [ -122.341964, 37.943042 ], [ -122.341968, 37.943312 ], [ -122.341932, 37.943312 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5988.0, "Shape_area": 5988.0443421800001, "Shape_len": 339.41229469199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324963, 37.943447 ], [ -122.325039, 37.943424 ], [ -122.325195, 37.943377 ], [ -122.325341, 37.943333 ], [ -122.325351, 37.94333 ], [ -122.325412, 37.943458 ], [ -122.325402, 37.943461 ], [ -122.325024, 37.943575 ], [ -122.324967, 37.943455 ], [ -122.324963, 37.943447 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7472.0, "Shape_area": 7471.9970109300002, "Shape_len": 403.04448666399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31405, 37.910527 ], [ -122.313905, 37.910451 ], [ -122.313875, 37.910487 ], [ -122.313659, 37.910377 ], [ -122.313889, 37.910278 ], [ -122.314217, 37.910446 ], [ -122.31412, 37.910563 ], [ -122.31405, 37.910527 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5180.0, "Shape_area": 5180.4237485200001, "Shape_len": 305.39378859599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312521, 37.910359 ], [ -122.312676, 37.910293 ], [ -122.312845, 37.910538 ], [ -122.312689, 37.910605 ], [ -122.312521, 37.910359 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5967.0, "Shape_area": 5967.2223058700001, "Shape_len": 318.40278143299997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342217, 37.943312 ], [ -122.342095, 37.943312 ], [ -122.342093, 37.943041 ], [ -122.342302, 37.94304 ], [ -122.342305, 37.943312 ], [ -122.342217, 37.943312 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6537.0, "Shape_area": 6537.4132272799998, "Shape_len": 330.99635305200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.344274, 37.943305 ], [ -122.344206, 37.943306 ], [ -122.344206, 37.943298 ], [ -122.344204, 37.94304 ], [ -122.344204, 37.94303 ], [ -122.344431, 37.943029 ], [ -122.344431, 37.943039 ], [ -122.344431, 37.943295 ], [ -122.344431, 37.943305 ], [ -122.344274, 37.943305 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5013.0, "Shape_area": 5012.9417371500003, "Shape_len": 300.203505769, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318691, 37.910679 ], [ -122.318883, 37.910451 ], [ -122.318951, 37.910486 ], [ -122.319026, 37.910525 ], [ -122.318838, 37.910756 ], [ -122.318691, 37.910679 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5092.0, "Shape_area": 5091.8040802300002, "Shape_len": 302.40987056900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309722, 37.910584 ], [ -122.309701, 37.910554 ], [ -122.310007, 37.910421 ], [ -122.310091, 37.910544 ], [ -122.309784, 37.910675 ], [ -122.309722, 37.910584 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5265.0, "Shape_area": 5264.7693003599998, "Shape_len": 304.90962186600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313457, 37.910463 ], [ -122.313659, 37.910377 ], [ -122.313875, 37.910487 ], [ -122.313763, 37.910622 ], [ -122.313457, 37.910463 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5041.0, "Shape_area": 5040.7415041900003, "Shape_len": 301.34155354199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351205, 37.943739 ], [ -122.351203, 37.943463 ], [ -122.351291, 37.943463 ], [ -122.351377, 37.943463 ], [ -122.351378, 37.94373 ], [ -122.351378, 37.943739 ], [ -122.351205, 37.943739 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5965.0, "Shape_area": 5964.6163271900004, "Shape_len": 319.16542939099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314699, 37.910865 ], [ -122.314628, 37.910828 ], [ -122.314818, 37.910599 ], [ -122.314991, 37.910689 ], [ -122.314801, 37.910918 ], [ -122.314699, 37.910865 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6178.0, "Shape_area": 6178.4455200599996, "Shape_len": 334.16638387199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342314, 37.944283 ], [ -122.342313, 37.943976 ], [ -122.342409, 37.943975 ], [ -122.342504, 37.943975 ], [ -122.342504, 37.943984 ], [ -122.342506, 37.944276 ], [ -122.342506, 37.944282 ], [ -122.342314, 37.944283 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5023.0, "Shape_area": 5022.8765800600004, "Shape_len": 301.09362110900003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334851, 37.943406 ], [ -122.334886, 37.943272 ], [ -122.335227, 37.943328 ], [ -122.335209, 37.943397 ], [ -122.335192, 37.943463 ], [ -122.334851, 37.943406 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5090.0, "Shape_area": 5090.3883216800004, "Shape_len": 301.87707971899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311291, 37.910574 ], [ -122.311302, 37.910569 ], [ -122.311587, 37.910448 ], [ -122.311597, 37.910444 ], [ -122.311641, 37.910508 ], [ -122.31168, 37.910565 ], [ -122.31167, 37.91057 ], [ -122.311386, 37.910693 ], [ -122.311376, 37.910698 ], [ -122.311291, 37.910574 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5972.0, "Shape_area": 5972.3079655000001, "Shape_len": 338.40731632000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327859, 37.943455 ], [ -122.328245, 37.94334 ], [ -122.328307, 37.943469 ], [ -122.32792, 37.943583 ], [ -122.327859, 37.943455 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5080.0, "Shape_area": 5080.1157507999997, "Shape_len": 302.38933516399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320731, 37.910605 ], [ -122.321025, 37.910455 ], [ -122.32112, 37.910572 ], [ -122.320825, 37.91072 ], [ -122.320731, 37.910605 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5012.0, "Shape_area": 5011.9473990699998, "Shape_len": 300.621905207, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321424, 37.914377 ], [ -122.321356, 37.914342 ], [ -122.321547, 37.914111 ], [ -122.321691, 37.914186 ], [ -122.321501, 37.914417 ], [ -122.321424, 37.914377 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7565.0, "Shape_area": 7565.1287524899999, "Shape_len": 358.63058303899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332522, 37.948029 ], [ -122.332828, 37.947938 ], [ -122.332827, 37.948233 ], [ -122.332645, 37.948288 ], [ -122.332522, 37.948029 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5123.0, "Shape_area": 5123.1399533699996, "Shape_len": 303.16019714200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349, 37.94803 ], [ -122.349002, 37.947754 ], [ -122.349178, 37.947754 ], [ -122.349177, 37.94803 ], [ -122.349, 37.94803 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5053.0, "Shape_area": 5053.1976975600001, "Shape_len": 300.90798603299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314554, 37.91079 ], [ -122.314481, 37.910751 ], [ -122.314672, 37.910522 ], [ -122.314818, 37.910599 ], [ -122.314628, 37.910828 ], [ -122.314554, 37.91079 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5059.0, "Shape_area": 5059.4316234199996, "Shape_len": 300.85135078299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319604, 37.910825 ], [ -122.319462, 37.910751 ], [ -122.319558, 37.910635 ], [ -122.319847, 37.910785 ], [ -122.319749, 37.910902 ], [ -122.319604, 37.910825 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5030.0, "Shape_area": 5029.8850770400004, "Shape_len": 300.71708697299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310834, 37.910771 ], [ -122.31113, 37.910645 ], [ -122.31114, 37.91064 ], [ -122.311223, 37.910762 ], [ -122.311212, 37.910766 ], [ -122.310918, 37.910892 ], [ -122.310834, 37.910771 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5184.0, "Shape_area": 5183.9842386500004, "Shape_len": 307.114188238, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329625, 37.943828 ], [ -122.329575, 37.943724 ], [ -122.329613, 37.943724 ], [ -122.329933, 37.943722 ], [ -122.329977, 37.943812 ], [ -122.329665, 37.943909 ], [ -122.329625, 37.943828 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5141.0, "Shape_area": 5141.3694165300003, "Shape_len": 303.64012434400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348477, 37.943267 ], [ -122.348477, 37.943127 ], [ -122.348655, 37.943127 ], [ -122.348827, 37.943127 ], [ -122.348827, 37.943197 ], [ -122.348826, 37.943267 ], [ -122.348477, 37.943267 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5030.0, "Shape_area": 5029.8824213799999, "Shape_len": 301.38497141599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320919, 37.910837 ], [ -122.321213, 37.910687 ], [ -122.321306, 37.910802 ], [ -122.321012, 37.910952 ], [ -122.320919, 37.910837 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5058.0, "Shape_area": 5057.67065989, "Shape_len": 301.28265179800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333953, 37.943439 ], [ -122.333989, 37.943303 ], [ -122.334329, 37.94336 ], [ -122.334293, 37.943495 ], [ -122.333953, 37.943439 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5672.0, "Shape_area": 5671.9633034999997, "Shape_len": 323.875407048, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329489, 37.943573 ], [ -122.32939, 37.943366 ], [ -122.329722, 37.943424 ], [ -122.329793, 37.943572 ], [ -122.329489, 37.943573 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6220.0, "Shape_area": 6219.8898753599997, "Shape_len": 349.60237203299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321328, 37.912874 ], [ -122.321575, 37.912576 ], [ -122.321585, 37.912585 ], [ -122.321697, 37.912678 ], [ -122.321474, 37.91295 ], [ -122.321328, 37.912874 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7263.0, "Shape_area": 7262.5702389600001, "Shape_len": 371.73588433100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313258, 37.913075 ], [ -122.313052, 37.913076 ], [ -122.313018, 37.912995 ], [ -122.313091, 37.912964 ], [ -122.313187, 37.912923 ], [ -122.31334, 37.912857 ], [ -122.313434, 37.912817 ], [ -122.313435, 37.913074 ], [ -122.313258, 37.913075 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6067.0, "Shape_area": 6067.1100732699997, "Shape_len": 341.65438923200003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326764, 37.943491 ], [ -122.326774, 37.943488 ], [ -122.327155, 37.943374 ], [ -122.327217, 37.943503 ], [ -122.326836, 37.943617 ], [ -122.326826, 37.943621 ], [ -122.326764, 37.943491 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5046.0, "Shape_area": 5046.2531355800002, "Shape_len": 300.56544709600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316493, 37.912949 ], [ -122.316683, 37.912721 ], [ -122.316829, 37.912797 ], [ -122.31664, 37.913026 ], [ -122.316493, 37.912949 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5031.0, "Shape_area": 5031.14683221, "Shape_len": 300.50424578799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.338402, 37.943381 ], [ -122.338437, 37.943246 ], [ -122.338777, 37.943301 ], [ -122.338741, 37.943436 ], [ -122.338402, 37.943381 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5130.0, "Shape_area": 5129.51816994, "Shape_len": 301.515322868, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336979, 37.943406 ], [ -122.337005, 37.943308 ], [ -122.337016, 37.943267 ], [ -122.337352, 37.943322 ], [ -122.337315, 37.943462 ], [ -122.336979, 37.943406 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5025.0, "Shape_area": 5025.3220816399999, "Shape_len": 301.06846675200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309949, 37.910917 ], [ -122.309907, 37.910856 ], [ -122.310213, 37.910723 ], [ -122.310296, 37.910845 ], [ -122.309989, 37.910976 ], [ -122.309949, 37.910917 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5693.0, "Shape_area": 5692.6247475299997, "Shape_len": 314.02545516100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.35023, 37.943462 ], [ -122.35023, 37.943187 ], [ -122.350427, 37.943187 ], [ -122.350427, 37.943462 ], [ -122.35023, 37.943462 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5063.0, "Shape_area": 5062.7078385200002, "Shape_len": 301.316898982, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315756, 37.910595 ], [ -122.315902, 37.910671 ], [ -122.315712, 37.910901 ], [ -122.315565, 37.910824 ], [ -122.315756, 37.910595 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5068.0, "Shape_area": 5067.9235798099999, "Shape_len": 301.68680404399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350681, 37.943462 ], [ -122.350598, 37.943462 ], [ -122.350597, 37.943187 ], [ -122.350773, 37.943187 ], [ -122.350772, 37.943462 ], [ -122.350681, 37.943462 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5111.0, "Shape_area": 5111.3986346000002, "Shape_len": 302.61732973400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350858, 37.943462 ], [ -122.350772, 37.943462 ], [ -122.350773, 37.943187 ], [ -122.350949, 37.943187 ], [ -122.35095, 37.943462 ], [ -122.350858, 37.943462 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5691.0, "Shape_area": 5691.0319207700004, "Shape_len": 323.75104746599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.360045, 37.943514 ], [ -122.360047, 37.943409 ], [ -122.360065, 37.943376 ], [ -122.36044, 37.943376 ], [ -122.36044, 37.943514 ], [ -122.360045, 37.943514 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5472.0, "Shape_area": 5472.0934128500003, "Shape_len": 330.874437489, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314046, 37.913595 ], [ -122.314029, 37.913589 ], [ -122.314029, 37.91355 ], [ -122.314029, 37.913469 ], [ -122.314444, 37.913465 ], [ -122.314444, 37.91359 ], [ -122.314046, 37.913595 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6059.0, "Shape_area": 6058.9150962800004, "Shape_len": 341.02307017200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326303, 37.943922 ], [ -122.326681, 37.943808 ], [ -122.326692, 37.943805 ], [ -122.326754, 37.943935 ], [ -122.326743, 37.943938 ], [ -122.326365, 37.944052 ], [ -122.326303, 37.943922 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5164.0, "Shape_area": 5164.2604282100001, "Shape_len": 302.262992204, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330254, 37.943994 ], [ -122.330156, 37.943789 ], [ -122.330154, 37.943717 ], [ -122.330364, 37.943717 ], [ -122.330374, 37.943994 ], [ -122.330254, 37.943994 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5008.0, "Shape_area": 5008.1106077900004, "Shape_len": 301.22071251599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330374, 37.943994 ], [ -122.330364, 37.943717 ], [ -122.330535, 37.943716 ], [ -122.330547, 37.943993 ], [ -122.330374, 37.943994 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5089.0, "Shape_area": 5089.3503745400003, "Shape_len": 302.90898122099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330574, 37.943993 ], [ -122.330547, 37.943993 ], [ -122.330535, 37.943716 ], [ -122.330712, 37.943716 ], [ -122.33072, 37.943993 ], [ -122.330574, 37.943993 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5068.0, "Shape_area": 5068.1856941899996, "Shape_len": 301.426695064, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315853, 37.910975 ], [ -122.316044, 37.910745 ], [ -122.316115, 37.910782 ], [ -122.31619, 37.910822 ], [ -122.316, 37.911051 ], [ -122.315853, 37.910975 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5149.0, "Shape_area": 5148.6828689499998, "Shape_len": 303.21949241200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3551, 37.943465 ], [ -122.3551, 37.94319 ], [ -122.355278, 37.94319 ], [ -122.355278, 37.943465 ], [ -122.3551, 37.943465 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5110.0, "Shape_area": 5109.64275, "Shape_len": 302.444518028, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.355278, 37.943465 ], [ -122.355278, 37.94319 ], [ -122.355454, 37.94319 ], [ -122.355456, 37.943465 ], [ -122.355278, 37.943465 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5917.0, "Shape_area": 5917.3633679699997, "Shape_len": 338.6312932, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326242, 37.943796 ], [ -122.326621, 37.943682 ], [ -122.326631, 37.943678 ], [ -122.326692, 37.943805 ], [ -122.326681, 37.943808 ], [ -122.326303, 37.943922 ], [ -122.326242, 37.943796 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 389976.0, "Shape_area": 389975.536937, "Shape_len": 4382.3172832500004, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.359361, 37.946203 ], [ -122.359448, 37.946204 ], [ -122.359451, 37.946204 ], [ -122.359581, 37.946205 ], [ -122.360744, 37.946213 ], [ -122.360652, 37.946829 ], [ -122.36065, 37.946925 ], [ -122.36065, 37.946928 ], [ -122.36065, 37.947077 ], [ -122.360651, 37.947274 ], [ -122.36065, 37.947333 ], [ -122.360638, 37.947364 ], [ -122.360629, 37.947376 ], [ -122.360618, 37.947392 ], [ -122.360588, 37.947437 ], [ -122.360572, 37.947462 ], [ -122.360503, 37.947545 ], [ -122.360423, 37.947622 ], [ -122.360365, 37.947674 ], [ -122.360262, 37.947811 ], [ -122.360259, 37.94797 ], [ -122.360299, 37.948132 ], [ -122.360308, 37.948169 ], [ -122.360374, 37.948291 ], [ -122.360387, 37.948314 ], [ -122.360552, 37.948403 ], [ -122.360728, 37.948409 ], [ -122.360889, 37.948353 ], [ -122.361061, 37.948194 ], [ -122.361157, 37.948106 ], [ -122.361162, 37.948098 ], [ -122.361362, 37.947824 ], [ -122.361498, 37.947516 ], [ -122.36154, 37.947462 ], [ -122.361606, 37.947425 ], [ -122.361616, 37.947425 ], [ -122.361853, 37.947426 ], [ -122.361878, 37.947426 ], [ -122.362229, 37.947429 ], [ -122.362261, 37.947429 ], [ -122.362474, 37.947431 ], [ -122.362484, 37.947431 ], [ -122.360158, 37.949706 ], [ -122.359558, 37.946849 ], [ -122.359361, 37.946203 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6320.0, "Shape_area": 6320.1695899400002, "Shape_len": 346.58662846300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316544, 37.913531 ], [ -122.316461, 37.913488 ], [ -122.316688, 37.913215 ], [ -122.31681, 37.913279 ], [ -122.316795, 37.913304 ], [ -122.316648, 37.913586 ], [ -122.316544, 37.913531 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5984.0, "Shape_area": 5983.92240055, "Shape_len": 339.97301905500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325792, 37.943785 ], [ -122.325802, 37.943782 ], [ -122.326181, 37.943668 ], [ -122.326242, 37.943796 ], [ -122.325863, 37.94391 ], [ -122.325853, 37.943913 ], [ -122.325792, 37.943785 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5015.0, "Shape_area": 5015.3133067899998, "Shape_len": 300.55360169800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354656, 37.943465 ], [ -122.354586, 37.943465 ], [ -122.354586, 37.94319 ], [ -122.35476, 37.94319 ], [ -122.354759, 37.943465 ], [ -122.354656, 37.943465 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5950.0, "Shape_area": 5950.0841521399998, "Shape_len": 338.3485015, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324901, 37.948279 ], [ -122.325278, 37.948165 ], [ -122.325288, 37.948162 ], [ -122.325349, 37.948291 ], [ -122.325339, 37.948294 ], [ -122.324962, 37.948406 ], [ -122.324901, 37.948279 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6088.0, "Shape_area": 6087.9045505300001, "Shape_len": 341.46454819500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323354, 37.9483 ], [ -122.323744, 37.948184 ], [ -122.323806, 37.948314 ], [ -122.323417, 37.94843 ], [ -122.323354, 37.9483 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5974.0, "Shape_area": 5974.2066032000002, "Shape_len": 339.56854289900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325147, 37.943833 ], [ -122.325525, 37.943719 ], [ -122.325535, 37.943716 ], [ -122.325597, 37.943844 ], [ -122.325586, 37.943847 ], [ -122.325207, 37.94396 ], [ -122.325147, 37.943833 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5051.0, "Shape_area": 5050.8249866400001, "Shape_len": 301.71366282999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331068, 37.943993 ], [ -122.331056, 37.943717 ], [ -122.331231, 37.943717 ], [ -122.331241, 37.943993 ], [ -122.331068, 37.943993 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5057.0, "Shape_area": 5057.31233505, "Shape_len": 301.29140914099997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320348, 37.914906 ], [ -122.320519, 37.914878 ], [ -122.32059, 37.915147 ], [ -122.320513, 37.91516 ], [ -122.320419, 37.915175 ], [ -122.320348, 37.914906 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5955.0, "Shape_area": 5954.9496604400001, "Shape_len": 339.37737123099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325207, 37.94396 ], [ -122.325586, 37.943847 ], [ -122.325597, 37.943844 ], [ -122.325657, 37.94397 ], [ -122.325647, 37.943974 ], [ -122.325268, 37.944088 ], [ -122.325207, 37.94396 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5095.0, "Shape_area": 5094.5812027900001, "Shape_len": 301.61029570599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312953, 37.910987 ], [ -122.313257, 37.910857 ], [ -122.313341, 37.91098 ], [ -122.313037, 37.911111 ], [ -122.312953, 37.910987 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5227.0, "Shape_area": 5227.4825370400004, "Shape_len": 306.99902216300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349355, 37.943466 ], [ -122.349531, 37.943465 ], [ -122.349532, 37.943747 ], [ -122.349355, 37.943747 ], [ -122.349355, 37.943466 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5125.0, "Shape_area": 5124.9318978900001, "Shape_len": 304.99836674699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349532, 37.943747 ], [ -122.349531, 37.943465 ], [ -122.349705, 37.943465 ], [ -122.349705, 37.943746 ], [ -122.349532, 37.943747 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5006.0, "Shape_area": 5005.8724441200002, "Shape_len": 299.52731709800003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334393, 37.943983 ], [ -122.334419, 37.943711 ], [ -122.334594, 37.943711 ], [ -122.33457, 37.943982 ], [ -122.334393, 37.943983 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5125.0, "Shape_area": 5124.9563921500003, "Shape_len": 304.99833166600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349705, 37.943746 ], [ -122.349705, 37.943465 ], [ -122.349878, 37.943465 ], [ -122.349879, 37.943746 ], [ -122.349705, 37.943746 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5740.0, "Shape_area": 5740.04400936, "Shape_len": 315.80350305600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.35023, 37.943462 ], [ -122.350427, 37.943462 ], [ -122.350427, 37.94374 ], [ -122.35023, 37.94374 ], [ -122.35023, 37.943462 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5227.0, "Shape_area": 5227.4074586400002, "Shape_len": 306.99705400099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349879, 37.943746 ], [ -122.349878, 37.943465 ], [ -122.350055, 37.943464 ], [ -122.350056, 37.943746 ], [ -122.349879, 37.943746 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5027.0, "Shape_area": 5026.6347608799997, "Shape_len": 300.73236666100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353111, 37.943463 ], [ -122.353024, 37.943463 ], [ -122.353024, 37.943455 ], [ -122.353024, 37.943198 ], [ -122.353023, 37.943188 ], [ -122.353198, 37.943188 ], [ -122.353198, 37.943198 ], [ -122.353198, 37.943455 ], [ -122.353198, 37.943463 ], [ -122.353111, 37.943463 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5817.0, "Shape_area": 5816.5774756399996, "Shape_len": 337.42025523000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318638, 37.914633 ], [ -122.318621, 37.914624 ], [ -122.318853, 37.914349 ], [ -122.318991, 37.914421 ], [ -122.318763, 37.914698 ], [ -122.318638, 37.914633 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6057.0, "Shape_area": 6056.6730386899999, "Shape_len": 341.764377991, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326886, 37.943746 ], [ -122.326896, 37.943743 ], [ -122.327277, 37.943629 ], [ -122.327339, 37.943758 ], [ -122.326958, 37.943872 ], [ -122.326948, 37.943875 ], [ -122.326886, 37.943746 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5200.0, "Shape_area": 5200.4309998999997, "Shape_len": 304.61036953899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353459, 37.943463 ], [ -122.353369, 37.943463 ], [ -122.353369, 37.943455 ], [ -122.353369, 37.943195 ], [ -122.353369, 37.943187 ], [ -122.353548, 37.943187 ], [ -122.353548, 37.943464 ], [ -122.353459, 37.943463 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5052.0, "Shape_area": 5051.6740043299997, "Shape_len": 301.15384871999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321453, 37.914725 ], [ -122.321624, 37.914697 ], [ -122.321697, 37.914966 ], [ -122.321651, 37.914974 ], [ -122.321525, 37.914994 ], [ -122.321453, 37.914725 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5107.0, "Shape_area": 5107.0257266199997, "Shape_len": 302.98725411499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331413, 37.943993 ], [ -122.331402, 37.943716 ], [ -122.331577, 37.943716 ], [ -122.331588, 37.943992 ], [ -122.331413, 37.943993 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5096.0, "Shape_area": 5096.4759336400002, "Shape_len": 302.84906704100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331588, 37.943992 ], [ -122.331577, 37.943716 ], [ -122.331753, 37.943715 ], [ -122.331763, 37.943992 ], [ -122.331588, 37.943992 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5104.0, "Shape_area": 5103.5370736799996, "Shape_len": 302.90163136400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31804, 37.910837 ], [ -122.31823, 37.910605 ], [ -122.318377, 37.910682 ], [ -122.318186, 37.910913 ], [ -122.31804, 37.910837 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9646.0, "Shape_area": 9645.5821438500006, "Shape_len": 393.04686504699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332007, 37.943989 ], [ -122.331994, 37.943713 ], [ -122.332251, 37.943713 ], [ -122.332336, 37.943713 ], [ -122.332329, 37.943989 ], [ -122.332243, 37.943989 ], [ -122.332007, 37.943989 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5012.0, "Shape_area": 5011.7313015199998, "Shape_len": 304.16001563899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.347962, 37.943745 ], [ -122.347961, 37.9436 ], [ -122.347961, 37.94353 ], [ -122.347961, 37.94346 ], [ -122.348129, 37.94346 ], [ -122.348128, 37.943745 ], [ -122.347962, 37.943745 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5923.0, "Shape_area": 5923.1610708799999, "Shape_len": 338.73816308200003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319402, 37.91503 ], [ -122.31927, 37.914961 ], [ -122.319498, 37.914685 ], [ -122.319641, 37.91476 ], [ -122.319412, 37.915035 ], [ -122.319402, 37.91503 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5252.0, "Shape_area": 5252.4344646400004, "Shape_len": 308.612761621, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348128, 37.943745 ], [ -122.348129, 37.94346 ], [ -122.348305, 37.943461 ], [ -122.348304, 37.943745 ], [ -122.348128, 37.943745 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5133.0, "Shape_area": 5133.11026279, "Shape_len": 303.55159697599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332595, 37.943989 ], [ -122.3326, 37.943712 ], [ -122.332777, 37.943712 ], [ -122.332771, 37.943989 ], [ -122.332595, 37.943989 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5247.0, "Shape_area": 5246.5502854599999, "Shape_len": 308.23821918599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348476, 37.943461 ], [ -122.348653, 37.943462 ], [ -122.348651, 37.943745 ], [ -122.348476, 37.943745 ], [ -122.348476, 37.943461 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5140.0, "Shape_area": 5139.8243197800002, "Shape_len": 305.83560828200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348651, 37.943745 ], [ -122.348653, 37.943462 ], [ -122.348825, 37.943463 ], [ -122.348824, 37.943745 ], [ -122.348651, 37.943745 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5000.0, "Shape_area": 4999.8897232, "Shape_len": 299.75558678499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333322, 37.943988 ], [ -122.333199, 37.943988 ], [ -122.333209, 37.943714 ], [ -122.33338, 37.943714 ], [ -122.333376, 37.943988 ], [ -122.333322, 37.943988 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5348.0, "Shape_area": 5348.2711027699997, "Shape_len": 309.55527071, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348824, 37.943745 ], [ -122.348825, 37.943463 ], [ -122.349006, 37.943464 ], [ -122.349005, 37.943745 ], [ -122.348824, 37.943745 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7469.0, "Shape_area": 7468.9663859499997, "Shape_len": 349.23442163300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312649, 37.911117 ], [ -122.312802, 37.911052 ], [ -122.312953, 37.910987 ], [ -122.313037, 37.911111 ], [ -122.313077, 37.911168 ], [ -122.312773, 37.911298 ], [ -122.312649, 37.911117 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5049.0, "Shape_area": 5048.5934337099998, "Shape_len": 300.96949088600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333376, 37.943988 ], [ -122.33338, 37.943714 ], [ -122.333557, 37.943713 ], [ -122.333549, 37.943988 ], [ -122.333376, 37.943988 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5035.0, "Shape_area": 5035.0888523599997, "Shape_len": 303.11474978500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349005, 37.943745 ], [ -122.349006, 37.943464 ], [ -122.349176, 37.943464 ], [ -122.349176, 37.943745 ], [ -122.349005, 37.943745 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6299.0, "Shape_area": 6299.0102283400001, "Shape_len": 326.17749474599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313759, 37.911304 ], [ -122.314065, 37.911173 ], [ -122.314169, 37.911325 ], [ -122.313863, 37.911456 ], [ -122.313759, 37.911304 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5691.0, "Shape_area": 5690.7295740700001, "Shape_len": 333.446974797, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320577, 37.91128 ], [ -122.320548, 37.911256 ], [ -122.320903, 37.91107 ], [ -122.320995, 37.911184 ], [ -122.320665, 37.911351 ], [ -122.320577, 37.91128 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5421.0, "Shape_area": 5421.4293711500004, "Shape_len": 307.62802463999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335611, 37.943979 ], [ -122.335634, 37.943709 ], [ -122.335825, 37.943709 ], [ -122.3358, 37.943979 ], [ -122.335611, 37.943979 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5038.0, "Shape_area": 5038.2971013899996, "Shape_len": 301.40817982300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.35103, 37.943739 ], [ -122.35103, 37.943463 ], [ -122.351119, 37.943463 ], [ -122.351203, 37.943463 ], [ -122.351205, 37.943739 ], [ -122.35103, 37.943739 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6770.0, "Shape_area": 6770.2190255200003, "Shape_len": 369.85747775099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320389, 37.911128 ], [ -122.320356, 37.911101 ], [ -122.32076, 37.910893 ], [ -122.320856, 37.911011 ], [ -122.32048, 37.911202 ], [ -122.320389, 37.911128 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5025.0, "Shape_area": 5024.5973902799997, "Shape_len": 300.73455823500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.35415, 37.943465 ], [ -122.354063, 37.943465 ], [ -122.354063, 37.943189 ], [ -122.354236, 37.943189 ], [ -122.354237, 37.943465 ], [ -122.35415, 37.943465 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5922.0, "Shape_area": 5922.4758562200004, "Shape_len": 337.91266022899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327339, 37.943758 ], [ -122.327726, 37.943641 ], [ -122.327787, 37.943768 ], [ -122.327633, 37.943815 ], [ -122.327479, 37.943862 ], [ -122.327401, 37.943886 ], [ -122.327339, 37.943758 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5124.0, "Shape_area": 5124.0159091400001, "Shape_len": 359.411277896, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316325, 37.911221 ], [ -122.316516, 37.910991 ], [ -122.316615, 37.910872 ], [ -122.316665, 37.910999 ], [ -122.316433, 37.911277 ], [ -122.316325, 37.911221 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5090.0, "Shape_area": 5089.8216824700003, "Shape_len": 301.93362195100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353111, 37.943738 ], [ -122.353111, 37.943729 ], [ -122.353111, 37.943473 ], [ -122.353111, 37.943463 ], [ -122.353198, 37.943463 ], [ -122.353286, 37.943463 ], [ -122.353286, 37.943473 ], [ -122.353288, 37.943731 ], [ -122.353288, 37.943738 ], [ -122.353111, 37.943738 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5163.0, "Shape_area": 5162.7129870799999, "Shape_len": 302.19800646200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348316, 37.946334 ], [ -122.348317, 37.946062 ], [ -122.348498, 37.946062 ], [ -122.348497, 37.946333 ], [ -122.348316, 37.946334 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6004.0, "Shape_area": 6004.1937758100003, "Shape_len": 340.43103749400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32409, 37.946586 ], [ -122.324479, 37.946467 ], [ -122.324541, 37.946598 ], [ -122.324149, 37.946712 ], [ -122.32409, 37.946586 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9940.0, "Shape_area": 9940.2494556799993, "Shape_len": 398.80392121, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312773, 37.911298 ], [ -122.313077, 37.911168 ], [ -122.313098, 37.911199 ], [ -122.313139, 37.91126 ], [ -122.313201, 37.91135 ], [ -122.313241, 37.911409 ], [ -122.312937, 37.911539 ], [ -122.312897, 37.91148 ], [ -122.312835, 37.91139 ], [ -122.312773, 37.911298 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 10524.0, "Shape_area": 10523.8949053, "Shape_len": 432.21688492700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319921, 37.911318 ], [ -122.320203, 37.910978 ], [ -122.320327, 37.911078 ], [ -122.320356, 37.911101 ], [ -122.320389, 37.911128 ], [ -122.320138, 37.911432 ], [ -122.320067, 37.911394 ], [ -122.319921, 37.911318 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5148.0, "Shape_area": 5148.4489193, "Shape_len": 304.56982994200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33855, 37.948426 ], [ -122.338551, 37.948147 ], [ -122.338726, 37.948146 ], [ -122.338726, 37.948426 ], [ -122.33855, 37.948426 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6055.0, "Shape_area": 6054.80664953, "Shape_len": 340.93422037200003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324573, 37.948523 ], [ -122.324962, 37.948406 ], [ -122.325021, 37.948528 ], [ -122.325025, 37.948537 ], [ -122.324946, 37.94856 ], [ -122.324792, 37.948605 ], [ -122.324634, 37.948651 ], [ -122.324573, 37.948523 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5123.0, "Shape_area": 5123.1178314700001, "Shape_len": 303.97596238599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339317, 37.948423 ], [ -122.339318, 37.948144 ], [ -122.339493, 37.948144 ], [ -122.339492, 37.948422 ], [ -122.339317, 37.948423 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5107.0, "Shape_area": 5106.7879932599999, "Shape_len": 303.26340208, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339492, 37.948422 ], [ -122.339493, 37.948144 ], [ -122.339632, 37.948143 ], [ -122.339669, 37.948143 ], [ -122.339666, 37.94842 ], [ -122.339492, 37.948422 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5045.0, "Shape_area": 5044.5976312599996, "Shape_len": 300.73685334100003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314652, 37.911169 ], [ -122.314842, 37.91094 ], [ -122.314918, 37.910979 ], [ -122.314988, 37.911016 ], [ -122.314798, 37.911245 ], [ -122.314652, 37.911169 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5042.0, "Shape_area": 5041.6978906000004, "Shape_len": 300.73204513100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.360954, 37.943447 ], [ -122.360953, 37.943308 ], [ -122.360964, 37.943308 ], [ -122.3613, 37.943309 ], [ -122.3613, 37.943405 ], [ -122.3613, 37.943447 ], [ -122.36129, 37.943447 ], [ -122.360964, 37.943447 ], [ -122.360954, 37.943447 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5043.0, "Shape_area": 5043.4570509699997, "Shape_len": 300.71322981999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315383, 37.911222 ], [ -122.31528, 37.911168 ], [ -122.31547, 37.910939 ], [ -122.315616, 37.911015 ], [ -122.315426, 37.911244 ], [ -122.315383, 37.911222 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6393.0, "Shape_area": 6393.1550293600003, "Shape_len": 417.66383054300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319558, 37.911128 ], [ -122.319749, 37.910902 ], [ -122.319847, 37.910785 ], [ -122.319895, 37.910729 ], [ -122.319955, 37.910777 ], [ -122.319984, 37.910801 ], [ -122.319671, 37.911187 ], [ -122.319558, 37.911128 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5137.0, "Shape_area": 5137.4390579600004, "Shape_len": 296.71273142000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343628, 37.943971 ], [ -122.343626, 37.943725 ], [ -122.343626, 37.943715 ], [ -122.343817, 37.943714 ], [ -122.343817, 37.943724 ], [ -122.343819, 37.94397 ], [ -122.343628, 37.943971 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5068.0, "Shape_area": 5068.3506862000004, "Shape_len": 303.32576729599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310084, 37.911402 ], [ -122.310236, 37.911337 ], [ -122.310242, 37.911347 ], [ -122.310404, 37.911584 ], [ -122.310252, 37.911649 ], [ -122.310084, 37.911402 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5025.0, "Shape_area": 5025.0651498500001, "Shape_len": 298.97405419699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.363903, 37.94365 ], [ -122.363903, 37.943582 ], [ -122.363903, 37.94351 ], [ -122.363913, 37.94351 ], [ -122.364234, 37.943509 ], [ -122.364244, 37.943509 ], [ -122.364244, 37.94365 ], [ -122.364234, 37.94365 ], [ -122.363913, 37.94365 ], [ -122.363903, 37.94365 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5018.0, "Shape_area": 5018.2300329399995, "Shape_len": 301.71158362900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309391, 37.911546 ], [ -122.309699, 37.911413 ], [ -122.309781, 37.911533 ], [ -122.309472, 37.911666 ], [ -122.309391, 37.911546 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5084.0, "Shape_area": 5083.8659846600003, "Shape_len": 301.95233764900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314365, 37.911514 ], [ -122.314556, 37.911283 ], [ -122.314703, 37.91136 ], [ -122.314512, 37.91159 ], [ -122.314365, 37.911514 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6374.0, "Shape_area": 6374.2817960800003, "Shape_len": 355.15058738900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320138, 37.911432 ], [ -122.320389, 37.911128 ], [ -122.32048, 37.911202 ], [ -122.320514, 37.91123 ], [ -122.320283, 37.911508 ], [ -122.320138, 37.911432 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6186.0, "Shape_area": 6185.5922565299998, "Shape_len": 323.493890835, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313365, 37.911591 ], [ -122.313324, 37.911531 ], [ -122.313283, 37.91147 ], [ -122.313587, 37.91134 ], [ -122.313689, 37.91149 ], [ -122.313385, 37.91162 ], [ -122.313365, 37.911591 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5058.0, "Shape_area": 5058.2039102700001, "Shape_len": 293.90385049100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.344947, 37.943966 ], [ -122.344851, 37.943967 ], [ -122.344848, 37.94396 ], [ -122.344847, 37.94372 ], [ -122.344847, 37.943711 ], [ -122.345036, 37.943711 ], [ -122.345036, 37.943966 ], [ -122.344947, 37.943966 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5168.0, "Shape_area": 5168.2563172, "Shape_len": 308.116807075, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335599, 37.944115 ], [ -122.335611, 37.943979 ], [ -122.3358, 37.943979 ], [ -122.335974, 37.943979 ], [ -122.33596, 37.944116 ], [ -122.335599, 37.944115 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5634.0, "Shape_area": 5634.2159215700003, "Shape_len": 346.00262195800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314169, 37.911325 ], [ -122.314065, 37.911173 ], [ -122.313962, 37.911022 ], [ -122.314013, 37.911 ], [ -122.314339, 37.91117 ], [ -122.314188, 37.911353 ], [ -122.314169, 37.911325 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5015.0, "Shape_area": 5014.7411681599997, "Shape_len": 300.52693686499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311886, 37.911445 ], [ -122.312037, 37.911381 ], [ -122.312076, 37.911364 ], [ -122.312192, 37.911315 ], [ -122.312274, 37.911435 ], [ -122.311969, 37.911566 ], [ -122.311886, 37.911445 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5837.0, "Shape_area": 5837.3963864500001, "Shape_len": 314.01607184800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329701, 37.943982 ], [ -122.329698, 37.943975 ], [ -122.329665, 37.943909 ], [ -122.329977, 37.943812 ], [ -122.330052, 37.943966 ], [ -122.329741, 37.944064 ], [ -122.329701, 37.943982 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5152.0, "Shape_area": 5151.54927821, "Shape_len": 303.88268670600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350682, 37.943739 ], [ -122.350681, 37.943462 ], [ -122.350772, 37.943462 ], [ -122.350858, 37.943462 ], [ -122.350859, 37.943739 ], [ -122.350682, 37.943739 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5034.0, "Shape_area": 5034.0866931399996, "Shape_len": 301.09501493900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351378, 37.943739 ], [ -122.351378, 37.94373 ], [ -122.351377, 37.943463 ], [ -122.351551, 37.943463 ], [ -122.351552, 37.943729 ], [ -122.351552, 37.943739 ], [ -122.351378, 37.943739 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5352.0, "Shape_area": 5352.0904174099996, "Shape_len": 306.14853686200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336147, 37.943979 ], [ -122.336173, 37.943709 ], [ -122.336364, 37.943709 ], [ -122.336334, 37.943979 ], [ -122.336147, 37.943979 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6031.0, "Shape_area": 6030.7860302500003, "Shape_len": 320.80336042200003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312355, 37.911554 ], [ -122.31234, 37.911532 ], [ -122.312645, 37.9114 ], [ -122.312745, 37.911546 ], [ -122.312439, 37.911677 ], [ -122.312355, 37.911554 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5150.0, "Shape_area": 5149.6010621400001, "Shape_len": 303.11399963500003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351811, 37.943739 ], [ -122.351811, 37.943731 ], [ -122.351811, 37.943463 ], [ -122.351989, 37.943464 ], [ -122.35199, 37.943738 ], [ -122.351811, 37.943739 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5020.0, "Shape_area": 5019.9611938999997, "Shape_len": 301.14403288099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352332, 37.943738 ], [ -122.352332, 37.943729 ], [ -122.352331, 37.943594 ], [ -122.352331, 37.943461 ], [ -122.352504, 37.943462 ], [ -122.352504, 37.943732 ], [ -122.352504, 37.943738 ], [ -122.352332, 37.943738 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5021.0, "Shape_area": 5021.1160720500002, "Shape_len": 301.206894224, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321106, 37.911069 ], [ -122.3214, 37.910919 ], [ -122.321493, 37.911034 ], [ -122.321199, 37.911184 ], [ -122.321106, 37.911069 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6273.0, "Shape_area": 6273.3860869, "Shape_len": 325.66732439200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313656, 37.911153 ], [ -122.313811, 37.911086 ], [ -122.313962, 37.911022 ], [ -122.314065, 37.911173 ], [ -122.313759, 37.911304 ], [ -122.313656, 37.911153 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5035.0, "Shape_area": 5035.1728231200004, "Shape_len": 301.31414311999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352504, 37.943738 ], [ -122.352504, 37.943732 ], [ -122.352504, 37.943462 ], [ -122.352678, 37.943462 ], [ -122.352677, 37.943731 ], [ -122.352677, 37.943738 ], [ -122.352504, 37.943738 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5043.0, "Shape_area": 5043.2275035900002, "Shape_len": 301.27661051299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343552, 37.948135 ], [ -122.343417, 37.948135 ], [ -122.343416, 37.947868 ], [ -122.343415, 37.947859 ], [ -122.34359, 37.947859 ], [ -122.34359, 37.947867 ], [ -122.343591, 37.948125 ], [ -122.343591, 37.948134 ], [ -122.343552, 37.948135 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5067.0, "Shape_area": 5066.7593414100002, "Shape_len": 301.50913276300003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318692, 37.911176 ], [ -122.318881, 37.910945 ], [ -122.319028, 37.911022 ], [ -122.318837, 37.911251 ], [ -122.318692, 37.911176 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5934.0, "Shape_area": 5933.8170931200002, "Shape_len": 338.08247479400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323806, 37.948314 ], [ -122.324193, 37.948199 ], [ -122.324254, 37.948326 ], [ -122.323867, 37.948442 ], [ -122.323806, 37.948314 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6069.0, "Shape_area": 6068.6326029299998, "Shape_len": 401.51436635200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319671, 37.911187 ], [ -122.319984, 37.910801 ], [ -122.320043, 37.910849 ], [ -122.320079, 37.910877 ], [ -122.319776, 37.911242 ], [ -122.319671, 37.911187 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6134.0, "Shape_area": 6133.8276244600002, "Shape_len": 322.00180750499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311915, 37.911124 ], [ -122.312101, 37.911044 ], [ -122.312268, 37.911282 ], [ -122.312192, 37.911315 ], [ -122.312076, 37.911364 ], [ -122.311915, 37.911124 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5632.0, "Shape_area": 5632.1410681699999, "Shape_len": 312.557111781, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350227, 37.947756 ], [ -122.350422, 37.947756 ], [ -122.350423, 37.94803 ], [ -122.350228, 37.94803 ], [ -122.350227, 37.947756 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5057.0, "Shape_area": 5057.27724915, "Shape_len": 300.99078264500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314798, 37.911245 ], [ -122.314988, 37.911016 ], [ -122.315135, 37.911093 ], [ -122.314944, 37.911322 ], [ -122.314798, 37.911245 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5023.0, "Shape_area": 5022.72709691, "Shape_len": 300.85067779600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343852, 37.948134 ], [ -122.343764, 37.948134 ], [ -122.343764, 37.948125 ], [ -122.343762, 37.947865 ], [ -122.343762, 37.947859 ], [ -122.343937, 37.947858 ], [ -122.343937, 37.947867 ], [ -122.343936, 37.948125 ], [ -122.343936, 37.948134 ], [ -122.343852, 37.948134 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6207.0, "Shape_area": 6207.2180436199997, "Shape_len": 323.92686867399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313098, 37.911199 ], [ -122.313402, 37.911069 ], [ -122.313505, 37.91122 ], [ -122.313201, 37.91135 ], [ -122.313139, 37.91126 ], [ -122.313098, 37.911199 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5184.0, "Shape_area": 5183.9813160399999, "Shape_len": 305.14510758099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310695, 37.911142 ], [ -122.310852, 37.911075 ], [ -122.310857, 37.911083 ], [ -122.311012, 37.911312 ], [ -122.311018, 37.91132 ], [ -122.310863, 37.911387 ], [ -122.310695, 37.911142 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6030.0, "Shape_area": 6029.72945592, "Shape_len": 340.56174279700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325975, 37.944169 ], [ -122.325986, 37.944166 ], [ -122.326365, 37.944052 ], [ -122.326422, 37.944173 ], [ -122.326426, 37.944181 ], [ -122.326349, 37.944204 ], [ -122.326193, 37.944251 ], [ -122.326048, 37.944295 ], [ -122.326037, 37.944299 ], [ -122.325975, 37.944169 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7575.0, "Shape_area": 7575.1375106599999, "Shape_len": 351.72079436500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352677, 37.943738 ], [ -122.352677, 37.943731 ], [ -122.352678, 37.943462 ], [ -122.352849, 37.943462 ], [ -122.35294, 37.943463 ], [ -122.35294, 37.943472 ], [ -122.352939, 37.943731 ], [ -122.352939, 37.943738 ], [ -122.352677, 37.943738 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5403.0, "Shape_area": 5402.5513787299997, "Shape_len": 315.70184760500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320701, 37.91138 ], [ -122.320665, 37.911351 ], [ -122.320995, 37.911184 ], [ -122.32109, 37.911301 ], [ -122.320795, 37.911447 ], [ -122.320762, 37.911429 ], [ -122.320701, 37.91138 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5125.0, "Shape_area": 5124.7859433000003, "Shape_len": 296.0626678, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339209, 37.943983 ], [ -122.339208, 37.943728 ], [ -122.339398, 37.943728 ], [ -122.339401, 37.943982 ], [ -122.339209, 37.943983 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5115.0, "Shape_area": 5115.0161565400003, "Shape_len": 303.99345359500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327316, 37.943911 ], [ -122.327401, 37.943886 ], [ -122.327479, 37.943862 ], [ -122.327607, 37.944122 ], [ -122.327444, 37.944171 ], [ -122.32732, 37.943919 ], [ -122.327316, 37.943911 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6970.0, "Shape_area": 6969.7877547899998, "Shape_len": 335.978348127, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311344, 37.911368 ], [ -122.31157, 37.911271 ], [ -122.311723, 37.911496 ], [ -122.311495, 37.911595 ], [ -122.311344, 37.911368 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6330.0, "Shape_area": 6329.6409461000003, "Shape_len": 330.96023297599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348121, 37.944909 ], [ -122.347952, 37.944909 ], [ -122.347951, 37.944772 ], [ -122.347951, 37.94462 ], [ -122.34816, 37.944619 ], [ -122.348159, 37.944909 ], [ -122.348121, 37.944909 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5073.0, "Shape_area": 5073.3928071700002, "Shape_len": 302.58833527899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337422, 37.945075 ], [ -122.337453, 37.944799 ], [ -122.337628, 37.944799 ], [ -122.337598, 37.945074 ], [ -122.337422, 37.945075 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5016.0, "Shape_area": 5016.3491530299998, "Shape_len": 301.47873007800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337598, 37.945074 ], [ -122.337628, 37.944799 ], [ -122.337802, 37.944799 ], [ -122.33777, 37.945074 ], [ -122.337598, 37.945074 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5341.0, "Shape_area": 5340.7853161000003, "Shape_len": 312.23720589200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348294, 37.944909 ], [ -122.348294, 37.944619 ], [ -122.34847, 37.944619 ], [ -122.34847, 37.944909 ], [ -122.348294, 37.944909 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5059.0, "Shape_area": 5058.5690579000002, "Shape_len": 302.317343935, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33777, 37.945074 ], [ -122.337802, 37.944799 ], [ -122.337976, 37.944799 ], [ -122.337946, 37.945074 ], [ -122.33777, 37.945074 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6009.0, "Shape_area": 6008.7886090100001, "Shape_len": 340.22076273900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326365, 37.944052 ], [ -122.326743, 37.943938 ], [ -122.326754, 37.943935 ], [ -122.326815, 37.944063 ], [ -122.326805, 37.944066 ], [ -122.326659, 37.94411 ], [ -122.326505, 37.944157 ], [ -122.326426, 37.944181 ], [ -122.326422, 37.944173 ], [ -122.326365, 37.944052 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5083.0, "Shape_area": 5083.4760338599999, "Shape_len": 303.213107455, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310396, 37.911282 ], [ -122.310389, 37.911273 ], [ -122.310543, 37.911207 ], [ -122.31071, 37.911452 ], [ -122.310559, 37.911517 ], [ -122.310396, 37.911282 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5116.0, "Shape_area": 5115.5612590199999, "Shape_len": 301.82718309799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3551, 37.943738 ], [ -122.3551, 37.943465 ], [ -122.355278, 37.943465 ], [ -122.355278, 37.943738 ], [ -122.3551, 37.943738 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5148.0, "Shape_area": 5148.2856090499999, "Shape_len": 308.60366537, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.34847, 37.944909 ], [ -122.34847, 37.944619 ], [ -122.348639, 37.944619 ], [ -122.348639, 37.944908 ], [ -122.34847, 37.944909 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5415.0, "Shape_area": 5414.7637102299996, "Shape_len": 313.67135868999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348639, 37.944908 ], [ -122.348639, 37.944619 ], [ -122.348817, 37.944618 ], [ -122.348817, 37.944908 ], [ -122.348639, 37.944908 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5033.0, "Shape_area": 5033.0033952499998, "Shape_len": 301.41140608500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339666, 37.94842 ], [ -122.339669, 37.948143 ], [ -122.339758, 37.948143 ], [ -122.339842, 37.948142 ], [ -122.339839, 37.948418 ], [ -122.339666, 37.94842 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7628.0, "Shape_area": 7627.5644195900004, "Shape_len": 353.17841911099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309267, 37.911364 ], [ -122.309575, 37.911231 ], [ -122.309699, 37.911413 ], [ -122.309391, 37.911546 ], [ -122.309267, 37.911364 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5813.0, "Shape_area": 5812.6045042100004, "Shape_len": 336.35300656499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330242, 37.948444 ], [ -122.330629, 37.948329 ], [ -122.330689, 37.948453 ], [ -122.330301, 37.94857 ], [ -122.330242, 37.948444 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7105.0, "Shape_area": 7105.2965385999996, "Shape_len": 356.53661025100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33241, 37.948401 ], [ -122.332573, 37.948352 ], [ -122.332555, 37.948315 ], [ -122.332645, 37.948288 ], [ -122.332768, 37.948545 ], [ -122.332514, 37.948621 ], [ -122.33241, 37.948401 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5033.0, "Shape_area": 5033.4909430099997, "Shape_len": 304.36734002499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310236, 37.911337 ], [ -122.310312, 37.911305 ], [ -122.310319, 37.911315 ], [ -122.310396, 37.911282 ], [ -122.310559, 37.911517 ], [ -122.310404, 37.911584 ], [ -122.310242, 37.911347 ], [ -122.310236, 37.911337 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 33880.0, "Shape_area": 33879.9827458, "Shape_len": 1014.32536299, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.364272, 37.945195 ], [ -122.364306, 37.944894 ], [ -122.364316, 37.944805 ], [ -122.364378, 37.944806 ], [ -122.364551, 37.944806 ], [ -122.364724, 37.944807 ], [ -122.364898, 37.944808 ], [ -122.365071, 37.944809 ], [ -122.36515, 37.944809 ], [ -122.365212, 37.944748 ], [ -122.365429, 37.944536 ], [ -122.3655, 37.944536 ], [ -122.365222, 37.94481 ], [ -122.364932, 37.945096 ], [ -122.364762, 37.945262 ], [ -122.364287, 37.945197 ], [ -122.364272, 37.945195 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7576.0, "Shape_area": 7575.8171065899996, "Shape_len": 351.37778867999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313061, 37.911721 ], [ -122.313365, 37.911591 ], [ -122.313385, 37.91162 ], [ -122.313485, 37.911767 ], [ -122.31349, 37.911774 ], [ -122.313186, 37.911904 ], [ -122.313061, 37.911721 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5125.0, "Shape_area": 5125.4371426300004, "Shape_len": 302.73881624000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312519, 37.911795 ], [ -122.312825, 37.911664 ], [ -122.312909, 37.911787 ], [ -122.312635, 37.911905 ], [ -122.312604, 37.911918 ], [ -122.312519, 37.911795 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5056.0, "Shape_area": 5055.5211224699997, "Shape_len": 302.20968487200003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319157, 37.911742 ], [ -122.319348, 37.911509 ], [ -122.319418, 37.911546 ], [ -122.319494, 37.911585 ], [ -122.319302, 37.911817 ], [ -122.319157, 37.911742 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5125.0, "Shape_area": 5124.6212277100003, "Shape_len": 302.76899999400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331747, 37.947694 ], [ -122.331748, 37.947419 ], [ -122.331926, 37.947419 ], [ -122.331924, 37.947694 ], [ -122.331747, 37.947694 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5037.0, "Shape_area": 5037.4421609800002, "Shape_len": 300.553467813, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311551, 37.91182 ], [ -122.311855, 37.911689 ], [ -122.311939, 37.911811 ], [ -122.311634, 37.911941 ], [ -122.311551, 37.91182 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7505.0, "Shape_area": 7505.4293922200004, "Shape_len": 350.33509886100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331924, 37.947694 ], [ -122.331926, 37.947419 ], [ -122.332096, 37.947418 ], [ -122.332185, 37.947418 ], [ -122.332182, 37.947694 ], [ -122.331924, 37.947694 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5125.0, "Shape_area": 5125.2194412600002, "Shape_len": 302.73017306700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312214, 37.911926 ], [ -122.312519, 37.911795 ], [ -122.312604, 37.911918 ], [ -122.312298, 37.912049 ], [ -122.312214, 37.911926 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5024.0, "Shape_area": 5023.6123575600004, "Shape_len": 301.30595192700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348742, 37.94803 ], [ -122.348745, 37.947753 ], [ -122.34883, 37.947753 ], [ -122.348917, 37.947753 ], [ -122.348915, 37.94803 ], [ -122.348742, 37.94803 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5003.0, "Shape_area": 5003.2545217500001, "Shape_len": 300.59376776599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349438, 37.948031 ], [ -122.349441, 37.947754 ], [ -122.349525, 37.947755 ], [ -122.349615, 37.947755 ], [ -122.349609, 37.948031 ], [ -122.349438, 37.948031 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5954.0, "Shape_area": 5953.9436392600001, "Shape_len": 337.71450485600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329025, 37.948222 ], [ -122.329183, 37.948174 ], [ -122.329338, 37.948128 ], [ -122.32941, 37.948106 ], [ -122.329472, 37.948235 ], [ -122.329087, 37.94835 ], [ -122.329025, 37.948222 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7721.0, "Shape_area": 7721.4257855899996, "Shape_len": 377.87339737899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314013, 37.912253 ], [ -122.314244, 37.912155 ], [ -122.314364, 37.912328 ], [ -122.314437, 37.912434 ], [ -122.314387, 37.912408 ], [ -122.314248, 37.912468 ], [ -122.314185, 37.912495 ], [ -122.31418, 37.912497 ], [ -122.314013, 37.912253 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5057.0, "Shape_area": 5057.3736796200001, "Shape_len": 302.241037871, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319302, 37.911817 ], [ -122.319494, 37.911585 ], [ -122.319564, 37.911622 ], [ -122.319638, 37.911661 ], [ -122.319447, 37.911893 ], [ -122.319302, 37.911817 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5320.0, "Shape_area": 5320.4875375000001, "Shape_len": 305.98836177099997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349874, 37.948031 ], [ -122.349868, 37.947757 ], [ -122.349926, 37.947757 ], [ -122.350056, 37.947758 ], [ -122.350056, 37.948031 ], [ -122.349874, 37.948031 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5003.0, "Shape_area": 5003.48214224, "Shape_len": 299.70636273500003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315092, 37.911891 ], [ -122.315282, 37.911662 ], [ -122.315427, 37.911738 ], [ -122.315237, 37.911966 ], [ -122.315092, 37.911891 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5275.0, "Shape_area": 5274.9839099600003, "Shape_len": 305.90375561799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343235, 37.948135 ], [ -122.343233, 37.947859 ], [ -122.343415, 37.947859 ], [ -122.343416, 37.947868 ], [ -122.343417, 37.948135 ], [ -122.343246, 37.948135 ], [ -122.343235, 37.948135 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5296.0, "Shape_area": 5295.7655037300001, "Shape_len": 334.861797604, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321034, 37.911729 ], [ -122.321131, 37.911612 ], [ -122.321385, 37.911745 ], [ -122.321418, 37.911703 ], [ -122.321445, 37.911735 ], [ -122.321324, 37.911881 ], [ -122.321034, 37.911729 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5001.0, "Shape_area": 5001.0563729799997, "Shape_len": 299.95242400400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350423, 37.94803 ], [ -122.350422, 37.947756 ], [ -122.350596, 37.947756 ], [ -122.350596, 37.948031 ], [ -122.350423, 37.94803 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5994.0, "Shape_area": 5993.6949510300001, "Shape_len": 341.86422975400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316652, 37.911884 ], [ -122.316508, 37.911809 ], [ -122.316696, 37.911583 ], [ -122.316702, 37.911587 ], [ -122.316737, 37.91162 ], [ -122.316762, 37.911659 ], [ -122.316779, 37.911722 ], [ -122.316796, 37.911959 ], [ -122.316652, 37.911884 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5082.0, "Shape_area": 5082.1040166499997, "Shape_len": 302.02672053499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.344023, 37.948134 ], [ -122.343936, 37.948134 ], [ -122.343936, 37.948125 ], [ -122.343937, 37.947867 ], [ -122.343937, 37.947858 ], [ -122.344112, 37.947858 ], [ -122.344112, 37.947867 ], [ -122.344112, 37.948125 ], [ -122.344112, 37.948134 ], [ -122.344023, 37.948134 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5892.0, "Shape_area": 5891.6199568499997, "Shape_len": 338.08432981800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330363, 37.9487 ], [ -122.330752, 37.948584 ], [ -122.330812, 37.94871 ], [ -122.330423, 37.948826 ], [ -122.330363, 37.9487 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6379.0, "Shape_area": 6379.4419269199998, "Shape_len": 361.69537974999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322506, 37.948854 ], [ -122.322879, 37.94874 ], [ -122.32296, 37.948716 ], [ -122.323014, 37.948829 ], [ -122.323021, 37.948843 ], [ -122.322638, 37.948958 ], [ -122.322506, 37.948854 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5918.0, "Shape_area": 5917.5957736500004, "Shape_len": 338.397355167, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323601, 37.948816 ], [ -122.323989, 37.9487 ], [ -122.32405, 37.948827 ], [ -122.323972, 37.94885 ], [ -122.323661, 37.948943 ], [ -122.323601, 37.948816 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6046.0, "Shape_area": 6046.1499702299998, "Shape_len": 320.697546123, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313655, 37.912015 ], [ -122.313572, 37.911894 ], [ -122.313876, 37.911763 ], [ -122.313976, 37.91191 ], [ -122.313672, 37.91204 ], [ -122.313655, 37.912015 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5728.0, "Shape_area": 5727.5433024499998, "Shape_len": 333.89813103300003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329273, 37.948738 ], [ -122.329658, 37.948622 ], [ -122.329717, 37.948745 ], [ -122.329333, 37.948862 ], [ -122.329273, 37.948738 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5229.0, "Shape_area": 5229.1786211500003, "Shape_len": 304.31154197500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31349, 37.911774 ], [ -122.313485, 37.911767 ], [ -122.313789, 37.911637 ], [ -122.313876, 37.911763 ], [ -122.313572, 37.911894 ], [ -122.31349, 37.911774 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6084.0, "Shape_area": 6083.8484282199997, "Shape_len": 340.69273679600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313612, 37.912798 ], [ -122.314026, 37.912795 ], [ -122.314027, 37.912935 ], [ -122.313613, 37.912938 ], [ -122.313612, 37.912798 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5112.0, "Shape_area": 5112.3312511100003, "Shape_len": 295.83816363599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33978, 37.943981 ], [ -122.339676, 37.943982 ], [ -122.339675, 37.943727 ], [ -122.339866, 37.943726 ], [ -122.339867, 37.943981 ], [ -122.33978, 37.943981 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6359.0, "Shape_area": 6359.1163741, "Shape_len": 337.833651041, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340531, 37.944288 ], [ -122.340531, 37.94398 ], [ -122.340727, 37.943979 ], [ -122.340728, 37.944288 ], [ -122.340531, 37.944288 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5054.0, "Shape_area": 5053.99742126, "Shape_len": 301.31066563799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312051, 37.911687 ], [ -122.312355, 37.911554 ], [ -122.312439, 37.911677 ], [ -122.312133, 37.911808 ], [ -122.312051, 37.911687 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5120.0, "Shape_area": 5119.71766785, "Shape_len": 306.71997617300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320499, 37.91162 ], [ -122.320701, 37.91138 ], [ -122.320762, 37.911429 ], [ -122.320795, 37.911447 ], [ -122.320837, 37.911469 ], [ -122.320646, 37.911697 ], [ -122.320499, 37.91162 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5061.0, "Shape_area": 5061.0101953800004, "Shape_len": 299.58902808300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340542, 37.947674 ], [ -122.340543, 37.947403 ], [ -122.340721, 37.947403 ], [ -122.340722, 37.947672 ], [ -122.340542, 37.947674 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5019.0, "Shape_area": 5018.6444379499999, "Shape_len": 300.21178794399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334125, 37.948157 ], [ -122.334039, 37.948157 ], [ -122.334039, 37.947883 ], [ -122.334215, 37.947882 ], [ -122.334213, 37.948157 ], [ -122.334125, 37.948157 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6042.0, "Shape_area": 6042.433739, "Shape_len": 341.73815306699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32941, 37.948106 ], [ -122.329492, 37.948082 ], [ -122.329644, 37.948037 ], [ -122.329803, 37.947989 ], [ -122.329864, 37.948117 ], [ -122.329472, 37.948235 ], [ -122.32941, 37.948106 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5075.0, "Shape_area": 5075.4772639299999, "Shape_len": 301.71282859799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334778, 37.948157 ], [ -122.334647, 37.948157 ], [ -122.334647, 37.947882 ], [ -122.334823, 37.947881 ], [ -122.334823, 37.948157 ], [ -122.334778, 37.948157 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5001.0, "Shape_area": 5000.7394787000003, "Shape_len": 301.13072279300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319014, 37.911667 ], [ -122.319206, 37.911435 ], [ -122.319274, 37.91147 ], [ -122.319348, 37.911509 ], [ -122.319157, 37.911742 ], [ -122.319014, 37.911667 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5388.0, "Shape_area": 5387.6368696099998, "Shape_len": 307.28743663099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323021, 37.948843 ], [ -122.323014, 37.948829 ], [ -122.323337, 37.948731 ], [ -122.323403, 37.948871 ], [ -122.323081, 37.948967 ], [ -122.323021, 37.948843 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5952.0, "Shape_area": 5952.2248218599998, "Shape_len": 318.54252225699997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335732, 37.951944 ], [ -122.335732, 37.951672 ], [ -122.335857, 37.951671 ], [ -122.335939, 37.951671 ], [ -122.335941, 37.951944 ], [ -122.335732, 37.951944 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5239.0, "Shape_area": 5239.2705993, "Shape_len": 306.17515479500003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.309554, 37.911786 ], [ -122.309863, 37.911653 ], [ -122.309949, 37.911778 ], [ -122.309639, 37.911911 ], [ -122.309554, 37.911786 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5003.0, "Shape_area": 5002.5997246999996, "Shape_len": 299.59749768099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335941, 37.951944 ], [ -122.335939, 37.951671 ], [ -122.336027, 37.951671 ], [ -122.336113, 37.95167 ], [ -122.336115, 37.951944 ], [ -122.335941, 37.951944 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7415.0, "Shape_area": 7414.7965315600004, "Shape_len": 347.27609635, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316398, 37.911752 ], [ -122.316293, 37.911697 ], [ -122.316483, 37.911468 ], [ -122.316662, 37.911561 ], [ -122.316696, 37.911583 ], [ -122.316508, 37.911809 ], [ -122.316398, 37.911752 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5020.0, "Shape_area": 5019.5020843900002, "Shape_len": 299.00718070599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310654, 37.911664 ], [ -122.310809, 37.911597 ], [ -122.310972, 37.911835 ], [ -122.310816, 37.911902 ], [ -122.310654, 37.911664 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6048.0, "Shape_area": 6048.3027415500001, "Shape_len": 340.92827405899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325914, 37.94404 ], [ -122.325924, 37.944037 ], [ -122.326303, 37.943922 ], [ -122.326365, 37.944052 ], [ -122.325986, 37.944166 ], [ -122.325975, 37.944169 ], [ -122.325914, 37.94404 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5287.0, "Shape_area": 5286.7882178999998, "Shape_len": 304.48883107500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.338243, 37.943978 ], [ -122.338273, 37.943708 ], [ -122.338443, 37.943708 ], [ -122.338445, 37.943896 ], [ -122.338446, 37.943978 ], [ -122.338243, 37.943978 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5000.0, "Shape_area": 4999.5054891399996, "Shape_len": 300.17820780300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354153, 37.94374 ], [ -122.35415, 37.943465 ], [ -122.354237, 37.943465 ], [ -122.354324, 37.943465 ], [ -122.354326, 37.94374 ], [ -122.354153, 37.94374 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5016.0, "Shape_area": 5016.4688136499999, "Shape_len": 300.04158460399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313268, 37.912024 ], [ -122.313572, 37.911894 ], [ -122.313655, 37.912015 ], [ -122.313351, 37.912145 ], [ -122.313268, 37.912024 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5015.0, "Shape_area": 5014.5849999499997, "Shape_len": 300.35266425399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354326, 37.94374 ], [ -122.354324, 37.943465 ], [ -122.354444, 37.943465 ], [ -122.354499, 37.943465 ], [ -122.354498, 37.943739 ], [ -122.354326, 37.94374 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5052.0, "Shape_area": 5052.1432260600004, "Shape_len": 295.03234714199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339011, 37.943981 ], [ -122.338913, 37.943982 ], [ -122.338913, 37.943729 ], [ -122.339104, 37.943728 ], [ -122.339104, 37.943983 ], [ -122.339094, 37.94398 ], [ -122.339011, 37.943981 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5018.0, "Shape_area": 5017.6006575600004, "Shape_len": 299.99030208599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315381, 37.912041 ], [ -122.315571, 37.911813 ], [ -122.315716, 37.911889 ], [ -122.315527, 37.912117 ], [ -122.315381, 37.912041 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5983.0, "Shape_area": 5983.4550118999996, "Shape_len": 330.73430360499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341275, 37.944286 ], [ -122.341274, 37.943978 ], [ -122.341459, 37.943978 ], [ -122.34146, 37.944285 ], [ -122.341275, 37.944286 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5179.0, "Shape_area": 5178.8509937899998, "Shape_len": 304.57597756299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334185, 37.944393 ], [ -122.334197, 37.944252 ], [ -122.334546, 37.944252 ], [ -122.334534, 37.944393 ], [ -122.334185, 37.944393 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5546.0, "Shape_area": 5545.5948333200004, "Shape_len": 320.88274494900003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312298, 37.912049 ], [ -122.312604, 37.911918 ], [ -122.312635, 37.911905 ], [ -122.312715, 37.912028 ], [ -122.312687, 37.91204 ], [ -122.312381, 37.912171 ], [ -122.312298, 37.912049 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6136.0, "Shape_area": 6136.1212754300004, "Shape_len": 333.45440506199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.34146, 37.944285 ], [ -122.341459, 37.943978 ], [ -122.341649, 37.943977 ], [ -122.341651, 37.944285 ], [ -122.34146, 37.944285 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6064.0, "Shape_area": 6064.0743720500004, "Shape_len": 332.15720883, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341651, 37.944285 ], [ -122.341649, 37.943977 ], [ -122.341838, 37.943977 ], [ -122.341838, 37.944284 ], [ -122.341651, 37.944285 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5222.0, "Shape_area": 5222.2992862700003, "Shape_len": 298.27069246299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340336, 37.94398 ], [ -122.340335, 37.943725 ], [ -122.34053, 37.943724 ], [ -122.340531, 37.94398 ], [ -122.340336, 37.94398 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5969.0, "Shape_area": 5969.3499557200003, "Shape_len": 339.74950247100003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325268, 37.944088 ], [ -122.325647, 37.943974 ], [ -122.325657, 37.94397 ], [ -122.325718, 37.944098 ], [ -122.325708, 37.944101 ], [ -122.325329, 37.944216 ], [ -122.325268, 37.944088 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5257.0, "Shape_area": 5256.6904857400004, "Shape_len": 299.02952967900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340531, 37.94398 ], [ -122.34053, 37.943724 ], [ -122.340726, 37.943724 ], [ -122.340727, 37.943979 ], [ -122.340531, 37.94398 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7621.0, "Shape_area": 7620.9311036600002, "Shape_len": 352.94634328199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320096, 37.912232 ], [ -122.320289, 37.912 ], [ -122.320363, 37.912039 ], [ -122.320506, 37.912114 ], [ -122.320315, 37.912346 ], [ -122.320096, 37.912232 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5005.0, "Shape_area": 5004.5819597600002, "Shape_len": 299.72856564400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315337, 37.912346 ], [ -122.315527, 37.912117 ], [ -122.315672, 37.912193 ], [ -122.315482, 37.912422 ], [ -122.315337, 37.912346 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6012.0, "Shape_area": 6012.1974427100004, "Shape_len": 334.21923966399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.360044, 37.943642 ], [ -122.360045, 37.943514 ], [ -122.36044, 37.943514 ], [ -122.36044, 37.943609 ], [ -122.36044, 37.943675 ], [ -122.360044, 37.943642 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5064.0, "Shape_area": 5064.1404950599999, "Shape_len": 301.08525795200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311535, 37.912372 ], [ -122.311839, 37.912242 ], [ -122.311923, 37.912365 ], [ -122.311619, 37.912495 ], [ -122.311535, 37.912372 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5012.0, "Shape_area": 5011.530595, "Shape_len": 299.31670197199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320141, 37.911923 ], [ -122.320332, 37.911697 ], [ -122.320478, 37.911773 ], [ -122.320289, 37.912 ], [ -122.320141, 37.911923 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5050.0, "Shape_area": 5049.6515072299999, "Shape_len": 301.148511907, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320938, 37.911845 ], [ -122.321034, 37.911729 ], [ -122.321324, 37.911881 ], [ -122.321228, 37.911996 ], [ -122.320938, 37.911845 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6097.0, "Shape_area": 6096.9250115100003, "Shape_len": 332.73013096, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341934, 37.944284 ], [ -122.341932, 37.943977 ], [ -122.342026, 37.943976 ], [ -122.342122, 37.943976 ], [ -122.342122, 37.944283 ], [ -122.341934, 37.944284 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5020.0, "Shape_area": 5020.3484025099997, "Shape_len": 301.49936294399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319663, 37.912006 ], [ -122.319855, 37.911774 ], [ -122.319998, 37.911849 ], [ -122.319807, 37.912081 ], [ -122.319663, 37.912006 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5042.0, "Shape_area": 5041.78642416, "Shape_len": 300.90507329000002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353391, 37.944177 ], [ -122.35337, 37.944178 ], [ -122.353371, 37.943911 ], [ -122.353371, 37.943903 ], [ -122.353545, 37.943903 ], [ -122.353545, 37.944177 ], [ -122.353391, 37.944177 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5047.0, "Shape_area": 5047.2370735599998, "Shape_len": 300.93736309100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353563, 37.944177 ], [ -122.353545, 37.944177 ], [ -122.353545, 37.943903 ], [ -122.35372, 37.943902 ], [ -122.353721, 37.944177 ], [ -122.353563, 37.944177 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5069.0, "Shape_area": 5068.7357338399997, "Shape_len": 302.46125753000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310023, 37.912471 ], [ -122.310331, 37.912339 ], [ -122.310414, 37.91246 ], [ -122.310106, 37.912592 ], [ -122.310023, 37.912471 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5041.0, "Shape_area": 5040.6606959600003, "Shape_len": 301.98607761699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.355106, 37.944454 ], [ -122.355105, 37.944176 ], [ -122.355278, 37.944176 ], [ -122.355279, 37.944454 ], [ -122.355106, 37.944454 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5929.0, "Shape_area": 5928.7204884700004, "Shape_len": 315.95246318900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330076, 37.944747 ], [ -122.330047, 37.944688 ], [ -122.330358, 37.94459 ], [ -122.330435, 37.944746 ], [ -122.330124, 37.944846 ], [ -122.330076, 37.944747 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5007.0, "Shape_area": 5006.75658647, "Shape_len": 300.36134733400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353025, 37.944178 ], [ -122.353024, 37.943909 ], [ -122.353024, 37.943903 ], [ -122.353197, 37.943903 ], [ -122.353197, 37.943912 ], [ -122.353198, 37.944178 ], [ -122.353025, 37.944178 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6495.0, "Shape_area": 6494.8202030700004, "Shape_len": 329.696956521, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313694, 37.912072 ], [ -122.313672, 37.91204 ], [ -122.313976, 37.91191 ], [ -122.314083, 37.912067 ], [ -122.313779, 37.912198 ], [ -122.313694, 37.912072 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5086.0, "Shape_area": 5085.6379333699997, "Shape_len": 301.944853776, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312768, 37.91216 ], [ -122.313074, 37.912029 ], [ -122.313158, 37.912152 ], [ -122.312852, 37.912283 ], [ -122.312768, 37.91216 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7232.0, "Shape_area": 7232.2724706500003, "Shape_len": 393.11865231799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321393, 37.912425 ], [ -122.321342, 37.912383 ], [ -122.321783, 37.912156 ], [ -122.321875, 37.91227 ], [ -122.321462, 37.912482 ], [ -122.321393, 37.912425 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5158.0, "Shape_area": 5158.4474821499998, "Shape_len": 307.04941152399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33596, 37.944116 ], [ -122.335974, 37.943979 ], [ -122.336147, 37.943979 ], [ -122.336334, 37.943979 ], [ -122.336318, 37.944116 ], [ -122.33596, 37.944116 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5872.0, "Shape_area": 5871.7777473100004, "Shape_len": 314.70303820100003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329775, 37.944133 ], [ -122.329741, 37.944064 ], [ -122.330052, 37.943966 ], [ -122.330129, 37.944122 ], [ -122.329818, 37.94422 ], [ -122.329775, 37.944133 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5004.0, "Shape_area": 5004.4586902299998, "Shape_len": 299.96638742200003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310568, 37.912398 ], [ -122.310873, 37.912267 ], [ -122.310913, 37.912326 ], [ -122.310955, 37.912388 ], [ -122.310651, 37.912519 ], [ -122.310568, 37.912398 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5001.0, "Shape_area": 5000.5313063599997, "Shape_len": 301.94893741300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.361818, 37.94421 ], [ -122.361828, 37.94421 ], [ -122.362171, 37.944213 ], [ -122.362171, 37.944339 ], [ -122.362171, 37.944348 ], [ -122.361818, 37.944344 ], [ -122.361818, 37.94421 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5164.0, "Shape_area": 5164.2484751499996, "Shape_len": 304.472337509, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.355279, 37.944454 ], [ -122.355278, 37.944176 ], [ -122.355455, 37.944176 ], [ -122.355456, 37.944454 ], [ -122.355279, 37.944454 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5076.0, "Shape_area": 5075.9419467099997, "Shape_len": 302.26776551199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322043, 37.912229 ], [ -122.322336, 37.912079 ], [ -122.322431, 37.912196 ], [ -122.322137, 37.912345 ], [ -122.322043, 37.912229 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5171.0, "Shape_area": 5170.7719873100004, "Shape_len": 307.28381178900003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332569, 37.944809 ], [ -122.332393, 37.944809 ], [ -122.332392, 37.94469 ], [ -122.332392, 37.944672 ], [ -122.332754, 37.944672 ], [ -122.332751, 37.944808 ], [ -122.332569, 37.944809 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5024.0, "Shape_area": 5024.4220182500003, "Shape_len": 299.837824974, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319083, 37.912328 ], [ -122.319271, 37.912099 ], [ -122.319418, 37.912176 ], [ -122.319229, 37.912404 ], [ -122.319083, 37.912328 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5034.0, "Shape_area": 5033.71768032, "Shape_len": 299.77851320500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318793, 37.912176 ], [ -122.318981, 37.911948 ], [ -122.319128, 37.912025 ], [ -122.31894, 37.912253 ], [ -122.318793, 37.912176 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5064.0, "Shape_area": 5064.42312408, "Shape_len": 301.09625217600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311839, 37.912242 ], [ -122.312144, 37.912112 ], [ -122.312227, 37.912234 ], [ -122.311923, 37.912365 ], [ -122.311839, 37.912242 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6197.0, "Shape_area": 6197.1810567800003, "Shape_len": 323.785659119, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335127, 37.945078 ], [ -122.335149, 37.944805 ], [ -122.335366, 37.944806 ], [ -122.335343, 37.945078 ], [ -122.335127, 37.945078 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5045.0, "Shape_area": 5044.5666519899996, "Shape_len": 301.53039952300003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335539, 37.944802 ], [ -122.335714, 37.944802 ], [ -122.335691, 37.945077 ], [ -122.335516, 37.945077 ], [ -122.335539, 37.944802 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5017.0, "Shape_area": 5016.8148590700002, "Shape_len": 300.57155185099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312852, 37.912283 ], [ -122.313158, 37.912152 ], [ -122.31324, 37.912273 ], [ -122.312935, 37.912403 ], [ -122.312852, 37.912283 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5085.0, "Shape_area": 5085.3518116900004, "Shape_len": 301.93385956100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312463, 37.912291 ], [ -122.312768, 37.91216 ], [ -122.312852, 37.912283 ], [ -122.312546, 37.912413 ], [ -122.312463, 37.912291 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 8575.0, "Shape_area": 8574.99367059, "Shape_len": 436.84396962599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321208, 37.912271 ], [ -122.321095, 37.912177 ], [ -122.321594, 37.911921 ], [ -122.32169, 37.91204 ], [ -122.321221, 37.912282 ], [ -122.321208, 37.912271 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6026.0, "Shape_area": 6025.6949961099999, "Shape_len": 338.408161484, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328634, 37.945073 ], [ -122.329018, 37.944959 ], [ -122.32908, 37.945089 ], [ -122.328697, 37.945205 ], [ -122.328634, 37.945073 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5053.0, "Shape_area": 5053.0012326599999, "Shape_len": 300.93973079300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310955, 37.912388 ], [ -122.310913, 37.912326 ], [ -122.311217, 37.912196 ], [ -122.311301, 37.912318 ], [ -122.310996, 37.912448 ], [ -122.310955, 37.912388 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5107.0, "Shape_area": 5107.4744920599996, "Shape_len": 303.22678785699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.30994, 37.912349 ], [ -122.310248, 37.912217 ], [ -122.310331, 37.912339 ], [ -122.310023, 37.912471 ], [ -122.309983, 37.912412 ], [ -122.30994, 37.912349 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5118.0, "Shape_area": 5117.9595298300001, "Shape_len": 302.00354746, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315961, 37.912344 ], [ -122.315922, 37.912324 ], [ -122.316112, 37.912095 ], [ -122.316261, 37.912173 ], [ -122.316071, 37.912401 ], [ -122.315961, 37.912344 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7384.0, "Shape_area": 7384.1089080299998, "Shape_len": 347.45716995800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319373, 37.912479 ], [ -122.319303, 37.912442 ], [ -122.319492, 37.912214 ], [ -122.319706, 37.912325 ], [ -122.319518, 37.912555 ], [ -122.319373, 37.912479 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6016.0, "Shape_area": 6016.3436452300002, "Shape_len": 331.31588508499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.34015, 37.944288 ], [ -122.340149, 37.943981 ], [ -122.340336, 37.94398 ], [ -122.340337, 37.944288 ], [ -122.34015, 37.944288 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5023.0, "Shape_area": 5023.0990958900002, "Shape_len": 300.101199334, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316321, 37.912532 ], [ -122.316511, 37.912303 ], [ -122.316657, 37.912379 ], [ -122.316467, 37.912608 ], [ -122.316321, 37.912532 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6291.0, "Shape_area": 6290.9475181899998, "Shape_len": 336.41923471500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340337, 37.944288 ], [ -122.340336, 37.94398 ], [ -122.340531, 37.94398 ], [ -122.340531, 37.944288 ], [ -122.340337, 37.944288 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5079.0, "Shape_area": 5079.19500023, "Shape_len": 301.712679568, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350682, 37.944179 ], [ -122.350594, 37.944179 ], [ -122.350593, 37.943904 ], [ -122.350769, 37.943904 ], [ -122.350769, 37.944179 ], [ -122.350682, 37.944179 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5142.0, "Shape_area": 5141.5193559099998, "Shape_len": 303.98588126800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313173, 37.912613 ], [ -122.313331, 37.912546 ], [ -122.313494, 37.912792 ], [ -122.313434, 37.912817 ], [ -122.31334, 37.912857 ], [ -122.313173, 37.912613 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5050.0, "Shape_area": 5050.3835768, "Shape_len": 301.33819311799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318604, 37.912408 ], [ -122.318793, 37.912176 ], [ -122.31894, 37.912253 ], [ -122.318749, 37.912483 ], [ -122.318604, 37.912408 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5925.0, "Shape_area": 5924.7647715200001, "Shape_len": 329.38562662300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.34495, 37.944273 ], [ -122.344949, 37.944266 ], [ -122.344947, 37.943976 ], [ -122.344947, 37.943966 ], [ -122.345036, 37.943966 ], [ -122.34513, 37.943966 ], [ -122.345134, 37.944272 ], [ -122.34495, 37.944273 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7818.0, "Shape_area": 7817.8780997100002, "Shape_len": 413.86008290299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321267, 37.91232 ], [ -122.321221, 37.912282 ], [ -122.32169, 37.91204 ], [ -122.321783, 37.912156 ], [ -122.321342, 37.912383 ], [ -122.321267, 37.91232 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5017.0, "Shape_area": 5016.5507878199996, "Shape_len": 300.56099960500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312546, 37.912413 ], [ -122.312852, 37.912283 ], [ -122.312935, 37.912403 ], [ -122.312629, 37.912534 ], [ -122.312546, 37.912413 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5067.0, "Shape_area": 5067.4981448400004, "Shape_len": 302.42630300899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313984, 37.912502 ], [ -122.313862, 37.912318 ], [ -122.314013, 37.912253 ], [ -122.31418, 37.912497 ], [ -122.314025, 37.912564 ], [ -122.313984, 37.912502 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5051.0, "Shape_area": 5050.6474654900003, "Shape_len": 302.31078639100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352849, 37.945181 ], [ -122.352849, 37.945171 ], [ -122.352849, 37.944903 ], [ -122.353022, 37.944903 ], [ -122.353023, 37.945171 ], [ -122.353023, 37.945181 ], [ -122.352849, 37.945181 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 8595.0, "Shape_area": 8594.8123546200004, "Shape_len": 371.79615848499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31625, 37.912495 ], [ -122.316106, 37.91242 ], [ -122.316071, 37.912401 ], [ -122.316261, 37.912173 ], [ -122.316511, 37.912303 ], [ -122.316321, 37.912532 ], [ -122.31625, 37.912495 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5066.0, "Shape_area": 5066.2847654500001, "Shape_len": 302.65395560899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353023, 37.945181 ], [ -122.353023, 37.945171 ], [ -122.353022, 37.944903 ], [ -122.353196, 37.944903 ], [ -122.353196, 37.945172 ], [ -122.353196, 37.945181 ], [ -122.353023, 37.945181 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5339.0, "Shape_area": 5339.2578664900002, "Shape_len": 370.18898827800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314437, 37.912434 ], [ -122.314665, 37.91216 ], [ -122.314772, 37.912216 ], [ -122.314544, 37.91249 ], [ -122.314494, 37.91255 ], [ -122.314471, 37.912578 ], [ -122.314424, 37.912484 ], [ -122.314437, 37.912434 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5054.0, "Shape_area": 5053.8617112800002, "Shape_len": 302.441673331, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353196, 37.945181 ], [ -122.353196, 37.945172 ], [ -122.353196, 37.944903 ], [ -122.353369, 37.944903 ], [ -122.353368, 37.945169 ], [ -122.353368, 37.945181 ], [ -122.353196, 37.945181 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6798.0, "Shape_area": 6797.5056932099997, "Shape_len": 352.79303555000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314544, 37.91249 ], [ -122.314772, 37.912216 ], [ -122.314937, 37.912302 ], [ -122.314709, 37.912576 ], [ -122.314613, 37.912526 ], [ -122.314544, 37.91249 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7611.0, "Shape_area": 7610.6038506200002, "Shape_len": 352.72171515000002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335071, 37.944189 ], [ -122.335078, 37.944117 ], [ -122.33509, 37.94398 ], [ -122.335262, 37.943981 ], [ -122.335437, 37.943981 ], [ -122.335419, 37.944189 ], [ -122.335071, 37.944189 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5135.0, "Shape_area": 5134.5969147599999, "Shape_len": 303.42795033599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322137, 37.912345 ], [ -122.322431, 37.912196 ], [ -122.322526, 37.912313 ], [ -122.322232, 37.912463 ], [ -122.322137, 37.912345 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6114.0, "Shape_area": 6114.2172298699998, "Shape_len": 342.28701315199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325329, 37.944216 ], [ -122.325708, 37.944101 ], [ -122.325718, 37.944098 ], [ -122.325781, 37.944229 ], [ -122.32577, 37.944232 ], [ -122.325391, 37.944346 ], [ -122.325329, 37.944216 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5091.0, "Shape_area": 5091.2500768999998, "Shape_len": 301.70390889700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310651, 37.912519 ], [ -122.310955, 37.912388 ], [ -122.310996, 37.912448 ], [ -122.311039, 37.912512 ], [ -122.310735, 37.912642 ], [ -122.310651, 37.912519 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5868.0, "Shape_area": 5867.5755689099997, "Shape_len": 337.32251908199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328593, 37.94406 ], [ -122.328652, 37.944187 ], [ -122.328265, 37.944303 ], [ -122.328205, 37.944177 ], [ -122.328593, 37.94406 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5114.0, "Shape_area": 5114.0329104100001, "Shape_len": 301.67336345799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.355278, 37.943738 ], [ -122.355278, 37.943465 ], [ -122.355456, 37.943465 ], [ -122.355458, 37.943738 ], [ -122.355278, 37.943738 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5067.0, "Shape_area": 5066.7820006900001, "Shape_len": 294.878340643, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339963, 37.943981 ], [ -122.339867, 37.943981 ], [ -122.339866, 37.943726 ], [ -122.340056, 37.943726 ], [ -122.340055, 37.943981 ], [ -122.339963, 37.943981 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5138.0, "Shape_area": 5138.2182474299998, "Shape_len": 302.64578622200003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311077, 37.912567 ], [ -122.311382, 37.912436 ], [ -122.311466, 37.912561 ], [ -122.311162, 37.912691 ], [ -122.311077, 37.912567 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5010.0, "Shape_area": 5010.3357463100001, "Shape_len": 300.799448015, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318246, 37.912717 ], [ -122.318437, 37.912486 ], [ -122.318582, 37.912561 ], [ -122.31839, 37.912792 ], [ -122.318246, 37.912717 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5064.0, "Shape_area": 5064.407786, "Shape_len": 294.512216878, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341459, 37.943978 ], [ -122.341458, 37.943724 ], [ -122.341648, 37.943723 ], [ -122.341649, 37.943977 ], [ -122.341459, 37.943978 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5009.0, "Shape_area": 5009.3524541099996, "Shape_len": 300.335930566, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319183, 37.912709 ], [ -122.319373, 37.912479 ], [ -122.319518, 37.912555 ], [ -122.319328, 37.912785 ], [ -122.319183, 37.912709 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7794.0, "Shape_area": 7793.6534874999998, "Shape_len": 408.739210474, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320966, 37.912685 ], [ -122.321267, 37.91232 ], [ -122.321342, 37.912383 ], [ -122.321393, 37.912425 ], [ -122.321113, 37.912761 ], [ -122.320966, 37.912685 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5054.0, "Shape_area": 5053.9394091800004, "Shape_len": 302.35484488700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351288, 37.946607 ], [ -122.351288, 37.946329 ], [ -122.351462, 37.946329 ], [ -122.351461, 37.946607 ], [ -122.351288, 37.946607 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5091.0, "Shape_area": 5091.2080254800003, "Shape_len": 302.90598155599997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310249, 37.912688 ], [ -122.310139, 37.912641 ], [ -122.310106, 37.912592 ], [ -122.310414, 37.91246 ], [ -122.310497, 37.912582 ], [ -122.310249, 37.912688 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6654.0, "Shape_area": 6654.4062464899998, "Shape_len": 350.34832233600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314709, 37.912576 ], [ -122.314937, 37.912302 ], [ -122.315098, 37.912386 ], [ -122.31487, 37.91266 ], [ -122.314709, 37.912576 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6047.0, "Shape_area": 6046.7777585900003, "Shape_len": 339.21295230099997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327704, 37.946849 ], [ -122.328092, 37.946734 ], [ -122.328153, 37.94686 ], [ -122.328144, 37.946867 ], [ -122.327766, 37.946979 ], [ -122.327704, 37.946849 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5082.0, "Shape_area": 5082.1652462599995, "Shape_len": 302.79382563500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351461, 37.946607 ], [ -122.351462, 37.946329 ], [ -122.351637, 37.946329 ], [ -122.351635, 37.946607 ], [ -122.351461, 37.946607 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5026.0, "Shape_area": 5026.4260609100002, "Shape_len": 300.43025616699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320606, 37.912496 ], [ -122.320794, 37.912266 ], [ -122.320941, 37.912342 ], [ -122.320751, 37.912572 ], [ -122.320606, 37.912496 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5069.0, "Shape_area": 5068.6744422299998, "Shape_len": 301.01543588099997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31654, 37.912646 ], [ -122.316467, 37.912608 ], [ -122.316657, 37.912379 ], [ -122.316804, 37.912456 ], [ -122.316614, 37.912685 ], [ -122.31654, 37.912646 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5035.0, "Shape_area": 5035.4133889900004, "Shape_len": 301.74910002799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351635, 37.946607 ], [ -122.351637, 37.946329 ], [ -122.351808, 37.94633 ], [ -122.351809, 37.946599 ], [ -122.351809, 37.946607 ], [ -122.351635, 37.946607 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7212.0, "Shape_area": 7212.3284969300003, "Shape_len": 357.84011526299997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314489, 37.91274 ], [ -122.314249, 37.912741 ], [ -122.314249, 37.912495 ], [ -122.314248, 37.912468 ], [ -122.314387, 37.912408 ], [ -122.314437, 37.912434 ], [ -122.314424, 37.912484 ], [ -122.314471, 37.912578 ], [ -122.314486, 37.912609 ], [ -122.314524, 37.91274 ], [ -122.314489, 37.91274 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5135.0, "Shape_area": 5135.3743845899999, "Shape_len": 303.60905659899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351809, 37.946607 ], [ -122.351809, 37.946599 ], [ -122.351808, 37.94633 ], [ -122.351975, 37.94633 ], [ -122.351985, 37.94633 ], [ -122.351985, 37.946607 ], [ -122.351809, 37.946607 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5944.0, "Shape_area": 5943.6024993199999, "Shape_len": 338.39930852800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314881, 37.912665 ], [ -122.31487, 37.91266 ], [ -122.315098, 37.912386 ], [ -122.315242, 37.912461 ], [ -122.315014, 37.912735 ], [ -122.314881, 37.912665 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 8510.0, "Shape_area": 8509.5375090300004, "Shape_len": 441.21307187999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320751, 37.912572 ], [ -122.320941, 37.912342 ], [ -122.321014, 37.912254 ], [ -122.321085, 37.912169 ], [ -122.321095, 37.912177 ], [ -122.321208, 37.912271 ], [ -122.320896, 37.912647 ], [ -122.320751, 37.912572 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5138.0, "Shape_area": 5138.2435735199997, "Shape_len": 302.64538096299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310772, 37.912697 ], [ -122.311077, 37.912567 ], [ -122.311162, 37.912691 ], [ -122.310857, 37.912821 ], [ -122.310772, 37.912697 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5037.0, "Shape_area": 5036.9756567000004, "Shape_len": 293.97831190099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341649, 37.943977 ], [ -122.341648, 37.943723 ], [ -122.341837, 37.943723 ], [ -122.341838, 37.943977 ], [ -122.341649, 37.943977 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5044.0, "Shape_area": 5044.1461326600001, "Shape_len": 294.19282479100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341932, 37.943977 ], [ -122.341838, 37.943977 ], [ -122.341837, 37.943723 ], [ -122.342026, 37.943722 ], [ -122.342026, 37.943976 ], [ -122.341932, 37.943977 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5884.0, "Shape_area": 5884.1737286799998, "Shape_len": 316.394888821, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314238, 37.913341 ], [ -122.314233, 37.913071 ], [ -122.314443, 37.91307 ], [ -122.314444, 37.91334 ], [ -122.314238, 37.913341 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5086.0, "Shape_area": 5086.3527316600002, "Shape_len": 339.24824427200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313085, 37.913154 ], [ -122.312938, 37.913066 ], [ -122.312906, 37.913043 ], [ -122.312959, 37.91302 ], [ -122.313018, 37.912995 ], [ -122.313052, 37.913076 ], [ -122.313085, 37.913154 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5614.0, "Shape_area": 5614.4275752399999, "Shape_len": 306.55892435099997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342218, 37.943976 ], [ -122.342122, 37.943976 ], [ -122.342026, 37.943976 ], [ -122.342026, 37.943722 ], [ -122.342234, 37.943721 ], [ -122.342238, 37.943976 ], [ -122.342218, 37.943976 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5234.0, "Shape_area": 5233.5706915000001, "Shape_len": 304.58740781400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.362686, 37.943654 ], [ -122.362686, 37.943511 ], [ -122.362696, 37.943511 ], [ -122.363032, 37.94351 ], [ -122.363032, 37.943624 ], [ -122.363032, 37.943655 ], [ -122.363022, 37.943655 ], [ -122.362696, 37.943654 ], [ -122.362686, 37.943654 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5157.0, "Shape_area": 5157.1868752700002, "Shape_len": 302.508016677, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321714, 37.914033 ], [ -122.321902, 37.913805 ], [ -122.321976, 37.913844 ], [ -122.322053, 37.913884 ], [ -122.321863, 37.914111 ], [ -122.321714, 37.914033 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5002.0, "Shape_area": 5002.3718570700003, "Shape_len": 299.81114909600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319355, 37.914118 ], [ -122.319284, 37.91408 ], [ -122.319475, 37.913852 ], [ -122.319619, 37.913927 ], [ -122.31943, 37.914157 ], [ -122.319355, 37.914118 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7714.0, "Shape_area": 7714.4731186299996, "Shape_len": 355.30668393299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322414, 37.914071 ], [ -122.322343, 37.914034 ], [ -122.322271, 37.913997 ], [ -122.322463, 37.913761 ], [ -122.322535, 37.913799 ], [ -122.322683, 37.913876 ], [ -122.32249, 37.91411 ], [ -122.322414, 37.914071 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 15150.0, "Shape_area": 15149.7581641, "Shape_len": 550.171362004, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313331, 37.912546 ], [ -122.313862, 37.912318 ], [ -122.313984, 37.912502 ], [ -122.313832, 37.912568 ], [ -122.313684, 37.912632 ], [ -122.313723, 37.912694 ], [ -122.313612, 37.912742 ], [ -122.313494, 37.912792 ], [ -122.313331, 37.912546 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5012.0, "Shape_area": 5011.6558902899997, "Shape_len": 300.78089403500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352419, 37.944179 ], [ -122.352331, 37.944179 ], [ -122.352331, 37.944171 ], [ -122.35233, 37.943913 ], [ -122.35233, 37.943903 ], [ -122.352502, 37.943903 ], [ -122.352502, 37.94391 ], [ -122.352505, 37.944169 ], [ -122.352505, 37.944179 ], [ -122.352419, 37.944179 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5105.0, "Shape_area": 5104.8158779599999, "Shape_len": 300.61049250899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333853, 37.944258 ], [ -122.333865, 37.944118 ], [ -122.334209, 37.944114 ], [ -122.334197, 37.944252 ], [ -122.334187, 37.944257 ], [ -122.333853, 37.944258 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 8738.0, "Shape_area": 8737.6743723799991, "Shape_len": 409.861610644, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313612, 37.912798 ], [ -122.313612, 37.912742 ], [ -122.313723, 37.912694 ], [ -122.313684, 37.912632 ], [ -122.313832, 37.912568 ], [ -122.313984, 37.912502 ], [ -122.314025, 37.912564 ], [ -122.314026, 37.912795 ], [ -122.313612, 37.912798 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5079.0, "Shape_area": 5078.9416216899999, "Shape_len": 302.62691809299997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334197, 37.944252 ], [ -122.334209, 37.944114 ], [ -122.334559, 37.944113 ], [ -122.334546, 37.944252 ], [ -122.334197, 37.944252 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5032.0, "Shape_area": 5031.8746358400003, "Shape_len": 300.48607690400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319662, 37.91263 ], [ -122.319852, 37.912401 ], [ -122.319997, 37.912477 ], [ -122.319809, 37.912707 ], [ -122.319662, 37.91263 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6416.0, "Shape_area": 6415.8342115699998, "Shape_len": 356.25886937400003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321697, 37.912678 ], [ -122.321585, 37.912585 ], [ -122.321971, 37.912389 ], [ -122.322065, 37.912505 ], [ -122.321708, 37.912687 ], [ -122.321697, 37.912678 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5083.0, "Shape_area": 5083.3836494200004, "Shape_len": 303.06076616600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353368, 37.945181 ], [ -122.353368, 37.945169 ], [ -122.353369, 37.944903 ], [ -122.353542, 37.944903 ], [ -122.353543, 37.945181 ], [ -122.353368, 37.945181 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5013.0, "Shape_area": 5012.709942, "Shape_len": 301.000962421, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322325, 37.912579 ], [ -122.322619, 37.91243 ], [ -122.322713, 37.912545 ], [ -122.322418, 37.912694 ], [ -122.322325, 37.912579 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5155.0, "Shape_area": 5155.1908762399999, "Shape_len": 302.91706197299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312169, 37.912726 ], [ -122.312474, 37.912595 ], [ -122.312559, 37.91272 ], [ -122.312254, 37.91285 ], [ -122.312169, 37.912726 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5229.0, "Shape_area": 5228.9611514199996, "Shape_len": 305.96607331400003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353543, 37.945181 ], [ -122.353542, 37.944903 ], [ -122.353722, 37.944903 ], [ -122.353721, 37.945181 ], [ -122.353543, 37.945181 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6013.0, "Shape_area": 6013.4908537700003, "Shape_len": 339.52291770900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315026, 37.912741 ], [ -122.315014, 37.912735 ], [ -122.315242, 37.912461 ], [ -122.315388, 37.912537 ], [ -122.31516, 37.912811 ], [ -122.315026, 37.912741 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5007.0, "Shape_area": 5006.6716578300002, "Shape_len": 301.75635822300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353899, 37.944901 ], [ -122.354071, 37.944901 ], [ -122.354069, 37.94518 ], [ -122.3539, 37.94518 ], [ -122.353899, 37.944901 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5041.0, "Shape_area": 5041.2643818699999, "Shape_len": 300.444537035, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.361347, 37.94506 ], [ -122.361348, 37.944921 ], [ -122.361359, 37.944921 ], [ -122.361683, 37.944923 ], [ -122.361694, 37.944923 ], [ -122.361692, 37.945062 ], [ -122.361682, 37.945062 ], [ -122.361357, 37.94506 ], [ -122.361347, 37.94506 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5024.0, "Shape_area": 5024.0866652200002, "Shape_len": 301.219224005, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322606, 37.912927 ], [ -122.3229, 37.912777 ], [ -122.322993, 37.912893 ], [ -122.322699, 37.913042 ], [ -122.322606, 37.912927 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6147.0, "Shape_area": 6147.2044223399998, "Shape_len": 321.83576938, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332181, 37.94552 ], [ -122.332181, 37.94525 ], [ -122.332397, 37.94525 ], [ -122.332398, 37.945521 ], [ -122.332181, 37.94552 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5108.0, "Shape_area": 5107.68477669, "Shape_len": 302.88838254400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322512, 37.91281 ], [ -122.322804, 37.912659 ], [ -122.3229, 37.912777 ], [ -122.322606, 37.912927 ], [ -122.322512, 37.91281 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5067.0, "Shape_area": 5067.2389836399998, "Shape_len": 302.81310902400003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.35424, 37.94518 ], [ -122.35424, 37.944901 ], [ -122.354326, 37.944901 ], [ -122.354413, 37.944901 ], [ -122.354414, 37.945179 ], [ -122.35424, 37.94518 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5080.0, "Shape_area": 5080.46873332, "Shape_len": 301.66510068100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319472, 37.91286 ], [ -122.319662, 37.91263 ], [ -122.319809, 37.912707 ], [ -122.31962, 37.912937 ], [ -122.319472, 37.91286 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5232.0, "Shape_area": 5232.3128862399999, "Shape_len": 305.69761069800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310663, 37.912826 ], [ -122.310657, 37.912825 ], [ -122.310661, 37.912823 ], [ -122.310663, 37.912826 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5002.0, "Shape_area": 5002.1973015900003, "Shape_len": 298.97683528099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332398, 37.945521 ], [ -122.332397, 37.94525 ], [ -122.332572, 37.94525 ], [ -122.332574, 37.945522 ], [ -122.332398, 37.945521 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5024.0, "Shape_area": 5024.3372015599998, "Shape_len": 301.89896777000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354414, 37.945179 ], [ -122.354413, 37.944901 ], [ -122.354502, 37.944901 ], [ -122.354585, 37.944901 ], [ -122.354585, 37.945179 ], [ -122.354414, 37.945179 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5146.0, "Shape_area": 5146.4715830900004, "Shape_len": 304.24083070099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354585, 37.945179 ], [ -122.354585, 37.944901 ], [ -122.354634, 37.944901 ], [ -122.354761, 37.944901 ], [ -122.354761, 37.945179 ], [ -122.354585, 37.945179 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5897.0, "Shape_area": 5896.9381580999998, "Shape_len": 336.26872541699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328818, 37.945459 ], [ -122.329202, 37.945344 ], [ -122.329263, 37.945473 ], [ -122.328879, 37.945586 ], [ -122.328818, 37.945459 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5179.0, "Shape_area": 5178.5182908300003, "Shape_len": 303.45298940599997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311242, 37.912808 ], [ -122.311546, 37.912678 ], [ -122.311632, 37.912803 ], [ -122.311327, 37.912934 ], [ -122.311242, 37.912808 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5099.0, "Shape_area": 5098.88653101, "Shape_len": 303.16462047499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354932, 37.945179 ], [ -122.354932, 37.944901 ], [ -122.355107, 37.944901 ], [ -122.355106, 37.945179 ], [ -122.354932, 37.945179 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5028.0, "Shape_area": 5028.1095672199999, "Shape_len": 301.657888168, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.310657, 37.912825 ], [ -122.310583, 37.912804 ], [ -122.31045, 37.912758 ], [ -122.310579, 37.912702 ], [ -122.310661, 37.912823 ], [ -122.310657, 37.912825 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5087.0, "Shape_area": 5087.0391701799999, "Shape_len": 302.86163191100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.355106, 37.945179 ], [ -122.355107, 37.944901 ], [ -122.355281, 37.944901 ], [ -122.355281, 37.945179 ], [ -122.355106, 37.945179 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6005.0, "Shape_area": 6005.3927027199998, "Shape_len": 339.34362757299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315242, 37.912853 ], [ -122.31516, 37.912811 ], [ -122.315388, 37.912537 ], [ -122.315532, 37.912612 ], [ -122.315308, 37.912888 ], [ -122.315242, 37.912853 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5075.0, "Shape_area": 5074.5331037200003, "Shape_len": 302.51995981300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31302, 37.912679 ], [ -122.313173, 37.912613 ], [ -122.31334, 37.912857 ], [ -122.313187, 37.912923 ], [ -122.31302, 37.912679 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5147.0, "Shape_area": 5146.5686671499998, "Shape_len": 303.97137641400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.355281, 37.945179 ], [ -122.355281, 37.944901 ], [ -122.355457, 37.944901 ], [ -122.355458, 37.945178 ], [ -122.355281, 37.945179 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7537.0, "Shape_area": 7537.4374103199998, "Shape_len": 350.57098513800003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316131, 37.91276 ], [ -122.316321, 37.912532 ], [ -122.316467, 37.912608 ], [ -122.31654, 37.912646 ], [ -122.31635, 37.912874 ], [ -122.316131, 37.91276 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5093.0, "Shape_area": 5092.6583920200001, "Shape_len": 303.47824261199997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350768, 37.946608 ], [ -122.350767, 37.946328 ], [ -122.350941, 37.946329 ], [ -122.350941, 37.946607 ], [ -122.350768, 37.946608 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5128.0, "Shape_area": 5127.9105476000004, "Shape_len": 358.26146700800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321113, 37.912761 ], [ -122.321393, 37.912425 ], [ -122.321462, 37.912482 ], [ -122.321479, 37.912496 ], [ -122.32122, 37.912818 ], [ -122.321113, 37.912761 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9822.0, "Shape_area": 9822.3985370800001, "Shape_len": 442.24671116799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314027, 37.912935 ], [ -122.314026, 37.912795 ], [ -122.314025, 37.912564 ], [ -122.31418, 37.912497 ], [ -122.314185, 37.912495 ], [ -122.314248, 37.912468 ], [ -122.314249, 37.912495 ], [ -122.314249, 37.912741 ], [ -122.31425, 37.912933 ], [ -122.314027, 37.912935 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5169.0, "Shape_area": 5168.6238813099999, "Shape_len": 304.85532829, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350941, 37.946607 ], [ -122.350941, 37.946329 ], [ -122.351073, 37.946329 ], [ -122.351117, 37.946329 ], [ -122.351118, 37.946607 ], [ -122.350941, 37.946607 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6098.0, "Shape_area": 6098.4108290699996, "Shape_len": 315.553949601, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31425, 37.912933 ], [ -122.314249, 37.912741 ], [ -122.314489, 37.91274 ], [ -122.314524, 37.91274 ], [ -122.31458, 37.91293 ], [ -122.314545, 37.912931 ], [ -122.314458, 37.912932 ], [ -122.31425, 37.912933 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5014.0, "Shape_area": 5014.4657018500002, "Shape_len": 301.03973248699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322418, 37.912694 ], [ -122.322713, 37.912545 ], [ -122.322804, 37.912659 ], [ -122.322512, 37.91281 ], [ -122.322418, 37.912694 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5967.0, "Shape_area": 5967.1384894599996, "Shape_len": 337.45967371900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326608, 37.946883 ], [ -122.326684, 37.946862 ], [ -122.326841, 37.946815 ], [ -122.326985, 37.946772 ], [ -122.326996, 37.946769 ], [ -122.327054, 37.94689 ], [ -122.327047, 37.9469 ], [ -122.32667, 37.947013 ], [ -122.326608, 37.946883 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5068.0, "Shape_area": 5067.6515170399998, "Shape_len": 301.94710062600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319041, 37.913132 ], [ -122.318971, 37.913096 ], [ -122.319159, 37.912863 ], [ -122.319306, 37.91294 ], [ -122.319116, 37.913171 ], [ -122.319041, 37.913132 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5102.0, "Shape_area": 5101.5809267900004, "Shape_len": 303.40761124900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.338552, 37.947683 ], [ -122.338552, 37.947404 ], [ -122.338727, 37.947404 ], [ -122.338726, 37.947682 ], [ -122.338552, 37.947683 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5057.0, "Shape_area": 5056.6339194900002, "Shape_len": 304.27894641199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339069, 37.947682 ], [ -122.33907, 37.947406 ], [ -122.339156, 37.947406 ], [ -122.339244, 37.947406 ], [ -122.339244, 37.947673 ], [ -122.339251, 37.947681 ], [ -122.339069, 37.947682 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5155.0, "Shape_area": 5154.7676900599999, "Shape_len": 302.90039550699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311865, 37.912856 ], [ -122.312169, 37.912726 ], [ -122.312254, 37.91285 ], [ -122.31195, 37.912981 ], [ -122.311865, 37.912856 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 10444.0, "Shape_area": 10444.247143099999, "Shape_len": 430.88392832800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314616, 37.912931 ], [ -122.31458, 37.91293 ], [ -122.314524, 37.91274 ], [ -122.314486, 37.912609 ], [ -122.314471, 37.912578 ], [ -122.314494, 37.91255 ], [ -122.314544, 37.91249 ], [ -122.314613, 37.912526 ], [ -122.314709, 37.912576 ], [ -122.31487, 37.91266 ], [ -122.314881, 37.912665 ], [ -122.314653, 37.912945 ], [ -122.314626, 37.912931 ], [ -122.314616, 37.912931 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5982.0, "Shape_area": 5981.6524412799999, "Shape_len": 338.65767590799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323561, 37.947799 ], [ -122.323638, 37.947776 ], [ -122.323794, 37.947729 ], [ -122.323947, 37.947683 ], [ -122.324009, 37.947812 ], [ -122.323622, 37.947928 ], [ -122.323561, 37.947799 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5047.0, "Shape_area": 5047.2326346, "Shape_len": 300.466480504, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339755, 37.947678 ], [ -122.339755, 37.947405 ], [ -122.339795, 37.947405 ], [ -122.339932, 37.947404 ], [ -122.33993, 37.947677 ], [ -122.339755, 37.947678 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5889.0, "Shape_area": 5889.1189869099999, "Shape_len": 336.81041227700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328327, 37.944433 ], [ -122.328714, 37.944318 ], [ -122.328773, 37.944446 ], [ -122.328728, 37.944459 ], [ -122.328388, 37.94456 ], [ -122.328327, 37.944433 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5017.0, "Shape_area": 5017.2534811200003, "Shape_len": 300.65312806700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352899, 37.944178 ], [ -122.352851, 37.944178 ], [ -122.352851, 37.944172 ], [ -122.352851, 37.943911 ], [ -122.352851, 37.943903 ], [ -122.353024, 37.943903 ], [ -122.353024, 37.943909 ], [ -122.353025, 37.944178 ], [ -122.352899, 37.944178 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5178.0, "Shape_area": 5178.4567171999997, "Shape_len": 303.45019638799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311252, 37.912966 ], [ -122.310998, 37.912913 ], [ -122.311242, 37.912808 ], [ -122.311327, 37.912934 ], [ -122.311252, 37.912966 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5928.0, "Shape_area": 5928.4149487699997, "Shape_len": 337.98044322099997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315458, 37.912966 ], [ -122.315375, 37.912923 ], [ -122.315603, 37.912649 ], [ -122.315747, 37.912724 ], [ -122.315519, 37.912998 ], [ -122.315458, 37.912966 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5035.0, "Shape_area": 5034.6784674299997, "Shape_len": 300.22484995600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354409, 37.944177 ], [ -122.354407, 37.943904 ], [ -122.354583, 37.943904 ], [ -122.354584, 37.944177 ], [ -122.354409, 37.944177 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6192.0, "Shape_area": 6191.8268232700002, "Shape_len": 348.53506166199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322818, 37.948613 ], [ -122.323222, 37.94849 ], [ -122.323283, 37.948617 ], [ -122.32296, 37.948716 ], [ -122.322879, 37.94874 ], [ -122.322818, 37.948613 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5153.0, "Shape_area": 5153.4865737, "Shape_len": 302.95146223400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.311788, 37.913032 ], [ -122.311618, 37.913018 ], [ -122.311519, 37.913004 ], [ -122.311712, 37.912921 ], [ -122.311788, 37.913032 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7418.0, "Shape_area": 7417.7446235099997, "Shape_len": 397.94595609100003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32225, 37.948638 ], [ -122.322757, 37.948483 ], [ -122.322818, 37.948613 ], [ -122.322374, 37.948748 ], [ -122.322326, 37.948711 ], [ -122.32225, 37.948638 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9114.0, "Shape_area": 9114.3571222600003, "Shape_len": 391.35789577499997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315674, 37.913078 ], [ -122.315519, 37.912998 ], [ -122.315747, 37.912724 ], [ -122.315968, 37.91284 ], [ -122.315741, 37.913113 ], [ -122.315674, 37.913078 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5926.0, "Shape_area": 5926.3482556700001, "Shape_len": 338.70200638799997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328503, 37.948526 ], [ -122.328891, 37.948407 ], [ -122.328952, 37.948533 ], [ -122.328564, 37.948653 ], [ -122.328503, 37.948526 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5552.0, "Shape_area": 5551.52702881, "Shape_len": 325.055056433, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321474, 37.91295 ], [ -122.321697, 37.912678 ], [ -122.321708, 37.912687 ], [ -122.321799, 37.912763 ], [ -122.321818, 37.912779 ], [ -122.321617, 37.913025 ], [ -122.321474, 37.91295 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5581.0, "Shape_area": 5580.5736632999997, "Shape_len": 310.58605465800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349861, 37.944456 ], [ -122.349861, 37.944184 ], [ -122.350057, 37.944184 ], [ -122.350057, 37.944455 ], [ -122.349861, 37.944456 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 8961.0, "Shape_area": 8960.9564714999997, "Shape_len": 390.35662555699997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314798, 37.913021 ], [ -122.315026, 37.912741 ], [ -122.31516, 37.912811 ], [ -122.315242, 37.912853 ], [ -122.31501, 37.913131 ], [ -122.314798, 37.913021 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5037.0, "Shape_area": 5037.3953063, "Shape_len": 300.94949431600003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351029, 37.944453 ], [ -122.351029, 37.944178 ], [ -122.351203, 37.944178 ], [ -122.351203, 37.944453 ], [ -122.351029, 37.944453 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5103.0, "Shape_area": 5102.7116219700001, "Shape_len": 302.320905025, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351203, 37.944453 ], [ -122.351203, 37.944178 ], [ -122.351331, 37.944178 ], [ -122.35138, 37.944178 ], [ -122.35138, 37.944186 ], [ -122.351379, 37.944447 ], [ -122.351379, 37.944453 ], [ -122.351203, 37.944453 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5091.0, "Shape_area": 5091.31233737, "Shape_len": 302.261086025, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351636, 37.944453 ], [ -122.351636, 37.944444 ], [ -122.351636, 37.944177 ], [ -122.351812, 37.944177 ], [ -122.351811, 37.944445 ], [ -122.351811, 37.944453 ], [ -122.351636, 37.944453 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5903.0, "Shape_area": 5903.2162974000003, "Shape_len": 336.39560888199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32845, 37.94469 ], [ -122.328788, 37.944589 ], [ -122.328834, 37.944575 ], [ -122.328895, 37.944703 ], [ -122.328511, 37.944818 ], [ -122.32845, 37.94469 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5097.0, "Shape_area": 5096.9355559400001, "Shape_len": 302.43904838700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351811, 37.944453 ], [ -122.351811, 37.944445 ], [ -122.351812, 37.944177 ], [ -122.351977, 37.944177 ], [ -122.351987, 37.944177 ], [ -122.351988, 37.944453 ], [ -122.351811, 37.944453 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5086.0, "Shape_area": 5086.1046374400003, "Shape_len": 304.16796296500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335551, 37.944664 ], [ -122.335563, 37.944527 ], [ -122.335918, 37.944527 ], [ -122.335905, 37.944664 ], [ -122.335551, 37.944664 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5060.0, "Shape_area": 5060.1462779100002, "Shape_len": 300.53937103499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349072, 37.944457 ], [ -122.349073, 37.944185 ], [ -122.34916, 37.944185 ], [ -122.349249, 37.944185 ], [ -122.349249, 37.944457 ], [ -122.349072, 37.944457 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5028.0, "Shape_area": 5028.2332341499996, "Shape_len": 299.941501878, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349249, 37.944457 ], [ -122.349249, 37.944185 ], [ -122.349334, 37.944184 ], [ -122.349425, 37.944184 ], [ -122.349424, 37.944457 ], [ -122.349249, 37.944457 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5098.0, "Shape_area": 5097.9459786799998, "Shape_len": 304.06176953300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335905, 37.944664 ], [ -122.335918, 37.944527 ], [ -122.336272, 37.944527 ], [ -122.336257, 37.944665 ], [ -122.335905, 37.944664 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5048.0, "Shape_area": 5048.1675281400003, "Shape_len": 302.97257698499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312488, 37.913045 ], [ -122.312331, 37.913052 ], [ -122.312296, 37.913051 ], [ -122.312263, 37.913003 ], [ -122.312415, 37.912938 ], [ -122.312488, 37.913045 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5204.0, "Shape_area": 5204.1991905799996, "Shape_len": 309.88977210199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321617, 37.913025 ], [ -122.321818, 37.912779 ], [ -122.321888, 37.912837 ], [ -122.321954, 37.912871 ], [ -122.321764, 37.913102 ], [ -122.321617, 37.913025 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5135.0, "Shape_area": 5135.0031594700004, "Shape_len": 302.00392864600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349591, 37.944457 ], [ -122.349592, 37.944184 ], [ -122.349687, 37.944184 ], [ -122.349771, 37.944184 ], [ -122.349771, 37.944267 ], [ -122.349771, 37.944457 ], [ -122.349604, 37.944457 ], [ -122.349591, 37.944457 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5904.0, "Shape_area": 5903.6486035999997, "Shape_len": 337.35394971800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31611, 37.913305 ], [ -122.316032, 37.913265 ], [ -122.316256, 37.91299 ], [ -122.316401, 37.913066 ], [ -122.316174, 37.913339 ], [ -122.31611, 37.913305 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5046.0, "Shape_area": 5046.0360654100004, "Shape_len": 301.46792506999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321907, 37.913177 ], [ -122.322098, 37.912946 ], [ -122.322207, 37.913003 ], [ -122.322242, 37.913021 ], [ -122.322053, 37.913254 ], [ -122.321907, 37.913177 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9027.0, "Shape_area": 9027.4411085299998, "Shape_len": 391.54356071500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315227, 37.913244 ], [ -122.315458, 37.912966 ], [ -122.315519, 37.912998 ], [ -122.315674, 37.913078 ], [ -122.315442, 37.913357 ], [ -122.315227, 37.913244 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5037.0, "Shape_area": 5036.6545090199998, "Shape_len": 300.76658250100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352592, 37.944453 ], [ -122.352592, 37.944446 ], [ -122.352591, 37.944189 ], [ -122.35259, 37.944179 ], [ -122.352676, 37.944179 ], [ -122.352765, 37.944179 ], [ -122.352765, 37.944187 ], [ -122.352767, 37.944444 ], [ -122.352767, 37.944453 ], [ -122.352592, 37.944453 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5032.0, "Shape_area": 5031.7590751799999, "Shape_len": 301.55264930200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334155, 37.944735 ], [ -122.334161, 37.944668 ], [ -122.334167, 37.944596 ], [ -122.334516, 37.944599 ], [ -122.334504, 37.944734 ], [ -122.334155, 37.944735 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5582.0, "Shape_area": 5581.74512254, "Shape_len": 333.45279480900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327933, 37.945002 ], [ -122.328323, 37.944886 ], [ -122.32838, 37.945004 ], [ -122.327989, 37.945122 ], [ -122.327933, 37.945002 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5024.0, "Shape_area": 5023.72451189, "Shape_len": 300.60754416700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351029, 37.944178 ], [ -122.351029, 37.943903 ], [ -122.351203, 37.943903 ], [ -122.351203, 37.944178 ], [ -122.351029, 37.944178 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7264.0, "Shape_area": 7263.7104730800002, "Shape_len": 353.37882295499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.345134, 37.944272 ], [ -122.34513, 37.943966 ], [ -122.345219, 37.943965 ], [ -122.345357, 37.943965 ], [ -122.345359, 37.944271 ], [ -122.345134, 37.944272 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5029.0, "Shape_area": 5029.2209145699999, "Shape_len": 301.31584508200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322792, 37.913157 ], [ -122.323087, 37.913008 ], [ -122.32318, 37.913124 ], [ -122.322886, 37.913273 ], [ -122.322792, 37.913157 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5847.0, "Shape_area": 5846.7223830399998, "Shape_len": 336.29807865800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3164, 37.913457 ], [ -122.316319, 37.913414 ], [ -122.316546, 37.913141 ], [ -122.316688, 37.913215 ], [ -122.316461, 37.913488 ], [ -122.3164, 37.913457 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5129.0, "Shape_area": 5128.9876518600004, "Shape_len": 300.54952382599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.362171, 37.944005 ], [ -122.362171, 37.943936 ], [ -122.362171, 37.94386 ], [ -122.362181, 37.943861 ], [ -122.3625, 37.943863 ], [ -122.36251, 37.943863 ], [ -122.36251, 37.944006 ], [ -122.3625, 37.944006 ], [ -122.362181, 37.944005 ], [ -122.362171, 37.944005 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5011.0, "Shape_area": 5010.5341912800004, "Shape_len": 300.344628785, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351549, 37.944178 ], [ -122.351462, 37.944178 ], [ -122.351462, 37.944169 ], [ -122.351462, 37.943915 ], [ -122.351462, 37.943903 ], [ -122.351636, 37.943902 ], [ -122.351636, 37.943913 ], [ -122.351636, 37.944177 ], [ -122.351549, 37.944178 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6133.0, "Shape_area": 6132.7225619199999, "Shape_len": 341.32443535099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315741, 37.913113 ], [ -122.315968, 37.91284 ], [ -122.316112, 37.912915 ], [ -122.315894, 37.913193 ], [ -122.315741, 37.913113 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5009.0, "Shape_area": 5008.9125314000003, "Shape_len": 299.21442610899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318346, 37.913095 ], [ -122.318534, 37.912867 ], [ -122.318607, 37.912905 ], [ -122.31868, 37.912944 ], [ -122.318493, 37.913171 ], [ -122.318346, 37.913095 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5025.0, "Shape_area": 5024.9306768500001, "Shape_len": 301.197864498, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3201, 37.912856 ], [ -122.320243, 37.912932 ], [ -122.320053, 37.913164 ], [ -122.319908, 37.913088 ], [ -122.3201, 37.912856 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9079.0, "Shape_area": 9078.7383041499997, "Shape_len": 392.33973869499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31501, 37.913131 ], [ -122.315242, 37.912853 ], [ -122.315308, 37.912888 ], [ -122.315375, 37.912923 ], [ -122.315458, 37.912966 ], [ -122.315227, 37.913244 ], [ -122.31501, 37.913131 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5204.0, "Shape_area": 5204.1858593200004, "Shape_len": 304.263099178, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320633, 37.913137 ], [ -122.320529, 37.913082 ], [ -122.320719, 37.912852 ], [ -122.320869, 37.91293 ], [ -122.320679, 37.913161 ], [ -122.320633, 37.913137 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5110.0, "Shape_area": 5109.6012910299996, "Shape_len": 302.32346407099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351636, 37.944177 ], [ -122.351636, 37.943913 ], [ -122.351636, 37.943902 ], [ -122.351813, 37.943902 ], [ -122.351813, 37.94391 ], [ -122.351812, 37.944177 ], [ -122.351636, 37.944177 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5170.0, "Shape_area": 5169.5757886600004, "Shape_len": 307.08735731299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.312296, 37.913051 ], [ -122.312155, 37.913049 ], [ -122.312263, 37.913003 ], [ -122.312296, 37.913051 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5018.0, "Shape_area": 5018.0085513000004, "Shape_len": 300.49681004399997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351812, 37.944177 ], [ -122.351813, 37.94391 ], [ -122.351813, 37.943902 ], [ -122.351986, 37.943902 ], [ -122.351987, 37.944177 ], [ -122.351977, 37.944177 ], [ -122.351812, 37.944177 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5029.0, "Shape_area": 5028.5602525000004, "Shape_len": 301.30552628100003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322699, 37.913042 ], [ -122.322993, 37.912893 ], [ -122.323087, 37.913008 ], [ -122.322792, 37.913157 ], [ -122.322699, 37.913042 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5794.0, "Shape_area": 5793.9878978899997, "Shape_len": 335.59670272199997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315894, 37.913193 ], [ -122.316112, 37.912915 ], [ -122.316256, 37.91299 ], [ -122.316032, 37.913265 ], [ -122.315894, 37.913193 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5024.0, "Shape_area": 5024.0953225499998, "Shape_len": 302.22071589400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.363729, 37.944086 ], [ -122.363563, 37.944085 ], [ -122.363552, 37.944085 ], [ -122.363552, 37.943935 ], [ -122.363563, 37.943936 ], [ -122.363903, 37.943964 ], [ -122.363903, 37.944088 ], [ -122.363729, 37.944086 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5965.0, "Shape_area": 5964.64202097, "Shape_len": 318.17663578600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.313819, 37.913344 ], [ -122.313819, 37.913209 ], [ -122.313818, 37.913073 ], [ -122.314028, 37.913072 ], [ -122.314029, 37.913343 ], [ -122.313819, 37.913344 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5163.0, "Shape_area": 5163.3568876500003, "Shape_len": 306.29390526999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335563, 37.944527 ], [ -122.335575, 37.944389 ], [ -122.335932, 37.944389 ], [ -122.335918, 37.944527 ], [ -122.335563, 37.944527 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5152.0, "Shape_area": 5151.9065658500003, "Shape_len": 305.6100588, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335918, 37.944527 ], [ -122.335932, 37.944389 ], [ -122.336288, 37.944389 ], [ -122.336272, 37.944527 ], [ -122.335918, 37.944527 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5894.0, "Shape_area": 5893.9939725699996, "Shape_len": 316.66988530399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314029, 37.913343 ], [ -122.314028, 37.913072 ], [ -122.314233, 37.913071 ], [ -122.314238, 37.913341 ], [ -122.314029, 37.913343 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 8525.0, "Shape_area": 8524.6540742399993, "Shape_len": 405.498507566, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314618, 37.913395 ], [ -122.314617, 37.913091 ], [ -122.315032, 37.913307 ], [ -122.315032, 37.913395 ], [ -122.314618, 37.913395 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7608.0, "Shape_area": 7608.4213878199998, "Shape_len": 352.44915184600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320887, 37.913271 ], [ -122.320748, 37.913197 ], [ -122.320938, 37.912967 ], [ -122.321157, 37.913081 ], [ -122.320966, 37.913312 ], [ -122.320887, 37.913271 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5853.0, "Shape_area": 5853.2019192500002, "Shape_len": 314.30113287900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330002, 37.944594 ], [ -122.33, 37.94459 ], [ -122.329971, 37.944533 ], [ -122.330282, 37.944435 ], [ -122.330358, 37.94459 ], [ -122.330047, 37.944688 ], [ -122.330002, 37.944594 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5951.0, "Shape_area": 5951.4866029000004, "Shape_len": 338.104740574, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316257, 37.913382 ], [ -122.316174, 37.913339 ], [ -122.316401, 37.913066 ], [ -122.316546, 37.913141 ], [ -122.316319, 37.913414 ], [ -122.316257, 37.913382 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6667.0, "Shape_area": 6666.8848039499999, "Shape_len": 350.56260133500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327807, 37.944736 ], [ -122.327745, 37.944604 ], [ -122.327819, 37.944582 ], [ -122.327973, 37.944536 ], [ -122.328133, 37.944489 ], [ -122.328201, 37.944631 ], [ -122.327813, 37.944748 ], [ -122.327807, 37.944736 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5283.0, "Shape_area": 5282.6422332399998, "Shape_len": 310.76596656499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332392, 37.944672 ], [ -122.332391, 37.944569 ], [ -122.332391, 37.944533 ], [ -122.332757, 37.944534 ], [ -122.332754, 37.944672 ], [ -122.332392, 37.944672 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5044.0, "Shape_area": 5044.17223698, "Shape_len": 301.68397616200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337651, 37.944594 ], [ -122.337659, 37.944525 ], [ -122.337666, 37.944454 ], [ -122.338014, 37.944454 ], [ -122.337999, 37.944591 ], [ -122.337651, 37.944594 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5185.0, "Shape_area": 5184.52125101, "Shape_len": 305.59816547399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.361818, 37.94421 ], [ -122.361817, 37.94407 ], [ -122.361828, 37.94407 ], [ -122.362171, 37.944073 ], [ -122.362171, 37.944213 ], [ -122.361828, 37.94421 ], [ -122.361818, 37.94421 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5027.0, "Shape_area": 5026.6624485100001, "Shape_len": 300.85491202200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.361302, 37.944341 ], [ -122.361302, 37.944333 ], [ -122.361302, 37.944066 ], [ -122.361477, 37.944067 ], [ -122.361477, 37.944075 ], [ -122.361474, 37.944334 ], [ -122.361474, 37.944342 ], [ -122.361302, 37.944341 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5006.0, "Shape_area": 5005.8292965199998, "Shape_len": 301.07714749299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354237, 37.944455 ], [ -122.354237, 37.944177 ], [ -122.354324, 37.944177 ], [ -122.354409, 37.944177 ], [ -122.35441, 37.944455 ], [ -122.354237, 37.944455 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6459.0, "Shape_area": 6458.8059282200002, "Shape_len": 332.578888522, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332929, 37.9446 ], [ -122.332932, 37.944431 ], [ -122.333297, 37.944429 ], [ -122.333292, 37.944531 ], [ -122.333288, 37.944601 ], [ -122.332929, 37.9446 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5471.0, "Shape_area": 5470.6707877999997, "Shape_len": 330.80714418600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314029, 37.913469 ], [ -122.314029, 37.913445 ], [ -122.314029, 37.913343 ], [ -122.314238, 37.913341 ], [ -122.314444, 37.91334 ], [ -122.314444, 37.913465 ], [ -122.314029, 37.913469 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6022.0, "Shape_area": 6022.2120368300002, "Shape_len": 342.34508169200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316168, 37.913736 ], [ -122.3164, 37.913457 ], [ -122.316461, 37.913488 ], [ -122.316544, 37.913531 ], [ -122.316312, 37.91381 ], [ -122.316168, 37.913736 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5863.0, "Shape_area": 5863.2623945799996, "Shape_len": 314.46974633899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329927, 37.944443 ], [ -122.329895, 37.944377 ], [ -122.330206, 37.944279 ], [ -122.330274, 37.944419 ], [ -122.330282, 37.944435 ], [ -122.329971, 37.944533 ], [ -122.329927, 37.944443 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5117.0, "Shape_area": 5116.6855984699996, "Shape_len": 302.71382830499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352765, 37.944179 ], [ -122.352676, 37.944179 ], [ -122.352676, 37.944171 ], [ -122.352673, 37.943911 ], [ -122.352673, 37.943903 ], [ -122.352851, 37.943903 ], [ -122.352851, 37.943911 ], [ -122.352851, 37.944172 ], [ -122.352851, 37.944178 ], [ -122.352765, 37.944179 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9250.0, "Shape_area": 9250.1140437899994, "Shape_len": 395.25646293599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315442, 37.913357 ], [ -122.315674, 37.913078 ], [ -122.315741, 37.913113 ], [ -122.315894, 37.913193 ], [ -122.315663, 37.913472 ], [ -122.315442, 37.913357 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5112.0, "Shape_area": 5112.2052160699996, "Shape_len": 301.72129478199997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354755, 37.944177 ], [ -122.354753, 37.943903 ], [ -122.354933, 37.943903 ], [ -122.354932, 37.944176 ], [ -122.354755, 37.944177 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5006.0, "Shape_area": 5006.1069483199999, "Shape_len": 298.80319895500003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318851, 37.913358 ], [ -122.319041, 37.913132 ], [ -122.319116, 37.913171 ], [ -122.319188, 37.913209 ], [ -122.318997, 37.913434 ], [ -122.318851, 37.913358 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5083.0, "Shape_area": 5083.0121335699996, "Shape_len": 302.36536274999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336454, 37.944459 ], [ -122.336469, 37.944321 ], [ -122.336817, 37.94432 ], [ -122.336802, 37.94446 ], [ -122.336454, 37.944459 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5035.0, "Shape_area": 5035.0172605799999, "Shape_len": 300.15348647299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336802, 37.94446 ], [ -122.336817, 37.94432 ], [ -122.337161, 37.94432 ], [ -122.337145, 37.94446 ], [ -122.336802, 37.94446 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5069.0, "Shape_area": 5068.8801031399998, "Shape_len": 300.75143097900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.355278, 37.944176 ], [ -122.355277, 37.943903 ], [ -122.355454, 37.943903 ], [ -122.355455, 37.944176 ], [ -122.355278, 37.944176 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6659.0, "Shape_area": 6658.7521962600003, "Shape_len": 350.55478029900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314618, 37.913549 ], [ -122.314618, 37.913395 ], [ -122.315032, 37.913395 ], [ -122.315033, 37.913547 ], [ -122.314618, 37.913549 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5111.0, "Shape_area": 5111.1437545099998, "Shape_len": 304.206589468, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.361817, 37.94407 ], [ -122.361817, 37.943932 ], [ -122.361828, 37.943932 ], [ -122.36216, 37.943936 ], [ -122.362171, 37.943936 ], [ -122.362171, 37.944005 ], [ -122.362171, 37.944073 ], [ -122.361828, 37.94407 ], [ -122.361817, 37.94407 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5138.0, "Shape_area": 5137.9204525599998, "Shape_len": 303.63099880800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32227, 37.913367 ], [ -122.32246, 37.913135 ], [ -122.322608, 37.913212 ], [ -122.322417, 37.913444 ], [ -122.32227, 37.913367 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5150.0, "Shape_area": 5149.8832928900001, "Shape_len": 304.05107198799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321164, 37.913416 ], [ -122.321109, 37.913388 ], [ -122.3213, 37.913155 ], [ -122.321448, 37.913232 ], [ -122.321256, 37.913465 ], [ -122.321164, 37.913416 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6185.0, "Shape_area": 6185.3418773499998, "Shape_len": 344.93061781500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315878, 37.913584 ], [ -122.31611, 37.913305 ], [ -122.316174, 37.913339 ], [ -122.316257, 37.913382 ], [ -122.316025, 37.913661 ], [ -122.315878, 37.913584 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6224.0, "Shape_area": 6224.2402102699998, "Shape_len": 324.16029416100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.363211, 37.944079 ], [ -122.363033, 37.944078 ], [ -122.363033, 37.943976 ], [ -122.363033, 37.943892 ], [ -122.363043, 37.943893 ], [ -122.363365, 37.943919 ], [ -122.363375, 37.94392 ], [ -122.363376, 37.94408 ], [ -122.363365, 37.94408 ], [ -122.363211, 37.944079 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6165.0, "Shape_area": 6164.71975544, "Shape_len": 323.05430037999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319905, 37.913582 ], [ -122.319761, 37.913507 ], [ -122.31995, 37.913278 ], [ -122.320127, 37.913371 ], [ -122.319942, 37.913602 ], [ -122.319905, 37.913582 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5100.0, "Shape_area": 5100.2864440800004, "Shape_len": 303.40254541299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321396, 37.913539 ], [ -122.321326, 37.913502 ], [ -122.32152, 37.91327 ], [ -122.321665, 37.913345 ], [ -122.321472, 37.913579 ], [ -122.321396, 37.913539 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5846.0, "Shape_area": 5845.7514901699997, "Shape_len": 349.75187221099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315034, 37.913687 ], [ -122.315033, 37.913647 ], [ -122.315033, 37.913547 ], [ -122.315032, 37.913395 ], [ -122.315032, 37.913307 ], [ -122.315199, 37.913394 ], [ -122.315198, 37.913686 ], [ -122.315034, 37.913687 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5924.0, "Shape_area": 5924.2358983699996, "Shape_len": 322.819664864, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315198, 37.913686 ], [ -122.315199, 37.913394 ], [ -122.315448, 37.913524 ], [ -122.315449, 37.913684 ], [ -122.315198, 37.913686 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5266.0, "Shape_area": 5266.1775741499996, "Shape_len": 309.70168194399997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328388, 37.94456 ], [ -122.328728, 37.944459 ], [ -122.328788, 37.944589 ], [ -122.32845, 37.94469 ], [ -122.328388, 37.94456 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5761.0, "Shape_area": 5761.0946304999998, "Shape_len": 335.72949243699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314445, 37.913713 ], [ -122.314165, 37.913636 ], [ -122.314046, 37.913595 ], [ -122.314444, 37.91359 ], [ -122.314445, 37.913713 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5035.0, "Shape_area": 5035.4827390800001, "Shape_len": 300.51855998500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318422, 37.913627 ], [ -122.318349, 37.913588 ], [ -122.318538, 37.913359 ], [ -122.318684, 37.913435 ], [ -122.318495, 37.913665 ], [ -122.318422, 37.913627 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5242.0, "Shape_area": 5241.8824420299998, "Shape_len": 309.399152732, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333284, 37.94467 ], [ -122.333288, 37.944601 ], [ -122.333292, 37.944531 ], [ -122.333656, 37.94453 ], [ -122.333644, 37.944667 ], [ -122.333284, 37.94467 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5077.0, "Shape_area": 5076.8922386100003, "Shape_len": 303.27998786000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321545, 37.913617 ], [ -122.321737, 37.913383 ], [ -122.321882, 37.913459 ], [ -122.321689, 37.913692 ], [ -122.321545, 37.913617 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5053.0, "Shape_area": 5052.8187037300004, "Shape_len": 300.96804342299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318709, 37.913777 ], [ -122.318898, 37.913547 ], [ -122.319045, 37.913624 ], [ -122.318855, 37.913854 ], [ -122.318709, 37.913777 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5010.0, "Shape_area": 5010.3948451099996, "Shape_len": 299.42614640199997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348641, 37.944457 ], [ -122.348641, 37.944185 ], [ -122.348816, 37.944185 ], [ -122.348816, 37.944457 ], [ -122.348641, 37.944457 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5961.0, "Shape_area": 5961.0264784000001, "Shape_len": 340.08183417100003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327989, 37.945122 ], [ -122.32838, 37.945004 ], [ -122.328441, 37.945131 ], [ -122.328049, 37.945249 ], [ -122.327989, 37.945122 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5941.0, "Shape_area": 5941.2772195899997, "Shape_len": 339.35131459399997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326444, 37.945147 ], [ -122.326454, 37.945144 ], [ -122.326833, 37.945029 ], [ -122.326894, 37.945156 ], [ -122.326515, 37.945271 ], [ -122.326504, 37.945274 ], [ -122.326444, 37.945147 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6126.0, "Shape_area": 6126.1468352700003, "Shape_len": 327.674846215, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349857, 37.944908 ], [ -122.349857, 37.944617 ], [ -122.350058, 37.944617 ], [ -122.350057, 37.944908 ], [ -122.349857, 37.944908 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6017.0, "Shape_area": 6017.2346144499998, "Shape_len": 342.21431488000002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316025, 37.913661 ], [ -122.316257, 37.913382 ], [ -122.316319, 37.913414 ], [ -122.3164, 37.913457 ], [ -122.316168, 37.913736 ], [ -122.316025, 37.913661 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5187.0, "Shape_area": 5186.7061821200004, "Shape_len": 307.76049955500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350421, 37.944904 ], [ -122.350334, 37.944904 ], [ -122.350334, 37.944618 ], [ -122.350506, 37.944618 ], [ -122.350508, 37.944904 ], [ -122.350421, 37.944904 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5745.0, "Shape_area": 5744.62582948, "Shape_len": 321.64516357600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339105, 37.944791 ], [ -122.339101, 37.945087 ], [ -122.338916, 37.945085 ], [ -122.338918, 37.944792 ], [ -122.339105, 37.944791 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5051.0, "Shape_area": 5051.2915451700001, "Shape_len": 301.02725854800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350507, 37.944453 ], [ -122.350506, 37.944179 ], [ -122.350594, 37.944179 ], [ -122.350682, 37.944179 ], [ -122.350682, 37.944453 ], [ -122.350507, 37.944453 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5096.0, "Shape_area": 5095.9773711099997, "Shape_len": 301.98788933899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350682, 37.944453 ], [ -122.350682, 37.944179 ], [ -122.350769, 37.944179 ], [ -122.350858, 37.944178 ], [ -122.350859, 37.944453 ], [ -122.350682, 37.944453 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6326.0, "Shape_area": 6326.3381771900004, "Shape_len": 326.46693366, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320051, 37.913659 ], [ -122.319942, 37.913602 ], [ -122.320127, 37.913371 ], [ -122.320313, 37.913467 ], [ -122.320123, 37.913697 ], [ -122.320051, 37.913659 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6169.0, "Shape_area": 6169.3304821299998, "Shape_len": 344.01361819200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327352, 37.944721 ], [ -122.327363, 37.944718 ], [ -122.327507, 37.944675 ], [ -122.327659, 37.94463 ], [ -122.327745, 37.944604 ], [ -122.327807, 37.944736 ], [ -122.327415, 37.944852 ], [ -122.327352, 37.944721 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5164.0, "Shape_area": 5163.5391504999998, "Shape_len": 325.94228067099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315034, 37.913805 ], [ -122.315034, 37.91376 ], [ -122.315034, 37.913687 ], [ -122.315198, 37.913686 ], [ -122.315449, 37.913684 ], [ -122.31545, 37.913803 ], [ -122.315034, 37.913805 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5012.0, "Shape_area": 5011.7479780800004, "Shape_len": 300.51203638099997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353025, 37.944453 ], [ -122.353025, 37.944447 ], [ -122.353025, 37.944178 ], [ -122.353198, 37.944178 ], [ -122.353199, 37.944445 ], [ -122.353199, 37.944453 ], [ -122.353025, 37.944453 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5868.0, "Shape_area": 5868.4804389000001, "Shape_len": 328.53411978100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323069, 37.9135 ], [ -122.323333, 37.913364 ], [ -122.32335, 37.913474 ], [ -122.323332, 37.913674 ], [ -122.323261, 37.913721 ], [ -122.323069, 37.9135 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5998.0, "Shape_area": 5997.9056809000003, "Shape_len": 327.734895795, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343522, 37.945076 ], [ -122.343522, 37.945067 ], [ -122.343519, 37.944789 ], [ -122.343519, 37.944777 ], [ -122.343711, 37.944777 ], [ -122.343711, 37.944786 ], [ -122.343713, 37.945065 ], [ -122.343713, 37.945075 ], [ -122.343522, 37.945076 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5092.0, "Shape_area": 5091.5308528100004, "Shape_len": 312.59344935199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322859, 37.914301 ], [ -122.322963, 37.914023 ], [ -122.323105, 37.914099 ], [ -122.323009, 37.914379 ], [ -122.322859, 37.914301 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7755.0, "Shape_area": 7754.6727704599998, "Shape_len": 416.03957556799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322562, 37.91352 ], [ -122.322724, 37.913324 ], [ -122.32302, 37.913693 ], [ -122.323028, 37.913712 ], [ -122.323017, 37.913731 ], [ -122.32299, 37.913744 ], [ -122.322968, 37.913733 ], [ -122.322562, 37.91352 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5112.0, "Shape_area": 5112.4763449700004, "Shape_len": 304.203708296, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321689, 37.913692 ], [ -122.321882, 37.913459 ], [ -122.322027, 37.913534 ], [ -122.321833, 37.913769 ], [ -122.321689, 37.913692 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5164.0, "Shape_area": 5163.86190678, "Shape_len": 303.64661547100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.360955, 37.944063 ], [ -122.360966, 37.944063 ], [ -122.361136, 37.944064 ], [ -122.361136, 37.944073 ], [ -122.361132, 37.944332 ], [ -122.361131, 37.94434 ], [ -122.360956, 37.944339 ], [ -122.360955, 37.944063 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5409.0, "Shape_area": 5409.2968263800003, "Shape_len": 329.873471263, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327813, 37.944748 ], [ -122.328201, 37.944631 ], [ -122.328257, 37.944747 ], [ -122.327868, 37.944864 ], [ -122.327813, 37.944748 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5046.0, "Shape_area": 5046.1213643199999, "Shape_len": 301.83202841999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354064, 37.944455 ], [ -122.354064, 37.944178 ], [ -122.354237, 37.944177 ], [ -122.354237, 37.944455 ], [ -122.354064, 37.944455 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5026.0, "Shape_area": 5025.8641956399997, "Shape_len": 300.191268992, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319718, 37.913812 ], [ -122.319905, 37.913582 ], [ -122.319942, 37.913602 ], [ -122.320051, 37.913659 ], [ -122.319862, 37.913889 ], [ -122.319718, 37.913812 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5104.0, "Shape_area": 5103.5989831400002, "Shape_len": 303.05745329899997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.35441, 37.944455 ], [ -122.354409, 37.944177 ], [ -122.354584, 37.944177 ], [ -122.354585, 37.944454 ], [ -122.35441, 37.944455 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5039.0, "Shape_area": 5038.7875036100004, "Shape_len": 301.36378495700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331536, 37.944811 ], [ -122.331446, 37.944811 ], [ -122.33144, 37.944673 ], [ -122.331789, 37.944673 ], [ -122.331794, 37.94481 ], [ -122.331536, 37.944811 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5108.0, "Shape_area": 5108.4820796000004, "Shape_len": 303.24115045100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354757, 37.944454 ], [ -122.354755, 37.944177 ], [ -122.354932, 37.944176 ], [ -122.354931, 37.944454 ], [ -122.354757, 37.944454 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5087.0, "Shape_area": 5087.3418992099996, "Shape_len": 302.86619571699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354931, 37.944454 ], [ -122.354932, 37.944176 ], [ -122.355105, 37.944176 ], [ -122.355106, 37.944454 ], [ -122.354931, 37.944454 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5160.0, "Shape_area": 5159.6513063000002, "Shape_len": 304.042911694, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33668, 37.944803 ], [ -122.336416, 37.944803 ], [ -122.336431, 37.944662 ], [ -122.33678, 37.944662 ], [ -122.336776, 37.944697 ], [ -122.336764, 37.944802 ], [ -122.33668, 37.944803 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6069.0, "Shape_area": 6069.1925573999997, "Shape_len": 332.99980871100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339296, 37.944762 ], [ -122.339296, 37.944453 ], [ -122.339483, 37.944453 ], [ -122.339483, 37.944762 ], [ -122.339296, 37.944762 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6195.0, "Shape_area": 6195.3939930200004, "Shape_len": 335.28325719399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339583, 37.944762 ], [ -122.339582, 37.944453 ], [ -122.339773, 37.944453 ], [ -122.339774, 37.944762 ], [ -122.339583, 37.944762 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5560.0, "Shape_area": 5559.5783387399997, "Shape_len": 333.08046452299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316042, 37.914251 ], [ -122.316041, 37.914175 ], [ -122.316041, 37.914124 ], [ -122.316153, 37.914123 ], [ -122.316459, 37.914121 ], [ -122.316458, 37.914248 ], [ -122.316042, 37.914251 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5111.0, "Shape_area": 5111.17255991, "Shape_len": 302.629361883, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321208, 37.914265 ], [ -122.3214, 37.914034 ], [ -122.321547, 37.914111 ], [ -122.321356, 37.914342 ], [ -122.321208, 37.914265 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6302.0, "Shape_area": 6301.7771424499997, "Shape_len": 337.271201932, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340247, 37.944762 ], [ -122.340245, 37.944452 ], [ -122.340438, 37.944452 ], [ -122.340441, 37.944761 ], [ -122.340247, 37.944762 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6110.0, "Shape_area": 6110.28652212, "Shape_len": 342.22426203700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327537, 37.945108 ], [ -122.327928, 37.944992 ], [ -122.327933, 37.945002 ], [ -122.327989, 37.945122 ], [ -122.3276, 37.94524 ], [ -122.327537, 37.945108 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5313.0, "Shape_area": 5313.1589162199998, "Shape_len": 311.76232475299997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348817, 37.944908 ], [ -122.348817, 37.944618 ], [ -122.348991, 37.944618 ], [ -122.348991, 37.944908 ], [ -122.348817, 37.944908 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5253.0, "Shape_area": 5252.8919565599999, "Shape_len": 310.63603675899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348991, 37.944908 ], [ -122.348991, 37.944618 ], [ -122.349164, 37.944618 ], [ -122.349164, 37.944908 ], [ -122.348991, 37.944908 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5139.0, "Shape_area": 5139.1333509599999, "Shape_len": 308.49700255400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349164, 37.944908 ], [ -122.349164, 37.944618 ], [ -122.349332, 37.944618 ], [ -122.349333, 37.944907 ], [ -122.349164, 37.944908 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5317.0, "Shape_area": 5316.8547658500001, "Shape_len": 311.88026525100003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349333, 37.944907 ], [ -122.349332, 37.944618 ], [ -122.349507, 37.944617 ], [ -122.349508, 37.944907 ], [ -122.349333, 37.944907 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5322.0, "Shape_area": 5321.8352563600001, "Shape_len": 312.28195144699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349508, 37.944907 ], [ -122.349507, 37.944617 ], [ -122.349682, 37.944617 ], [ -122.349682, 37.944908 ], [ -122.349508, 37.944907 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5373.0, "Shape_area": 5372.9186213100002, "Shape_len": 313.51670227800003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349682, 37.944908 ], [ -122.349682, 37.944617 ], [ -122.349699, 37.944617 ], [ -122.349857, 37.944617 ], [ -122.349857, 37.944908 ], [ -122.349682, 37.944908 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5044.0, "Shape_area": 5044.1265701900002, "Shape_len": 303.070129442, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333098, 37.944807 ], [ -122.332925, 37.944806 ], [ -122.332928, 37.944673 ], [ -122.333284, 37.94467 ], [ -122.333277, 37.944807 ], [ -122.333098, 37.944807 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5927.0, "Shape_area": 5926.7033892400004, "Shape_len": 329.88322338299997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343616, 37.944749 ], [ -122.343616, 37.944741 ], [ -122.343613, 37.94445 ], [ -122.343613, 37.944441 ], [ -122.343797, 37.944441 ], [ -122.343797, 37.944448 ], [ -122.343799, 37.944741 ], [ -122.343799, 37.944748 ], [ -122.343616, 37.944749 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5858.0, "Shape_area": 5857.53183, "Shape_len": 492.25399678100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328764, 37.919468 ], [ -122.328779, 37.919448 ], [ -122.329066, 37.919589 ], [ -122.329142, 37.919497 ], [ -122.329434, 37.91964 ], [ -122.329341, 37.919758 ], [ -122.328764, 37.919468 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6368.0, "Shape_area": 6368.0673381300003, "Shape_len": 337.827495855, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343799, 37.944748 ], [ -122.343799, 37.944741 ], [ -122.343797, 37.944448 ], [ -122.343797, 37.944441 ], [ -122.343993, 37.94444 ], [ -122.343993, 37.94445 ], [ -122.343997, 37.944741 ], [ -122.343997, 37.944748 ], [ -122.343799, 37.944748 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6232.0, "Shape_area": 6232.4292378, "Shape_len": 335.505795562, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.344092, 37.944747 ], [ -122.344092, 37.94474 ], [ -122.344089, 37.944449 ], [ -122.344089, 37.944439 ], [ -122.344281, 37.944439 ], [ -122.344281, 37.944448 ], [ -122.344285, 37.94474 ], [ -122.344285, 37.944747 ], [ -122.344092, 37.944747 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6445.0, "Shape_area": 6444.6413228900001, "Shape_len": 347.474603032, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327928, 37.944992 ], [ -122.327868, 37.944864 ], [ -122.328257, 37.944747 ], [ -122.328323, 37.944886 ], [ -122.327933, 37.945002 ], [ -122.327928, 37.944992 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5290.0, "Shape_area": 5290.0591950899998, "Shape_len": 318.82662070499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.344401, 37.944746 ], [ -122.344401, 37.944738 ], [ -122.344402, 37.944446 ], [ -122.344402, 37.944438 ], [ -122.344563, 37.944437 ], [ -122.344563, 37.944446 ], [ -122.344567, 37.944739 ], [ -122.344567, 37.944746 ], [ -122.344401, 37.944746 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6097.0, "Shape_area": 6097.1885679300003, "Shape_len": 333.29070763499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.344665, 37.944746 ], [ -122.344665, 37.944739 ], [ -122.344661, 37.944448 ], [ -122.344661, 37.944437 ], [ -122.344851, 37.944436 ], [ -122.344851, 37.944445 ], [ -122.344852, 37.944738 ], [ -122.344852, 37.944745 ], [ -122.344665, 37.944746 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5235.0, "Shape_area": 5234.68380961, "Shape_len": 308.011516992, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333443, 37.944808 ], [ -122.333277, 37.944807 ], [ -122.333284, 37.94467 ], [ -122.333644, 37.944667 ], [ -122.333632, 37.944809 ], [ -122.333443, 37.944808 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5026.0, "Shape_area": 5025.8979313199998, "Shape_len": 288.22007596100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315626, 37.914177 ], [ -122.315624, 37.913945 ], [ -122.31583, 37.913941 ], [ -122.315831, 37.914176 ], [ -122.315626, 37.914177 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5913.0, "Shape_area": 5913.3625646299997, "Shape_len": 338.71069602099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326628, 37.945532 ], [ -122.326638, 37.945529 ], [ -122.327017, 37.945414 ], [ -122.327078, 37.945541 ], [ -122.326699, 37.945655 ], [ -122.326688, 37.945658 ], [ -122.326628, 37.945532 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6026.0, "Shape_area": 6026.15695461, "Shape_len": 341.38347754799997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328172, 37.945507 ], [ -122.328564, 37.945389 ], [ -122.328625, 37.945517 ], [ -122.32847, 37.945563 ], [ -122.328311, 37.945611 ], [ -122.328233, 37.945634 ], [ -122.328172, 37.945507 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5268.0, "Shape_area": 5268.4749700800003, "Shape_len": 309.06241316900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350808, 37.944903 ], [ -122.350765, 37.944903 ], [ -122.350764, 37.944618 ], [ -122.35094, 37.944618 ], [ -122.35094, 37.944903 ], [ -122.350808, 37.944903 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5064.0, "Shape_area": 5064.3136796600002, "Shape_len": 301.18434713599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335769, 37.949141 ], [ -122.335771, 37.948867 ], [ -122.335946, 37.948867 ], [ -122.335946, 37.949141 ], [ -122.335769, 37.949141 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5007.0, "Shape_area": 5006.6165631900003, "Shape_len": 300.08950680700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319167, 37.914348 ], [ -122.319262, 37.914232 ], [ -122.319355, 37.914118 ], [ -122.31943, 37.914157 ], [ -122.319502, 37.914195 ], [ -122.31931, 37.914423 ], [ -122.319167, 37.914348 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5119.0, "Shape_area": 5119.4960138799997, "Shape_len": 302.64158906400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.363033, 37.944353 ], [ -122.363033, 37.944345 ], [ -122.363033, 37.944078 ], [ -122.363211, 37.944079 ], [ -122.363211, 37.944087 ], [ -122.363208, 37.944346 ], [ -122.363208, 37.944354 ], [ -122.363033, 37.944353 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5661.0, "Shape_area": 5660.68698606, "Shape_len": 334.231998788, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315666, 37.914496 ], [ -122.315627, 37.914472 ], [ -122.315627, 37.914366 ], [ -122.316042, 37.914365 ], [ -122.316042, 37.914376 ], [ -122.316043, 37.914495 ], [ -122.315666, 37.914496 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5062.0, "Shape_area": 5061.9094329700001, "Shape_len": 301.089959255, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31931, 37.914423 ], [ -122.319502, 37.914195 ], [ -122.319574, 37.914232 ], [ -122.319646, 37.91427 ], [ -122.319459, 37.9145 ], [ -122.31931, 37.914423 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5004.0, "Shape_area": 5003.8685087800004, "Shape_len": 299.89842578899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.36373, 37.94436 ], [ -122.36373, 37.944352 ], [ -122.363729, 37.944094 ], [ -122.363729, 37.944086 ], [ -122.363903, 37.944088 ], [ -122.363904, 37.944354 ], [ -122.363904, 37.944362 ], [ -122.36373, 37.94436 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5102.0, "Shape_area": 5102.31349176, "Shape_len": 303.92276926300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335802, 37.944802 ], [ -122.335714, 37.944802 ], [ -122.335539, 37.944802 ], [ -122.335551, 37.944664 ], [ -122.335905, 37.944664 ], [ -122.335891, 37.944802 ], [ -122.335802, 37.944802 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5039.0, "Shape_area": 5039.3136602900004, "Shape_len": 302.47106573999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335976, 37.944801 ], [ -122.335891, 37.944802 ], [ -122.335905, 37.944664 ], [ -122.336257, 37.944665 ], [ -122.336242, 37.944801 ], [ -122.335976, 37.944801 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5002.0, "Shape_area": 5002.0747209399997, "Shape_len": 299.54542085999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321499, 37.913921 ], [ -122.321689, 37.913692 ], [ -122.321833, 37.913769 ], [ -122.321645, 37.913997 ], [ -122.321499, 37.913921 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7682.0, "Shape_area": 7682.2407664700004, "Shape_len": 354.79232561600003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322195, 37.913957 ], [ -122.322053, 37.913884 ], [ -122.322246, 37.913648 ], [ -122.322463, 37.913761 ], [ -122.322271, 37.913997 ], [ -122.322195, 37.913957 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6261.0, "Shape_area": 6261.1297120199997, "Shape_len": 336.38271125199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339103, 37.944762 ], [ -122.339103, 37.944453 ], [ -122.339296, 37.944453 ], [ -122.339296, 37.944762 ], [ -122.339103, 37.944762 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5928.0, "Shape_area": 5927.726376, "Shape_len": 336.79147085900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328511, 37.944818 ], [ -122.328895, 37.944703 ], [ -122.328956, 37.944831 ], [ -122.328574, 37.944948 ], [ -122.328511, 37.944818 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6642.0, "Shape_area": 6642.2914991400003, "Shape_len": 343.35585677400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340538, 37.944761 ], [ -122.340534, 37.944452 ], [ -122.340738, 37.944451 ], [ -122.340742, 37.944761 ], [ -122.340538, 37.944761 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5059.0, "Shape_area": 5058.8760390899997, "Shape_len": 301.190707637, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320007, 37.913965 ], [ -122.320193, 37.913734 ], [ -122.320214, 37.913745 ], [ -122.32034, 37.913811 ], [ -122.320152, 37.914042 ], [ -122.320007, 37.913965 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5050.0, "Shape_area": 5049.7020319599997, "Shape_len": 301.20900490600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31852, 37.914008 ], [ -122.318709, 37.913777 ], [ -122.318855, 37.913854 ], [ -122.318665, 37.914084 ], [ -122.31852, 37.914008 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5130.0, "Shape_area": 5130.13684173, "Shape_len": 302.90730126699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332571, 37.945084 ], [ -122.332569, 37.944809 ], [ -122.332751, 37.944808 ], [ -122.332744, 37.945083 ], [ -122.332571, 37.945084 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5101.0, "Shape_area": 5101.0134384800003, "Shape_len": 302.53775345899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320811, 37.914058 ], [ -122.3207, 37.914 ], [ -122.320891, 37.913769 ], [ -122.321038, 37.913846 ], [ -122.320847, 37.914076 ], [ -122.320811, 37.914058 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5004.0, "Shape_area": 5004.2723117100004, "Shape_len": 298.59829482700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333263, 37.945082 ], [ -122.333269, 37.944816 ], [ -122.333277, 37.944807 ], [ -122.333443, 37.944808 ], [ -122.333437, 37.945082 ], [ -122.333263, 37.945082 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5183.0, "Shape_area": 5182.9756823600001, "Shape_len": 303.45358493999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333437, 37.945082 ], [ -122.333443, 37.944808 ], [ -122.333632, 37.944809 ], [ -122.333609, 37.945081 ], [ -122.333437, 37.945082 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6167.0, "Shape_area": 6166.6313394899998, "Shape_len": 324.597372834, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.360028, 37.944666 ], [ -122.360029, 37.944499 ], [ -122.360367, 37.944503 ], [ -122.360382, 37.944503 ], [ -122.36038, 37.944669 ], [ -122.360365, 37.944669 ], [ -122.360028, 37.944666 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5029.0, "Shape_area": 5029.4356761099998, "Shape_len": 300.636251453, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334299, 37.945076 ], [ -122.334322, 37.944803 ], [ -122.334498, 37.944802 ], [ -122.334474, 37.945076 ], [ -122.334299, 37.945076 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6285.0, "Shape_area": 6284.5186046600002, "Shape_len": 336.78761063299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341463, 37.944757 ], [ -122.341464, 37.944448 ], [ -122.341657, 37.944447 ], [ -122.341657, 37.944757 ], [ -122.341463, 37.944757 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6106.0, "Shape_area": 6106.4551734799998, "Shape_len": 333.64238827100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341657, 37.944757 ], [ -122.341657, 37.944447 ], [ -122.341845, 37.944447 ], [ -122.341845, 37.944756 ], [ -122.341657, 37.944757 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5942.0, "Shape_area": 5941.8714840900002, "Shape_len": 325.35773150300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322556, 37.914145 ], [ -122.32249, 37.91411 ], [ -122.322683, 37.913876 ], [ -122.322805, 37.91394 ], [ -122.322705, 37.914222 ], [ -122.322556, 37.914145 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6153.0, "Shape_area": 6153.1952637000004, "Shape_len": 334.48995281499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341845, 37.944756 ], [ -122.341845, 37.944447 ], [ -122.342034, 37.944446 ], [ -122.342035, 37.944755 ], [ -122.341845, 37.944756 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6065.0, "Shape_area": 6065.1014697500004, "Shape_len": 342.01587124100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327415, 37.944852 ], [ -122.327807, 37.944736 ], [ -122.327813, 37.944748 ], [ -122.327868, 37.944864 ], [ -122.327477, 37.944981 ], [ -122.327415, 37.944852 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6134.0, "Shape_area": 6134.0277988099997, "Shape_len": 342.61311624500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326381, 37.945016 ], [ -122.326391, 37.945013 ], [ -122.326537, 37.944969 ], [ -122.326694, 37.944921 ], [ -122.326771, 37.944898 ], [ -122.326775, 37.944907 ], [ -122.326833, 37.945029 ], [ -122.326454, 37.945144 ], [ -122.326444, 37.945147 ], [ -122.326381, 37.945016 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5601.0, "Shape_area": 5600.5509643799996, "Shape_len": 324.78847663800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342948, 37.944752 ], [ -122.342948, 37.944743 ], [ -122.342947, 37.944452 ], [ -122.342947, 37.944442 ], [ -122.343119, 37.944441 ], [ -122.343121, 37.944751 ], [ -122.342948, 37.944752 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6199.0, "Shape_area": 6198.6655676, "Shape_len": 324.31731675600003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321063, 37.914189 ], [ -122.32103, 37.914171 ], [ -122.321221, 37.913941 ], [ -122.3214, 37.914034 ], [ -122.321208, 37.914265 ], [ -122.321063, 37.914189 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5054.0, "Shape_area": 5054.3158199, "Shape_len": 301.27743619500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32087, 37.914418 ], [ -122.321063, 37.914189 ], [ -122.321208, 37.914265 ], [ -122.321017, 37.914494 ], [ -122.32087, 37.914418 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5036.0, "Shape_area": 5036.0603886899999, "Shape_len": 300.22247539699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335865, 37.945517 ], [ -122.335865, 37.945244 ], [ -122.336041, 37.945244 ], [ -122.33604, 37.945517 ], [ -122.335865, 37.945517 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5031.0, "Shape_area": 5030.5275860600004, "Shape_len": 300.49015548699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335167, 37.949142 ], [ -122.335168, 37.948868 ], [ -122.335252, 37.948868 ], [ -122.335343, 37.948868 ], [ -122.335342, 37.949142 ], [ -122.335167, 37.949142 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6122.0, "Shape_area": 6122.0402536700003, "Shape_len": 344.35139806199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322156, 37.949229 ], [ -122.322498, 37.94908 ], [ -122.322628, 37.949183 ], [ -122.322239, 37.949352 ], [ -122.322156, 37.949229 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5909.0, "Shape_area": 5908.88624936, "Shape_len": 338.98948608000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318449, 37.914535 ], [ -122.31835, 37.914483 ], [ -122.318335, 37.914476 ], [ -122.318562, 37.914198 ], [ -122.318704, 37.914272 ], [ -122.318477, 37.914549 ], [ -122.318449, 37.914535 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9245.0, "Shape_area": 9245.0007538499995, "Shape_len": 393.99902134799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316043, 37.914588 ], [ -122.316043, 37.914495 ], [ -122.316042, 37.914376 ], [ -122.316458, 37.914375 ], [ -122.316458, 37.914586 ], [ -122.316043, 37.914588 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5202.0, "Shape_area": 5202.3468532799998, "Shape_len": 307.29829392200003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351634, 37.944902 ], [ -122.351547, 37.944902 ], [ -122.351547, 37.944894 ], [ -122.351547, 37.944627 ], [ -122.351547, 37.944618 ], [ -122.351721, 37.944618 ], [ -122.351721, 37.94463 ], [ -122.351722, 37.944759 ], [ -122.351722, 37.944893 ], [ -122.351722, 37.944902 ], [ -122.351634, 37.944902 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6338.0, "Shape_area": 6337.8563427899999, "Shape_len": 327.117851487, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320919, 37.914114 ], [ -122.320847, 37.914076 ], [ -122.321038, 37.913846 ], [ -122.321221, 37.913941 ], [ -122.32103, 37.914171 ], [ -122.320919, 37.914114 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7013.0, "Shape_area": 7013.1325673199999, "Shape_len": 345.21565606799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340645, 37.945083 ], [ -122.340645, 37.944788 ], [ -122.340871, 37.944788 ], [ -122.340873, 37.945082 ], [ -122.340645, 37.945083 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5210.0, "Shape_area": 5210.4935000699998, "Shape_len": 307.26502261399997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352419, 37.944903 ], [ -122.352328, 37.944903 ], [ -122.352328, 37.944894 ], [ -122.352327, 37.944628 ], [ -122.352327, 37.94462 ], [ -122.352501, 37.94462 ], [ -122.352501, 37.944625 ], [ -122.352504, 37.944903 ], [ -122.352419, 37.944903 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5262.0, "Shape_area": 5262.27729456, "Shape_len": 323.44783102700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339251, 37.945545 ], [ -122.339252, 37.945435 ], [ -122.339253, 37.94533 ], [ -122.339254, 37.945225 ], [ -122.339409, 37.945225 ], [ -122.339409, 37.945545 ], [ -122.339251, 37.945545 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5015.0, "Shape_area": 5014.84027066, "Shape_len": 300.5992185, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320364, 37.914154 ], [ -122.320556, 37.913925 ], [ -122.320629, 37.913963 ], [ -122.3207, 37.914 ], [ -122.320509, 37.91423 ], [ -122.320364, 37.914154 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5107.0, "Shape_area": 5106.6235661500004, "Shape_len": 302.05139021999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336464, 37.94914 ], [ -122.336465, 37.948866 ], [ -122.336642, 37.948866 ], [ -122.336641, 37.94914 ], [ -122.336464, 37.94914 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6137.0, "Shape_area": 6136.6120054100002, "Shape_len": 334.09475248500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.34495, 37.944745 ], [ -122.34495, 37.944735 ], [ -122.344948, 37.944445 ], [ -122.344948, 37.944436 ], [ -122.345136, 37.944435 ], [ -122.345141, 37.944744 ], [ -122.34495, 37.944745 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6053.0, "Shape_area": 6052.92570213, "Shape_len": 340.46636969899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326771, 37.944898 ], [ -122.326849, 37.944875 ], [ -122.327006, 37.944828 ], [ -122.327148, 37.944785 ], [ -122.327159, 37.944782 ], [ -122.327221, 37.944911 ], [ -122.32721, 37.944914 ], [ -122.326833, 37.945029 ], [ -122.326775, 37.944907 ], [ -122.326771, 37.944898 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5052.0, "Shape_area": 5052.2407058, "Shape_len": 300.65302993799997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319646, 37.91427 ], [ -122.319574, 37.914232 ], [ -122.319763, 37.914003 ], [ -122.319908, 37.91408 ], [ -122.319722, 37.91431 ], [ -122.319646, 37.91427 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5509.0, "Shape_area": 5509.2262771300002, "Shape_len": 331.95498598, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316042, 37.914376 ], [ -122.316042, 37.914365 ], [ -122.316042, 37.914268 ], [ -122.316042, 37.914251 ], [ -122.316458, 37.914248 ], [ -122.316458, 37.914375 ], [ -122.316042, 37.914376 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5949.0, "Shape_area": 5948.68880102, "Shape_len": 316.39313302300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330152, 37.944903 ], [ -122.330144, 37.944885 ], [ -122.330124, 37.944846 ], [ -122.330435, 37.944746 ], [ -122.330513, 37.944904 ], [ -122.330202, 37.945003 ], [ -122.330152, 37.944903 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5095.0, "Shape_area": 5095.0927517099999, "Shape_len": 303.77369036900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353899, 37.944901 ], [ -122.353897, 37.944621 ], [ -122.354072, 37.944621 ], [ -122.354071, 37.944901 ], [ -122.353899, 37.944901 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5201.0, "Shape_area": 5201.4703744300004, "Shape_len": 313.24779322099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342518, 37.94508 ], [ -122.342518, 37.945072 ], [ -122.342516, 37.94479 ], [ -122.342516, 37.944781 ], [ -122.342682, 37.94478 ], [ -122.342682, 37.94479 ], [ -122.342683, 37.94507 ], [ -122.342683, 37.945079 ], [ -122.342518, 37.94508 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5068.0, "Shape_area": 5068.4603157499996, "Shape_len": 301.76979542700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.36135, 37.944785 ], [ -122.361353, 37.944517 ], [ -122.361353, 37.944509 ], [ -122.361527, 37.944511 ], [ -122.361527, 37.944519 ], [ -122.361526, 37.944778 ], [ -122.361526, 37.944786 ], [ -122.36136, 37.944785 ], [ -122.36135, 37.944785 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5817.0, "Shape_area": 5817.0013950599996, "Shape_len": 336.32251502899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323643, 37.946577 ], [ -122.32403, 37.94646 ], [ -122.32409, 37.946586 ], [ -122.323702, 37.946702 ], [ -122.323643, 37.946577 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5103.0, "Shape_area": 5103.0820578800003, "Shape_len": 324.93125421600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.315878, 37.914612 ], [ -122.315762, 37.914553 ], [ -122.315666, 37.914496 ], [ -122.316043, 37.914495 ], [ -122.316043, 37.914588 ], [ -122.316043, 37.914611 ], [ -122.315878, 37.914612 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5189.0, "Shape_area": 5189.2072821499996, "Shape_len": 302.82926196800003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.347966, 37.946335 ], [ -122.347966, 37.946196 ], [ -122.347966, 37.946063 ], [ -122.348148, 37.946062 ], [ -122.348148, 37.946334 ], [ -122.347966, 37.946335 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5095.0, "Shape_area": 5095.3074452299998, "Shape_len": 303.991179069, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321718, 37.91453 ], [ -122.32191, 37.9143 ], [ -122.322077, 37.914387 ], [ -122.322104, 37.914414 ], [ -122.322107, 37.914442 ], [ -122.322088, 37.914472 ], [ -122.322053, 37.914487 ], [ -122.321736, 37.914539 ], [ -122.321718, 37.91453 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5921.0, "Shape_area": 5920.8409289600004, "Shape_len": 325.59779065800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3392, 37.945087 ], [ -122.339199, 37.944791 ], [ -122.339389, 37.94479 ], [ -122.339389, 37.945087 ], [ -122.3392, 37.945087 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7757.0, "Shape_area": 7757.4826659800001, "Shape_len": 356.96960172399997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351113, 37.944903 ], [ -122.35094, 37.944903 ], [ -122.35094, 37.944618 ], [ -122.3512, 37.944618 ], [ -122.3512, 37.944903 ], [ -122.351113, 37.944903 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5868.0, "Shape_area": 5868.1036992400004, "Shape_len": 335.74225915599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328697, 37.945205 ], [ -122.32908, 37.945089 ], [ -122.329141, 37.945217 ], [ -122.328757, 37.945332 ], [ -122.328697, 37.945205 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5172.0, "Shape_area": 5171.6385658700001, "Shape_len": 302.97807106900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.319744, 37.914649 ], [ -122.319932, 37.91442 ], [ -122.320014, 37.914463 ], [ -122.320083, 37.914499 ], [ -122.319894, 37.914727 ], [ -122.319744, 37.914649 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5817.0, "Shape_area": 5816.9046494200002, "Shape_len": 341.64238681, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322619, 37.914582 ], [ -122.322641, 37.914579 ], [ -122.322718, 37.914547 ], [ -122.322773, 37.914502 ], [ -122.32279, 37.914511 ], [ -122.323096, 37.914672 ], [ -122.323062, 37.914743 ], [ -122.322955, 37.91476 ], [ -122.322619, 37.914582 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 8974.0, "Shape_area": 8974.1853788999997, "Shape_len": 389.47502031300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31646, 37.914868 ], [ -122.316378, 37.914839 ], [ -122.316269, 37.914793 ], [ -122.31646, 37.914792 ], [ -122.31646, 37.914868 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5103.0, "Shape_area": 5103.1892096000001, "Shape_len": 301.59005641300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32037, 37.914649 ], [ -122.32056, 37.914421 ], [ -122.32071, 37.914499 ], [ -122.320516, 37.914726 ], [ -122.32037, 37.914649 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5985.0, "Shape_area": 5985.3905171400002, "Shape_len": 340.90135683199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328111, 37.945379 ], [ -122.328504, 37.945262 ], [ -122.328564, 37.945389 ], [ -122.328172, 37.945507 ], [ -122.328111, 37.945379 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 8985.0, "Shape_area": 8985.4252743100005, "Shape_len": 389.59516155400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.316269, 37.914793 ], [ -122.316063, 37.914706 ], [ -122.316044, 37.914696 ], [ -122.316043, 37.914611 ], [ -122.316043, 37.914588 ], [ -122.316458, 37.914586 ], [ -122.31646, 37.914792 ], [ -122.316269, 37.914793 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5036.0, "Shape_area": 5036.14704385, "Shape_len": 300.95460191900003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348818, 37.945183 ], [ -122.348817, 37.944908 ], [ -122.348991, 37.944908 ], [ -122.348992, 37.945183 ], [ -122.348818, 37.945183 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6074.0, "Shape_area": 6074.16225089, "Shape_len": 341.44723930399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326566, 37.945402 ], [ -122.326576, 37.945399 ], [ -122.326955, 37.945284 ], [ -122.327017, 37.945414 ], [ -122.326638, 37.945529 ], [ -122.326628, 37.945532 ], [ -122.326566, 37.945402 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5619.0, "Shape_area": 5619.26841969, "Shape_len": 352.77466118900003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320039, 37.914803 ], [ -122.320227, 37.914575 ], [ -122.32037, 37.914649 ], [ -122.320516, 37.914726 ], [ -122.320535, 37.914736 ], [ -122.320058, 37.914813 ], [ -122.320039, 37.914803 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5181.0, "Shape_area": 5181.2546235, "Shape_len": 307.10991994800003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351287, 37.944903 ], [ -122.3512, 37.944903 ], [ -122.3512, 37.944618 ], [ -122.351374, 37.944618 ], [ -122.351374, 37.944628 ], [ -122.351373, 37.944896 ], [ -122.351373, 37.944902 ], [ -122.351287, 37.944903 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5967.0, "Shape_area": 5967.12169309, "Shape_len": 339.098118242, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326894, 37.945156 ], [ -122.327271, 37.945041 ], [ -122.327281, 37.945038 ], [ -122.327342, 37.945166 ], [ -122.327332, 37.945169 ], [ -122.326955, 37.945284 ], [ -122.326894, 37.945156 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5937.0, "Shape_area": 5936.8959992099999, "Shape_len": 325.69340591700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339584, 37.945086 ], [ -122.339584, 37.94479 ], [ -122.339775, 37.94479 ], [ -122.339776, 37.945085 ], [ -122.339584, 37.945086 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5174.0, "Shape_area": 5174.4067647000002, "Shape_len": 306.86845223500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351461, 37.944902 ], [ -122.351373, 37.944902 ], [ -122.351373, 37.944896 ], [ -122.351374, 37.944628 ], [ -122.351374, 37.944618 ], [ -122.351547, 37.944618 ], [ -122.351547, 37.944627 ], [ -122.351547, 37.944894 ], [ -122.351547, 37.944902 ], [ -122.351461, 37.944902 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6177.0, "Shape_area": 6176.7343557699996, "Shape_len": 343.49895033899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325795, 37.945193 ], [ -122.325872, 37.945169 ], [ -122.326027, 37.945122 ], [ -122.326175, 37.945078 ], [ -122.326185, 37.945074 ], [ -122.326248, 37.945206 ], [ -122.326238, 37.945209 ], [ -122.325858, 37.945324 ], [ -122.325799, 37.945201 ], [ -122.325795, 37.945193 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6002.0, "Shape_area": 6002.1544552200003, "Shape_len": 321.10556018400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.360379, 37.944781 ], [ -122.360379, 37.944721 ], [ -122.36038, 37.944669 ], [ -122.360382, 37.944503 ], [ -122.360397, 37.944503 ], [ -122.360586, 37.944505 ], [ -122.360585, 37.944783 ], [ -122.360394, 37.944781 ], [ -122.360379, 37.944781 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5111.0, "Shape_area": 5111.2247164500004, "Shape_len": 302.38001048199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321017, 37.914494 ], [ -122.321208, 37.914265 ], [ -122.321356, 37.914342 ], [ -122.321165, 37.914571 ], [ -122.321017, 37.914494 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5112.0, "Shape_area": 5112.4936265799997, "Shape_len": 305.43349673, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352849, 37.944903 ], [ -122.352849, 37.944629 ], [ -122.352849, 37.944619 ], [ -122.353021, 37.944619 ], [ -122.353021, 37.944629 ], [ -122.353022, 37.944903 ], [ -122.352849, 37.944903 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6079.0, "Shape_area": 6079.1197314800002, "Shape_len": 341.80047065899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318555, 37.91459 ], [ -122.318477, 37.914549 ], [ -122.318704, 37.914272 ], [ -122.318853, 37.914349 ], [ -122.318621, 37.914624 ], [ -122.318555, 37.91459 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5195.0, "Shape_area": 5194.90674992, "Shape_len": 307.05168047500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353022, 37.944903 ], [ -122.353021, 37.944629 ], [ -122.353021, 37.944619 ], [ -122.353196, 37.944619 ], [ -122.353196, 37.94463 ], [ -122.353196, 37.944903 ], [ -122.353022, 37.944903 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5022.0, "Shape_area": 5021.9978807899997, "Shape_len": 301.68981167200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.360585, 37.944783 ], [ -122.360586, 37.944505 ], [ -122.360759, 37.944506 ], [ -122.360756, 37.944784 ], [ -122.360585, 37.944783 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5133.0, "Shape_area": 5133.0904546900001, "Shape_len": 303.191110186, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351284, 37.949182 ], [ -122.351283, 37.948906 ], [ -122.351461, 37.948906 ], [ -122.351461, 37.949182 ], [ -122.351284, 37.949182 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5087.0, "Shape_area": 5087.0000947600001, "Shape_len": 302.42448946299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351461, 37.949182 ], [ -122.351461, 37.948906 ], [ -122.351636, 37.948906 ], [ -122.351636, 37.948914 ], [ -122.351636, 37.949183 ], [ -122.351461, 37.949182 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5002.0, "Shape_area": 5002.1688501, "Shape_len": 299.457745918, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334654, 37.946411 ], [ -122.334654, 37.946273 ], [ -122.334999, 37.946274 ], [ -122.334999, 37.946412 ], [ -122.334654, 37.946411 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7686.0, "Shape_area": 7686.0264371399999, "Shape_len": 371.41586952599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31963, 37.915148 ], [ -122.319858, 37.914873 ], [ -122.320002, 37.914948 ], [ -122.319859, 37.915267 ], [ -122.31963, 37.915148 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5162.0, "Shape_area": 5161.8390996899998, "Shape_len": 306.43620145300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353196, 37.944903 ], [ -122.353196, 37.94463 ], [ -122.353196, 37.944619 ], [ -122.35337, 37.944619 ], [ -122.35337, 37.944628 ], [ -122.353369, 37.944903 ], [ -122.353196, 37.944903 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5133.0, "Shape_area": 5133.0010258900002, "Shape_len": 305.901061502, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353369, 37.944903 ], [ -122.35337, 37.944628 ], [ -122.35337, 37.944619 ], [ -122.353542, 37.944619 ], [ -122.353542, 37.944903 ], [ -122.353369, 37.944903 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5132.0, "Shape_area": 5132.2504872600002, "Shape_len": 303.43780780200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.360968, 37.944783 ], [ -122.36097, 37.944506 ], [ -122.361147, 37.944507 ], [ -122.361147, 37.944515 ], [ -122.361144, 37.944776 ], [ -122.361144, 37.944784 ], [ -122.360978, 37.944783 ], [ -122.360968, 37.944783 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5215.0, "Shape_area": 5214.6179330499999, "Shape_len": 312.94665576099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320516, 37.914726 ], [ -122.32071, 37.914499 ], [ -122.320867, 37.914581 ], [ -122.320905, 37.914607 ], [ -122.320925, 37.914624 ], [ -122.320928, 37.914651 ], [ -122.320913, 37.91467 ], [ -122.320887, 37.914678 ], [ -122.320535, 37.914736 ], [ -122.320516, 37.914726 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5745.0, "Shape_area": 5745.0880041099999, "Shape_len": 323.109675455, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342137, 37.945081 ], [ -122.342135, 37.944782 ], [ -122.342318, 37.944782 ], [ -122.34232, 37.94508 ], [ -122.342137, 37.945081 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5367.0, "Shape_area": 5367.21401186, "Shape_len": 310.46119634199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353542, 37.944903 ], [ -122.353542, 37.944619 ], [ -122.353723, 37.944619 ], [ -122.353722, 37.944903 ], [ -122.353542, 37.944903 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6043.0, "Shape_area": 6043.1820378900002, "Shape_len": 341.11578289900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318763, 37.914698 ], [ -122.318991, 37.914421 ], [ -122.319137, 37.914497 ], [ -122.318908, 37.914773 ], [ -122.318763, 37.914698 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6099.0, "Shape_area": 6099.0695622499998, "Shape_len": 329.840666801, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342803, 37.945079 ], [ -122.342803, 37.94507 ], [ -122.342801, 37.944788 ], [ -122.342801, 37.94478 ], [ -122.342995, 37.944779 ], [ -122.342995, 37.944788 ], [ -122.342996, 37.945068 ], [ -122.342996, 37.945078 ], [ -122.342803, 37.945079 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6071.0, "Shape_area": 6071.0743526599999, "Shape_len": 341.46979062899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.318908, 37.914773 ], [ -122.319137, 37.914497 ], [ -122.319282, 37.914573 ], [ -122.319055, 37.914849 ], [ -122.318908, 37.914773 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5095.0, "Shape_area": 5094.6359636400002, "Shape_len": 303.91009817299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354413, 37.944901 ], [ -122.354326, 37.944901 ], [ -122.354328, 37.944621 ], [ -122.354499, 37.944621 ], [ -122.354502, 37.944901 ], [ -122.354413, 37.944901 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5042.0, "Shape_area": 5042.3926289199999, "Shape_len": 303.02607315500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354761, 37.944901 ], [ -122.35476, 37.94462 ], [ -122.354931, 37.94462 ], [ -122.354932, 37.944901 ], [ -122.354761, 37.944901 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5936.0, "Shape_area": 5936.3550089600003, "Shape_len": 339.64395321400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325858, 37.945324 ], [ -122.326238, 37.945209 ], [ -122.326248, 37.945206 ], [ -122.326309, 37.945333 ], [ -122.326298, 37.945336 ], [ -122.325918, 37.945451 ], [ -122.325858, 37.945324 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5049.0, "Shape_area": 5048.5491115499999, "Shape_len": 301.06559640799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322217, 37.9146 ], [ -122.322388, 37.914573 ], [ -122.322459, 37.914842 ], [ -122.322287, 37.91487 ], [ -122.322217, 37.9146 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6133.0, "Shape_area": 6133.4238842300001, "Shape_len": 330.197908063, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343802, 37.945075 ], [ -122.343802, 37.945064 ], [ -122.343799, 37.944786 ], [ -122.343799, 37.944776 ], [ -122.343995, 37.944776 ], [ -122.343995, 37.944786 ], [ -122.343997, 37.945064 ], [ -122.343997, 37.945074 ], [ -122.343802, 37.945075 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5180.0, "Shape_area": 5179.6556312000002, "Shape_len": 305.77097217099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354932, 37.944901 ], [ -122.354931, 37.94462 ], [ -122.355108, 37.94462 ], [ -122.355107, 37.944901 ], [ -122.354932, 37.944901 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 8917.0, "Shape_area": 8916.6604146699992, "Shape_len": 388.71043525900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.31923, 37.91494 ], [ -122.319055, 37.914849 ], [ -122.319282, 37.914573 ], [ -122.319498, 37.914685 ], [ -122.31927, 37.914961 ], [ -122.31923, 37.91494 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5125.0, "Shape_area": 5124.76610248, "Shape_len": 304.755949187, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.355107, 37.944901 ], [ -122.355108, 37.94462 ], [ -122.355281, 37.94462 ], [ -122.355281, 37.944901 ], [ -122.355107, 37.944901 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5176.0, "Shape_area": 5175.5456129200002, "Shape_len": 305.80658570999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.355281, 37.944901 ], [ -122.355281, 37.94462 ], [ -122.355456, 37.94462 ], [ -122.355457, 37.944901 ], [ -122.355281, 37.944901 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5966.0, "Shape_area": 5965.9501662000002, "Shape_len": 327.06353379799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.344379, 37.945073 ], [ -122.344379, 37.945064 ], [ -122.344378, 37.944785 ], [ -122.344378, 37.944774 ], [ -122.344567, 37.944774 ], [ -122.344567, 37.944783 ], [ -122.344571, 37.945061 ], [ -122.344571, 37.945072 ], [ -122.344379, 37.945073 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6048.0, "Shape_area": 6047.6645174100004, "Shape_len": 328.54964733000003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.344571, 37.945072 ], [ -122.344571, 37.945061 ], [ -122.344567, 37.944783 ], [ -122.344567, 37.944774 ], [ -122.344761, 37.944773 ], [ -122.344761, 37.944783 ], [ -122.344763, 37.945063 ], [ -122.344763, 37.945071 ], [ -122.344571, 37.945072 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9385.0, "Shape_area": 9384.9647566200001, "Shape_len": 382.76132751099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.362285, 37.944791 ], [ -122.362287, 37.944515 ], [ -122.362549, 37.944517 ], [ -122.362636, 37.944683 ], [ -122.362635, 37.944794 ], [ -122.362624, 37.944794 ], [ -122.362295, 37.944791 ], [ -122.362285, 37.944791 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 8808.0, "Shape_area": 8807.8476028000005, "Shape_len": 379.381664059, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.344763, 37.945071 ], [ -122.344763, 37.945063 ], [ -122.344761, 37.944783 ], [ -122.344761, 37.944773 ], [ -122.345042, 37.944772 ], [ -122.345045, 37.94507 ], [ -122.344763, 37.945071 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5839.0, "Shape_area": 5838.6690729700003, "Shape_len": 324.65637718400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.345045, 37.94507 ], [ -122.345042, 37.944772 ], [ -122.345227, 37.944772 ], [ -122.345232, 37.94507 ], [ -122.345045, 37.94507 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5057.0, "Shape_area": 5057.2162946600001, "Shape_len": 301.38255559100003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349335, 37.945183 ], [ -122.349333, 37.944907 ], [ -122.349508, 37.944907 ], [ -122.34951, 37.945182 ], [ -122.349335, 37.945183 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5044.0, "Shape_area": 5044.2811270599996, "Shape_len": 300.71223053099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349682, 37.945182 ], [ -122.349682, 37.944908 ], [ -122.349857, 37.944908 ], [ -122.349857, 37.945183 ], [ -122.349696, 37.945182 ], [ -122.349682, 37.945182 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5951.0, "Shape_area": 5951.4498380499999, "Shape_len": 338.89819390500003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327017, 37.945414 ], [ -122.327394, 37.945299 ], [ -122.327404, 37.945295 ], [ -122.327466, 37.945424 ], [ -122.327078, 37.945541 ], [ -122.327017, 37.945414 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5764.0, "Shape_area": 5764.1640828999998, "Shape_len": 315.35544150200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349857, 37.945183 ], [ -122.349857, 37.944908 ], [ -122.350057, 37.944908 ], [ -122.350056, 37.945183 ], [ -122.349857, 37.945183 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5631.0, "Shape_area": 5630.6854884699997, "Shape_len": 313.86051976599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350229, 37.944904 ], [ -122.350334, 37.944904 ], [ -122.350421, 37.944904 ], [ -122.350421, 37.945182 ], [ -122.350229, 37.945183 ], [ -122.350229, 37.944904 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5014.0, "Shape_area": 5013.9232296299997, "Shape_len": 300.39929544900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321284, 37.914753 ], [ -122.321453, 37.914725 ], [ -122.321525, 37.914994 ], [ -122.32145, 37.915007 ], [ -122.321354, 37.915022 ], [ -122.321284, 37.914753 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5019.0, "Shape_area": 5018.7809853600002, "Shape_len": 301.64885365200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350509, 37.945182 ], [ -122.350508, 37.944904 ], [ -122.350636, 37.944903 ], [ -122.350679, 37.944903 ], [ -122.350681, 37.945181 ], [ -122.350509, 37.945182 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5122.0, "Shape_area": 5122.2870088, "Shape_len": 303.265338294, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.363016, 37.944797 ], [ -122.363016, 37.944788 ], [ -122.363017, 37.944528 ], [ -122.363017, 37.94452 ], [ -122.363181, 37.944521 ], [ -122.363194, 37.944521 ], [ -122.363191, 37.944798 ], [ -122.363178, 37.944798 ], [ -122.363168, 37.944798 ], [ -122.363016, 37.944797 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7523.0, "Shape_area": 7522.7358300799997, "Shape_len": 350.51814559600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321028, 37.914795 ], [ -122.321284, 37.914753 ], [ -122.321354, 37.915022 ], [ -122.3211, 37.915064 ], [ -122.321028, 37.914795 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5956.0, "Shape_area": 5956.0570677799997, "Shape_len": 319.92668983, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.363191, 37.944798 ], [ -122.363194, 37.944521 ], [ -122.363208, 37.944521 ], [ -122.363398, 37.944522 ], [ -122.363398, 37.94453 ], [ -122.363396, 37.944791 ], [ -122.363396, 37.9448 ], [ -122.363216, 37.944798 ], [ -122.363205, 37.944798 ], [ -122.363191, 37.944798 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5042.0, "Shape_area": 5042.3007795399999, "Shape_len": 300.97763966600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320858, 37.914823 ], [ -122.321028, 37.914795 ], [ -122.3211, 37.915064 ], [ -122.321087, 37.915066 ], [ -122.320928, 37.915092 ], [ -122.320858, 37.914823 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5906.0, "Shape_area": 5905.8405584100001, "Shape_len": 338.55020924600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3276, 37.94524 ], [ -122.327989, 37.945122 ], [ -122.328049, 37.945249 ], [ -122.32766, 37.945365 ], [ -122.3276, 37.94524 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5061.0, "Shape_area": 5060.7661122, "Shape_len": 302.24804835499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.35094, 37.945181 ], [ -122.35094, 37.944903 ], [ -122.351113, 37.944903 ], [ -122.351115, 37.94518 ], [ -122.35094, 37.945181 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5054.0, "Shape_area": 5053.5926860700001, "Shape_len": 302.01499785599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351115, 37.94518 ], [ -122.351113, 37.944903 ], [ -122.3512, 37.944903 ], [ -122.351287, 37.944903 ], [ -122.351288, 37.94518 ], [ -122.351115, 37.94518 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5054.0, "Shape_area": 5053.7842002400002, "Shape_len": 301.92769907500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351288, 37.94518 ], [ -122.351287, 37.944903 ], [ -122.351373, 37.944902 ], [ -122.351461, 37.944902 ], [ -122.351461, 37.944911 ], [ -122.351461, 37.945173 ], [ -122.351461, 37.945179 ], [ -122.351288, 37.94518 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5020.0, "Shape_area": 5019.6696673099996, "Shape_len": 301.15780169800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351461, 37.945179 ], [ -122.351461, 37.945173 ], [ -122.351461, 37.944911 ], [ -122.351461, 37.944902 ], [ -122.351547, 37.944902 ], [ -122.351634, 37.944902 ], [ -122.351634, 37.944912 ], [ -122.351634, 37.945172 ], [ -122.351634, 37.945179 ], [ -122.351461, 37.945179 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6005.0, "Shape_area": 6005.1438627699999, "Shape_len": 340.91540159700003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325918, 37.945451 ], [ -122.326298, 37.945336 ], [ -122.326309, 37.945333 ], [ -122.32637, 37.94546 ], [ -122.326359, 37.945464 ], [ -122.325979, 37.945579 ], [ -122.325918, 37.945451 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6005.0, "Shape_area": 6004.7545982700003, "Shape_len": 340.35057360100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326504, 37.945274 ], [ -122.326515, 37.945271 ], [ -122.326894, 37.945156 ], [ -122.326955, 37.945284 ], [ -122.326576, 37.945399 ], [ -122.326566, 37.945402 ], [ -122.326504, 37.945274 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6146.0, "Shape_area": 6145.6830633600002, "Shape_len": 343.47749042700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328049, 37.945249 ], [ -122.328441, 37.945131 ], [ -122.328504, 37.945262 ], [ -122.328111, 37.945379 ], [ -122.328049, 37.945249 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 26297.0, "Shape_area": 26296.767056199998, "Shape_len": 753.17837465599996, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.364378, 37.944806 ], [ -122.364381, 37.944531 ], [ -122.364429, 37.944531 ], [ -122.364554, 37.944531 ], [ -122.364727, 37.944532 ], [ -122.364901, 37.944533 ], [ -122.365074, 37.944534 ], [ -122.365147, 37.944534 ], [ -122.365215, 37.944535 ], [ -122.365429, 37.944536 ], [ -122.365212, 37.944748 ], [ -122.36515, 37.944809 ], [ -122.365071, 37.944809 ], [ -122.364898, 37.944808 ], [ -122.364724, 37.944807 ], [ -122.364551, 37.944806 ], [ -122.364378, 37.944806 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6051.0, "Shape_area": 6050.58052615, "Shape_len": 340.522621265, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326955, 37.945284 ], [ -122.327332, 37.945169 ], [ -122.327342, 37.945166 ], [ -122.327404, 37.945295 ], [ -122.327394, 37.945299 ], [ -122.327017, 37.945414 ], [ -122.326955, 37.945284 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5851.0, "Shape_area": 5851.3681054299996, "Shape_len": 335.478567559, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328757, 37.945332 ], [ -122.329141, 37.945217 ], [ -122.329202, 37.945344 ], [ -122.328818, 37.945459 ], [ -122.328757, 37.945332 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6099.0, "Shape_area": 6099.2448496799998, "Shape_len": 341.49969810599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32766, 37.945365 ], [ -122.328049, 37.945249 ], [ -122.328111, 37.945379 ], [ -122.327723, 37.945496 ], [ -122.32766, 37.945365 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5384.0, "Shape_area": 5384.4630257700001, "Shape_len": 317.38121285300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.36319, 37.944933 ], [ -122.363191, 37.944798 ], [ -122.363205, 37.944798 ], [ -122.363216, 37.944798 ], [ -122.363396, 37.9448 ], [ -122.36356, 37.944801 ], [ -122.363571, 37.944801 ], [ -122.363569, 37.944936 ], [ -122.363559, 37.944936 ], [ -122.363214, 37.944933 ], [ -122.363204, 37.944933 ], [ -122.36319, 37.944933 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5079.0, "Shape_area": 5079.1693089199998, "Shape_len": 301.80882824399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348294, 37.945184 ], [ -122.348294, 37.944909 ], [ -122.34847, 37.944909 ], [ -122.348469, 37.945184 ], [ -122.348294, 37.945184 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5163.0, "Shape_area": 5162.738959, "Shape_len": 303.47912462599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348639, 37.945184 ], [ -122.348639, 37.944908 ], [ -122.348817, 37.944908 ], [ -122.348818, 37.945183 ], [ -122.348639, 37.945184 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5938.0, "Shape_area": 5938.0386018199997, "Shape_len": 336.98392017200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328879, 37.945586 ], [ -122.329263, 37.945473 ], [ -122.329325, 37.945602 ], [ -122.328941, 37.945715 ], [ -122.328879, 37.945586 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7102.0, "Shape_area": 7101.9538927900003, "Shape_len": 340.261565287, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.36378, 37.944937 ], [ -122.36379, 37.944937 ], [ -122.364117, 37.944933 ], [ -122.364084, 37.945169 ], [ -122.363777, 37.945118 ], [ -122.36378, 37.944937 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7343.0, "Shape_area": 7342.9383260900004, "Shape_len": 345.81289470199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334219, 37.945518 ], [ -122.334218, 37.945249 ], [ -122.334479, 37.945249 ], [ -122.334479, 37.945518 ], [ -122.334219, 37.945518 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5928.0, "Shape_area": 5927.98474842, "Shape_len": 338.54225300500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327723, 37.945496 ], [ -122.328111, 37.945379 ], [ -122.328172, 37.945507 ], [ -122.327783, 37.945623 ], [ -122.327723, 37.945496 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5062.0, "Shape_area": 5062.2029761200001, "Shape_len": 301.24439594199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.362841, 37.94507 ], [ -122.362843, 37.94493 ], [ -122.362853, 37.94493 ], [ -122.363167, 37.944933 ], [ -122.363177, 37.944933 ], [ -122.36319, 37.944933 ], [ -122.363189, 37.945004 ], [ -122.363188, 37.945072 ], [ -122.363175, 37.945072 ], [ -122.363165, 37.945071 ], [ -122.362852, 37.94507 ], [ -122.362841, 37.94507 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5189.0, "Shape_area": 5189.0425248000001, "Shape_len": 303.93013195399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.361895, 37.945617 ], [ -122.361897, 37.945475 ], [ -122.361907, 37.945475 ], [ -122.362233, 37.945476 ], [ -122.362244, 37.945477 ], [ -122.362243, 37.945619 ], [ -122.362232, 37.945619 ], [ -122.361906, 37.945617 ], [ -122.361895, 37.945617 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5913.0, "Shape_area": 5913.0676182999996, "Shape_len": 337.26095193600003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322754, 37.946107 ], [ -122.322831, 37.946084 ], [ -122.322988, 37.946037 ], [ -122.323139, 37.945991 ], [ -122.3232, 37.946119 ], [ -122.322814, 37.946235 ], [ -122.322754, 37.946107 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5070.0, "Shape_area": 5069.63944274, "Shape_len": 300.68569266399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333786, 37.945658 ], [ -122.333786, 37.945517 ], [ -122.333957, 37.945517 ], [ -122.33413, 37.945518 ], [ -122.33413, 37.945628 ], [ -122.33413, 37.945657 ], [ -122.333786, 37.945658 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6135.0, "Shape_area": 6134.9579898399998, "Shape_len": 335.57823274999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.34176, 37.945537 ], [ -122.341759, 37.945224 ], [ -122.341945, 37.945223 ], [ -122.341947, 37.945536 ], [ -122.34176, 37.945537 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6353.0, "Shape_area": 6353.0270244200001, "Shape_len": 339.41355243499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341947, 37.945536 ], [ -122.341945, 37.945223 ], [ -122.342138, 37.945222 ], [ -122.342141, 37.945535 ], [ -122.341947, 37.945536 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5020.0, "Shape_area": 5019.66779348, "Shape_len": 298.93777741999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334998, 37.945517 ], [ -122.33491, 37.945517 ], [ -122.334911, 37.945246 ], [ -122.335086, 37.945246 ], [ -122.335089, 37.945517 ], [ -122.334998, 37.945517 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5991.0, "Shape_area": 5991.3951129899997, "Shape_len": 339.59453711200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327078, 37.945541 ], [ -122.327466, 37.945424 ], [ -122.327527, 37.945552 ], [ -122.327139, 37.945669 ], [ -122.327078, 37.945541 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5083.0, "Shape_area": 5082.8444015100004, "Shape_len": 300.91672600200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337423, 37.945514 ], [ -122.337422, 37.945241 ], [ -122.3376, 37.945241 ], [ -122.337601, 37.945514 ], [ -122.337423, 37.945514 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5071.0, "Shape_area": 5070.7053625899998, "Shape_len": 300.83133072300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.338434, 37.945513 ], [ -122.33838, 37.945513 ], [ -122.338378, 37.94524 ], [ -122.338556, 37.94524 ], [ -122.338556, 37.945512 ], [ -122.338434, 37.945513 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6066.0, "Shape_area": 6065.8519188299997, "Shape_len": 342.0549108, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325979, 37.945579 ], [ -122.326359, 37.945464 ], [ -122.32637, 37.94546 ], [ -122.326431, 37.945589 ], [ -122.326421, 37.945592 ], [ -122.32604, 37.945708 ], [ -122.325979, 37.945579 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5337.0, "Shape_area": 5337.2805561100004, "Shape_len": 305.93731180200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.338556, 37.945512 ], [ -122.338556, 37.94524 ], [ -122.338743, 37.94524 ], [ -122.338742, 37.945512 ], [ -122.338556, 37.945512 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5366.0, "Shape_area": 5365.8530758300003, "Shape_len": 316.979239834, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.363188, 37.945139 ], [ -122.363188, 37.945072 ], [ -122.363189, 37.945004 ], [ -122.363203, 37.945005 ], [ -122.363214, 37.945005 ], [ -122.363558, 37.945006 ], [ -122.363569, 37.945006 ], [ -122.363567, 37.945141 ], [ -122.363557, 37.945141 ], [ -122.363212, 37.945139 ], [ -122.363202, 37.945139 ], [ -122.363188, 37.945139 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5012.0, "Shape_area": 5011.83533085, "Shape_len": 300.54939841100003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337253, 37.945651 ], [ -122.337253, 37.945514 ], [ -122.337423, 37.945514 ], [ -122.337601, 37.945514 ], [ -122.337601, 37.945651 ], [ -122.337253, 37.945651 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5235.0, "Shape_area": 5234.9722555300004, "Shape_len": 306.08866641899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3619, 37.945172 ], [ -122.361901, 37.945006 ], [ -122.362237, 37.945052 ], [ -122.362248, 37.945053 ], [ -122.362247, 37.945174 ], [ -122.362236, 37.945174 ], [ -122.36191, 37.945172 ], [ -122.3619, 37.945172 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6047.0, "Shape_area": 6046.7927009900004, "Shape_len": 334.73172652300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331431, 37.945668 ], [ -122.331396, 37.945522 ], [ -122.331458, 37.945522 ], [ -122.331543, 37.945522 ], [ -122.331719, 37.945521 ], [ -122.331808, 37.945521 ], [ -122.331808, 37.945667 ], [ -122.331431, 37.945668 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5053.0, "Shape_area": 5053.0821291499997, "Shape_len": 301.047116733, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333264, 37.945659 ], [ -122.333264, 37.94552 ], [ -122.333439, 37.94552 ], [ -122.333611, 37.94552 ], [ -122.333611, 37.945658 ], [ -122.333264, 37.945659 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6265.0, "Shape_area": 6265.2641401700002, "Shape_len": 337.84496581799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341281, 37.945539 ], [ -122.34128, 37.945385 ], [ -122.341279, 37.945226 ], [ -122.341472, 37.945225 ], [ -122.34147, 37.945538 ], [ -122.341281, 37.945539 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5968.0, "Shape_area": 5968.1358336800004, "Shape_len": 339.29439706199997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327783, 37.945623 ], [ -122.328172, 37.945507 ], [ -122.328233, 37.945634 ], [ -122.328159, 37.945657 ], [ -122.328003, 37.945703 ], [ -122.327844, 37.945751 ], [ -122.327783, 37.945623 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5064.0, "Shape_area": 5063.7377559200004, "Shape_len": 301.51461040800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.35094, 37.949181 ], [ -122.350939, 37.948906 ], [ -122.351114, 37.948906 ], [ -122.351115, 37.949182 ], [ -122.35094, 37.949181 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5005.0, "Shape_area": 5005.1794585899997, "Shape_len": 299.96334733100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334647, 37.948869 ], [ -122.334821, 37.948869 ], [ -122.33482, 37.949143 ], [ -122.334646, 37.949143 ], [ -122.334647, 37.948869 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5055.0, "Shape_area": 5054.7050137899996, "Shape_len": 300.96908449, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334992, 37.949143 ], [ -122.334993, 37.948868 ], [ -122.335079, 37.948868 ], [ -122.335168, 37.948868 ], [ -122.335167, 37.949142 ], [ -122.334992, 37.949143 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5846.0, "Shape_area": 5846.2917415900001, "Shape_len": 337.71726373000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32403, 37.94646 ], [ -122.32442, 37.946343 ], [ -122.324479, 37.946467 ], [ -122.32409, 37.946586 ], [ -122.32403, 37.94646 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6058.0, "Shape_area": 6058.4595676999998, "Shape_len": 341.188035157, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322485, 37.94648 ], [ -122.322875, 37.946364 ], [ -122.322936, 37.946493 ], [ -122.322547, 37.946611 ], [ -122.322485, 37.94648 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6125.0, "Shape_area": 6125.4889606099996, "Shape_len": 335.42945683900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342141, 37.945535 ], [ -122.342138, 37.945222 ], [ -122.342324, 37.945222 ], [ -122.342327, 37.945535 ], [ -122.342141, 37.945535 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6017.0, "Shape_area": 6016.6853885500004, "Shape_len": 329.19895952100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342236, 37.945976 ], [ -122.342236, 37.945675 ], [ -122.342425, 37.945674 ], [ -122.342428, 37.945975 ], [ -122.342236, 37.945976 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6100.0, "Shape_area": 6099.6654887000004, "Shape_len": 330.72493459600003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342428, 37.945975 ], [ -122.342425, 37.945674 ], [ -122.342617, 37.945673 ], [ -122.342617, 37.945684 ], [ -122.342621, 37.945964 ], [ -122.342621, 37.945975 ], [ -122.342428, 37.945975 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5920.0, "Shape_area": 5919.9986606499997, "Shape_len": 327.46411321599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342621, 37.945975 ], [ -122.342621, 37.945964 ], [ -122.342617, 37.945684 ], [ -122.342617, 37.945673 ], [ -122.342804, 37.945673 ], [ -122.342804, 37.945682 ], [ -122.342807, 37.945974 ], [ -122.342621, 37.945975 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6029.0, "Shape_area": 6029.3875408100002, "Shape_len": 329.36160406300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341282, 37.945979 ], [ -122.341281, 37.945851 ], [ -122.34128, 37.945678 ], [ -122.341472, 37.945677 ], [ -122.341472, 37.945978 ], [ -122.341282, 37.945979 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5975.0, "Shape_area": 5974.9849513700001, "Shape_len": 328.38260232699997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341472, 37.945978 ], [ -122.341472, 37.945677 ], [ -122.34166, 37.945676 ], [ -122.341661, 37.945978 ], [ -122.341472, 37.945978 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5981.0, "Shape_area": 5981.1970440100004, "Shape_len": 319.217903245, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333786, 37.946097 ], [ -122.333786, 37.945933 ], [ -122.334131, 37.945931 ], [ -122.334131, 37.945999 ], [ -122.334132, 37.946097 ], [ -122.333786, 37.946097 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6042.0, "Shape_area": 6042.2351301400004, "Shape_len": 329.62166737799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341661, 37.945978 ], [ -122.34166, 37.945676 ], [ -122.341851, 37.945676 ], [ -122.341852, 37.945977 ], [ -122.341661, 37.945978 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 10435.0, "Shape_area": 10435.4679369, "Shape_len": 427.09751904500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331121, 37.945804 ], [ -122.331, 37.945554 ], [ -122.331199, 37.945556 ], [ -122.331199, 37.945523 ], [ -122.331284, 37.945522 ], [ -122.331396, 37.945522 ], [ -122.331431, 37.945668 ], [ -122.331463, 37.945804 ], [ -122.331121, 37.945804 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5812.0, "Shape_area": 5811.52577784, "Shape_len": 315.90658746399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.361344, 37.945331 ], [ -122.361346, 37.94517 ], [ -122.361356, 37.94517 ], [ -122.361681, 37.945173 ], [ -122.361691, 37.945173 ], [ -122.361689, 37.945333 ], [ -122.361679, 37.945332 ], [ -122.361354, 37.945331 ], [ -122.361344, 37.945331 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6353.0, "Shape_area": 6353.3512639700002, "Shape_len": 339.438842841, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342327, 37.945535 ], [ -122.342324, 37.945222 ], [ -122.342517, 37.945221 ], [ -122.342517, 37.945229 ], [ -122.342521, 37.945524 ], [ -122.342521, 37.945534 ], [ -122.342327, 37.945535 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6086.0, "Shape_area": 6086.25218494, "Shape_len": 334.76079676099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342521, 37.945534 ], [ -122.342521, 37.945524 ], [ -122.342517, 37.945229 ], [ -122.342517, 37.945221 ], [ -122.342702, 37.94522 ], [ -122.342702, 37.945228 ], [ -122.342706, 37.945524 ], [ -122.342706, 37.945533 ], [ -122.342521, 37.945534 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6032.0, "Shape_area": 6031.9073122199998, "Shape_len": 364.91588434099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.364084, 37.945169 ], [ -122.364117, 37.944933 ], [ -122.364117, 37.944879 ], [ -122.364117, 37.944826 ], [ -122.364152, 37.944826 ], [ -122.364152, 37.94488 ], [ -122.364306, 37.944894 ], [ -122.364272, 37.945195 ], [ -122.364084, 37.945169 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6417.0, "Shape_area": 6417.4528618200002, "Shape_len": 340.57986321700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342706, 37.945533 ], [ -122.342706, 37.945524 ], [ -122.342702, 37.945228 ], [ -122.342702, 37.94522 ], [ -122.342898, 37.945219 ], [ -122.342898, 37.945227 ], [ -122.3429, 37.945376 ], [ -122.342901, 37.945524 ], [ -122.342901, 37.945532 ], [ -122.342706, 37.945533 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5014.0, "Shape_area": 5013.5698441200002, "Shape_len": 299.30525322800003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334654, 37.945656 ], [ -122.334654, 37.945517 ], [ -122.334827, 37.945517 ], [ -122.33491, 37.945517 ], [ -122.334998, 37.945517 ], [ -122.334998, 37.945656 ], [ -122.334654, 37.945656 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6011.0, "Shape_area": 6011.1856417600002, "Shape_len": 340.281240293, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326688, 37.945658 ], [ -122.326699, 37.945655 ], [ -122.327078, 37.945541 ], [ -122.327139, 37.945669 ], [ -122.32676, 37.945783 ], [ -122.32675, 37.945787 ], [ -122.326688, 37.945658 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5064.0, "Shape_area": 5064.4356846500004, "Shape_len": 301.33953950099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334998, 37.945656 ], [ -122.334998, 37.945517 ], [ -122.335089, 37.945517 ], [ -122.335174, 37.945517 ], [ -122.335345, 37.945516 ], [ -122.335345, 37.945655 ], [ -122.334998, 37.945656 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6136.0, "Shape_area": 6136.4897136700001, "Shape_len": 333.56369701300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.344479, 37.945526 ], [ -122.344479, 37.945517 ], [ -122.344477, 37.945225 ], [ -122.344477, 37.945218 ], [ -122.344667, 37.945217 ], [ -122.344667, 37.945225 ], [ -122.344669, 37.945517 ], [ -122.344669, 37.945525 ], [ -122.344479, 37.945526 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6126.0, "Shape_area": 6125.9221957199998, "Shape_len": 333.281200168, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.344669, 37.945525 ], [ -122.344669, 37.945517 ], [ -122.344667, 37.945225 ], [ -122.344667, 37.945217 ], [ -122.344857, 37.945216 ], [ -122.344857, 37.945225 ], [ -122.344859, 37.945516 ], [ -122.344859, 37.945524 ], [ -122.344669, 37.945525 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5986.0, "Shape_area": 5985.7714400699997, "Shape_len": 339.5358696, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327139, 37.945669 ], [ -122.327527, 37.945552 ], [ -122.327588, 37.94568 ], [ -122.327201, 37.945798 ], [ -122.327139, 37.945669 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7245.0, "Shape_area": 7245.4552588699999, "Shape_len": 353.10003745199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.345138, 37.945522 ], [ -122.345138, 37.945215 ], [ -122.345362, 37.945215 ], [ -122.345364, 37.945521 ], [ -122.345138, 37.945522 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7565.0, "Shape_area": 7564.99264898, "Shape_len": 358.682581621, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.363185, 37.945398 ], [ -122.363186, 37.94529 ], [ -122.363187, 37.945185 ], [ -122.363187, 37.945183 ], [ -122.363201, 37.945185 ], [ -122.363212, 37.945187 ], [ -122.363556, 37.945235 ], [ -122.363566, 37.945237 ], [ -122.363564, 37.945402 ], [ -122.363553, 37.945401 ], [ -122.36321, 37.945399 ], [ -122.363199, 37.945399 ], [ -122.363185, 37.945398 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5347.0, "Shape_area": 5346.5358373199997, "Shape_len": 303.61697540699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350228, 37.945613 ], [ -122.350228, 37.945348 ], [ -122.350421, 37.945348 ], [ -122.35042, 37.945612 ], [ -122.350228, 37.945613 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5618.0, "Shape_area": 5617.86130409, "Shape_len": 310.878280717, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349858, 37.945618 ], [ -122.349858, 37.945349 ], [ -122.350056, 37.945349 ], [ -122.350057, 37.945619 ], [ -122.349858, 37.945618 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5030.0, "Shape_area": 5030.0265885299996, "Shape_len": 301.14506701400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334131, 37.945862 ], [ -122.334131, 37.945793 ], [ -122.334131, 37.945726 ], [ -122.334479, 37.945724 ], [ -122.33448, 37.945863 ], [ -122.334131, 37.945862 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5993.0, "Shape_area": 5992.5047876299996, "Shape_len": 340.97522171100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32604, 37.945708 ], [ -122.326421, 37.945592 ], [ -122.326431, 37.945589 ], [ -122.326492, 37.945716 ], [ -122.326482, 37.94572 ], [ -122.3261, 37.945835 ], [ -122.32604, 37.945708 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5009.0, "Shape_area": 5009.4075509000004, "Shape_len": 299.81940534400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337601, 37.945651 ], [ -122.337601, 37.945514 ], [ -122.337772, 37.945514 ], [ -122.337946, 37.945513 ], [ -122.337947, 37.945652 ], [ -122.337601, 37.945651 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5030.0, "Shape_area": 5029.5332647699997, "Shape_len": 299.95405856100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334122, 37.949144 ], [ -122.334121, 37.948871 ], [ -122.334169, 37.948871 ], [ -122.334297, 37.948871 ], [ -122.334297, 37.949144 ], [ -122.334122, 37.949144 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5048.0, "Shape_area": 5048.2757807899998, "Shape_len": 300.39738173900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334297, 37.949144 ], [ -122.334297, 37.948871 ], [ -122.334473, 37.94887 ], [ -122.334473, 37.949143 ], [ -122.334297, 37.949144 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5063.0, "Shape_area": 5062.5294784400003, "Shape_len": 301.04751447500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350467, 37.94918 ], [ -122.350421, 37.94918 ], [ -122.35042, 37.948906 ], [ -122.350596, 37.948906 ], [ -122.350596, 37.94918 ], [ -122.350467, 37.94918 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6077.0, "Shape_area": 6076.9129309299997, "Shape_len": 330.28252202700003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342046, 37.945977 ], [ -122.342043, 37.945675 ], [ -122.342236, 37.945675 ], [ -122.342236, 37.945976 ], [ -122.342046, 37.945977 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6142.0, "Shape_area": 6142.2263166800003, "Shape_len": 343.61540008700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328552, 37.946304 ], [ -122.32863, 37.94628 ], [ -122.328784, 37.946233 ], [ -122.328944, 37.946183 ], [ -122.329007, 37.946316 ], [ -122.328615, 37.946432 ], [ -122.328552, 37.946304 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5995.0, "Shape_area": 5994.90670761, "Shape_len": 339.93435905400003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323847, 37.946074 ], [ -122.324236, 37.945957 ], [ -122.324297, 37.946086 ], [ -122.323907, 37.946201 ], [ -122.323847, 37.946074 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5052.0, "Shape_area": 5052.1937755500003, "Shape_len": 301.32447284900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334999, 37.946412 ], [ -122.334999, 37.946274 ], [ -122.335346, 37.946274 ], [ -122.335347, 37.946413 ], [ -122.334999, 37.946412 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 12706.0, "Shape_area": 12705.660143, "Shape_len": 549.24967250899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.359308, 37.94604 ], [ -122.359207, 37.945741 ], [ -122.359113, 37.945462 ], [ -122.359423, 37.945461 ], [ -122.359416, 37.94604 ], [ -122.359308, 37.94604 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5901.0, "Shape_area": 5901.3644231099997, "Shape_len": 336.931891947, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329261, 37.946384 ], [ -122.329647, 37.94627 ], [ -122.329708, 37.946397 ], [ -122.329322, 37.946512 ], [ -122.329261, 37.946384 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5999.0, "Shape_area": 5999.2214158899997, "Shape_len": 319.71385225699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333787, 37.946441 ], [ -122.333787, 37.946275 ], [ -122.334132, 37.946275 ], [ -122.334132, 37.94641 ], [ -122.334132, 37.946439 ], [ -122.333787, 37.946441 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6057.0, "Shape_area": 6056.5372382899996, "Shape_len": 341.74237238199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328287, 37.946676 ], [ -122.328678, 37.94656 ], [ -122.328741, 37.946687 ], [ -122.328349, 37.946806 ], [ -122.328287, 37.946676 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5811.0, "Shape_area": 5810.5786083200001, "Shape_len": 333.82540115099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32197, 37.94678 ], [ -122.322352, 37.946667 ], [ -122.322408, 37.946784 ], [ -122.322412, 37.946794 ], [ -122.322031, 37.946907 ], [ -122.32197, 37.94678 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5076.0, "Shape_area": 5076.0885927700001, "Shape_len": 324.54953828700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3228, 37.947139 ], [ -122.323189, 37.947023 ], [ -122.323241, 37.947132 ], [ -122.323167, 37.947154 ], [ -122.323007, 37.947201 ], [ -122.322851, 37.947248 ], [ -122.3228, 37.947139 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5061.0, "Shape_area": 5060.86274245, "Shape_len": 305.224404042, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.338913, 37.946721 ], [ -122.339081, 37.946721 ], [ -122.339081, 37.947006 ], [ -122.338911, 37.947007 ], [ -122.338913, 37.946721 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5177.0, "Shape_area": 5176.5219215200004, "Shape_len": 307.04390979499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339081, 37.947006 ], [ -122.339081, 37.946721 ], [ -122.339254, 37.946721 ], [ -122.339254, 37.947004 ], [ -122.339081, 37.947006 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5944.0, "Shape_area": 5944.0852120600002, "Shape_len": 338.56418345200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329568, 37.947026 ], [ -122.329956, 37.94691 ], [ -122.330017, 37.947037 ], [ -122.329887, 37.947076 ], [ -122.329629, 37.947154 ], [ -122.329568, 37.947026 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5156.0, "Shape_area": 5156.0223049099995, "Shape_len": 306.24159659200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339254, 37.947004 ], [ -122.339254, 37.946721 ], [ -122.339428, 37.94672 ], [ -122.339428, 37.947003 ], [ -122.339254, 37.947004 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5136.0, "Shape_area": 5136.2382951700001, "Shape_len": 305.45338442100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339428, 37.947003 ], [ -122.339428, 37.94672 ], [ -122.339601, 37.94672 ], [ -122.339601, 37.947002 ], [ -122.339428, 37.947003 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5117.0, "Shape_area": 5116.7084323999998, "Shape_len": 304.66976823800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339601, 37.947002 ], [ -122.339601, 37.94672 ], [ -122.339774, 37.94672 ], [ -122.339774, 37.947 ], [ -122.339601, 37.947002 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5097.0, "Shape_area": 5096.9619437800002, "Shape_len": 303.88125197800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339774, 37.947 ], [ -122.339774, 37.94672 ], [ -122.339948, 37.94672 ], [ -122.339948, 37.946999 ], [ -122.339774, 37.947 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5077.0, "Shape_area": 5077.3241374999998, "Shape_len": 303.09470979299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339948, 37.946999 ], [ -122.339948, 37.94672 ], [ -122.340121, 37.946719 ], [ -122.340121, 37.946998 ], [ -122.339948, 37.946999 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5000.0, "Shape_area": 4999.9340210800001, "Shape_len": 299.16382819900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352154, 37.94918 ], [ -122.352154, 37.948908 ], [ -122.352329, 37.948908 ], [ -122.352329, 37.948917 ], [ -122.352329, 37.949181 ], [ -122.352165, 37.94918 ], [ -122.352154, 37.94918 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5083.0, "Shape_area": 5083.0899029399998, "Shape_len": 302.55060178399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351284, 37.950228 ], [ -122.351284, 37.949951 ], [ -122.351459, 37.949951 ], [ -122.351459, 37.950228 ], [ -122.351284, 37.950228 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6016.0, "Shape_area": 6015.6462947399996, "Shape_len": 328.64673621499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339103, 37.945981 ], [ -122.339106, 37.945682 ], [ -122.339296, 37.945681 ], [ -122.339295, 37.945982 ], [ -122.339103, 37.945981 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6852.0, "Shape_area": 6851.9046651400004, "Shape_len": 344.090781085, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339295, 37.945982 ], [ -122.339296, 37.945681 ], [ -122.339512, 37.945681 ], [ -122.339513, 37.945981 ], [ -122.339295, 37.945982 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5156.0, "Shape_area": 5155.54690407, "Shape_len": 308.25560389700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331463, 37.945804 ], [ -122.331431, 37.945668 ], [ -122.331808, 37.945667 ], [ -122.331809, 37.945803 ], [ -122.331463, 37.945804 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5039.0, "Shape_area": 5039.4654365200004, "Shape_len": 301.13877632100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348469, 37.945895 ], [ -122.348468, 37.945619 ], [ -122.348642, 37.945619 ], [ -122.348642, 37.945894 ], [ -122.348469, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5080.0, "Shape_area": 5080.3294402700003, "Shape_len": 301.91320791300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348642, 37.945894 ], [ -122.348642, 37.945619 ], [ -122.348732, 37.945619 ], [ -122.348818, 37.945619 ], [ -122.348819, 37.945894 ], [ -122.348642, 37.945894 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 10252.0, "Shape_area": 10251.604541299999, "Shape_len": 405.01293389699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353372, 37.945895 ], [ -122.353372, 37.945885 ], [ -122.353372, 37.945615 ], [ -122.353545, 37.945615 ], [ -122.35372, 37.945615 ], [ -122.35372, 37.945895 ], [ -122.353372, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5118.0, "Shape_area": 5117.9315780099996, "Shape_len": 304.05838284200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354067, 37.945895 ], [ -122.354065, 37.945615 ], [ -122.354239, 37.945616 ], [ -122.354241, 37.945895 ], [ -122.354067, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5109.0, "Shape_area": 5108.6723555, "Shape_len": 303.79550770499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354241, 37.945895 ], [ -122.354239, 37.945616 ], [ -122.354414, 37.945616 ], [ -122.354415, 37.945895 ], [ -122.354241, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5038.0, "Shape_area": 5037.5072591300004, "Shape_len": 300.27804351499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337603, 37.946271 ], [ -122.337603, 37.946202 ], [ -122.337603, 37.946133 ], [ -122.337948, 37.946132 ], [ -122.337948, 37.946272 ], [ -122.337603, 37.946271 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5038.0, "Shape_area": 5038.2391323600004, "Shape_len": 301.03413909800003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348819, 37.945894 ], [ -122.348818, 37.945619 ], [ -122.348906, 37.945618 ], [ -122.348991, 37.945618 ], [ -122.348993, 37.945894 ], [ -122.348819, 37.945894 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5013.0, "Shape_area": 5013.1207962400003, "Shape_len": 300.533057391, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332399, 37.945795 ], [ -122.332399, 37.945727 ], [ -122.332398, 37.945659 ], [ -122.332746, 37.945659 ], [ -122.332747, 37.945796 ], [ -122.332399, 37.945795 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6018.0, "Shape_area": 6018.3909427099998, "Shape_len": 340.158433473, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323725, 37.945816 ], [ -122.323802, 37.945793 ], [ -122.323958, 37.945746 ], [ -122.324113, 37.945699 ], [ -122.324175, 37.945828 ], [ -122.323786, 37.945945 ], [ -122.323725, 37.945816 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6075.0, "Shape_area": 6074.7997448100004, "Shape_len": 341.28452770799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32675, 37.945787 ], [ -122.32676, 37.945783 ], [ -122.327139, 37.945669 ], [ -122.327201, 37.945798 ], [ -122.326823, 37.945914 ], [ -122.326813, 37.945917 ], [ -122.32675, 37.945787 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5005.0, "Shape_area": 5005.4905774199997, "Shape_len": 300.84806984699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327844, 37.945751 ], [ -122.328003, 37.945703 ], [ -122.328132, 37.94596 ], [ -122.327968, 37.94601 ], [ -122.327844, 37.945751 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5994.0, "Shape_area": 5994.4945410399996, "Shape_len": 339.84404223799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323786, 37.945945 ], [ -122.324175, 37.945828 ], [ -122.324236, 37.945957 ], [ -122.323847, 37.946074 ], [ -122.323786, 37.945945 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5961.0, "Shape_area": 5960.7005321300003, "Shape_len": 339.21638666299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323457, 37.94619 ], [ -122.323847, 37.946074 ], [ -122.323907, 37.946201 ], [ -122.323519, 37.946318 ], [ -122.323457, 37.94619 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5162.0, "Shape_area": 5161.6506941199996, "Shape_len": 306.11734242300003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350593, 37.945895 ], [ -122.350593, 37.945612 ], [ -122.350767, 37.945612 ], [ -122.350767, 37.945895 ], [ -122.350593, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5056.0, "Shape_area": 5056.2560311099996, "Shape_len": 301.32027924900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334999, 37.946138 ], [ -122.334998, 37.945999 ], [ -122.335346, 37.945999 ], [ -122.335346, 37.946137 ], [ -122.334999, 37.946138 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5164.0, "Shape_area": 5163.9423516200004, "Shape_len": 306.14216039899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350767, 37.945895 ], [ -122.350767, 37.945612 ], [ -122.350941, 37.945612 ], [ -122.350941, 37.945894 ], [ -122.350767, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5179.0, "Shape_area": 5179.0562095100004, "Shape_len": 306.41527995500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350941, 37.945894 ], [ -122.350941, 37.945612 ], [ -122.351116, 37.945612 ], [ -122.351116, 37.945894 ], [ -122.350941, 37.945894 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5100.0, "Shape_area": 5099.9381100500004, "Shape_len": 304.84672762600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351204, 37.945894 ], [ -122.351203, 37.945612 ], [ -122.351375, 37.945612 ], [ -122.351376, 37.945894 ], [ -122.351204, 37.945894 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6062.0, "Shape_area": 6062.0526731999998, "Shape_len": 342.50675928499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.314653, 37.912945 ], [ -122.314881, 37.912665 ], [ -122.315014, 37.912735 ], [ -122.315026, 37.912741 ], [ -122.314798, 37.913021 ], [ -122.314653, 37.912945 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6128.0, "Shape_area": 6128.3928376100002, "Shape_len": 321.52253115299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332923, 37.945829 ], [ -122.332922, 37.945659 ], [ -122.333264, 37.945659 ], [ -122.333265, 37.945794 ], [ -122.333265, 37.94583 ], [ -122.332923, 37.945829 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5018.0, "Shape_area": 5018.0670731500004, "Shape_len": 300.05746060899997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33552, 37.945793 ], [ -122.33552, 37.945653 ], [ -122.335866, 37.945654 ], [ -122.335866, 37.945759 ], [ -122.335866, 37.945791 ], [ -122.33552, 37.945793 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6008.0, "Shape_area": 6008.3899188100004, "Shape_len": 339.94542297700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327201, 37.945798 ], [ -122.327588, 37.94568 ], [ -122.32765, 37.945809 ], [ -122.327497, 37.945855 ], [ -122.32734, 37.945903 ], [ -122.327262, 37.945927 ], [ -122.327258, 37.945918 ], [ -122.327201, 37.945798 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6000.0, "Shape_area": 6000.3125775500002, "Shape_len": 340.03884618500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323396, 37.946062 ], [ -122.323786, 37.945945 ], [ -122.323847, 37.946074 ], [ -122.323457, 37.94619 ], [ -122.323396, 37.946062 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5200.0, "Shape_area": 5199.7183439399996, "Shape_len": 311.06971443800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330721, 37.946083 ], [ -122.330687, 37.946011 ], [ -122.330652, 37.94594 ], [ -122.330998, 37.94594 ], [ -122.331067, 37.946083 ], [ -122.330721, 37.946083 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5914.0, "Shape_area": 5913.9662113499999, "Shape_len": 336.54929348799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329076, 37.945998 ], [ -122.329461, 37.945885 ], [ -122.329522, 37.946012 ], [ -122.329138, 37.946127 ], [ -122.329076, 37.945998 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6103.0, "Shape_area": 6103.0929856499997, "Shape_len": 330.74487077100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341852, 37.945977 ], [ -122.341851, 37.945676 ], [ -122.342043, 37.945675 ], [ -122.342046, 37.945977 ], [ -122.341852, 37.945977 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6031.0, "Shape_area": 6031.02680117, "Shape_len": 342.00879168300003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326223, 37.946094 ], [ -122.326606, 37.945979 ], [ -122.326616, 37.945976 ], [ -122.326677, 37.946103 ], [ -122.326667, 37.946106 ], [ -122.326523, 37.94615 ], [ -122.326368, 37.946197 ], [ -122.326284, 37.946222 ], [ -122.32628, 37.946214 ], [ -122.326223, 37.946094 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5009.0, "Shape_area": 5009.1521695399997, "Shape_len": 300.617241175, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348121, 37.945895 ], [ -122.34812, 37.94562 ], [ -122.348294, 37.945619 ], [ -122.348293, 37.945895 ], [ -122.348121, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5067.0, "Shape_area": 5066.7927171399997, "Shape_len": 301.72426651900003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348293, 37.945895 ], [ -122.348294, 37.945619 ], [ -122.348468, 37.945619 ], [ -122.348469, 37.945895 ], [ -122.348293, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5001.0, "Shape_area": 5001.4862960500004, "Shape_len": 300.67069737499997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337253, 37.946063 ], [ -122.337253, 37.945927 ], [ -122.337602, 37.945928 ], [ -122.337602, 37.946031 ], [ -122.337603, 37.946064 ], [ -122.337253, 37.946063 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5143.0, "Shape_area": 5142.9959407599999, "Shape_len": 304.82695729, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352851, 37.945895 ], [ -122.352851, 37.945887 ], [ -122.352851, 37.945615 ], [ -122.352997, 37.945615 ], [ -122.353026, 37.945615 ], [ -122.353026, 37.945623 ], [ -122.353027, 37.945886 ], [ -122.353027, 37.945895 ], [ -122.352851, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5983.0, "Shape_area": 5983.0767187900001, "Shape_len": 327.64495735100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339106, 37.945682 ], [ -122.339103, 37.945981 ], [ -122.338914, 37.945981 ], [ -122.338914, 37.945683 ], [ -122.339106, 37.945682 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5039.0, "Shape_area": 5039.4887196299997, "Shape_len": 299.96724844, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336389, 37.945792 ], [ -122.336389, 37.945651 ], [ -122.336733, 37.945652 ], [ -122.336733, 37.945791 ], [ -122.336389, 37.945792 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5041.0, "Shape_area": 5040.6263187499999, "Shape_len": 300.79529162699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336733, 37.945791 ], [ -122.336733, 37.945652 ], [ -122.337079, 37.945652 ], [ -122.337079, 37.94579 ], [ -122.336733, 37.945791 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5019.0, "Shape_area": 5019.1689788599997, "Shape_len": 299.78573451300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332054, 37.945867 ], [ -122.332054, 37.945728 ], [ -122.332399, 37.945727 ], [ -122.332399, 37.945795 ], [ -122.332399, 37.945866 ], [ -122.332054, 37.945867 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6084.0, "Shape_area": 6083.5096169799999, "Shape_len": 342.60939688600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3261, 37.945835 ], [ -122.326482, 37.94572 ], [ -122.326492, 37.945716 ], [ -122.326554, 37.945846 ], [ -122.326544, 37.945849 ], [ -122.326162, 37.945964 ], [ -122.3261, 37.945835 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5162.0, "Shape_area": 5162.1448187100004, "Shape_len": 310.26150088700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330652, 37.94594 ], [ -122.330618, 37.945869 ], [ -122.330584, 37.945798 ], [ -122.33093, 37.945798 ], [ -122.330998, 37.94594 ], [ -122.330652, 37.94594 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6018.0, "Shape_area": 6017.6790786499996, "Shape_len": 340.491785865, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323335, 37.945933 ], [ -122.323646, 37.94584 ], [ -122.323725, 37.945816 ], [ -122.323786, 37.945945 ], [ -122.323396, 37.946062 ], [ -122.323335, 37.945933 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5548.0, "Shape_area": 5547.6378002700003, "Shape_len": 311.05609696800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.361897, 37.945475 ], [ -122.361898, 37.945322 ], [ -122.361909, 37.945323 ], [ -122.362235, 37.945325 ], [ -122.362245, 37.945325 ], [ -122.362244, 37.945477 ], [ -122.362233, 37.945476 ], [ -122.361907, 37.945475 ], [ -122.361897, 37.945475 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5864.0, "Shape_area": 5864.4515506899997, "Shape_len": 335.51285298, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329399, 37.945756 ], [ -122.329461, 37.945885 ], [ -122.329076, 37.945998 ], [ -122.329016, 37.945871 ], [ -122.329399, 37.945756 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7352.0, "Shape_area": 7352.1543006800002, "Shape_len": 448.25772335300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.363772, 37.945614 ], [ -122.363773, 37.945499 ], [ -122.363784, 37.945499 ], [ -122.36412, 37.945501 ], [ -122.364433, 37.945503 ], [ -122.364443, 37.945503 ], [ -122.364328, 37.945617 ], [ -122.364317, 37.945617 ], [ -122.363782, 37.945614 ], [ -122.363772, 37.945614 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5928.0, "Shape_area": 5927.8590531500004, "Shape_len": 337.810760039, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323622, 37.947928 ], [ -122.324009, 37.947812 ], [ -122.32407, 37.94794 ], [ -122.323683, 37.948055 ], [ -122.323622, 37.947928 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5114.0, "Shape_area": 5113.820659, "Shape_len": 302.4611873, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349163, 37.945893 ], [ -122.349163, 37.945618 ], [ -122.349339, 37.945618 ], [ -122.349341, 37.945893 ], [ -122.349163, 37.945893 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5017.0, "Shape_area": 5017.4714325900004, "Shape_len": 300.49666595299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349341, 37.945893 ], [ -122.349339, 37.945618 ], [ -122.349513, 37.945617 ], [ -122.349514, 37.945892 ], [ -122.349341, 37.945893 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5012.0, "Shape_area": 5011.7777909300003, "Shape_len": 298.81412680599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.34969, 37.945892 ], [ -122.349684, 37.945881 ], [ -122.349684, 37.945617 ], [ -122.349858, 37.945618 ], [ -122.349859, 37.945892 ], [ -122.34969, 37.945892 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6736.0, "Shape_area": 6735.76638052, "Shape_len": 352.24645399600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342913, 37.946001 ], [ -122.342807, 37.946002 ], [ -122.342807, 37.945974 ], [ -122.342804, 37.945682 ], [ -122.342804, 37.945673 ], [ -122.342999, 37.945672 ], [ -122.342999, 37.945681 ], [ -122.343003, 37.945992 ], [ -122.343003, 37.946001 ], [ -122.342913, 37.946001 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5715.0, "Shape_area": 5714.9461159700004, "Shape_len": 313.847119357, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349859, 37.945892 ], [ -122.349858, 37.945618 ], [ -122.350057, 37.945619 ], [ -122.350058, 37.945891 ], [ -122.349859, 37.945892 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5080.0, "Shape_area": 5080.3698568600003, "Shape_len": 302.050802105, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334132, 37.946137 ], [ -122.334132, 37.946097 ], [ -122.334131, 37.945999 ], [ -122.33448, 37.945999 ], [ -122.33448, 37.946139 ], [ -122.334132, 37.946137 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5674.0, "Shape_area": 5673.810446, "Shape_len": 316.10996324799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350228, 37.945613 ], [ -122.35042, 37.945612 ], [ -122.350419, 37.945895 ], [ -122.350229, 37.945895 ], [ -122.350228, 37.945613 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7530.0, "Shape_area": 7530.3580750299998, "Shape_len": 350.24543841500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334654, 37.946139 ], [ -122.334654, 37.94593 ], [ -122.334998, 37.94593 ], [ -122.334998, 37.945999 ], [ -122.334999, 37.946138 ], [ -122.334654, 37.946139 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5146.0, "Shape_area": 5145.6178034699997, "Shape_len": 305.82562039800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350419, 37.945895 ], [ -122.35042, 37.945612 ], [ -122.350593, 37.945612 ], [ -122.350593, 37.945895 ], [ -122.350419, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5179.0, "Shape_area": 5178.8995186000002, "Shape_len": 306.33076276100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351635, 37.945894 ], [ -122.351635, 37.945884 ], [ -122.351635, 37.945611 ], [ -122.351809, 37.945611 ], [ -122.35181, 37.945884 ], [ -122.35181, 37.945893 ], [ -122.351635, 37.945894 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5967.0, "Shape_area": 5966.9340289399997, "Shape_len": 340.03817358200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322363, 37.946225 ], [ -122.322522, 37.946178 ], [ -122.322677, 37.946131 ], [ -122.322754, 37.946107 ], [ -122.322814, 37.946235 ], [ -122.322424, 37.946353 ], [ -122.322363, 37.946225 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5194.0, "Shape_area": 5194.1273649699997, "Shape_len": 306.60858452399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.35181, 37.945893 ], [ -122.35181, 37.945884 ], [ -122.351809, 37.945611 ], [ -122.351974, 37.945611 ], [ -122.351986, 37.945611 ], [ -122.351984, 37.945893 ], [ -122.35181, 37.945893 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6046.0, "Shape_area": 6046.1991404399996, "Shape_len": 340.87260585899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323907, 37.946201 ], [ -122.324297, 37.946086 ], [ -122.324359, 37.946215 ], [ -122.323969, 37.946331 ], [ -122.323907, 37.946201 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5027.0, "Shape_area": 5027.1421431099998, "Shape_len": 302.51344582600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.35216, 37.945615 ], [ -122.352169, 37.945615 ], [ -122.35233, 37.945615 ], [ -122.352331, 37.945886 ], [ -122.352331, 37.945895 ], [ -122.35216, 37.945895 ], [ -122.35216, 37.945615 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5955.0, "Shape_area": 5955.3846231500002, "Shape_len": 337.44386363500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329138, 37.946127 ], [ -122.329522, 37.946012 ], [ -122.329585, 37.946141 ], [ -122.3292, 37.946256 ], [ -122.329138, 37.946127 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5153.0, "Shape_area": 5152.8567612500001, "Shape_len": 304.98902085499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352331, 37.945895 ], [ -122.352331, 37.945886 ], [ -122.35233, 37.945615 ], [ -122.352506, 37.945615 ], [ -122.352507, 37.945887 ], [ -122.352507, 37.945895 ], [ -122.352331, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5084.0, "Shape_area": 5084.1669975100003, "Shape_len": 303.65227937899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352507, 37.945895 ], [ -122.352507, 37.945887 ], [ -122.352506, 37.945615 ], [ -122.352678, 37.945615 ], [ -122.35268, 37.945887 ], [ -122.35268, 37.945895 ], [ -122.352507, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5068.0, "Shape_area": 5068.2407465300003, "Shape_len": 303.34616390600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.35268, 37.945895 ], [ -122.35268, 37.945887 ], [ -122.352678, 37.945615 ], [ -122.352851, 37.945615 ], [ -122.352851, 37.945887 ], [ -122.352851, 37.945895 ], [ -122.35268, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5972.0, "Shape_area": 5971.7264703800001, "Shape_len": 338.41900948099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322814, 37.946235 ], [ -122.3232, 37.946119 ], [ -122.323262, 37.946248 ], [ -122.322875, 37.946364 ], [ -122.322814, 37.946235 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5101.0, "Shape_area": 5101.3297094299996, "Shape_len": 304.01646845, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353027, 37.945895 ], [ -122.353027, 37.945886 ], [ -122.353026, 37.945623 ], [ -122.353026, 37.945615 ], [ -122.353141, 37.945615 ], [ -122.353199, 37.945615 ], [ -122.353199, 37.945623 ], [ -122.3532, 37.945887 ], [ -122.3532, 37.945895 ], [ -122.353027, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5805.0, "Shape_area": 5805.1987626099999, "Shape_len": 333.84526597000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322169, 37.946284 ], [ -122.32223, 37.946412 ], [ -122.321848, 37.946525 ], [ -122.321787, 37.946399 ], [ -122.322169, 37.946284 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5040.0, "Shape_area": 5039.8838995200003, "Shape_len": 301.03644421400003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322498, 37.947825 ], [ -122.32266, 37.947777 ], [ -122.322787, 37.948033 ], [ -122.322623, 37.948082 ], [ -122.322498, 37.947825 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5095.0, "Shape_area": 5095.4373254900001, "Shape_len": 302.05902215200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333266, 37.946413 ], [ -122.333265, 37.946345 ], [ -122.333265, 37.946274 ], [ -122.333613, 37.946274 ], [ -122.333613, 37.946414 ], [ -122.333266, 37.946413 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7803.0, "Shape_area": 7802.9556965900001, "Shape_len": 377.21918588300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.363769, 37.94594 ], [ -122.363771, 37.94572 ], [ -122.363781, 37.94572 ], [ -122.364209, 37.945723 ], [ -122.364219, 37.945723 ], [ -122.363997, 37.945941 ], [ -122.363987, 37.945941 ], [ -122.363779, 37.94594 ], [ -122.363769, 37.94594 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5630.0, "Shape_area": 5629.8760908499999, "Shape_len": 378.15190741200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.363771, 37.94572 ], [ -122.363772, 37.945614 ], [ -122.363782, 37.945614 ], [ -122.364317, 37.945617 ], [ -122.364328, 37.945617 ], [ -122.364219, 37.945723 ], [ -122.364209, 37.945723 ], [ -122.363781, 37.94572 ], [ -122.363771, 37.94572 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5062.0, "Shape_area": 5061.8788802099998, "Shape_len": 303.25103079299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3532, 37.945895 ], [ -122.3532, 37.945887 ], [ -122.353199, 37.945623 ], [ -122.353199, 37.945615 ], [ -122.353287, 37.945615 ], [ -122.353372, 37.945615 ], [ -122.353372, 37.945885 ], [ -122.353372, 37.945895 ], [ -122.3532, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5039.0, "Shape_area": 5039.4458204499997, "Shape_len": 302.35148960200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354415, 37.945895 ], [ -122.354414, 37.945616 ], [ -122.354586, 37.945616 ], [ -122.354587, 37.945895 ], [ -122.354415, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5116.0, "Shape_area": 5115.86562847, "Shape_len": 303.778076226, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354587, 37.945895 ], [ -122.354586, 37.945616 ], [ -122.354761, 37.945616 ], [ -122.354762, 37.945895 ], [ -122.354587, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5012.0, "Shape_area": 5012.3237792199998, "Shape_len": 301.65724103500003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354762, 37.945895 ], [ -122.354761, 37.945616 ], [ -122.354933, 37.945616 ], [ -122.354933, 37.945895 ], [ -122.354762, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5201.0, "Shape_area": 5201.0331531399997, "Shape_len": 305.22713350399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3551, 37.945895 ], [ -122.355101, 37.945617 ], [ -122.355279, 37.945617 ], [ -122.355279, 37.945895 ], [ -122.3551, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5223.0, "Shape_area": 5222.81022639, "Shape_len": 305.57794330899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.355279, 37.945895 ], [ -122.355279, 37.945617 ], [ -122.355457, 37.945617 ], [ -122.355458, 37.945895 ], [ -122.355279, 37.945895 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5406.0, "Shape_area": 5405.5857165999996, "Shape_len": 323.77962384199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320798, 37.946542 ], [ -122.320825, 37.946525 ], [ -122.321164, 37.946435 ], [ -122.321172, 37.946433 ], [ -122.321218, 37.946544 ], [ -122.321225, 37.946562 ], [ -122.320843, 37.94665 ], [ -122.320835, 37.946628 ], [ -122.320798, 37.946542 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5000.0, "Shape_area": 4999.66101712, "Shape_len": 299.89557703600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336733, 37.946202 ], [ -122.336733, 37.9461 ], [ -122.336733, 37.946066 ], [ -122.33708, 37.946062 ], [ -122.33708, 37.946201 ], [ -122.336733, 37.946202 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5012.0, "Shape_area": 5012.3031685699998, "Shape_len": 299.91564390299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332054, 37.946278 ], [ -122.332054, 37.946141 ], [ -122.3324, 37.946139 ], [ -122.3324, 37.946209 ], [ -122.3324, 37.946278 ], [ -122.332054, 37.946278 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5025.0, "Shape_area": 5024.6065281600004, "Shape_len": 301.24024549900003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337253, 37.9462 ], [ -122.337253, 37.946063 ], [ -122.337603, 37.946064 ], [ -122.337603, 37.946133 ], [ -122.337603, 37.946202 ], [ -122.337253, 37.9462 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5005.0, "Shape_area": 5005.2898627200002, "Shape_len": 300.22697902599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333265, 37.946274 ], [ -122.333265, 37.946137 ], [ -122.333612, 37.946136 ], [ -122.333613, 37.946274 ], [ -122.333265, 37.946274 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5041.0, "Shape_area": 5040.783764, "Shape_len": 300.145576017, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323081, 37.948967 ], [ -122.323403, 37.948871 ], [ -122.323465, 37.949001 ], [ -122.323144, 37.949098 ], [ -122.323081, 37.948967 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6449.0, "Shape_area": 6448.9048063600003, "Shape_len": 328.67748997199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333787, 37.946275 ], [ -122.333786, 37.946097 ], [ -122.334132, 37.946097 ], [ -122.334132, 37.946137 ], [ -122.334132, 37.946275 ], [ -122.333787, 37.946275 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6069.0, "Shape_area": 6068.66249462, "Shape_len": 340.85654713999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323519, 37.946318 ], [ -122.323907, 37.946201 ], [ -122.323969, 37.946331 ], [ -122.323581, 37.946448 ], [ -122.323519, 37.946318 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6011.0, "Shape_area": 6011.168637, "Shape_len": 340.58623849200001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322424, 37.946353 ], [ -122.322814, 37.946235 ], [ -122.322875, 37.946364 ], [ -122.322485, 37.94648 ], [ -122.322424, 37.946353 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6007.0, "Shape_area": 6007.4260894, "Shape_len": 340.31255127700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323969, 37.946331 ], [ -122.324359, 37.946215 ], [ -122.32442, 37.946343 ], [ -122.32403, 37.94646 ], [ -122.323969, 37.946331 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5922.0, "Shape_area": 5921.8023722300004, "Shape_len": 337.07686048900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3292, 37.946256 ], [ -122.329585, 37.946141 ], [ -122.329647, 37.94627 ], [ -122.329261, 37.946384 ], [ -122.3292, 37.946256 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5991.0, "Shape_area": 5991.2528551400001, "Shape_len": 338.92217916700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322875, 37.946364 ], [ -122.323262, 37.946248 ], [ -122.323324, 37.946378 ], [ -122.322936, 37.946493 ], [ -122.322875, 37.946364 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5863.0, "Shape_area": 5862.8085197500004, "Shape_len": 331.41561307299997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320825, 37.946525 ], [ -122.321066, 37.946368 ], [ -122.321128, 37.946334 ], [ -122.321172, 37.946433 ], [ -122.321164, 37.946435 ], [ -122.320825, 37.946525 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5056.0, "Shape_area": 5055.9976192800004, "Shape_len": 301.59346634500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.3324, 37.946349 ], [ -122.3324, 37.946278 ], [ -122.3324, 37.946209 ], [ -122.332748, 37.946211 ], [ -122.332749, 37.946348 ], [ -122.3324, 37.946349 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6001.0, "Shape_area": 6000.7723557099998, "Shape_len": 339.55991423099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323581, 37.946448 ], [ -122.323969, 37.946331 ], [ -122.32403, 37.94646 ], [ -122.323643, 37.946577 ], [ -122.323581, 37.946448 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5001.0, "Shape_area": 5001.4227797599997, "Shape_len": 300.38514808799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334132, 37.94641 ], [ -122.334132, 37.946275 ], [ -122.33448, 37.946275 ], [ -122.33448, 37.946413 ], [ -122.334132, 37.94641 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5784.0, "Shape_area": 5784.3234812199998, "Shape_len": 333.427910414, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32191, 37.946653 ], [ -122.322291, 37.94654 ], [ -122.322352, 37.946667 ], [ -122.32197, 37.94678 ], [ -122.32191, 37.946653 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6207.0, "Shape_area": 6207.3807442099996, "Shape_len": 348.88785818999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322757, 37.948483 ], [ -122.323161, 37.948363 ], [ -122.323222, 37.94849 ], [ -122.322818, 37.948613 ], [ -122.322757, 37.948483 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7562.0, "Shape_area": 7561.9296727700003, "Shape_len": 351.49806625399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351888, 37.927641 ], [ -122.351717, 37.927642 ], [ -122.351716, 37.927506 ], [ -122.351716, 37.927473 ], [ -122.351716, 37.927435 ], [ -122.351727, 37.927435 ], [ -122.352054, 37.927434 ], [ -122.352064, 37.927434 ], [ -122.352065, 37.92764 ], [ -122.352055, 37.927641 ], [ -122.351888, 37.927641 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5942.0, "Shape_area": 5942.4709673500001, "Shape_len": 338.267334984, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328442, 37.948398 ], [ -122.328519, 37.948375 ], [ -122.328674, 37.948327 ], [ -122.328831, 37.948281 ], [ -122.328891, 37.948407 ], [ -122.328503, 37.948526 ], [ -122.328442, 37.948398 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5044.0, "Shape_area": 5044.0571499199996, "Shape_len": 301.02286445599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320519, 37.914878 ], [ -122.32069, 37.91485 ], [ -122.320761, 37.915119 ], [ -122.32069, 37.915131 ], [ -122.32059, 37.915147 ], [ -122.320519, 37.914878 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5979.0, "Shape_area": 5979.3281666800003, "Shape_len": 339.29251794800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328164, 37.94642 ], [ -122.328321, 37.946373 ], [ -122.328476, 37.946327 ], [ -122.328552, 37.946304 ], [ -122.328615, 37.946432 ], [ -122.328226, 37.946548 ], [ -122.328164, 37.94642 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5065.0, "Shape_area": 5065.0231922499997, "Shape_len": 301.84706192099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348921, 37.92766 ], [ -122.348665, 37.927659 ], [ -122.348664, 37.927522 ], [ -122.349012, 37.927521 ], [ -122.349013, 37.92766 ], [ -122.348921, 37.92766 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5330.0, "Shape_area": 5330.1608584799997, "Shape_len": 306.74352619400003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.35258, 37.927603 ], [ -122.35258, 37.927547 ], [ -122.352579, 37.927457 ], [ -122.35259, 37.927457 ], [ -122.352916, 37.927456 ], [ -122.352927, 37.927456 ], [ -122.352928, 37.927602 ], [ -122.352917, 37.927602 ], [ -122.352591, 37.927603 ], [ -122.35258, 37.927603 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5242.0, "Shape_area": 5242.13499099, "Shape_len": 306.88812898100002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354448, 37.927571 ], [ -122.354448, 37.92743 ], [ -122.354802, 37.927432 ], [ -122.354803, 37.927573 ], [ -122.354789, 37.927572 ], [ -122.354448, 37.927571 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5001.0, "Shape_area": 5000.7689691100004, "Shape_len": 299.81991329300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332055, 37.946487 ], [ -122.332055, 37.946349 ], [ -122.3324, 37.946349 ], [ -122.332401, 37.946486 ], [ -122.332055, 37.946487 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5028.0, "Shape_area": 5027.9352278699998, "Shape_len": 301.49495242299997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.355016, 37.92757 ], [ -122.355015, 37.927434 ], [ -122.355353, 37.927435 ], [ -122.355365, 37.927435 ], [ -122.355366, 37.927504 ], [ -122.355366, 37.927572 ], [ -122.355352, 37.927572 ], [ -122.355016, 37.92757 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5070.0, "Shape_area": 5070.0967344500004, "Shape_len": 301.411376684, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335078, 37.948431 ], [ -122.335081, 37.948156 ], [ -122.33517, 37.948156 ], [ -122.335254, 37.948156 ], [ -122.335256, 37.948431 ], [ -122.335078, 37.948431 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6647.0, "Shape_area": 6646.5416465600001, "Shape_len": 331.32582321000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353372, 37.923877 ], [ -122.353372, 37.923871 ], [ -122.353372, 37.923617 ], [ -122.353372, 37.923609 ], [ -122.3536, 37.923611 ], [ -122.35361, 37.923611 ], [ -122.353607, 37.923879 ], [ -122.353372, 37.923877 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 8176.0, "Shape_area": 8176.4977928099997, "Shape_len": 421.75586286499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322166, 37.948513 ], [ -122.322694, 37.948353 ], [ -122.322757, 37.948483 ], [ -122.32225, 37.948638 ], [ -122.322209, 37.948586 ], [ -122.322166, 37.948513 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7617.0, "Shape_area": 7617.1360413100001, "Shape_len": 352.32519244600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335771, 37.94843 ], [ -122.335771, 37.948155 ], [ -122.335862, 37.948155 ], [ -122.336035, 37.948155 ], [ -122.336036, 37.94843 ], [ -122.335771, 37.94843 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6006.0, "Shape_area": 6005.7087178100001, "Shape_len": 338.57371208699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329333, 37.948862 ], [ -122.329717, 37.948745 ], [ -122.32978, 37.948876 ], [ -122.329395, 37.948991 ], [ -122.329333, 37.948862 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5035.0, "Shape_area": 5035.1649735700003, "Shape_len": 299.14711225500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33768, 37.948862 ], [ -122.337681, 37.948592 ], [ -122.337858, 37.948592 ], [ -122.337857, 37.948862 ], [ -122.33768, 37.948862 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 46131.0, "Shape_area": 46130.762302700001, "Shape_len": 948.36053703000005, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326088, 37.920475 ], [ -122.326378, 37.920617 ], [ -122.326487, 37.920479 ], [ -122.326588, 37.920528 ], [ -122.326738, 37.920602 ], [ -122.326786, 37.920626 ], [ -122.326412, 37.921103 ], [ -122.325621, 37.921072 ], [ -122.326088, 37.920475 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5854.0, "Shape_area": 5853.7171136799998, "Shape_len": 337.303739619, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32978, 37.948876 ], [ -122.330169, 37.948759 ], [ -122.330229, 37.948885 ], [ -122.32984, 37.949001 ], [ -122.32978, 37.948876 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6059.0, "Shape_area": 6058.5555641700003, "Shape_len": 341.23589468699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328235, 37.948898 ], [ -122.328626, 37.948782 ], [ -122.328688, 37.948913 ], [ -122.328296, 37.949026 ], [ -122.328235, 37.948898 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5017.0, "Shape_area": 5016.5523352399996, "Shape_len": 300.38241220600003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.355278, 37.948747 ], [ -122.355278, 37.948472 ], [ -122.355452, 37.948473 ], [ -122.355452, 37.948747 ], [ -122.355278, 37.948747 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 10193.0, "Shape_area": 10193.4806039, "Shape_len": 404.02281558800001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352665, 37.923873 ], [ -122.352665, 37.923864 ], [ -122.352666, 37.923603 ], [ -122.353025, 37.923606 ], [ -122.353025, 37.923614 ], [ -122.353026, 37.923875 ], [ -122.352665, 37.923873 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5099.0, "Shape_area": 5098.9988713399998, "Shape_len": 302.84069294699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339793, 37.946285 ], [ -122.33979, 37.946008 ], [ -122.339966, 37.946008 ], [ -122.339968, 37.946285 ], [ -122.339793, 37.946285 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5121.0, "Shape_area": 5121.0857795000002, "Shape_len": 303.33685657799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339968, 37.946285 ], [ -122.339966, 37.946008 ], [ -122.340141, 37.946007 ], [ -122.340144, 37.946284 ], [ -122.339968, 37.946285 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5054.0, "Shape_area": 5053.8087556399996, "Shape_len": 302.06248186599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340144, 37.946284 ], [ -122.340141, 37.946007 ], [ -122.340315, 37.946007 ], [ -122.340317, 37.946284 ], [ -122.340144, 37.946284 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7602.0, "Shape_area": 7601.5552187699996, "Shape_len": 352.40114336900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348312, 37.92766 ], [ -122.348142, 37.92766 ], [ -122.348142, 37.9276 ], [ -122.348141, 37.927492 ], [ -122.348141, 37.927453 ], [ -122.34849, 37.927452 ], [ -122.348491, 37.927659 ], [ -122.348312, 37.92766 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5128.0, "Shape_area": 5128.43012206, "Shape_len": 303.05543328800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334029, 37.927885 ], [ -122.334026, 37.927609 ], [ -122.334204, 37.927609 ], [ -122.334205, 37.927885 ], [ -122.334029, 37.927885 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6021.0, "Shape_area": 6021.2687414399998, "Shape_len": 320.612540314, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.361892, 37.945945 ], [ -122.361894, 37.945779 ], [ -122.361904, 37.94578 ], [ -122.362231, 37.945783 ], [ -122.362241, 37.945783 ], [ -122.36224, 37.945947 ], [ -122.362229, 37.945947 ], [ -122.361902, 37.945945 ], [ -122.361892, 37.945945 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5094.0, "Shape_area": 5094.4471547499998, "Shape_len": 303.07014027600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340749, 37.946284 ], [ -122.340744, 37.946006 ], [ -122.340921, 37.946005 ], [ -122.340922, 37.946283 ], [ -122.340749, 37.946284 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5032.0, "Shape_area": 5032.1578446000003, "Shape_len": 299.77696754099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342191, 37.949566 ], [ -122.342104, 37.949566 ], [ -122.342104, 37.949294 ], [ -122.342281, 37.949294 ], [ -122.342279, 37.949566 ], [ -122.342191, 37.949566 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7473.0, "Shape_area": 7473.00715468, "Shape_len": 349.04104887900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342798, 37.949565 ], [ -122.3428, 37.949292 ], [ -122.342974, 37.949292 ], [ -122.343061, 37.949292 ], [ -122.34306, 37.949564 ], [ -122.342971, 37.949564 ], [ -122.342798, 37.949565 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6484.0, "Shape_area": 6483.6269353300004, "Shape_len": 336.12378105, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320709, 37.924477 ], [ -122.320708, 37.924312 ], [ -122.321082, 37.924312 ], [ -122.321083, 37.924409 ], [ -122.321083, 37.924477 ], [ -122.320709, 37.924477 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5389.0, "Shape_area": 5389.0476005800001, "Shape_len": 307.92489671700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349868, 37.949457 ], [ -122.349869, 37.949182 ], [ -122.350055, 37.949182 ], [ -122.350055, 37.949458 ], [ -122.349868, 37.949457 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5072.0, "Shape_area": 5071.7914153800002, "Shape_len": 302.61812400500003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.353166, 37.926025 ], [ -122.353165, 37.925887 ], [ -122.353183, 37.925887 ], [ -122.353505, 37.92589 ], [ -122.353516, 37.92589 ], [ -122.353516, 37.92594 ], [ -122.353517, 37.926027 ], [ -122.353506, 37.926027 ], [ -122.353181, 37.926025 ], [ -122.353166, 37.926025 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5021.0, "Shape_area": 5020.9143072300003, "Shape_len": 300.51417371399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350596, 37.949455 ], [ -122.350596, 37.94918 ], [ -122.35077, 37.949181 ], [ -122.35077, 37.949455 ], [ -122.350596, 37.949455 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5156.0, "Shape_area": 5155.8894277600002, "Shape_len": 310.263231464, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333296, 37.926346 ], [ -122.332946, 37.926348 ], [ -122.332945, 37.926291 ], [ -122.332945, 37.926216 ], [ -122.333315, 37.926213 ], [ -122.333316, 37.926345 ], [ -122.333296, 37.926346 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5105.0, "Shape_area": 5105.1843628099996, "Shape_len": 305.16724260699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333505, 37.926346 ], [ -122.333491, 37.926346 ], [ -122.33349, 37.926209 ], [ -122.333847, 37.926209 ], [ -122.333848, 37.926345 ], [ -122.333505, 37.926346 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5098.0, "Shape_area": 5097.9694318600004, "Shape_len": 302.34573255499998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.347784, 37.926125 ], [ -122.347784, 37.925985 ], [ -122.348132, 37.925985 ], [ -122.348132, 37.926124 ], [ -122.347784, 37.926125 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5088.0, "Shape_area": 5088.19632542, "Shape_len": 302.06547901800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352992, 37.922916 ], [ -122.352993, 37.922908 ], [ -122.352998, 37.922649 ], [ -122.352998, 37.922641 ], [ -122.353172, 37.922641 ], [ -122.35317, 37.922917 ], [ -122.352992, 37.922916 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7020.0, "Shape_area": 7019.6404471599999, "Shape_len": 336.882589424, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323991, 37.921009 ], [ -122.323992, 37.920867 ], [ -122.323993, 37.920728 ], [ -122.324065, 37.920732 ], [ -122.324129, 37.920735 ], [ -122.324236, 37.92077 ], [ -122.324239, 37.921018 ], [ -122.323991, 37.921009 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5002.0, "Shape_area": 5001.5660352100003, "Shape_len": 299.94201801700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339086, 37.946009 ], [ -122.33909, 37.946284 ], [ -122.338915, 37.946283 ], [ -122.338914, 37.94601 ], [ -122.339086, 37.946009 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5240.0, "Shape_area": 5239.5064201300002, "Shape_len": 306.78565562199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354095, 37.92757 ], [ -122.354094, 37.927429 ], [ -122.354104, 37.927429 ], [ -122.354448, 37.92743 ], [ -122.354448, 37.927571 ], [ -122.354095, 37.92757 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5646.0, "Shape_area": 5645.5927709400003, "Shape_len": 323.90048128699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.362107, 37.927461 ], [ -122.362108, 37.927321 ], [ -122.362493, 37.927325 ], [ -122.362493, 37.927395 ], [ -122.362493, 37.927464 ], [ -122.362107, 37.927461 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5297.0, "Shape_area": 5297.17168072, "Shape_len": 306.60397169200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339258, 37.946286 ], [ -122.33926, 37.946009 ], [ -122.33944, 37.946009 ], [ -122.339443, 37.946285 ], [ -122.339258, 37.946286 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5043.0, "Shape_area": 5042.7237254800002, "Shape_len": 301.60777748700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339443, 37.946285 ], [ -122.33944, 37.946009 ], [ -122.339614, 37.946008 ], [ -122.339616, 37.946285 ], [ -122.339443, 37.946285 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5076.0, "Shape_area": 5075.5002686300004, "Shape_len": 302.092955227, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335867, 37.94634 ], [ -122.335866, 37.946202 ], [ -122.336215, 37.946201 ], [ -122.336216, 37.94634 ], [ -122.335867, 37.94634 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5126.0, "Shape_area": 5125.6187170200001, "Shape_len": 303.31191861799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.339616, 37.946285 ], [ -122.339614, 37.946008 ], [ -122.33979, 37.946008 ], [ -122.339793, 37.946285 ], [ -122.339616, 37.946285 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5014.0, "Shape_area": 5013.9113850699996, "Shape_len": 299.29954765899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341266, 37.94628 ], [ -122.341264, 37.946008 ], [ -122.341282, 37.946008 ], [ -122.341439, 37.946007 ], [ -122.341442, 37.946279 ], [ -122.341266, 37.94628 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5533.0, "Shape_area": 5532.7165152899997, "Shape_len": 326.530714897, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320843, 37.94665 ], [ -122.321225, 37.946562 ], [ -122.321273, 37.946688 ], [ -122.320888, 37.946777 ], [ -122.320843, 37.94665 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6028.0, "Shape_area": 6028.3306052500002, "Shape_len": 339.85605885199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323037, 37.946706 ], [ -122.322998, 37.946622 ], [ -122.323385, 37.946505 ], [ -122.323447, 37.946635 ], [ -122.323059, 37.946752 ], [ -122.323037, 37.946706 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5421.0, "Shape_area": 5421.3115687999998, "Shape_len": 306.56823891800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350229, 37.946328 ], [ -122.350229, 37.946059 ], [ -122.35042, 37.946059 ], [ -122.350422, 37.946328 ], [ -122.350229, 37.946328 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5736.0, "Shape_area": 5735.8233385200001, "Shape_len": 314.54568114199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.35129, 37.923867 ], [ -122.351292, 37.923594 ], [ -122.351491, 37.923595 ], [ -122.351489, 37.92387 ], [ -122.35129, 37.923867 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6002.0, "Shape_area": 6002.4488814400002, "Shape_len": 340.26060524000002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328226, 37.946548 ], [ -122.328615, 37.946432 ], [ -122.328678, 37.94656 ], [ -122.328287, 37.946676 ], [ -122.328226, 37.946548 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5892.0, "Shape_area": 5892.1915819300002, "Shape_len": 339.78590741099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327766, 37.946979 ], [ -122.328144, 37.946867 ], [ -122.328153, 37.94686 ], [ -122.328214, 37.946989 ], [ -122.327826, 37.947106 ], [ -122.327766, 37.946979 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 11176.0, "Shape_area": 11175.546687599999, "Shape_len": 423.86966764200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351714, 37.923599 ], [ -122.351727, 37.923599 ], [ -122.352096, 37.923601 ], [ -122.352106, 37.923601 ], [ -122.352104, 37.923873 ], [ -122.351711, 37.923869 ], [ -122.351714, 37.923599 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5031.0, "Shape_area": 5030.9746835300002, "Shape_len": 299.384886166, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352159, 37.923598 ], [ -122.352169, 37.923598 ], [ -122.352334, 37.9236 ], [ -122.352334, 37.923608 ], [ -122.352334, 37.923862 ], [ -122.352334, 37.923871 ], [ -122.352156, 37.923869 ], [ -122.352159, 37.923598 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 9414.0, "Shape_area": 9413.9334357299995, "Shape_len": 388.15375830900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.352334, 37.923871 ], [ -122.352334, 37.923862 ], [ -122.352334, 37.923608 ], [ -122.352334, 37.9236 ], [ -122.352666, 37.923603 ], [ -122.352665, 37.923864 ], [ -122.352665, 37.923873 ], [ -122.352334, 37.923871 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 8061.0, "Shape_area": 8060.7395680700001, "Shape_len": 361.46825867699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.362275, 37.945947 ], [ -122.362277, 37.945727 ], [ -122.362287, 37.945727 ], [ -122.362616, 37.94573 ], [ -122.362626, 37.94573 ], [ -122.362624, 37.94595 ], [ -122.362613, 37.94595 ], [ -122.362285, 37.945947 ], [ -122.362275, 37.945947 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5693.0, "Shape_area": 5693.03948537, "Shape_len": 295.37173908699998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342931, 37.923754 ], [ -122.343072, 37.923884 ], [ -122.342879, 37.924041 ], [ -122.342878, 37.92404 ], [ -122.342878, 37.92404 ], [ -122.342877, 37.924039 ], [ -122.342877, 37.924039 ], [ -122.342876, 37.924039 ], [ -122.342876, 37.924038 ], [ -122.342875, 37.924038 ], [ -122.342875, 37.924038 ], [ -122.342874, 37.924037 ], [ -122.342874, 37.924037 ], [ -122.342873, 37.924036 ], [ -122.342873, 37.924036 ], [ -122.342873, 37.924036 ], [ -122.342872, 37.924035 ], [ -122.342872, 37.924035 ], [ -122.342871, 37.924034 ], [ -122.342871, 37.924034 ], [ -122.34287, 37.924034 ], [ -122.34287, 37.924033 ], [ -122.342869, 37.924033 ], [ -122.342869, 37.924033 ], [ -122.342868, 37.924032 ], [ -122.342868, 37.924032 ], [ -122.342867, 37.924031 ], [ -122.342867, 37.924031 ], [ -122.342866, 37.924031 ], [ -122.342866, 37.92403 ], [ -122.342865, 37.92403 ], [ -122.342865, 37.92403 ], [ -122.342864, 37.924029 ], [ -122.342864, 37.924029 ], [ -122.342863, 37.924028 ], [ -122.342863, 37.924028 ], [ -122.342862, 37.924028 ], [ -122.342862, 37.924027 ], [ -122.342861, 37.924027 ], [ -122.342861, 37.924027 ], [ -122.342861, 37.924026 ], [ -122.34286, 37.924026 ], [ -122.34286, 37.924025 ], [ -122.342859, 37.924025 ], [ -122.342859, 37.924025 ], [ -122.342858, 37.924024 ], [ -122.342858, 37.924024 ], [ -122.342857, 37.924023 ], [ -122.342857, 37.924023 ], [ -122.342856, 37.924023 ], [ -122.342856, 37.924022 ], [ -122.342855, 37.924022 ], [ -122.342855, 37.924022 ], [ -122.342854, 37.924021 ], [ -122.342854, 37.924021 ], [ -122.342853, 37.92402 ], [ -122.342853, 37.92402 ], [ -122.342852, 37.92402 ], [ -122.342852, 37.924019 ], [ -122.342851, 37.924019 ], [ -122.342851, 37.924018 ], [ -122.342851, 37.924018 ], [ -122.34285, 37.924018 ], [ -122.34285, 37.924017 ], [ -122.342849, 37.924017 ], [ -122.342849, 37.924017 ], [ -122.342848, 37.924016 ], [ -122.342848, 37.924016 ], [ -122.342847, 37.924015 ], [ -122.342847, 37.924015 ], [ -122.342846, 37.924015 ], [ -122.342846, 37.924014 ], [ -122.342845, 37.924014 ], [ -122.342845, 37.924013 ], [ -122.342844, 37.924013 ], [ -122.342844, 37.924013 ], [ -122.342843, 37.924012 ], [ -122.342843, 37.924012 ], [ -122.342842, 37.924012 ], [ -122.342842, 37.924011 ], [ -122.342842, 37.924011 ], [ -122.342841, 37.92401 ], [ -122.342841, 37.92401 ], [ -122.34284, 37.92401 ], [ -122.34284, 37.924009 ], [ -122.342839, 37.924009 ], [ -122.342839, 37.924008 ], [ -122.342838, 37.924008 ], [ -122.342838, 37.924008 ], [ -122.342837, 37.924007 ], [ -122.342837, 37.924007 ], [ -122.342836, 37.924007 ], [ -122.342836, 37.924006 ], [ -122.342835, 37.924006 ], [ -122.342835, 37.924005 ], [ -122.342835, 37.924005 ], [ -122.342834, 37.924005 ], [ -122.342834, 37.924004 ], [ -122.342833, 37.924004 ], [ -122.342833, 37.924003 ], [ -122.342832, 37.924003 ], [ -122.342832, 37.924003 ], [ -122.342831, 37.924002 ], [ -122.342831, 37.924002 ], [ -122.34283, 37.924001 ], [ -122.34283, 37.924001 ], [ -122.342829, 37.924001 ], [ -122.342829, 37.924 ], [ -122.342828, 37.924 ], [ -122.342828, 37.923999 ], [ -122.342828, 37.923999 ], [ -122.342827, 37.923999 ], [ -122.342827, 37.923998 ], [ -122.342826, 37.923998 ], [ -122.342826, 37.923998 ], [ -122.342825, 37.923997 ], [ -122.342825, 37.923997 ], [ -122.342824, 37.923996 ], [ -122.342824, 37.923996 ], [ -122.342823, 37.923996 ], [ -122.342823, 37.923995 ], [ -122.342822, 37.923995 ], [ -122.342822, 37.923994 ], [ -122.342821, 37.923994 ], [ -122.342821, 37.923994 ], [ -122.342821, 37.923993 ], [ -122.34282, 37.923993 ], [ -122.34282, 37.923992 ], [ -122.342819, 37.923992 ], [ -122.342819, 37.923992 ], [ -122.342818, 37.923991 ], [ -122.342818, 37.923991 ], [ -122.342817, 37.92399 ], [ -122.342817, 37.92399 ], [ -122.342816, 37.92399 ], [ -122.342816, 37.923989 ], [ -122.342816, 37.923989 ], [ -122.342815, 37.923988 ], [ -122.342815, 37.923988 ], [ -122.342814, 37.923988 ], [ -122.342814, 37.923987 ], [ -122.342813, 37.923987 ], [ -122.342813, 37.923986 ], [ -122.342812, 37.923986 ], [ -122.342812, 37.923986 ], [ -122.342811, 37.923985 ], [ -122.342811, 37.923985 ], [ -122.34281, 37.923985 ], [ -122.34281, 37.923984 ], [ -122.34281, 37.923984 ], [ -122.342809, 37.923983 ], [ -122.342809, 37.923983 ], [ -122.342808, 37.923983 ], [ -122.342808, 37.923982 ], [ -122.342807, 37.923982 ], [ -122.342807, 37.923981 ], [ -122.342806, 37.923981 ], [ -122.342806, 37.923981 ], [ -122.342805, 37.92398 ], [ -122.342805, 37.92398 ], [ -122.342805, 37.923979 ], [ -122.342804, 37.923979 ], [ -122.342804, 37.923979 ], [ -122.342803, 37.923978 ], [ -122.342803, 37.923978 ], [ -122.342802, 37.923977 ], [ -122.342802, 37.923977 ], [ -122.342801, 37.923977 ], [ -122.342801, 37.923976 ], [ -122.3428, 37.923976 ], [ -122.3428, 37.923975 ], [ -122.3428, 37.923975 ], [ -122.342799, 37.923975 ], [ -122.342799, 37.923974 ], [ -122.342798, 37.923974 ], [ -122.342798, 37.923973 ], [ -122.342797, 37.923973 ], [ -122.342797, 37.923973 ], [ -122.342796, 37.923972 ], [ -122.342796, 37.923972 ], [ -122.342795, 37.923971 ], [ -122.342795, 37.923971 ], [ -122.342795, 37.923971 ], [ -122.342794, 37.92397 ], [ -122.342794, 37.92397 ], [ -122.342793, 37.923969 ], [ -122.342793, 37.923969 ], [ -122.342792, 37.923969 ], [ -122.342792, 37.923968 ], [ -122.342791, 37.923968 ], [ -122.342791, 37.923967 ], [ -122.342791, 37.923967 ], [ -122.34279, 37.923967 ], [ -122.34279, 37.923966 ], [ -122.342789, 37.923966 ], [ -122.342789, 37.923965 ], [ -122.342788, 37.923965 ], [ -122.342788, 37.923964 ], [ -122.342787, 37.923964 ], [ -122.342787, 37.923964 ], [ -122.342786, 37.923963 ], [ -122.342786, 37.923963 ], [ -122.342786, 37.923962 ], [ -122.342785, 37.923962 ], [ -122.342785, 37.923962 ], [ -122.342784, 37.923961 ], [ -122.342784, 37.923961 ], [ -122.342783, 37.92396 ], [ -122.342783, 37.92396 ], [ -122.342782, 37.92396 ], [ -122.342782, 37.923959 ], [ -122.342782, 37.923959 ], [ -122.342781, 37.923958 ], [ -122.342781, 37.923958 ], [ -122.34278, 37.923958 ], [ -122.34278, 37.923957 ], [ -122.342779, 37.923957 ], [ -122.342779, 37.923956 ], [ -122.342778, 37.923956 ], [ -122.342778, 37.923956 ], [ -122.342778, 37.923955 ], [ -122.342777, 37.923955 ], [ -122.342777, 37.923954 ], [ -122.342776, 37.923954 ], [ -122.342776, 37.923954 ], [ -122.342775, 37.923953 ], [ -122.342775, 37.923953 ], [ -122.342774, 37.923952 ], [ -122.342774, 37.923952 ], [ -122.342774, 37.923952 ], [ -122.342773, 37.923951 ], [ -122.342773, 37.923951 ], [ -122.342772, 37.92395 ], [ -122.342772, 37.92395 ], [ -122.342771, 37.923949 ], [ -122.342771, 37.923949 ], [ -122.342771, 37.923949 ], [ -122.34277, 37.923948 ], [ -122.34277, 37.923948 ], [ -122.342769, 37.923947 ], [ -122.342769, 37.923947 ], [ -122.342768, 37.923947 ], [ -122.342768, 37.923946 ], [ -122.342767, 37.923946 ], [ -122.342767, 37.923945 ], [ -122.342767, 37.923945 ], [ -122.342766, 37.923945 ], [ -122.342766, 37.923944 ], [ -122.342765, 37.923944 ], [ -122.342765, 37.923943 ], [ -122.342764, 37.923943 ], [ -122.342764, 37.923942 ], [ -122.342764, 37.923942 ], [ -122.342763, 37.923942 ], [ -122.342763, 37.923941 ], [ -122.342762, 37.923941 ], [ -122.342762, 37.92394 ], [ -122.342761, 37.92394 ], [ -122.342761, 37.92394 ], [ -122.34276, 37.923939 ], [ -122.34276, 37.923939 ], [ -122.34276, 37.923938 ], [ -122.342759, 37.923938 ], [ -122.342759, 37.923938 ], [ -122.342758, 37.923937 ], [ -122.342758, 37.923937 ], [ -122.342757, 37.923936 ], [ -122.342757, 37.923936 ], [ -122.342757, 37.923935 ], [ -122.342756, 37.923935 ], [ -122.342756, 37.923935 ], [ -122.342755, 37.923934 ], [ -122.342755, 37.923934 ], [ -122.342754, 37.923933 ], [ -122.342754, 37.923933 ], [ -122.342754, 37.923933 ], [ -122.342753, 37.923932 ], [ -122.342753, 37.923932 ], [ -122.342752, 37.923931 ], [ -122.342752, 37.923931 ], [ -122.342751, 37.923931 ], [ -122.342751, 37.92393 ], [ -122.342751, 37.92393 ], [ -122.34275, 37.923929 ], [ -122.34275, 37.923929 ], [ -122.342749, 37.923928 ], [ -122.342749, 37.923928 ], [ -122.342748, 37.923928 ], [ -122.342748, 37.923927 ], [ -122.342747, 37.923927 ], [ -122.342747, 37.923926 ], [ -122.342747, 37.923926 ], [ -122.342746, 37.923926 ], [ -122.342746, 37.923925 ], [ -122.342745, 37.923925 ], [ -122.342745, 37.923924 ], [ -122.342744, 37.923924 ], [ -122.342744, 37.923923 ], [ -122.342744, 37.923923 ], [ -122.342743, 37.923923 ], [ -122.342743, 37.923922 ], [ -122.342742, 37.923922 ], [ -122.342742, 37.923921 ], [ -122.342742, 37.923921 ], [ -122.342741, 37.923921 ], [ -122.342741, 37.92392 ], [ -122.34274, 37.92392 ], [ -122.34274, 37.923919 ], [ -122.342739, 37.923919 ], [ -122.342739, 37.923918 ], [ -122.342739, 37.923918 ], [ -122.342738, 37.923918 ], [ -122.342738, 37.923917 ], [ -122.342737, 37.923917 ], [ -122.342737, 37.923916 ], [ -122.342736, 37.923916 ], [ -122.342736, 37.923915 ], [ -122.342736, 37.923915 ], [ -122.342735, 37.923915 ], [ -122.342735, 37.923914 ], [ -122.342734, 37.923914 ], [ -122.342734, 37.923913 ], [ -122.342733, 37.923913 ], [ -122.342733, 37.923913 ], [ -122.342733, 37.923912 ], [ -122.342732, 37.923912 ], [ -122.342732, 37.923911 ], [ -122.342731, 37.923911 ], [ -122.342731, 37.92391 ], [ -122.34273, 37.92391 ], [ -122.34273, 37.92391 ], [ -122.34273, 37.923909 ], [ -122.342729, 37.923909 ], [ -122.342729, 37.923909 ], [ -122.342729, 37.923909 ], [ -122.342729, 37.923909 ], [ -122.342729, 37.923908 ], [ -122.342729, 37.923908 ], [ -122.342729, 37.923908 ], [ -122.342729, 37.923908 ], [ -122.342729, 37.923908 ], [ -122.342729, 37.923908 ], [ -122.342729, 37.923908 ], [ -122.342728, 37.923908 ], [ -122.342728, 37.923908 ], [ -122.342728, 37.923908 ], [ -122.342728, 37.923908 ], [ -122.342728, 37.923908 ], [ -122.342728, 37.923908 ], [ -122.342728, 37.923908 ], [ -122.342728, 37.923907 ], [ -122.342728, 37.923907 ], [ -122.342728, 37.923907 ], [ -122.342728, 37.923907 ], [ -122.342728, 37.923907 ], [ -122.342728, 37.923907 ], [ -122.342728, 37.923907 ], [ -122.342728, 37.923907 ], [ -122.342727, 37.923907 ], [ -122.342727, 37.923907 ], [ -122.342727, 37.923907 ], [ -122.342727, 37.923907 ], [ -122.342727, 37.923907 ], [ -122.342727, 37.923907 ], [ -122.342727, 37.923906 ], [ -122.342727, 37.923906 ], [ -122.342727, 37.923906 ], [ -122.342727, 37.923906 ], [ -122.342727, 37.923906 ], [ -122.342727, 37.923906 ], [ -122.342727, 37.923906 ], [ -122.342727, 37.923906 ], [ -122.342727, 37.923906 ], [ -122.342727, 37.923906 ], [ -122.342726, 37.923906 ], [ -122.342726, 37.923906 ], [ -122.342726, 37.923906 ], [ -122.342726, 37.923905 ], [ -122.342726, 37.923905 ], [ -122.342726, 37.923905 ], [ -122.342726, 37.923905 ], [ -122.342726, 37.923905 ], [ -122.342726, 37.923905 ], [ -122.342726, 37.923905 ], [ -122.342726, 37.923905 ], [ -122.342726, 37.923905 ], [ -122.342726, 37.923905 ], [ -122.342726, 37.923905 ], [ -122.342726, 37.923905 ], [ -122.342726, 37.923905 ], [ -122.342726, 37.923904 ], [ -122.342725, 37.923904 ], [ -122.342725, 37.923904 ], [ -122.342725, 37.923904 ], [ -122.342725, 37.923904 ], [ -122.342725, 37.923904 ], [ -122.342725, 37.923904 ], [ -122.342725, 37.923904 ], [ -122.342725, 37.923904 ], [ -122.342725, 37.923904 ], [ -122.342725, 37.923904 ], [ -122.342725, 37.923904 ], [ -122.342725, 37.923904 ], [ -122.342725, 37.923903 ], [ -122.342725, 37.923903 ], [ -122.342725, 37.923903 ], [ -122.342725, 37.923903 ], [ -122.342725, 37.923903 ], [ -122.342725, 37.923903 ], [ -122.342724, 37.923903 ], [ -122.342724, 37.923903 ], [ -122.342724, 37.923903 ], [ -122.342724, 37.923903 ], [ -122.342724, 37.923903 ], [ -122.342724, 37.923903 ], [ -122.342724, 37.923902 ], [ -122.342724, 37.923902 ], [ -122.342724, 37.923902 ], [ -122.342724, 37.923902 ], [ -122.342724, 37.923902 ], [ -122.342724, 37.923902 ], [ -122.342724, 37.923902 ], [ -122.342724, 37.923902 ], [ -122.342724, 37.923902 ], [ -122.342724, 37.923902 ], [ -122.342724, 37.923902 ], [ -122.342724, 37.923902 ], [ -122.342724, 37.923902 ], [ -122.342724, 37.923901 ], [ -122.342723, 37.923901 ], [ -122.342723, 37.923901 ], [ -122.342723, 37.923901 ], [ -122.342723, 37.923901 ], [ -122.342723, 37.923901 ], [ -122.342723, 37.923901 ], [ -122.342723, 37.923901 ], [ -122.342723, 37.923901 ], [ -122.342723, 37.923901 ], [ -122.342723, 37.923901 ], [ -122.342723, 37.923901 ], [ -122.342723, 37.9239 ], [ -122.342723, 37.9239 ], [ -122.342723, 37.9239 ], [ -122.342723, 37.9239 ], [ -122.342723, 37.9239 ], [ -122.342723, 37.9239 ], [ -122.342723, 37.9239 ], [ -122.342723, 37.9239 ], [ -122.342723, 37.9239 ], [ -122.342723, 37.9239 ], [ -122.342722, 37.9239 ], [ -122.342722, 37.9239 ], [ -122.342722, 37.923899 ], [ -122.342722, 37.923899 ], [ -122.342722, 37.923899 ], [ -122.342722, 37.923899 ], [ -122.342722, 37.923899 ], [ -122.342722, 37.923899 ], [ -122.342722, 37.923899 ], [ -122.342722, 37.923899 ], [ -122.342722, 37.923899 ], [ -122.342722, 37.923899 ], [ -122.342722, 37.923899 ], [ -122.342722, 37.923899 ], [ -122.342722, 37.923898 ], [ -122.342722, 37.923898 ], [ -122.342722, 37.923898 ], [ -122.342722, 37.923898 ], [ -122.342722, 37.923898 ], [ -122.342722, 37.923898 ], [ -122.342722, 37.923898 ], [ -122.342722, 37.923898 ], [ -122.342722, 37.923898 ], [ -122.342722, 37.923898 ], [ -122.342722, 37.923898 ], [ -122.342721, 37.923898 ], [ -122.342721, 37.923897 ], [ -122.342721, 37.923897 ], [ -122.342721, 37.923897 ], [ -122.342721, 37.923897 ], [ -122.342721, 37.923897 ], [ -122.342721, 37.923897 ], [ -122.342721, 37.923897 ], [ -122.342721, 37.923897 ], [ -122.342721, 37.923897 ], [ -122.342721, 37.923897 ], [ -122.342721, 37.923897 ], [ -122.342721, 37.923897 ], [ -122.342721, 37.923896 ], [ -122.342721, 37.923896 ], [ -122.342721, 37.923896 ], [ -122.342721, 37.923896 ], [ -122.342721, 37.923896 ], [ -122.342721, 37.923896 ], [ -122.342721, 37.923896 ], [ -122.342721, 37.923896 ], [ -122.342721, 37.923896 ], [ -122.342721, 37.923896 ], [ -122.342721, 37.923896 ], [ -122.342721, 37.923895 ], [ -122.342721, 37.923895 ], [ -122.342721, 37.923895 ], [ -122.342721, 37.923895 ], [ -122.342721, 37.923895 ], [ -122.342721, 37.923895 ], [ -122.34272, 37.923895 ], [ -122.34272, 37.923895 ], [ -122.34272, 37.923895 ], [ -122.34272, 37.923895 ], [ -122.34272, 37.923895 ], [ -122.34272, 37.923895 ], [ -122.34272, 37.923894 ], [ -122.34272, 37.923894 ], [ -122.34272, 37.923894 ], [ -122.34272, 37.923894 ], [ -122.34272, 37.923894 ], [ -122.34272, 37.923894 ], [ -122.34272, 37.923894 ], [ -122.34272, 37.923894 ], [ -122.34272, 37.923894 ], [ -122.34272, 37.923894 ], [ -122.34272, 37.923894 ], [ -122.34272, 37.923893 ], [ -122.34272, 37.923893 ], [ -122.34272, 37.923893 ], [ -122.34272, 37.923893 ], [ -122.34272, 37.923893 ], [ -122.34272, 37.923893 ], [ -122.34272, 37.923893 ], [ -122.34272, 37.923893 ], [ -122.34272, 37.923893 ], [ -122.34272, 37.923893 ], [ -122.34272, 37.923893 ], [ -122.34272, 37.923893 ], [ -122.34272, 37.923892 ], [ -122.34272, 37.923892 ], [ -122.34272, 37.923892 ], [ -122.34272, 37.923892 ], [ -122.34272, 37.923892 ], [ -122.34272, 37.923892 ], [ -122.34272, 37.923892 ], [ -122.34272, 37.923892 ], [ -122.34272, 37.923892 ], [ -122.34272, 37.923892 ], [ -122.34272, 37.923892 ], [ -122.34272, 37.923891 ], [ -122.342719, 37.923891 ], [ -122.342719, 37.923891 ], [ -122.342719, 37.923891 ], [ -122.342719, 37.923891 ], [ -122.342719, 37.923891 ], [ -122.342719, 37.923891 ], [ -122.342719, 37.923891 ], [ -122.342719, 37.923891 ], [ -122.342719, 37.923891 ], [ -122.342719, 37.923891 ], [ -122.342719, 37.92389 ], [ -122.342719, 37.92389 ], [ -122.342719, 37.92389 ], [ -122.342719, 37.92389 ], [ -122.342719, 37.92389 ], [ -122.342719, 37.92389 ], [ -122.342719, 37.92389 ], [ -122.342719, 37.92389 ], [ -122.342719, 37.92389 ], [ -122.342719, 37.92389 ], [ -122.342719, 37.92389 ], [ -122.342719, 37.923889 ], [ -122.342719, 37.923889 ], [ -122.342719, 37.923889 ], [ -122.342719, 37.923889 ], [ -122.342719, 37.923889 ], [ -122.342719, 37.923889 ], [ -122.342719, 37.923889 ], [ -122.342719, 37.923889 ], [ -122.342719, 37.923889 ], [ -122.342719, 37.923889 ], [ -122.342719, 37.923889 ], [ -122.342719, 37.923889 ], [ -122.342719, 37.923888 ], [ -122.342719, 37.923888 ], [ -122.342719, 37.923888 ], [ -122.342719, 37.923888 ], [ -122.342719, 37.923888 ], [ -122.342719, 37.923888 ], [ -122.342719, 37.923888 ], [ -122.342719, 37.923888 ], [ -122.342719, 37.923888 ], [ -122.342719, 37.923888 ], [ -122.342719, 37.923888 ], [ -122.342719, 37.923887 ], [ -122.342719, 37.923887 ], [ -122.342719, 37.923887 ], [ -122.342719, 37.923887 ], [ -122.342719, 37.923887 ], [ -122.342719, 37.923887 ], [ -122.342719, 37.923887 ], [ -122.342719, 37.923887 ], [ -122.342719, 37.923887 ], [ -122.342719, 37.923887 ], [ -122.342719, 37.923887 ], [ -122.342719, 37.923886 ], [ -122.342719, 37.923886 ], [ -122.342719, 37.923886 ], [ -122.342719, 37.923886 ], [ -122.342719, 37.923886 ], [ -122.342719, 37.923886 ], [ -122.342719, 37.923886 ], [ -122.342719, 37.923886 ], [ -122.342719, 37.923886 ], [ -122.342719, 37.923886 ], [ -122.342719, 37.923886 ], [ -122.342719, 37.923885 ], [ -122.342719, 37.923885 ], [ -122.342719, 37.923885 ], [ -122.342719, 37.923885 ], [ -122.342719, 37.923885 ], [ -122.342719, 37.923885 ], [ -122.342719, 37.923885 ], [ -122.342719, 37.923885 ], [ -122.342719, 37.923885 ], [ -122.342719, 37.923885 ], [ -122.342719, 37.923885 ], [ -122.342719, 37.923884 ], [ -122.342719, 37.923884 ], [ -122.342719, 37.923884 ], [ -122.342719, 37.923884 ], [ -122.342719, 37.923884 ], [ -122.342719, 37.923884 ], [ -122.342719, 37.923884 ], [ -122.342719, 37.923884 ], [ -122.342719, 37.923884 ], [ -122.342719, 37.923884 ], [ -122.342719, 37.923884 ], [ -122.342719, 37.923883 ], [ -122.342719, 37.923883 ], [ -122.342719, 37.923883 ], [ -122.342719, 37.923883 ], [ -122.342719, 37.923883 ], [ -122.342719, 37.923883 ], [ -122.342719, 37.923883 ], [ -122.342719, 37.923883 ], [ -122.342719, 37.923883 ], [ -122.342719, 37.923883 ], [ -122.342719, 37.923883 ], [ -122.342719, 37.923882 ], [ -122.342719, 37.923882 ], [ -122.342719, 37.923882 ], [ -122.342719, 37.923882 ], [ -122.342719, 37.923882 ], [ -122.342719, 37.923882 ], [ -122.342719, 37.923882 ], [ -122.342719, 37.923882 ], [ -122.342719, 37.923882 ], [ -122.342719, 37.923882 ], [ -122.342719, 37.923882 ], [ -122.342719, 37.923881 ], [ -122.342719, 37.923881 ], [ -122.342719, 37.923881 ], [ -122.342719, 37.923881 ], [ -122.342719, 37.923881 ], [ -122.342719, 37.923881 ], [ -122.342719, 37.923881 ], [ -122.342719, 37.923881 ], [ -122.342719, 37.923881 ], [ -122.342719, 37.923881 ], [ -122.342719, 37.923881 ], [ -122.342719, 37.923881 ], [ -122.342719, 37.92388 ], [ -122.342719, 37.92388 ], [ -122.342719, 37.92388 ], [ -122.342719, 37.92388 ], [ -122.342719, 37.92388 ], [ -122.342719, 37.92388 ], [ -122.342719, 37.92388 ], [ -122.342719, 37.92388 ], [ -122.342719, 37.92388 ], [ -122.342719, 37.92388 ], [ -122.342719, 37.92388 ], [ -122.342719, 37.923879 ], [ -122.342719, 37.923879 ], [ -122.342719, 37.923879 ], [ -122.342719, 37.923879 ], [ -122.342719, 37.923879 ], [ -122.342719, 37.923879 ], [ -122.342719, 37.923879 ], [ -122.342719, 37.923879 ], [ -122.342719, 37.923879 ], [ -122.342719, 37.923879 ], [ -122.342719, 37.923879 ], [ -122.342719, 37.923878 ], [ -122.34272, 37.923878 ], [ -122.34272, 37.923878 ], [ -122.34272, 37.923878 ], [ -122.34272, 37.923878 ], [ -122.34272, 37.923878 ], [ -122.34272, 37.923878 ], [ -122.34272, 37.923878 ], [ -122.34272, 37.923878 ], [ -122.34272, 37.923878 ], [ -122.34272, 37.923878 ], [ -122.34272, 37.923877 ], [ -122.34272, 37.923877 ], [ -122.34272, 37.923877 ], [ -122.34272, 37.923877 ], [ -122.34272, 37.923877 ], [ -122.34272, 37.923877 ], [ -122.34272, 37.923877 ], [ -122.34272, 37.923877 ], [ -122.34272, 37.923877 ], [ -122.34272, 37.923877 ], [ -122.34272, 37.923877 ], [ -122.34272, 37.923877 ], [ -122.34272, 37.923876 ], [ -122.34272, 37.923876 ], [ -122.34272, 37.923876 ], [ -122.34272, 37.923876 ], [ -122.34272, 37.923876 ], [ -122.34272, 37.923876 ], [ -122.34272, 37.923876 ], [ -122.34272, 37.923876 ], [ -122.34272, 37.923876 ], [ -122.34272, 37.923876 ], [ -122.34272, 37.923876 ], [ -122.34272, 37.923875 ], [ -122.34272, 37.923875 ], [ -122.34272, 37.923875 ], [ -122.34272, 37.923875 ], [ -122.34272, 37.923875 ], [ -122.34272, 37.923875 ], [ -122.34272, 37.923875 ], [ -122.342721, 37.923875 ], [ -122.342721, 37.923875 ], [ -122.342721, 37.923875 ], [ -122.342721, 37.923875 ], [ -122.342721, 37.923875 ], [ -122.342721, 37.923874 ], [ -122.342721, 37.923874 ], [ -122.342721, 37.923874 ], [ -122.342721, 37.923874 ], [ -122.342721, 37.923874 ], [ -122.342721, 37.923874 ], [ -122.342721, 37.923874 ], [ -122.342721, 37.923874 ], [ -122.342721, 37.923874 ], [ -122.342721, 37.923874 ], [ -122.342721, 37.923874 ], [ -122.342721, 37.923873 ], [ -122.342721, 37.923873 ], [ -122.342721, 37.923873 ], [ -122.342721, 37.923873 ], [ -122.342721, 37.923873 ], [ -122.342721, 37.923873 ], [ -122.342721, 37.923873 ], [ -122.342721, 37.923873 ], [ -122.342721, 37.923873 ], [ -122.342721, 37.923873 ], [ -122.342721, 37.923873 ], [ -122.342721, 37.923873 ], [ -122.342721, 37.923872 ], [ -122.342721, 37.923872 ], [ -122.342722, 37.923872 ], [ -122.342722, 37.923872 ], [ -122.342722, 37.923872 ], [ -122.342722, 37.923872 ], [ -122.342722, 37.923872 ], [ -122.342722, 37.923872 ], [ -122.342722, 37.923872 ], [ -122.342722, 37.923872 ], [ -122.342722, 37.923872 ], [ -122.342722, 37.923872 ], [ -122.342722, 37.923871 ], [ -122.342722, 37.923871 ], [ -122.342722, 37.923871 ], [ -122.342722, 37.923871 ], [ -122.342722, 37.923871 ], [ -122.342722, 37.923871 ], [ -122.342722, 37.923871 ], [ -122.342722, 37.923871 ], [ -122.342722, 37.923871 ], [ -122.342722, 37.923871 ], [ -122.342722, 37.923871 ], [ -122.342722, 37.923871 ], [ -122.342722, 37.92387 ], [ -122.342722, 37.92387 ], [ -122.342722, 37.92387 ], [ -122.342723, 37.92387 ], [ -122.342723, 37.92387 ], [ -122.342723, 37.92387 ], [ -122.342723, 37.92387 ], [ -122.342723, 37.92387 ], [ -122.342723, 37.92387 ], [ -122.342723, 37.92387 ], [ -122.342723, 37.92387 ], [ -122.342723, 37.92387 ], [ -122.342723, 37.923869 ], [ -122.342723, 37.923869 ], [ -122.342723, 37.923869 ], [ -122.342723, 37.923869 ], [ -122.342723, 37.923869 ], [ -122.342723, 37.923869 ], [ -122.342723, 37.923869 ], [ -122.342723, 37.923869 ], [ -122.342723, 37.923869 ], [ -122.342723, 37.923869 ], [ -122.342723, 37.923869 ], [ -122.342723, 37.923869 ], [ -122.342723, 37.923868 ], [ -122.342724, 37.923868 ], [ -122.342724, 37.923868 ], [ -122.342724, 37.923868 ], [ -122.342724, 37.923868 ], [ -122.342724, 37.923868 ], [ -122.342724, 37.923868 ], [ -122.342724, 37.923868 ], [ -122.342724, 37.923868 ], [ -122.342724, 37.923868 ], [ -122.342724, 37.923868 ], [ -122.342724, 37.923868 ], [ -122.342724, 37.923868 ], [ -122.342724, 37.923867 ], [ -122.342724, 37.923867 ], [ -122.342724, 37.923867 ], [ -122.342724, 37.923867 ], [ -122.342724, 37.923867 ], [ -122.342724, 37.923867 ], [ -122.342724, 37.923867 ], [ -122.342725, 37.923867 ], [ -122.342725, 37.923867 ], [ -122.342725, 37.923867 ], [ -122.342725, 37.923867 ], [ -122.342725, 37.923867 ], [ -122.342725, 37.923866 ], [ -122.342725, 37.923866 ], [ -122.342725, 37.923866 ], [ -122.342725, 37.923866 ], [ -122.342725, 37.923866 ], [ -122.342725, 37.923866 ], [ -122.342725, 37.923866 ], [ -122.342725, 37.923866 ], [ -122.342725, 37.923866 ], [ -122.342725, 37.923866 ], [ -122.342725, 37.923866 ], [ -122.342725, 37.923866 ], [ -122.342725, 37.923866 ], [ -122.342726, 37.923865 ], [ -122.342726, 37.923865 ], [ -122.342726, 37.923865 ], [ -122.342726, 37.923865 ], [ -122.342726, 37.923865 ], [ -122.342726, 37.923865 ], [ -122.342726, 37.923865 ], [ -122.342726, 37.923865 ], [ -122.342726, 37.923865 ], [ -122.342726, 37.923865 ], [ -122.342726, 37.923865 ], [ -122.342726, 37.923865 ], [ -122.342726, 37.923865 ], [ -122.342726, 37.923864 ], [ -122.342726, 37.923864 ], [ -122.342726, 37.923864 ], [ -122.342726, 37.923864 ], [ -122.342727, 37.923864 ], [ -122.342727, 37.923864 ], [ -122.342727, 37.923864 ], [ -122.342727, 37.923864 ], [ -122.342727, 37.923864 ], [ -122.342727, 37.923864 ], [ -122.342727, 37.923864 ], [ -122.342727, 37.923864 ], [ -122.342727, 37.923864 ], [ -122.342727, 37.923863 ], [ -122.342727, 37.923863 ], [ -122.342727, 37.923863 ], [ -122.342727, 37.923863 ], [ -122.342727, 37.923863 ], [ -122.342727, 37.923863 ], [ -122.342727, 37.923863 ], [ -122.342728, 37.923863 ], [ -122.342728, 37.923863 ], [ -122.342728, 37.923863 ], [ -122.342728, 37.923863 ], [ -122.342728, 37.923863 ], [ -122.342728, 37.923863 ], [ -122.342728, 37.923863 ], [ -122.342728, 37.923862 ], [ -122.342728, 37.923862 ], [ -122.342728, 37.923862 ], [ -122.342728, 37.923862 ], [ -122.342728, 37.923862 ], [ -122.342728, 37.923862 ], [ -122.342728, 37.923862 ], [ -122.342728, 37.923862 ], [ -122.342729, 37.923862 ], [ -122.342729, 37.923862 ], [ -122.342729, 37.923862 ], [ -122.342729, 37.923862 ], [ -122.342729, 37.923862 ], [ -122.342729, 37.923862 ], [ -122.342729, 37.923861 ], [ -122.342729, 37.923861 ], [ -122.342729, 37.923861 ], [ -122.342729, 37.923861 ], [ -122.342729, 37.923861 ], [ -122.342729, 37.923861 ], [ -122.342729, 37.923861 ], [ -122.342729, 37.923861 ], [ -122.342729, 37.923861 ], [ -122.34273, 37.923861 ], [ -122.34273, 37.923861 ], [ -122.34273, 37.923861 ], [ -122.34273, 37.923861 ], [ -122.34273, 37.923861 ], [ -122.34273, 37.92386 ], [ -122.34273, 37.92386 ], [ -122.34273, 37.92386 ], [ -122.34273, 37.92386 ], [ -122.34273, 37.92386 ], [ -122.34273, 37.92386 ], [ -122.34273, 37.92386 ], [ -122.34273, 37.92386 ], [ -122.342731, 37.92386 ], [ -122.342731, 37.92386 ], [ -122.342731, 37.92386 ], [ -122.342731, 37.92386 ], [ -122.342731, 37.92386 ], [ -122.342731, 37.92386 ], [ -122.342731, 37.923859 ], [ -122.342731, 37.923859 ], [ -122.342731, 37.923859 ], [ -122.342731, 37.923859 ], [ -122.342731, 37.923859 ], [ -122.342731, 37.923859 ], [ -122.342731, 37.923859 ], [ -122.342731, 37.923859 ], [ -122.342732, 37.923859 ], [ -122.342732, 37.923859 ], [ -122.342732, 37.923859 ], [ -122.342732, 37.923859 ], [ -122.342732, 37.923859 ], [ -122.342732, 37.923859 ], [ -122.342732, 37.923859 ], [ -122.342732, 37.923859 ], [ -122.342732, 37.923858 ], [ -122.342732, 37.923858 ], [ -122.342732, 37.923858 ], [ -122.342732, 37.923858 ], [ -122.342732, 37.923858 ], [ -122.342733, 37.923858 ], [ -122.342733, 37.923858 ], [ -122.342733, 37.923858 ], [ -122.342733, 37.923858 ], [ -122.342733, 37.923858 ], [ -122.342733, 37.923858 ], [ -122.342733, 37.923858 ], [ -122.342733, 37.923858 ], [ -122.342733, 37.923858 ], [ -122.342733, 37.923858 ], [ -122.342733, 37.923857 ], [ -122.342733, 37.923857 ], [ -122.342734, 37.923857 ], [ -122.342734, 37.923857 ], [ -122.342734, 37.923857 ], [ -122.342734, 37.923857 ], [ -122.342734, 37.923857 ], [ -122.342734, 37.923857 ], [ -122.342734, 37.923857 ], [ -122.342734, 37.923857 ], [ -122.342734, 37.923857 ], [ -122.342734, 37.923857 ], [ -122.342734, 37.923857 ], [ -122.342734, 37.923857 ], [ -122.342735, 37.923857 ], [ -122.342735, 37.923857 ], [ -122.342735, 37.923856 ], [ -122.342735, 37.923856 ], [ -122.342735, 37.923856 ], [ -122.342735, 37.923856 ], [ -122.342735, 37.923856 ], [ -122.342735, 37.923856 ], [ -122.342735, 37.923856 ], [ -122.342735, 37.923856 ], [ -122.342735, 37.923856 ], [ -122.342735, 37.923856 ], [ -122.342736, 37.923856 ], [ -122.342736, 37.923856 ], [ -122.342736, 37.923856 ], [ -122.342736, 37.923856 ], [ -122.342736, 37.923856 ], [ -122.342736, 37.923856 ], [ -122.342736, 37.923856 ], [ -122.342736, 37.923855 ], [ -122.342736, 37.923855 ], [ -122.342736, 37.923855 ], [ -122.342736, 37.923855 ], [ -122.342736, 37.923855 ], [ -122.342737, 37.923855 ], [ -122.342737, 37.923855 ], [ -122.342737, 37.923855 ], [ -122.342737, 37.923855 ], [ -122.342737, 37.923855 ], [ -122.342737, 37.923855 ], [ -122.342737, 37.923855 ], [ -122.342737, 37.923855 ], [ -122.342737, 37.923855 ], [ -122.342737, 37.923855 ], [ -122.342737, 37.923855 ], [ -122.342738, 37.923855 ], [ -122.342738, 37.923855 ], [ -122.342738, 37.923854 ], [ -122.342738, 37.923854 ], [ -122.342738, 37.923854 ], [ -122.342738, 37.923854 ], [ -122.342738, 37.923854 ], [ -122.342738, 37.923854 ], [ -122.342738, 37.923854 ], [ -122.342738, 37.923854 ], [ -122.342738, 37.923854 ], [ -122.342739, 37.923854 ], [ -122.342739, 37.923854 ], [ -122.342739, 37.923854 ], [ -122.342739, 37.923854 ], [ -122.342739, 37.923854 ], [ -122.342739, 37.923854 ], [ -122.342739, 37.923854 ], [ -122.342739, 37.923854 ], [ -122.342739, 37.923854 ], [ -122.342739, 37.923854 ], [ -122.342739, 37.923853 ], [ -122.34274, 37.923853 ], [ -122.34274, 37.923853 ], [ -122.34274, 37.923853 ], [ -122.34274, 37.923853 ], [ -122.34274, 37.923853 ], [ -122.34274, 37.923853 ], [ -122.34274, 37.923853 ], [ -122.34274, 37.923853 ], [ -122.34274, 37.923853 ], [ -122.34274, 37.923853 ], [ -122.34274, 37.923853 ], [ -122.342741, 37.923853 ], [ -122.342741, 37.923853 ], [ -122.342741, 37.923853 ], [ -122.342741, 37.923853 ], [ -122.342931, 37.923754 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5164.0, "Shape_area": 5163.8801226899996, "Shape_len": 306.79013703700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.359444, 37.946039 ], [ -122.359446, 37.945901 ], [ -122.359805, 37.945905 ], [ -122.359803, 37.94604 ], [ -122.359444, 37.946039 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5969.0, "Shape_area": 5969.2051283199999, "Shape_len": 338.727668177, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322985, 37.946596 ], [ -122.322936, 37.946493 ], [ -122.323324, 37.946378 ], [ -122.323385, 37.946505 ], [ -122.322998, 37.946622 ], [ -122.322985, 37.946596 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5003.0, "Shape_area": 5002.5371974999998, "Shape_len": 299.84241816700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336907, 37.94669 ], [ -122.336822, 37.94669 ], [ -122.336734, 37.94669 ], [ -122.336734, 37.946613 ], [ -122.336734, 37.946552 ], [ -122.33708, 37.946552 ], [ -122.33708, 37.94669 ], [ -122.336907, 37.94669 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5230.0, "Shape_area": 5230.0474783700001, "Shape_len": 304.07226433400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337777, 37.94669 ], [ -122.337605, 37.94669 ], [ -122.337604, 37.94657 ], [ -122.337604, 37.946546 ], [ -122.337949, 37.946545 ], [ -122.337949, 37.94669 ], [ -122.337777, 37.94669 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5860.0, "Shape_area": 5860.06712462, "Shape_len": 337.24006637399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327648, 37.94672 ], [ -122.328031, 37.946606 ], [ -122.328092, 37.946734 ], [ -122.327704, 37.946849 ], [ -122.327705, 37.94684 ], [ -122.327648, 37.94672 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6003.0, "Shape_area": 6002.8835315699998, "Shape_len": 340.73845696799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32847, 37.94706 ], [ -122.328862, 37.946942 ], [ -122.328922, 37.947071 ], [ -122.328531, 37.947187 ], [ -122.32847, 37.94706 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6104.0, "Shape_area": 6104.4575637400003, "Shape_len": 343.57485434799997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327192, 37.946709 ], [ -122.327202, 37.946706 ], [ -122.327348, 37.946662 ], [ -122.327506, 37.946615 ], [ -122.327586, 37.946591 ], [ -122.327648, 37.94672 ], [ -122.327264, 37.946834 ], [ -122.327253, 37.946837 ], [ -122.327192, 37.946709 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5961.0, "Shape_area": 5961.09134232, "Shape_len": 339.05639855200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328741, 37.946687 ], [ -122.329129, 37.946571 ], [ -122.32919, 37.946699 ], [ -122.328801, 37.946815 ], [ -122.328741, 37.946687 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5110.0, "Shape_area": 5110.2668872499999, "Shape_len": 303.501117454, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348669, 37.946611 ], [ -122.348669, 37.946333 ], [ -122.348844, 37.946332 ], [ -122.348844, 37.946611 ], [ -122.348669, 37.946611 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5039.0, "Shape_area": 5039.09339249, "Shape_len": 301.28398886799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342114, 37.946716 ], [ -122.342054, 37.946716 ], [ -122.342051, 37.94644 ], [ -122.342223, 37.94644 ], [ -122.34223, 37.946716 ], [ -122.342114, 37.946716 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5266.0, "Shape_area": 5265.6313225200001, "Shape_len": 306.42244817099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348316, 37.946611 ], [ -122.348316, 37.946334 ], [ -122.348497, 37.946333 ], [ -122.348496, 37.946611 ], [ -122.348316, 37.946611 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5096.0, "Shape_area": 5096.0937722199997, "Shape_len": 302.13439766900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341766, 37.946717 ], [ -122.341617, 37.946717 ], [ -122.341615, 37.946442 ], [ -122.341791, 37.946441 ], [ -122.341794, 37.946717 ], [ -122.341766, 37.946717 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5025.0, "Shape_area": 5025.2603866, "Shape_len": 301.74736420900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348496, 37.946611 ], [ -122.348497, 37.946333 ], [ -122.348669, 37.946333 ], [ -122.348669, 37.946611 ], [ -122.348496, 37.946611 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7830.0, "Shape_area": 7830.2457, "Shape_len": 356.543578674, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336734, 37.946417 ], [ -122.336734, 37.94634 ], [ -122.336733, 37.946202 ], [ -122.33708, 37.946201 ], [ -122.33708, 37.946417 ], [ -122.336734, 37.946417 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5017.0, "Shape_area": 5017.4092053799995, "Shape_len": 300.869491181, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332401, 37.946486 ], [ -122.3324, 37.946349 ], [ -122.332749, 37.946348 ], [ -122.33275, 37.946485 ], [ -122.332401, 37.946486 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5889.0, "Shape_area": 5889.0807054300003, "Shape_len": 335.24212429099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.321848, 37.946525 ], [ -122.32223, 37.946412 ], [ -122.322291, 37.94654 ], [ -122.32191, 37.946653 ], [ -122.321848, 37.946525 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5997.0, "Shape_area": 5996.5282540899998, "Shape_len": 340.55917015099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328615, 37.946432 ], [ -122.329007, 37.946316 ], [ -122.329068, 37.946443 ], [ -122.328678, 37.94656 ], [ -122.328615, 37.946432 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6118.0, "Shape_area": 6118.3119514099999, "Shape_len": 321.32701900199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332924, 37.946515 ], [ -122.332923, 37.946345 ], [ -122.333265, 37.946345 ], [ -122.333266, 37.946413 ], [ -122.333266, 37.946481 ], [ -122.333266, 37.946517 ], [ -122.332924, 37.946515 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5051.0, "Shape_area": 5051.1328651000003, "Shape_len": 300.81697378500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335521, 37.946478 ], [ -122.335521, 37.94634 ], [ -122.335867, 37.94634 ], [ -122.335867, 37.946479 ], [ -122.335521, 37.946478 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5136.0, "Shape_area": 5135.8585962999996, "Shape_len": 310.52241778299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330945, 37.946551 ], [ -122.330919, 37.946495 ], [ -122.330878, 37.946411 ], [ -122.331226, 37.946411 ], [ -122.331294, 37.946553 ], [ -122.330945, 37.946551 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5116.0, "Shape_area": 5115.55693023, "Shape_len": 302.98181610799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335867, 37.946479 ], [ -122.335867, 37.94634 ], [ -122.336216, 37.94634 ], [ -122.336216, 37.94648 ], [ -122.335867, 37.946479 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5888.0, "Shape_area": 5888.0718529200003, "Shape_len": 336.90602577499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329322, 37.946512 ], [ -122.329708, 37.946397 ], [ -122.329769, 37.946524 ], [ -122.329383, 37.946639 ], [ -122.329322, 37.946512 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5155.0, "Shape_area": 5155.336247, "Shape_len": 301.85777893400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349012, 37.946332 ], [ -122.349012, 37.946061 ], [ -122.349193, 37.94606 ], [ -122.349193, 37.946331 ], [ -122.349012, 37.946332 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5014.0, "Shape_area": 5014.4878228899997, "Shape_len": 300.59823344599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334999, 37.946549 ], [ -122.334999, 37.946535 ], [ -122.334999, 37.946412 ], [ -122.335347, 37.946413 ], [ -122.335347, 37.946549 ], [ -122.334999, 37.946549 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5080.0, "Shape_area": 5080.23026544, "Shape_len": 300.24197943600001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.34936, 37.946331 ], [ -122.34936, 37.94606 ], [ -122.349539, 37.94606 ], [ -122.349538, 37.94633 ], [ -122.34936, 37.946331 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6085.0, "Shape_area": 6084.6462509700004, "Shape_len": 320.66221204099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351117, 37.946329 ], [ -122.351073, 37.946329 ], [ -122.351075, 37.946058 ], [ -122.351288, 37.946058 ], [ -122.351288, 37.946329 ], [ -122.351117, 37.946329 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5004.0, "Shape_area": 5004.2882250100001, "Shape_len": 299.981980755, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332055, 37.946623 ], [ -122.332055, 37.946487 ], [ -122.332401, 37.946486 ], [ -122.332401, 37.946624 ], [ -122.332055, 37.946623 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5010.0, "Shape_area": 5009.6412934500004, "Shape_len": 299.17872924099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351462, 37.946329 ], [ -122.351462, 37.946058 ], [ -122.351638, 37.946057 ], [ -122.351638, 37.946064 ], [ -122.351637, 37.946329 ], [ -122.351462, 37.946329 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5981.0, "Shape_area": 5981.0099692900003, "Shape_len": 339.65627118399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328678, 37.94656 ], [ -122.329068, 37.946443 ], [ -122.329129, 37.946571 ], [ -122.328741, 37.946687 ], [ -122.328678, 37.94656 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5106.0, "Shape_area": 5106.0070643500003, "Shape_len": 301.40884924800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.351808, 37.94633 ], [ -122.351807, 37.946066 ], [ -122.351807, 37.946057 ], [ -122.351986, 37.946057 ], [ -122.351985, 37.94633 ], [ -122.351975, 37.94633 ], [ -122.351808, 37.94633 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5940.0, "Shape_area": 5939.7606879799996, "Shape_len": 336.78182592500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327586, 37.946591 ], [ -122.327662, 37.946569 ], [ -122.327821, 37.946521 ], [ -122.32797, 37.946477 ], [ -122.328031, 37.946606 ], [ -122.327648, 37.94672 ], [ -122.327586, 37.946591 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5088.0, "Shape_area": 5087.5506536599996, "Shape_len": 324.676910663, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322597, 37.946714 ], [ -122.322985, 37.946596 ], [ -122.322998, 37.946622 ], [ -122.323037, 37.946706 ], [ -122.322648, 37.946822 ], [ -122.322597, 37.946714 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5043.0, "Shape_area": 5043.1226309599997, "Shape_len": 299.837200354, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354239, 37.946332 ], [ -122.354239, 37.94606 ], [ -122.354416, 37.94606 ], [ -122.354415, 37.946332 ], [ -122.354239, 37.946332 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5057.0, "Shape_area": 5057.1554135799997, "Shape_len": 300.18998154000002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354588, 37.946332 ], [ -122.3545, 37.946332 ], [ -122.354498, 37.94606 ], [ -122.354676, 37.94606 ], [ -122.354676, 37.946332 ], [ -122.354588, 37.946332 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5079.0, "Shape_area": 5078.7496377899997, "Shape_len": 300.829497436, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.35528, 37.946332 ], [ -122.35528, 37.94606 ], [ -122.355457, 37.946059 ], [ -122.355457, 37.946332 ], [ -122.35528, 37.946332 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 8952.0, "Shape_area": 8951.6767588900002, "Shape_len": 400.59575638799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330157, 37.92125 ], [ -122.330415, 37.920918 ], [ -122.330487, 37.920954 ], [ -122.330632, 37.921026 ], [ -122.330448, 37.921261 ], [ -122.330157, 37.92125 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5891.0, "Shape_area": 5891.4072232199997, "Shape_len": 337.41119164600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323702, 37.946702 ], [ -122.32409, 37.946586 ], [ -122.324149, 37.946712 ], [ -122.323764, 37.94683 ], [ -122.323702, 37.946702 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7690.0, "Shape_area": 7690.0368441700002, "Shape_len": 354.07355256199997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332574, 37.946695 ], [ -122.332402, 37.946695 ], [ -122.332401, 37.946624 ], [ -122.332401, 37.946486 ], [ -122.33275, 37.946485 ], [ -122.33275, 37.946696 ], [ -122.332574, 37.946695 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5892.0, "Shape_area": 5892.0758186900002, "Shape_len": 338.26859847600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324149, 37.946712 ], [ -122.324541, 37.946598 ], [ -122.324601, 37.946723 ], [ -122.324441, 37.94677 ], [ -122.324286, 37.946816 ], [ -122.324212, 37.946839 ], [ -122.324149, 37.946712 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5953.0, "Shape_area": 5952.8695844000003, "Shape_len": 338.19369845300002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329383, 37.946639 ], [ -122.329769, 37.946524 ], [ -122.329831, 37.946651 ], [ -122.329445, 37.946768 ], [ -122.329383, 37.946639 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5676.0, "Shape_area": 5675.9740703099997, "Shape_len": 329.97829790600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320888, 37.946777 ], [ -122.321273, 37.946688 ], [ -122.321322, 37.946819 ], [ -122.320933, 37.946905 ], [ -122.320888, 37.946777 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5658.0, "Shape_area": 5657.5845449899998, "Shape_len": 333.741009539, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323088, 37.946812 ], [ -122.323059, 37.946752 ], [ -122.323447, 37.946635 ], [ -122.323505, 37.946757 ], [ -122.323117, 37.946873 ], [ -122.323088, 37.946812 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5783.0, "Shape_area": 5782.8960014000004, "Shape_len": 315.28832545799997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334829, 37.946694 ], [ -122.334654, 37.946694 ], [ -122.334654, 37.946533 ], [ -122.334999, 37.946535 ], [ -122.334999, 37.946549 ], [ -122.335, 37.946693 ], [ -122.334829, 37.946694 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5234.0, "Shape_area": 5233.9645293000003, "Shape_len": 305.00588525900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335175, 37.946693 ], [ -122.335, 37.946693 ], [ -122.334999, 37.946549 ], [ -122.335347, 37.946549 ], [ -122.335348, 37.946692 ], [ -122.335175, 37.946693 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5838.0, "Shape_area": 5837.9311048099999, "Shape_len": 315.45257385999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326088, 37.920475 ], [ -122.326197, 37.920337 ], [ -122.326487, 37.920479 ], [ -122.326378, 37.920617 ], [ -122.326088, 37.920475 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5003.0, "Shape_area": 5003.20321427, "Shape_len": 299.27480949400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334306, 37.946966 ], [ -122.334306, 37.946694 ], [ -122.334481, 37.946694 ], [ -122.334482, 37.946966 ], [ -122.334306, 37.946966 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6009.0, "Shape_area": 6009.4781811000003, "Shape_len": 341.01041785799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328409, 37.946931 ], [ -122.328801, 37.946815 ], [ -122.328862, 37.946942 ], [ -122.32847, 37.94706 ], [ -122.328409, 37.946931 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5778.0, "Shape_area": 5777.7313762599997, "Shape_len": 332.330460023, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322093, 37.947033 ], [ -122.322472, 37.94692 ], [ -122.322532, 37.947047 ], [ -122.322155, 37.947161 ], [ -122.322093, 37.947033 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5870.0, "Shape_area": 5870.1177273200001, "Shape_len": 337.18931142700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323764, 37.94683 ], [ -122.324149, 37.946712 ], [ -122.324212, 37.946839 ], [ -122.324133, 37.946862 ], [ -122.323976, 37.946909 ], [ -122.323824, 37.946954 ], [ -122.323764, 37.94683 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5032.0, "Shape_area": 5031.6061626000001, "Shape_len": 300.18133845900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334999, 37.946966 ], [ -122.335, 37.946693 ], [ -122.335175, 37.946693 ], [ -122.335174, 37.946966 ], [ -122.334999, 37.946966 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5034.0, "Shape_area": 5034.1854383899999, "Shape_len": 301.23610988799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336907, 37.946966 ], [ -122.336907, 37.94669 ], [ -122.33708, 37.94669 ], [ -122.337081, 37.946966 ], [ -122.336907, 37.946966 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5109.0, "Shape_area": 5108.77936039, "Shape_len": 302.76003938399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337254, 37.94669 ], [ -122.337431, 37.94669 ], [ -122.337429, 37.946966 ], [ -122.337254, 37.946966 ], [ -122.337254, 37.94669 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5058.0, "Shape_area": 5057.8188998699998, "Shape_len": 301.75096538399998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337598, 37.946966 ], [ -122.337605, 37.94669 ], [ -122.337777, 37.94669 ], [ -122.337775, 37.946966 ], [ -122.337598, 37.946966 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5006.0, "Shape_area": 5006.0183668600002, "Shape_len": 300.69721249299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337775, 37.946966 ], [ -122.337777, 37.94669 ], [ -122.337949, 37.94669 ], [ -122.337947, 37.946966 ], [ -122.337775, 37.946966 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5900.0, "Shape_area": 5900.2803199700002, "Shape_len": 340.954778164, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32667, 37.947013 ], [ -122.327047, 37.9469 ], [ -122.327054, 37.94689 ], [ -122.327117, 37.947024 ], [ -122.327107, 37.947027 ], [ -122.32678, 37.947126 ], [ -122.326731, 37.94714 ], [ -122.32667, 37.947013 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5006.0, "Shape_area": 5005.8392664399998, "Shape_len": 298.83181614300003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332573, 37.946967 ], [ -122.332574, 37.946695 ], [ -122.33275, 37.946696 ], [ -122.332749, 37.946967 ], [ -122.332573, 37.946967 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6313.0, "Shape_area": 6313.4351117400001, "Shape_len": 320.13240978699997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324484, 37.921027 ], [ -122.324485, 37.920781 ], [ -122.324731, 37.920793 ], [ -122.324729, 37.921037 ], [ -122.324484, 37.921027 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6237.0, "Shape_area": 6237.1398472600004, "Shape_len": 347.67597756700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.330415, 37.920918 ], [ -122.330341, 37.920881 ], [ -122.330431, 37.920763 ], [ -122.330573, 37.920583 ], [ -122.330705, 37.920679 ], [ -122.330487, 37.920954 ], [ -122.330415, 37.920918 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5046.0, "Shape_area": 5046.2657516999998, "Shape_len": 300.05398732899999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341415, 37.94699 ], [ -122.341417, 37.946717 ], [ -122.341447, 37.946717 ], [ -122.341594, 37.946717 ], [ -122.341591, 37.946989 ], [ -122.341415, 37.94699 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5870.0, "Shape_area": 5870.45006388, "Shape_len": 333.31263878499999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322155, 37.947161 ], [ -122.322532, 37.947047 ], [ -122.322593, 37.947177 ], [ -122.322218, 37.94729 ], [ -122.322155, 37.947161 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5010.0, "Shape_area": 5010.3575091299999, "Shape_len": 301.98125773700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350596, 37.946608 ], [ -122.350597, 37.946328 ], [ -122.350767, 37.946328 ], [ -122.350768, 37.946608 ], [ -122.350596, 37.946608 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7951.0, "Shape_area": 7950.7118592699999, "Shape_len": 414.89070111900003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326588, 37.920528 ], [ -122.326681, 37.920411 ], [ -122.326877, 37.920164 ], [ -122.327026, 37.920237 ], [ -122.32683, 37.920485 ], [ -122.326738, 37.920602 ], [ -122.326588, 37.920528 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7263.0, "Shape_area": 7263.0512137599999, "Shape_len": 395.62862629099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328834, 37.920157 ], [ -122.328979, 37.920229 ], [ -122.328888, 37.920344 ], [ -122.328796, 37.920462 ], [ -122.328707, 37.920577 ], [ -122.328565, 37.920506 ], [ -122.328834, 37.920157 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6062.0, "Shape_area": 6062.1061670400004, "Shape_len": 340.42605423399999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329506, 37.946896 ], [ -122.329893, 37.946779 ], [ -122.329956, 37.94691 ], [ -122.329568, 37.947026 ], [ -122.329506, 37.946896 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6104.0, "Shape_area": 6104.4086441199997, "Shape_len": 341.257477704, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323189, 37.947023 ], [ -122.323178, 37.947001 ], [ -122.323566, 37.946884 ], [ -122.323629, 37.947016 ], [ -122.323477, 37.947061 ], [ -122.323322, 37.947107 ], [ -122.323241, 37.947132 ], [ -122.323189, 37.947023 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5003.0, "Shape_area": 5002.9473123600001, "Shape_len": 323.284482013, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322748, 37.947032 ], [ -122.323138, 37.946916 ], [ -122.323178, 37.947001 ], [ -122.323189, 37.947023 ], [ -122.3228, 37.947139 ], [ -122.322748, 37.947032 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7396.0, "Shape_area": 7395.7789754799996, "Shape_len": 399.511454716, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333787, 37.946551 ], [ -122.333957, 37.946551 ], [ -122.333958, 37.946695 ], [ -122.333957, 37.946967 ], [ -122.33379, 37.946967 ], [ -122.333787, 37.94669 ], [ -122.333787, 37.946551 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5899.0, "Shape_area": 5898.7555079399999, "Shape_len": 334.27106699900003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320981, 37.947034 ], [ -122.321369, 37.946943 ], [ -122.321418, 37.947077 ], [ -122.32103, 37.947167 ], [ -122.320981, 37.947034 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6085.0, "Shape_area": 6084.8840001, "Shape_len": 320.87981377599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333957, 37.946967 ], [ -122.333958, 37.946695 ], [ -122.334133, 37.946695 ], [ -122.334171, 37.946695 ], [ -122.334171, 37.946966 ], [ -122.333957, 37.946967 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5592.0, "Shape_area": 5592.1484322099996, "Shape_len": 310.74792746999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.325256, 37.920695 ], [ -122.325267, 37.920559 ], [ -122.325331, 37.920566 ], [ -122.325375, 37.920585 ], [ -122.325578, 37.920683 ], [ -122.325598, 37.920699 ], [ -122.325607, 37.920716 ], [ -122.325609, 37.920734 ], [ -122.325601, 37.920757 ], [ -122.325539, 37.920834 ], [ -122.325256, 37.920695 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5001.0, "Shape_area": 5001.0564050499997, "Shape_len": 300.04400014200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340598, 37.946719 ], [ -122.340555, 37.946719 ], [ -122.340551, 37.946444 ], [ -122.340725, 37.946444 ], [ -122.340728, 37.946719 ], [ -122.340598, 37.946719 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6411.0, "Shape_area": 6411.4353087400004, "Shape_len": 322.633379719, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324239, 37.921018 ], [ -122.324236, 37.92077 ], [ -122.324485, 37.920781 ], [ -122.324484, 37.921027 ], [ -122.324239, 37.921018 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5947.0, "Shape_area": 5947.1518378700002, "Shape_len": 338.29630962599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.329445, 37.946768 ], [ -122.329831, 37.946651 ], [ -122.329893, 37.946779 ], [ -122.329506, 37.946896 ], [ -122.329445, 37.946768 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5675.0, "Shape_area": 5675.3896608200002, "Shape_len": 313.55739600700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341245, 37.946718 ], [ -122.341072, 37.946719 ], [ -122.341071, 37.946444 ], [ -122.341268, 37.946443 ], [ -122.341268, 37.946718 ], [ -122.341245, 37.946718 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5301.0, "Shape_area": 5300.6088220900001, "Shape_len": 306.96827266700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.347967, 37.946612 ], [ -122.347966, 37.946468 ], [ -122.347966, 37.946335 ], [ -122.348148, 37.946334 ], [ -122.348149, 37.946612 ], [ -122.347967, 37.946612 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5616.0, "Shape_area": 5616.0317428600001, "Shape_len": 329.514026247, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.320933, 37.946905 ], [ -122.321322, 37.946819 ], [ -122.321369, 37.946943 ], [ -122.320981, 37.947034 ], [ -122.320933, 37.946905 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5139.0, "Shape_area": 5139.3617797099996, "Shape_len": 302.78691035499997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341417, 37.946717 ], [ -122.341268, 37.946718 ], [ -122.341268, 37.946443 ], [ -122.341447, 37.946443 ], [ -122.341447, 37.946717 ], [ -122.341417, 37.946717 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5949.0, "Shape_area": 5948.8299411500002, "Shape_len": 338.63622123200003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323138, 37.946916 ], [ -122.323117, 37.946873 ], [ -122.323505, 37.946757 ], [ -122.323566, 37.946884 ], [ -122.323178, 37.947001 ], [ -122.323138, 37.946916 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5058.0, "Shape_area": 5057.5418904500002, "Shape_len": 302.30579808200002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340121, 37.946998 ], [ -122.340121, 37.946719 ], [ -122.340208, 37.946719 ], [ -122.340295, 37.946719 ], [ -122.340295, 37.946996 ], [ -122.340121, 37.946998 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5038.0, "Shape_area": 5037.9870210600002, "Shape_len": 301.52219648099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.340295, 37.946996 ], [ -122.340295, 37.946719 ], [ -122.340381, 37.946719 ], [ -122.340468, 37.946719 ], [ -122.340468, 37.946995 ], [ -122.340295, 37.946996 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5948.0, "Shape_area": 5947.5353148499998, "Shape_len": 340.14864637, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328349, 37.946806 ], [ -122.328741, 37.946687 ], [ -122.328801, 37.946815 ], [ -122.328409, 37.946931 ], [ -122.328349, 37.946806 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5290.0, "Shape_area": 5290.3583412600001, "Shape_len": 307.199446309, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349012, 37.94661 ], [ -122.349012, 37.946332 ], [ -122.349193, 37.946331 ], [ -122.349193, 37.94661 ], [ -122.349012, 37.94661 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5768.0, "Shape_area": 5768.4756326400002, "Shape_len": 332.78301301200003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322031, 37.946907 ], [ -122.322412, 37.946794 ], [ -122.322472, 37.94692 ], [ -122.322093, 37.947033 ], [ -122.322031, 37.946907 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5199.0, "Shape_area": 5198.9986108399999, "Shape_len": 305.54650525199997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.34936, 37.94661 ], [ -122.34936, 37.946331 ], [ -122.349538, 37.94633 ], [ -122.349537, 37.946609 ], [ -122.34936, 37.94661 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5159.0, "Shape_area": 5158.91912985, "Shape_len": 304.04932081700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342659, 37.946715 ], [ -122.342658, 37.946704 ], [ -122.342652, 37.946447 ], [ -122.342652, 37.946438 ], [ -122.34283, 37.946438 ], [ -122.34283, 37.946445 ], [ -122.342835, 37.946703 ], [ -122.342835, 37.946715 ], [ -122.342659, 37.946715 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5021.0, "Shape_area": 5020.5298821699998, "Shape_len": 302.10930988699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349537, 37.946609 ], [ -122.349538, 37.94633 ], [ -122.349709, 37.94633 ], [ -122.349709, 37.946609 ], [ -122.349537, 37.946609 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5594.0, "Shape_area": 5593.99875204, "Shape_len": 311.80623325699997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343414, 37.946709 ], [ -122.343254, 37.946709 ], [ -122.343243, 37.946711 ], [ -122.343238, 37.946437 ], [ -122.343435, 37.946436 ], [ -122.343435, 37.946444 ], [ -122.343437, 37.946699 ], [ -122.343437, 37.946709 ], [ -122.343414, 37.946709 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5044.0, "Shape_area": 5043.81353777, "Shape_len": 302.61276397300003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349709, 37.946609 ], [ -122.349709, 37.94633 ], [ -122.34988, 37.946329 ], [ -122.349881, 37.946609 ], [ -122.349709, 37.946609 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6018.0, "Shape_area": 6018.09004181, "Shape_len": 339.96982491199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327312, 37.946961 ], [ -122.327253, 37.946837 ], [ -122.327264, 37.946834 ], [ -122.327648, 37.94672 ], [ -122.327705, 37.94684 ], [ -122.327704, 37.946849 ], [ -122.327324, 37.946962 ], [ -122.327312, 37.946961 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5154.0, "Shape_area": 5153.5203343599997, "Shape_len": 304.78843732500002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349881, 37.946609 ], [ -122.34988, 37.946329 ], [ -122.350056, 37.946329 ], [ -122.350057, 37.946608 ], [ -122.349881, 37.946609 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5930.0, "Shape_area": 5929.5564065299995, "Shape_len": 338.64031616599999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328801, 37.946815 ], [ -122.32919, 37.946699 ], [ -122.329251, 37.946826 ], [ -122.328862, 37.946942 ], [ -122.328801, 37.946815 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5697.0, "Shape_area": 5696.7368643399996, "Shape_len": 315.691674175, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350229, 37.946328 ], [ -122.350422, 37.946328 ], [ -122.350424, 37.946608 ], [ -122.350229, 37.946608 ], [ -122.350229, 37.946328 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5106.0, "Shape_area": 5105.8513025800003, "Shape_len": 303.977799194, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350424, 37.946608 ], [ -122.350422, 37.946328 ], [ -122.350597, 37.946328 ], [ -122.350596, 37.946608 ], [ -122.350424, 37.946608 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5089.0, "Shape_area": 5088.9443707199998, "Shape_len": 301.38673805299999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.344279, 37.946707 ], [ -122.344208, 37.946707 ], [ -122.344208, 37.946699 ], [ -122.344204, 37.946442 ], [ -122.344204, 37.946434 ], [ -122.344381, 37.946433 ], [ -122.344381, 37.946441 ], [ -122.344385, 37.946699 ], [ -122.344385, 37.946707 ], [ -122.344279, 37.946707 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5122.0, "Shape_area": 5122.4613053100002, "Shape_len": 301.69522810299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334991, 37.947414 ], [ -122.334991, 37.947141 ], [ -122.33517, 37.947141 ], [ -122.33517, 37.947414 ], [ -122.334991, 37.947414 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5096.0, "Shape_area": 5095.5869010599999, "Shape_len": 302.78921623999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343242, 37.947397 ], [ -122.343242, 37.94712 ], [ -122.343417, 37.94712 ], [ -122.343417, 37.94713 ], [ -122.343418, 37.947397 ], [ -122.343252, 37.947397 ], [ -122.343242, 37.947397 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5054.0, "Shape_area": 5054.2059233999998, "Shape_len": 300.98901621700003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333776, 37.947419 ], [ -122.333779, 37.947145 ], [ -122.333789, 37.947142 ], [ -122.333952, 37.947142 ], [ -122.33395, 37.947419 ], [ -122.333776, 37.947419 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5020.0, "Shape_area": 5020.2876675999996, "Shape_len": 301.27422881799998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33395, 37.947419 ], [ -122.333952, 37.947142 ], [ -122.334124, 37.947141 ], [ -122.334123, 37.947418 ], [ -122.33395, 37.947419 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 15147.0, "Shape_area": 15146.926532400001, "Shape_len": 502.266070657, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354067, 37.946608 ], [ -122.354067, 37.946332 ], [ -122.354239, 37.946332 ], [ -122.354415, 37.946332 ], [ -122.3545, 37.946332 ], [ -122.354588, 37.946332 ], [ -122.354589, 37.946608 ], [ -122.354067, 37.946608 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5479.0, "Shape_area": 5479.3720191800003, "Shape_len": 306.125400431, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.331548, 37.946696 ], [ -122.331616, 37.946696 ], [ -122.331812, 37.946696 ], [ -122.331811, 37.946885 ], [ -122.331801, 37.946918 ], [ -122.331783, 37.94694 ], [ -122.331748, 37.94696 ], [ -122.331707, 37.946967 ], [ -122.331674, 37.946967 ], [ -122.331548, 37.946696 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5067.0, "Shape_area": 5067.4694922899998, "Shape_len": 301.90057378199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354759, 37.946608 ], [ -122.354759, 37.946332 ], [ -122.354934, 37.946332 ], [ -122.354934, 37.946608 ], [ -122.354759, 37.946608 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5027.0, "Shape_area": 5026.7458502400004, "Shape_len": 301.052582546, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.354934, 37.946608 ], [ -122.354934, 37.946332 ], [ -122.355107, 37.946332 ], [ -122.355108, 37.946608 ], [ -122.354934, 37.946608 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5090.0, "Shape_area": 5090.4038302600002, "Shape_len": 301.07525026799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332055, 37.946694 ], [ -122.332231, 37.946694 ], [ -122.332232, 37.946967 ], [ -122.332053, 37.946967 ], [ -122.332055, 37.946694 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5155.0, "Shape_area": 5155.1669227599996, "Shape_len": 303.53261498500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.35528, 37.946608 ], [ -122.35528, 37.946332 ], [ -122.355457, 37.946332 ], [ -122.355458, 37.946608 ], [ -122.35528, 37.946608 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6022.0, "Shape_area": 6022.26114504, "Shape_len": 341.85494581099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327312, 37.946961 ], [ -122.327324, 37.946962 ], [ -122.327704, 37.946849 ], [ -122.327766, 37.946979 ], [ -122.327386, 37.94709 ], [ -122.327375, 37.947093 ], [ -122.327312, 37.946961 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6026.0, "Shape_area": 6026.4398901799996, "Shape_len": 340.368047692, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328862, 37.946942 ], [ -122.329251, 37.946826 ], [ -122.329312, 37.946956 ], [ -122.328922, 37.947071 ], [ -122.328862, 37.946942 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5007.0, "Shape_area": 5007.2092458400002, "Shape_len": 300.05447046299997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.335521, 37.946692 ], [ -122.335695, 37.946691 ], [ -122.335696, 37.946966 ], [ -122.335522, 37.946966 ], [ -122.335521, 37.946692 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5038.0, "Shape_area": 5037.8081138500002, "Shape_len": 301.19571522400003, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332185, 37.947418 ], [ -122.332096, 37.947418 ], [ -122.332096, 37.947142 ], [ -122.33227, 37.947142 ], [ -122.332269, 37.947417 ], [ -122.332185, 37.947418 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5021.0, "Shape_area": 5021.4530878799997, "Shape_len": 300.541821438, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.332441, 37.947417 ], [ -122.332354, 37.947417 ], [ -122.332356, 37.947142 ], [ -122.332529, 37.947142 ], [ -122.332529, 37.947416 ], [ -122.332441, 37.947417 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5915.0, "Shape_area": 5914.95168302, "Shape_len": 338.315454692, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327949, 37.947362 ], [ -122.328337, 37.947246 ], [ -122.328398, 37.947373 ], [ -122.328009, 37.947489 ], [ -122.327949, 37.947362 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5232.0, "Shape_area": 5232.1789969700003, "Shape_len": 305.81080964, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.33317, 37.947419 ], [ -122.333003, 37.94742 ], [ -122.333004, 37.947142 ], [ -122.333183, 37.947142 ], [ -122.333183, 37.947419 ], [ -122.33317, 37.947419 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 59481.0, "Shape_area": 59480.847133199997, "Shape_len": 1263.47892594, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322169, 37.946284 ], [ -122.321787, 37.946399 ], [ -122.321848, 37.946525 ], [ -122.32191, 37.946653 ], [ -122.32197, 37.94678 ], [ -122.322031, 37.946907 ], [ -122.322093, 37.947033 ], [ -122.322155, 37.947161 ], [ -122.321715, 37.947295 ], [ -122.321615, 37.947021 ], [ -122.321418, 37.946498 ], [ -122.321347, 37.946322 ], [ -122.321341, 37.94629 ], [ -122.321353, 37.946257 ], [ -122.321372, 37.946236 ], [ -122.321408, 37.946218 ], [ -122.322045, 37.946027 ], [ -122.322169, 37.946284 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5996.0, "Shape_area": 5996.0936022300002, "Shape_len": 339.99262018899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323293, 37.948172 ], [ -122.323683, 37.948055 ], [ -122.323744, 37.948184 ], [ -122.323354, 37.9483 ], [ -122.323293, 37.948172 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5994.0, "Shape_area": 5994.0735377700003, "Shape_len": 339.14107072899998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324839, 37.94815 ], [ -122.325216, 37.948036 ], [ -122.325226, 37.948033 ], [ -122.325288, 37.948162 ], [ -122.325278, 37.948165 ], [ -122.324901, 37.948279 ], [ -122.324839, 37.94815 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5087.0, "Shape_area": 5087.1110357899997, "Shape_len": 302.52415305199997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336817, 37.948152 ], [ -122.336992, 37.948151 ], [ -122.336992, 37.948428 ], [ -122.336817, 37.948428 ], [ -122.336817, 37.948152 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5005.0, "Shape_area": 5005.2588701000004, "Shape_len": 300.98431491999997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.336992, 37.948428 ], [ -122.336992, 37.948151 ], [ -122.337164, 37.948151 ], [ -122.337164, 37.948428 ], [ -122.336992, 37.948428 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5176.0, "Shape_area": 5176.0433737499998, "Shape_len": 304.53436217400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.337335, 37.948428 ], [ -122.337335, 37.94815 ], [ -122.337513, 37.94815 ], [ -122.337512, 37.948427 ], [ -122.337335, 37.948428 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5129.0, "Shape_area": 5128.7914297899997, "Shape_len": 303.77807663900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349349, 37.948744 ], [ -122.349349, 37.948466 ], [ -122.34944, 37.948466 ], [ -122.349526, 37.948466 ], [ -122.349524, 37.948744 ], [ -122.349349, 37.948744 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5081.0, "Shape_area": 5080.7129981899998, "Shape_len": 302.86761141900001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.349524, 37.948744 ], [ -122.349526, 37.948466 ], [ -122.349614, 37.948466 ], [ -122.349701, 37.948466 ], [ -122.349696, 37.948744 ], [ -122.349524, 37.948744 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5580.0, "Shape_area": 5580.2332641800003, "Shape_len": 312.898854728, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.350229, 37.948463 ], [ -122.350419, 37.948463 ], [ -122.35042, 37.948742 ], [ -122.350229, 37.948742 ], [ -122.350229, 37.948463 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5068.0, "Shape_area": 5068.2873580599999, "Shape_len": 301.92861274400002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343854, 37.948846 ], [ -122.343767, 37.948846 ], [ -122.343767, 37.94857 ], [ -122.343943, 37.94857 ], [ -122.343941, 37.948846 ], [ -122.343854, 37.948846 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5010.0, "Shape_area": 5010.3451530700004, "Shape_len": 299.17509105699997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.341936, 37.946988 ], [ -122.341939, 37.946716 ], [ -122.342054, 37.946716 ], [ -122.342114, 37.946716 ], [ -122.342113, 37.946988 ], [ -122.341936, 37.946988 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5005.0, "Shape_area": 5005.3521446100003, "Shape_len": 300.89417391500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343418, 37.947397 ], [ -122.343417, 37.94713 ], [ -122.343417, 37.94712 ], [ -122.343589, 37.947119 ], [ -122.343589, 37.947128 ], [ -122.34359, 37.947396 ], [ -122.343418, 37.947397 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7204.0, "Shape_area": 7203.6712794300001, "Shape_len": 345.66707628199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327946, 37.91812 ], [ -122.328098, 37.917928 ], [ -122.328353, 37.918121 ], [ -122.328236, 37.918265 ], [ -122.327946, 37.91812 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5989.0, "Shape_area": 5988.5675165100001, "Shape_len": 338.87424718900002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326915, 37.947525 ], [ -122.327293, 37.947412 ], [ -122.327302, 37.947409 ], [ -122.327363, 37.947539 ], [ -122.327353, 37.947542 ], [ -122.326977, 37.947654 ], [ -122.326915, 37.947525 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5028.0, "Shape_area": 5027.6421548899998, "Shape_len": 299.20431815000001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348829, 37.947313 ], [ -122.348831, 37.947043 ], [ -122.348843, 37.947043 ], [ -122.349008, 37.947043 ], [ -122.349006, 37.947314 ], [ -122.348829, 37.947313 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7483.0, "Shape_area": 7482.7748157799997, "Shape_len": 349.08001511700002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342366, 37.946987 ], [ -122.342367, 37.946716 ], [ -122.342488, 37.946715 ], [ -122.342629, 37.946715 ], [ -122.342629, 37.946723 ], [ -122.342629, 37.946977 ], [ -122.342629, 37.946986 ], [ -122.342366, 37.946987 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6017.0, "Shape_area": 6016.6776872199998, "Shape_len": 340.32493377700001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327375, 37.947093 ], [ -122.327386, 37.94709 ], [ -122.327766, 37.946979 ], [ -122.327826, 37.947106 ], [ -122.327447, 37.94722 ], [ -122.327437, 37.947223 ], [ -122.327375, 37.947093 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5978.0, "Shape_area": 5978.3636458000001, "Shape_len": 339.676196043, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328922, 37.947071 ], [ -122.329312, 37.946956 ], [ -122.329373, 37.947083 ], [ -122.328984, 37.9472 ], [ -122.328922, 37.947071 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7452.0, "Shape_area": 7452.4096400500002, "Shape_len": 348.434043938, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.342629, 37.946986 ], [ -122.342629, 37.946977 ], [ -122.342629, 37.946723 ], [ -122.342629, 37.946715 ], [ -122.342659, 37.946715 ], [ -122.342835, 37.946715 ], [ -122.342892, 37.946715 ], [ -122.342892, 37.946722 ], [ -122.34289, 37.946977 ], [ -122.34289, 37.946986 ], [ -122.342629, 37.946986 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5023.0, "Shape_area": 5022.5121377900005, "Shape_len": 301.07541604199997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343586, 37.946985 ], [ -122.343586, 37.946974 ], [ -122.343585, 37.946718 ], [ -122.343585, 37.946708 ], [ -122.343608, 37.946708 ], [ -122.343758, 37.946708 ], [ -122.343758, 37.946973 ], [ -122.343758, 37.946984 ], [ -122.343586, 37.946985 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5875.0, "Shape_area": 5875.0148064699997, "Shape_len": 337.59525871199997, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327826, 37.947106 ], [ -122.328214, 37.946989 ], [ -122.328275, 37.947115 ], [ -122.327886, 37.947232 ], [ -122.327826, 37.947106 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5055.0, "Shape_area": 5055.0612967300003, "Shape_len": 301.63722169800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343758, 37.946984 ], [ -122.343758, 37.946973 ], [ -122.343758, 37.946708 ], [ -122.343777, 37.946708 ], [ -122.343933, 37.946708 ], [ -122.343933, 37.946974 ], [ -122.343933, 37.946984 ], [ -122.343758, 37.946984 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5020.0, "Shape_area": 5019.8162081600003, "Shape_len": 300.84711889, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.343933, 37.946984 ], [ -122.343933, 37.946974 ], [ -122.343933, 37.946708 ], [ -122.343947, 37.946708 ], [ -122.344074, 37.946708 ], [ -122.344106, 37.946707 ], [ -122.344106, 37.946716 ], [ -122.344106, 37.946975 ], [ -122.344106, 37.946983 ], [ -122.343933, 37.946984 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5016.0, "Shape_area": 5016.1792798300003, "Shape_len": 300.686689688, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.344106, 37.946983 ], [ -122.344106, 37.946975 ], [ -122.344106, 37.946716 ], [ -122.344106, 37.946707 ], [ -122.344208, 37.946707 ], [ -122.344279, 37.946707 ], [ -122.344279, 37.946715 ], [ -122.34428, 37.946974 ], [ -122.34428, 37.946983 ], [ -122.344106, 37.946983 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5015.0, "Shape_area": 5015.0464129299999, "Shape_len": 300.57477373699999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.34428, 37.946983 ], [ -122.34428, 37.946974 ], [ -122.344279, 37.946715 ], [ -122.344279, 37.946707 ], [ -122.344385, 37.946707 ], [ -122.344453, 37.946707 ], [ -122.344453, 37.946715 ], [ -122.344453, 37.946973 ], [ -122.344453, 37.946982 ], [ -122.34428, 37.946983 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5011.0, "Shape_area": 5011.0320953299997, "Shape_len": 300.408880297, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.344453, 37.946982 ], [ -122.344453, 37.946973 ], [ -122.344453, 37.946715 ], [ -122.344453, 37.946707 ], [ -122.344557, 37.946707 ], [ -122.344626, 37.946706 ], [ -122.344626, 37.946715 ], [ -122.344626, 37.946973 ], [ -122.344626, 37.946981 ], [ -122.344453, 37.946982 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5018.0, "Shape_area": 5018.4555413400003, "Shape_len": 300.39949810299998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.344798, 37.946981 ], [ -122.344798, 37.946973 ], [ -122.344799, 37.946714 ], [ -122.344799, 37.946706 ], [ -122.3449, 37.946706 ], [ -122.344969, 37.946706 ], [ -122.344976, 37.946972 ], [ -122.344976, 37.94698 ], [ -122.344798, 37.946981 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5107.0, "Shape_area": 5107.0132827300004, "Shape_len": 301.86131079099999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.345057, 37.94698 ], [ -122.345056, 37.946706 ], [ -122.345072, 37.946706 ], [ -122.345235, 37.946706 ], [ -122.345233, 37.946979 ], [ -122.345057, 37.94698 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6055.0, "Shape_area": 6055.3201574699997, "Shape_len": 341.44504621599998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328531, 37.947187 ], [ -122.328922, 37.947071 ], [ -122.328984, 37.9472 ], [ -122.328593, 37.947317 ], [ -122.328531, 37.947187 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5865.0, "Shape_area": 5865.4727129800003, "Shape_len": 332.61584372099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.322218, 37.94729 ], [ -122.322593, 37.947177 ], [ -122.322655, 37.947308 ], [ -122.322496, 37.947356 ], [ -122.32232, 37.947408 ], [ -122.322281, 37.94742 ], [ -122.322218, 37.94729 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5887.0, "Shape_area": 5886.8101644799999, "Shape_len": 338.19341587100001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327437, 37.947223 ], [ -122.327447, 37.94722 ], [ -122.327826, 37.947106 ], [ -122.327886, 37.947232 ], [ -122.327497, 37.947349 ], [ -122.327437, 37.947223 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5984.0, "Shape_area": 5984.4028031400003, "Shape_len": 339.84352345799999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.328984, 37.9472 ], [ -122.329373, 37.947083 ], [ -122.329434, 37.947212 ], [ -122.329279, 37.947258 ], [ -122.329119, 37.947305 ], [ -122.329044, 37.947327 ], [ -122.328984, 37.9472 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5402.0, "Shape_area": 5402.3078079099996, "Shape_len": 305.80881582199999, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348138, 37.947041 ], [ -122.347962, 37.94704 ], [ -122.347962, 37.946908 ], [ -122.347968, 37.946771 ], [ -122.348155, 37.946771 ], [ -122.348153, 37.947041 ], [ -122.348138, 37.947041 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5078.0, "Shape_area": 5077.8381345500002, "Shape_len": 300.10917638500001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.348319, 37.947041 ], [ -122.348318, 37.946771 ], [ -122.348498, 37.946771 ], [ -122.348497, 37.947042 ], [ -122.348319, 37.947041 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5016.0, "Shape_area": 5015.79322684, "Shape_len": 300.26577949199998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.333605, 37.947419 ], [ -122.333605, 37.947142 ], [ -122.333768, 37.947142 ], [ -122.333779, 37.947145 ], [ -122.333776, 37.947419 ], [ -122.333605, 37.947419 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5947.0, "Shape_area": 5946.5564694200002, "Shape_len": 338.18136127999998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.326854, 37.947397 ], [ -122.32723, 37.947284 ], [ -122.32724, 37.947281 ], [ -122.327302, 37.947409 ], [ -122.327293, 37.947412 ], [ -122.326915, 37.947525 ], [ -122.326854, 37.947397 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5999.0, "Shape_area": 5999.1320994799999, "Shape_len": 340.15798966400001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.323171, 37.947916 ], [ -122.323326, 37.94787 ], [ -122.323481, 37.947823 ], [ -122.323561, 37.947799 ], [ -122.323622, 37.947928 ], [ -122.323232, 37.948044 ], [ -122.323171, 37.947916 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 7382.0, "Shape_area": 7382.0564253900002, "Shape_len": 346.88481577300001, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.327807, 37.918295 ], [ -122.327946, 37.91812 ], [ -122.328236, 37.918265 ], [ -122.328225, 37.918278 ], [ -122.328095, 37.918438 ], [ -122.327807, 37.918295 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5980.0, "Shape_area": 5980.2671883900002, "Shape_len": 339.01518638099998, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.324716, 37.947892 ], [ -122.325093, 37.947779 ], [ -122.325104, 37.947776 ], [ -122.325165, 37.947905 ], [ -122.325155, 37.947908 ], [ -122.324778, 37.948021 ], [ -122.324716, 37.947892 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 6018.0, "Shape_area": 6017.5572299400001, "Shape_len": 339.91335611800002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.32439, 37.948137 ], [ -122.324778, 37.948021 ], [ -122.324839, 37.94815 ], [ -122.324451, 37.948266 ], [ -122.32439, 37.948137 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5058.0, "Shape_area": 5058.2066307300001, "Shape_len": 300.19238475600002, "INT_ZONES": "RL Single Family Low Density Residential" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334122, 37.94769 ], [ -122.334123, 37.947418 ], [ -122.3343, 37.947418 ], [ -122.334299, 37.94769 ], [ -122.334122, 37.94769 ] ] ] ] } },
{ "type": "Feature", "properties": { "GIS_Area": 5885
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment