Skip to content

Instantly share code, notes, and snippets.

@kuanb
Created September 12, 2017 22:21
Show Gist options
  • Save kuanb/2352f6262e5350640c08dbb06a59745a to your computer and use it in GitHub Desktop.
Save kuanb/2352f6262e5350640c08dbb06a59745a to your computer and use it in GitHub Desktop.
Bl.ock for exploring intersection densities results
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title></title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.38.0/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.38.0/mapbox-gl.css' rel='stylesheet' />
<style>
body { margin:0; padding:0; }
#map { position:absolute; top:0; bottom:0; width:100%; }
</style>
</head>
<body>
<style>
.mapboxgl-popup {
max-width: 400px;
font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
</style>
<div id='map'></div>
<script>
mapboxgl.accessToken = 'pk.eyJ1Ijoia3VhbmIiLCJhIjoidXdWUVZ2USJ9.qNKXXP6z9_fKA8qrmpOi6Q';
var map = new mapboxgl.Map({
container: 'map',
style: 'mapbox://styles/mapbox/satellite-v9',
zoom: 10,
center: [-122.139610, 37.801202]
});
map.on('load', function () {
map.addLayer({
'id': 'int_densities',
'type': 'fill',
'source': {
type: 'geojson',
data: geojson
},
'paint': {
// data-driven style for line color
'fill-outline-color': '#550000',
'fill-color': {
property: 'fill',
type: 'identity'
},
'fill-opacity': 0.65,
}
});
});
map.on('click', 'int_densities', function (e) {
new mapboxgl.Popup()
.setLngLat(e.features[0].geometry.coordinates[0][0])
.setHTML(e.features[0].properties.intersection_density + ' intersections per sq. mile')
.addTo(map);
});
// Change the cursor to a pointer when the mouse is over the places layer.
map.on('mouseenter', 'int_densities', function () {
map.getCanvas().style.cursor = 'pointer';
});
// Change it back to a pointer when it leaves.
map.on('mouseleave', 'int_densities', function () {
map.getCanvas().style.cursor = '';
});
// Line geometry
var geojson = {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,200,0)", "fill-opacity": 0.75, "intersection_density": 105.57700000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.124886, 37.751635], [-122.12476, 37.751712999999995], [-122.124617, 37.751619], [-122.124607, 37.751613], [-122.12443, 37.751509999999996], [-122.12416400000001, 37.751377999999995], [-122.124139, 37.751366], [-122.12401, 37.751307], [-122.124141, 37.751208999999996], [-122.124304, 37.751281999999996], [-122.124496, 37.751382], [-122.124886, 37.751635]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,151,0)", "fill-opacity": 0.75, "intersection_density": 198.608}, "geometry": {"type": "Polygon", "coordinates": [[[-122.210245, 37.770097], [-122.210139, 37.770184], [-122.210057, 37.770146], [-122.209811, 37.770033999999995], [-122.20973000000001, 37.769997], [-122.209799, 37.769898], [-122.210245, 37.770097]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,139,0)", "fill-opacity": 0.75, "intersection_density": 221.541}, "geometry": {"type": "Polygon", "coordinates": [[[-122.18212, 37.794933], [-122.181836, 37.794577], [-122.18172200000001, 37.794444999999996], [-122.181686, 37.794379], [-122.181667, 37.794328], [-122.181664, 37.794291], [-122.181667, 37.794245], [-122.181681, 37.794187], [-122.181798, 37.794036999999996], [-122.181946, 37.794259], [-122.182301, 37.79483], [-122.18252, 37.795168], [-122.182791, 37.795541], [-122.183022, 37.795848], [-122.183641, 37.796647], [-122.184129, 37.797264], [-122.184234, 37.797402], [-122.184642, 37.797934], [-122.18481299999999, 37.79814], [-122.184997, 37.798401999999996], [-122.184826, 37.798234], [-122.18417, 37.79747], [-122.184021, 37.797295999999996], [-122.183956, 37.797239], [-122.183919, 37.797218], [-122.183815, 37.797179], [-122.183761, 37.797171], [-122.18367599999999, 37.797169], [-122.18359699999999, 37.797174], [-122.183472, 37.797208999999995], [-122.183416, 37.797241], [-122.18337700000001, 37.797277], [-122.183341, 37.797322], [-122.183307, 37.797379], [-122.183296, 37.797416], [-122.183277, 37.797531], [-122.183287, 37.797616999999995], [-122.183219, 37.797529999999995], [-122.183117, 37.797374], [-122.18294399999999, 37.796966], [-122.18301, 37.796892], [-122.183064, 37.796849], [-122.183123, 37.796794], [-122.183125, 37.796793], [-122.18319, 37.796715999999996], [-122.183238, 37.796631999999995], [-122.18325899999999, 37.796518], [-122.18325, 37.796423], [-122.183244, 37.79638], [-122.183211, 37.796289], [-122.183185, 37.796244], [-122.183112, 37.796146], [-122.183097, 37.79613], [-122.182927, 37.79595], [-122.182837, 37.795846], [-122.182789, 37.795792], [-122.182579, 37.795527], [-122.182495, 37.79542], [-122.18212, 37.794933]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 112.066}, "geometry": {"type": "Polygon", "coordinates": [[[-122.27004, 37.833991], [-122.27012500000001, 37.834005], [-122.270089, 37.834143999999995], [-122.269983, 37.834564], [-122.269949, 37.834703999999995], [-122.269908, 37.834702], [-122.269864, 37.834693], [-122.27004, 37.833991]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,212,0)", "fill-opacity": 0.75, "intersection_density": 82.914}, "geometry": {"type": "Polygon", "coordinates": [[[-122.227202, 37.778303], [-122.227263, 37.778241], [-122.227405, 37.778302], [-122.227366, 37.778380999999996], [-122.227202, 37.778303]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,158,0)", "fill-opacity": 0.75, "intersection_density": 185.915}, "geometry": {"type": "Polygon", "coordinates": [[[-122.253954, 37.802530999999995], [-122.254126, 37.802332], [-122.254207, 37.80222], [-122.254297, 37.802078], [-122.254344, 37.801946], [-122.254367, 37.801836], [-122.254384, 37.801725], [-122.254385, 37.801612999999996], [-122.254378, 37.801457], [-122.254323, 37.801162], [-122.254291, 37.801031], [-122.25429, 37.800895], [-122.25430399999999, 37.800785], [-122.254325, 37.800668], [-122.254351, 37.800567], [-122.254505, 37.800560999999995], [-122.254457, 37.800686999999996], [-122.254419, 37.800912], [-122.254428, 37.801027], [-122.254445, 37.801156], [-122.254467, 37.801446], [-122.254475, 37.801612999999996], [-122.254468, 37.801838], [-122.254446, 37.801949], [-122.254422, 37.802020999999996], [-122.254377, 37.802115], [-122.254288, 37.802254], [-122.254207, 37.802364], [-122.254073, 37.802521], [-122.253954, 37.802530999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,207,0)", "fill-opacity": 0.75, "intersection_density": 92.544}, "geometry": {"type": "Polygon", "coordinates": [[[-122.198593, 37.77258], [-122.198593, 37.772659], [-122.196186, 37.772652], [-122.19592, 37.772639], [-122.195928, 37.772566999999995], [-122.196187, 37.77258], [-122.198593, 37.77258]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,176,0)", "fill-opacity": 0.75, "intersection_density": 152.037}, "geometry": {"type": "Polygon", "coordinates": [[[-122.276679, 37.788554], [-122.276629, 37.78812], [-122.276834, 37.788135], [-122.276989, 37.788171999999996], [-122.277058, 37.788193], [-122.277081, 37.7882], [-122.277182, 37.788239], [-122.277704, 37.788489], [-122.277889, 37.788551], [-122.277985, 37.788554999999995], [-122.27795, 37.788616], [-122.27768, 37.790428], [-122.276669, 37.790095], [-122.276667, 37.789819], [-122.276679, 37.788554]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-122.259468, 37.752593999999995], [-122.262689, 37.747717], [-122.268754, 37.738534], [-122.269116, 37.737983], [-122.275365, 37.72851], [-122.279558, 37.722152], [-122.28518, 37.713629999999995], [-122.28609900000001, 37.71507], [-122.28886, 37.71939], [-122.28978000000001, 37.72083], [-122.284717, 37.728457], [-122.279827, 37.735825], [-122.277985, 37.738582], [-122.269531, 37.751342], [-122.266906, 37.755303999999995], [-122.259468, 37.752593999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,165,0)", "fill-opacity": 0.75, "intersection_density": 171.94299999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.302089, 37.787256], [-122.30210000000001, 37.787121], [-122.302133, 37.786716], [-122.302145, 37.786581999999996], [-122.302435, 37.786592999999996], [-122.303305, 37.786629], [-122.303595, 37.786640999999996], [-122.303578, 37.786915], [-122.303563, 37.787172999999996], [-122.303508, 37.787737], [-122.303482, 37.788011], [-122.303192, 37.787997], [-122.302324, 37.787957999999996], [-122.302035, 37.787946], [-122.30204499999999, 37.787808], [-122.302078, 37.787393], [-122.302089, 37.787256]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,209,0)", "fill-opacity": 0.75, "intersection_density": 88.405}, "geometry": {"type": "Polygon", "coordinates": [[[-122.300544, 37.773947], [-122.299678, 37.773908], [-122.29925399999999, 37.77389], [-122.297083, 37.773792], [-122.29621900000001, 37.773753], [-122.296249, 37.773422], [-122.29626, 37.773305], [-122.296307, 37.772796], [-122.29634, 37.77243], [-122.29637, 37.7721], [-122.297218, 37.772144], [-122.297997, 37.772185], [-122.299125, 37.772244], [-122.299251, 37.77225], [-122.29946, 37.772261], [-122.29976500000001, 37.772276999999995], [-122.299823, 37.772279999999995], [-122.300615, 37.772314], [-122.3006, 37.772639999999996], [-122.300558, 37.77362], [-122.300544, 37.773947]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,136,0)", "fill-opacity": 0.75, "intersection_density": 227.324}, "geometry": {"type": "Polygon", "coordinates": [[[-122.288236, 37.783834], [-122.288237, 37.783704], [-122.288239, 37.783317], [-122.288241, 37.783187999999996], [-122.288419, 37.783195], [-122.288956, 37.783215999999996], [-122.289135, 37.783224], [-122.289141, 37.783342999999995], [-122.289159, 37.783702], [-122.289166, 37.783822], [-122.288979, 37.783823999999996], [-122.288422, 37.783831], [-122.288236, 37.783834]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,176,0)", "fill-opacity": 0.75, "intersection_density": 152.409}, "geometry": {"type": "Polygon", "coordinates": [[[-122.288963, 37.772914], [-122.289168, 37.773015], [-122.289352, 37.773105], [-122.28943, 37.773149], [-122.290087, 37.773492], [-122.290305, 37.773627], [-122.290386, 37.773689999999995], [-122.290464, 37.77375], [-122.290427, 37.7738], [-122.290252, 37.773677], [-122.290038, 37.773548], [-122.289625, 37.773325], [-122.289012, 37.773013], [-122.288576, 37.772776], [-122.288383, 37.77268], [-122.288187, 37.772615], [-122.288242, 37.772498999999996], [-122.28848099999999, 37.772655], [-122.288963, 37.772914]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,200,0)", "fill-opacity": 0.75, "intersection_density": 105.109}, "geometry": {"type": "Polygon", "coordinates": [[[-122.28592499999999, 37.775397999999996], [-122.285934, 37.775207], [-122.285963, 37.774637], [-122.285973, 37.774446999999995], [-122.286403, 37.774454999999996], [-122.287695, 37.774482], [-122.288126, 37.774491], [-122.288118, 37.774671], [-122.288095, 37.775213], [-122.288088, 37.775394], [-122.287654, 37.77539], [-122.286355, 37.775377999999996], [-122.286118, 37.775376], [-122.286011, 37.775377999999996], [-122.28592499999999, 37.775397999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,126,0)", "fill-opacity": 0.75, "intersection_density": 247.46200000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-122.29953, 37.787183], [-122.299699, 37.787194], [-122.300161, 37.787213], [-122.30070599999999, 37.787236], [-122.300682, 37.787516], [-122.300674, 37.787621], [-122.300419, 37.787611], [-122.300371, 37.787617999999995], [-122.300343, 37.787642], [-122.300342, 37.787735], [-122.300331, 37.787839999999996], [-122.299515, 37.787808999999996], [-122.29953, 37.787183]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,235,0)", "fill-opacity": 0.75, "intersection_density": 37.983000000000004}, "geometry": {"type": "Polygon", "coordinates": [[[-122.236077, 37.747385], [-122.23602, 37.747412], [-122.235953, 37.747446], [-122.235919, 37.747474], [-122.235919, 37.74754], [-122.235933, 37.747738], [-122.23589799999999, 37.747918999999996], [-122.235884, 37.747996], [-122.235781, 37.748039999999996], [-122.23513, 37.748067999999996], [-122.234812, 37.748056999999996], [-122.234621, 37.748056999999996], [-122.234445, 37.748056999999996], [-122.234106, 37.748079], [-122.233934, 37.74807], [-122.233013, 37.748024], [-122.232522, 37.748019], [-122.23212699999999, 37.748008], [-122.231747, 37.748014], [-122.231207, 37.748042], [-122.230474, 37.747997999999995], [-122.230031, 37.748025], [-122.229775, 37.748014], [-122.229484, 37.748048], [-122.229276, 37.748042], [-122.229062, 37.748014999999995], [-122.22880599999999, 37.747993], [-122.228399, 37.748025999999996], [-122.22826599999999, 37.748037], [-122.227969, 37.748037], [-122.227706, 37.747999], [-122.227484, 37.747993], [-122.227242, 37.747971], [-122.227062, 37.747988], [-122.22702100000001, 37.747982], [-122.226848, 37.747977], [-122.226682, 37.747938999999995], [-122.226567, 37.747903], [-122.226646, 37.747439], [-122.226885, 37.74605], [-122.226966, 37.745587], [-122.226986, 37.745491], [-122.22703, 37.745293], [-122.227138, 37.745291], [-122.227537, 37.745293], [-122.227819, 37.745307], [-122.22816399999999, 37.745345], [-122.228745, 37.745447], [-122.23353900000001, 37.746441], [-122.234206, 37.746584], [-122.235067, 37.746759], [-122.235255, 37.746809999999996], [-122.235407, 37.746863], [-122.235556, 37.746929], [-122.23563, 37.746969], [-122.235702, 37.747012], [-122.235776, 37.747066], [-122.235907, 37.747177], [-122.235989, 37.747265999999996], [-122.236077, 37.747385]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,188,0)", "fill-opacity": 0.75, "intersection_density": 128.74200000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-122.239778, 37.766076], [-122.24013099999999, 37.766258], [-122.24056, 37.766465], [-122.240709, 37.766529999999996], [-122.240792, 37.766583], [-122.240678, 37.766551], [-122.240587, 37.766529999999996], [-122.24026599999999, 37.766495], [-122.239791, 37.766466], [-122.239466, 37.766455], [-122.239778, 37.766076]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,139,0)", "fill-opacity": 0.75, "intersection_density": 221.78}, "geometry": {"type": "Polygon", "coordinates": [[[-122.279483, 37.777274], [-122.279393, 37.777271999999996], [-122.279124, 37.777266], [-122.279035, 37.777263999999995], [-122.279035, 37.776886999999995], [-122.27949, 37.776894999999996], [-122.279488, 37.77697], [-122.279484, 37.777198], [-122.279483, 37.777274]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,162,0)", "fill-opacity": 0.75, "intersection_density": 178.372}, "geometry": {"type": "Polygon", "coordinates": [[[-122.276148, 37.773418], [-122.276148, 37.773305], [-122.276788, 37.773329], [-122.27675099999999, 37.774231], [-122.276045, 37.77422], [-122.276016, 37.774187999999995], [-122.27600000000001, 37.774142], [-122.275999, 37.773738], [-122.276147, 37.773734999999995], [-122.276148, 37.773418]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,183,0)", "fill-opacity": 0.75, "intersection_density": 138.025}, "geometry": {"type": "Polygon", "coordinates": [[[-122.29833099999999, 37.782945999999995], [-122.29834, 37.782891], [-122.299404, 37.782939], [-122.301738, 37.783059], [-122.302413, 37.783097], [-122.302407, 37.783161], [-122.30220800000001, 37.783139999999996], [-122.301732, 37.783121], [-122.301592, 37.783113], [-122.29914600000001, 37.782987], [-122.29833099999999, 37.782945999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,194,0)", "fill-opacity": 0.75, "intersection_density": 116.132}, "geometry": {"type": "Polygon", "coordinates": [[[-122.25592499999999, 37.876577], [-122.255885, 37.876394999999995], [-122.255765, 37.875848999999995], [-122.255726, 37.875668], [-122.25595200000001, 37.875636], [-122.256631, 37.875544], [-122.256858, 37.875513], [-122.256903, 37.875696], [-122.257041, 37.876245], [-122.257087, 37.876429], [-122.256854, 37.876458], [-122.256157, 37.876546999999995], [-122.25592499999999, 37.876577]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,199,0)", "fill-opacity": 0.75, "intersection_density": 107.801}, "geometry": {"type": "Polygon", "coordinates": [[[-122.26232, 37.867391999999995], [-122.26310699999999, 37.867295999999996], [-122.26355699999999, 37.867242], [-122.263593, 37.867424], [-122.263704, 37.86797], [-122.263741, 37.868153], [-122.263289, 37.86821], [-122.262501, 37.86831], [-122.262346, 37.867619999999995], [-122.262328, 37.867582999999996], [-122.262297, 37.867560999999995], [-122.262179, 37.867557999999995], [-122.262151, 37.867551], [-122.262126, 37.867529999999995], [-122.262112, 37.867505], [-122.262091, 37.867415], [-122.26232, 37.867391999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,194,0)", "fill-opacity": 0.75, "intersection_density": 116.277}, "geometry": {"type": "Polygon", "coordinates": [[[-122.26319, 37.865444], [-122.263428, 37.865415], [-122.264143, 37.86533], [-122.264382, 37.865302], [-122.264412, 37.865479], [-122.264505, 37.866012999999995], [-122.26453599999999, 37.866191], [-122.264301, 37.866219], [-122.263596, 37.866305], [-122.263362, 37.866335], [-122.263327, 37.866156], [-122.263224, 37.865621999999995], [-122.26319, 37.865444]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,201,0)", "fill-opacity": 0.75, "intersection_density": 103.089}, "geometry": {"type": "Polygon", "coordinates": [[[-122.26312300000001, 37.862701], [-122.263101, 37.862704], [-122.26265699999999, 37.862767999999996], [-122.262619, 37.86259], [-122.262505, 37.862055999999995], [-122.262468, 37.861879], [-122.26291499999999, 37.861816999999995], [-122.26426000000001, 37.861632], [-122.264708, 37.861571], [-122.264742, 37.861748], [-122.264845, 37.862282], [-122.26488, 37.86246], [-122.26443499999999, 37.862519999999996], [-122.26312300000001, 37.862701]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,151,0)", "fill-opacity": 0.75, "intersection_density": 199.614}, "geometry": {"type": "Polygon", "coordinates": [[[-122.260954, 37.868505], [-122.259654, 37.868663999999995], [-122.259197, 37.868719999999996], [-122.259152, 37.868539999999996], [-122.25901999999999, 37.868003], [-122.258976, 37.867824], [-122.259443, 37.867762], [-122.260768, 37.867588999999995], [-122.26084399999999, 37.867577], [-122.261311, 37.867509], [-122.261345, 37.867695], [-122.261447, 37.868252999999996], [-122.261482, 37.868438999999995], [-122.261025, 37.868496], [-122.260954, 37.868505]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,202,0)", "fill-opacity": 0.75, "intersection_density": 100.829}, "geometry": {"type": "Polygon", "coordinates": [[[-122.260328, 37.863057999999995], [-122.260294, 37.86288], [-122.260192, 37.862348], [-122.260158, 37.862171], [-122.26061899999999, 37.862111999999996], [-122.262006, 37.861937], [-122.262468, 37.861879], [-122.262505, 37.862055999999995], [-122.262619, 37.86259], [-122.26265699999999, 37.862767999999996], [-122.262191, 37.862826], [-122.260793, 37.862998999999995], [-122.260328, 37.863057999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,145,0)", "fill-opacity": 0.75, "intersection_density": 210.237}, "geometry": {"type": "Polygon", "coordinates": [[[-122.258139, 37.867025], [-122.257944, 37.866125], [-122.258219, 37.866085999999996], [-122.258684, 37.866022], [-122.258715, 37.866203999999996], [-122.258811, 37.866752], [-122.258844, 37.866935], [-122.258388, 37.866993], [-122.258139, 37.867025]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,185,0)", "fill-opacity": 0.75, "intersection_density": 133.939}, "geometry": {"type": "Polygon", "coordinates": [[[-122.285606, 37.880328], [-122.285673, 37.880159], [-122.285693, 37.880106999999995], [-122.285876, 37.879653999999995], [-122.285919, 37.87955], [-122.28744499999999, 37.878734], [-122.287323, 37.879058], [-122.286894, 37.880203], [-122.286752, 37.880584999999996], [-122.28652199999999, 37.880533], [-122.28583499999999, 37.880379], [-122.285606, 37.880328]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,202,0)", "fill-opacity": 0.75, "intersection_density": 102.505}, "geometry": {"type": "Polygon", "coordinates": [[[-122.262447, 37.855793], [-122.263499, 37.855655], [-122.263515, 37.855731999999996], [-122.263293, 37.855758], [-122.262628, 37.855838], [-122.262407, 37.855865], [-122.262429, 37.855830999999995], [-122.262447, 37.855793]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,159,0)", "fill-opacity": 0.75, "intersection_density": 183.225}, "geometry": {"type": "Polygon", "coordinates": [[[-122.29205400000001, 37.853989999999996], [-122.292304, 37.854769], [-122.292483, 37.855312999999995], [-122.292315, 37.855346], [-122.291639, 37.855483], [-122.291414, 37.855529], [-122.291296, 37.855167], [-122.291075, 37.854484], [-122.290939, 37.854082999999996], [-122.290818, 37.853722999999995], [-122.291049, 37.853674999999996], [-122.291054, 37.853674999999996], [-122.291561, 37.853583], [-122.291746, 37.853542999999995], [-122.291902, 37.853511], [-122.29205400000001, 37.853989999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,208,0)", "fill-opacity": 0.75, "intersection_density": 90.368}, "geometry": {"type": "Polygon", "coordinates": [[[-122.30637, 37.880226], [-122.306257, 37.879861999999996], [-122.306067, 37.879245], [-122.305921, 37.878772], [-122.305827, 37.878465999999996], [-122.306557, 37.878312], [-122.306577, 37.878369], [-122.30661, 37.878420999999996], [-122.306743, 37.878572999999996], [-122.306884, 37.878733], [-122.306918, 37.878788], [-122.30694199999999, 37.878851], [-122.30716100000001, 37.879653999999995], [-122.307265, 37.880033], [-122.307086, 37.880071], [-122.30654799999999, 37.880187], [-122.30637, 37.880226]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 110.60700000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.305133, 37.866538999999996], [-122.30562, 37.86645], [-122.30568099999999, 37.866678], [-122.305722, 37.866811], [-122.305742, 37.866991], [-122.305741, 37.867072], [-122.305724, 37.867149], [-122.305675, 37.867267999999996], [-122.305671, 37.867281], [-122.305601, 37.867398], [-122.304933, 37.868435], [-122.30490499999999, 37.868564], [-122.304901, 37.868694], [-122.305028, 37.86936], [-122.30510000000001, 37.869609], [-122.305142, 37.869758999999995], [-122.305247, 37.870087], [-122.305563, 37.871066], [-122.305976, 37.872386999999996], [-122.306213, 37.873051], [-122.306992, 37.875105999999995], [-122.307416, 37.876498], [-122.308029, 37.877995999999996], [-122.307969, 37.878006], [-122.307791, 37.878038], [-122.307732, 37.878049], [-122.307645, 37.877786], [-122.307484, 37.877339], [-122.307357, 37.876982999999996], [-122.306857, 37.875749], [-122.30672, 37.875386], [-122.30666, 37.87524], [-122.306609, 37.875116999999996], [-122.306336, 37.874562999999995], [-122.306093, 37.873836], [-122.306057, 37.873718], [-122.305274, 37.871168], [-122.305014, 37.870318999999995], [-122.304889, 37.869617], [-122.304832, 37.869295], [-122.304699, 37.868716], [-122.304351, 37.867553], [-122.304147, 37.866870999999996], [-122.304283, 37.867132], [-122.304288, 37.86714], [-122.304446, 37.867337], [-122.304484, 37.867371], [-122.304571, 37.86741], [-122.30461199999999, 37.867424], [-122.304694, 37.867438], [-122.304804, 37.867447999999996], [-122.304888, 37.867441], [-122.304991, 37.867413], [-122.305033, 37.86739], [-122.30505099999999, 37.867381], [-122.305091, 37.867354999999996], [-122.30517499999999, 37.867278999999996], [-122.305201, 37.867245], [-122.30523, 37.86718], [-122.305273, 37.867117], [-122.30528699999999, 37.867042999999995], [-122.305284, 37.867013], [-122.305154, 37.866606999999995], [-122.305133, 37.866538999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,228,0)", "fill-opacity": 0.75, "intersection_density": 51.715}, "geometry": {"type": "Polygon", "coordinates": [[[-122.255178, 37.881167], [-122.255014, 37.881377], [-122.254888, 37.881623], [-122.25485, 37.881826], [-122.254899, 37.88196], [-122.255203, 37.882194999999996], [-122.255293, 37.88252], [-122.25534, 37.882756], [-122.255332, 37.882957999999995], [-122.25533899999999, 37.883086], [-122.255281, 37.883227], [-122.255075, 37.883443], [-122.255056, 37.883464], [-122.254951, 37.883583], [-122.25485499999999, 37.883661], [-122.254811, 37.883683], [-122.254767, 37.883691999999996], [-122.254689, 37.883674], [-122.25465299999999, 37.88363], [-122.254515, 37.88337], [-122.254492, 37.883313], [-122.254471, 37.883258], [-122.254323, 37.88307], [-122.25448399999999, 37.882887], [-122.254533, 37.882641], [-122.25447299999999, 37.88252], [-122.254308, 37.882416], [-122.254221, 37.882329], [-122.254133, 37.882126], [-122.253958, 37.881896999999995], [-122.25381, 37.881634], [-122.253665, 37.881468], [-122.253598, 37.881459], [-122.253559, 37.881454], [-122.253518, 37.88144], [-122.253496, 37.881419], [-122.25349299999999, 37.881397], [-122.253507, 37.881333999999995], [-122.253523, 37.881268999999996], [-122.253682, 37.881257999999995], [-122.254161, 37.881226], [-122.254321, 37.881215999999995], [-122.254366, 37.881212999999995], [-122.254501, 37.881204], [-122.254546, 37.881201], [-122.255178, 37.881167]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,199,0)", "fill-opacity": 0.75, "intersection_density": 106.62299999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.290654, 37.864653], [-122.290561, 37.864664999999995], [-122.289942, 37.864751999999996], [-122.289916, 37.864754], [-122.289858, 37.86476], [-122.28970000000001, 37.864777], [-122.289486, 37.864795], [-122.28939199999999, 37.864802999999995], [-122.288847, 37.864875], [-122.288635, 37.864903999999996], [-122.2886, 37.864706], [-122.288496, 37.864112999999996], [-122.288462, 37.863915999999996], [-122.288861, 37.863862999999995], [-122.29006, 37.863707999999995], [-122.29033799999999, 37.863673], [-122.290506, 37.864221], [-122.290654, 37.864653]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,195,0)", "fill-opacity": 0.75, "intersection_density": 115.066}, "geometry": {"type": "Polygon", "coordinates": [[[-122.293518, 37.873473], [-122.294073, 37.875161999999996], [-122.29400799999999, 37.875174], [-122.29392, 37.875191], [-122.293391, 37.875243], [-122.293386, 37.875243999999995], [-122.29318599999999, 37.875274], [-122.293072, 37.874936999999996], [-122.29273, 37.873928], [-122.292617, 37.873591999999995], [-122.292822, 37.873563], [-122.293278, 37.873501], [-122.29344, 37.873481999999996], [-122.293518, 37.873473]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,188,0)", "fill-opacity": 0.75, "intersection_density": 127.76}, "geometry": {"type": "Polygon", "coordinates": [[[-122.29521, 37.871207999999996], [-122.295064, 37.871252], [-122.29416499999999, 37.871424], [-122.294096, 37.871218], [-122.29384999999999, 37.870478], [-122.293769, 37.870232], [-122.293989, 37.870183999999995], [-122.29435, 37.870107], [-122.294654, 37.870048], [-122.294876, 37.870005], [-122.294956, 37.870246], [-122.295067, 37.87058], [-122.29518999999999, 37.870971], [-122.295241, 37.871128999999996], [-122.295241, 37.871156], [-122.295228, 37.871187], [-122.29521, 37.871207999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,214,0)", "fill-opacity": 0.75, "intersection_density": 78.811}, "geometry": {"type": "Polygon", "coordinates": [[[-122.042633, 37.554941], [-122.04249, 37.554867], [-122.042061, 37.554645], [-122.041918, 37.554572], [-122.041766, 37.554496], [-122.04131100000001, 37.554271], [-122.04115999999999, 37.554196], [-122.04101, 37.554122], [-122.04056299999999, 37.5539], [-122.040415, 37.553826], [-122.040262, 37.55375], [-122.039804, 37.553525], [-122.039652, 37.55345], [-122.040024, 37.552977999999996], [-122.040064, 37.552915999999996], [-122.040082, 37.552868], [-122.040091, 37.552817999999995], [-122.040081, 37.552746], [-122.04008, 37.552732999999996], [-122.040003, 37.552523], [-122.039993, 37.552461], [-122.040008, 37.552400999999996], [-122.040025, 37.552375999999995], [-122.040055, 37.552344], [-122.040121, 37.552295], [-122.040186, 37.552254999999995], [-122.04029299999999, 37.552206], [-122.040494, 37.552154], [-122.040985, 37.552057999999995], [-122.041334, 37.551984], [-122.041508, 37.551941], [-122.041702, 37.551885999999996], [-122.041888, 37.551828], [-122.04207, 37.551762], [-122.042269, 37.551691999999996], [-122.042455, 37.551618], [-122.042854, 37.551438], [-122.043011, 37.551359999999995], [-122.043484, 37.55113], [-122.043642, 37.551052999999996], [-122.043723, 37.551148], [-122.04387299999999, 37.551353999999996], [-122.04395, 37.551501], [-122.043956, 37.551511], [-122.04406, 37.551756], [-122.044101, 37.551888], [-122.044117, 37.55197], [-122.044139, 37.552126], [-122.044148, 37.552333999999995], [-122.04414299999999, 37.552495], [-122.044115, 37.5527], [-122.04406399999999, 37.552915], [-122.044021, 37.553048], [-122.044005, 37.55309], [-122.043978, 37.553163], [-122.043922, 37.553287999999995], [-122.043843, 37.553422999999995], [-122.043745, 37.553568], [-122.043635, 37.553709], [-122.043306, 37.554133], [-122.04319699999999, 37.554275], [-122.04314, 37.554308], [-122.043071, 37.554393], [-122.042742, 37.554804], [-122.042633, 37.554941]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,160,0)", "fill-opacity": 0.75, "intersection_density": 182.753}, "geometry": {"type": "Polygon", "coordinates": [[[-122.029794, 37.551677], [-122.029888, 37.551525], [-122.029909, 37.551494999999996], [-122.030074, 37.551271], [-122.03030799999999, 37.550985], [-122.030445, 37.550819], [-122.03055499999999, 37.550872999999996], [-122.030888, 37.551035], [-122.030999, 37.551089999999995], [-122.031037, 37.551108], [-122.031151, 37.551165], [-122.031189, 37.551184], [-122.03134, 37.551261], [-122.031796, 37.551491999999996], [-122.031948, 37.55157], [-122.031899, 37.551631], [-122.031754, 37.551815999999995], [-122.031706, 37.551877999999995], [-122.031617, 37.551981999999995], [-122.031353, 37.552293999999996], [-122.03126499999999, 37.552399], [-122.031187, 37.55236], [-122.030953, 37.552246], [-122.030875, 37.552208], [-122.030778, 37.55216], [-122.030489, 37.552017], [-122.030393, 37.55197], [-122.030273, 37.551911], [-122.029913, 37.551735], [-122.029794, 37.551677]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,186,0)", "fill-opacity": 0.75, "intersection_density": 131.372}, "geometry": {"type": "Polygon", "coordinates": [[[-122.035633, 37.564247], [-122.03557599999999, 37.564372999999996], [-122.035432, 37.564696], [-122.035403, 37.564752999999996], [-122.035341, 37.564878], [-122.035315, 37.564918], [-122.035269, 37.564969999999995], [-122.035245, 37.564997999999996], [-122.03519299999999, 37.565036], [-122.035125, 37.565073], [-122.034965, 37.565142], [-122.034858, 37.56519], [-122.034616, 37.564754], [-122.03434899999999, 37.564271], [-122.034238, 37.564102], [-122.034172, 37.564023999999996], [-122.034108, 37.563963], [-122.034064, 37.563928], [-122.034016, 37.563897], [-122.033897, 37.563829999999996], [-122.03362899999999, 37.563696], [-122.033184, 37.563472999999995], [-122.033079, 37.563418999999996], [-122.032767, 37.563258], [-122.032663, 37.563204999999996], [-122.032763, 37.563044], [-122.032806, 37.562976], [-122.03287, 37.562903999999996], [-122.032907, 37.562872999999996], [-122.033017, 37.562810999999996], [-122.03321199999999, 37.562719], [-122.033384, 37.56264], [-122.033463, 37.562737], [-122.03351599999999, 37.562787], [-122.03352, 37.562791], [-122.033585, 37.562833], [-122.034043, 37.563067], [-122.034221, 37.563158], [-122.034554, 37.563314999999996], [-122.034629, 37.563351], [-122.034671, 37.563376], [-122.034747, 37.56343], [-122.034786, 37.563463999999996], [-122.03495, 37.563646], [-122.035033, 37.563756], [-122.03517099999999, 37.563989], [-122.035212, 37.564046], [-122.03524999999999, 37.564088], [-122.035288, 37.564121], [-122.035294, 37.564127], [-122.03532200000001, 37.564146], [-122.035364, 37.564166], [-122.035437, 37.564191], [-122.035633, 37.564247]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-122.051889, 37.53826], [-122.051895, 37.538395], [-122.051654, 37.538402999999995], [-122.051625, 37.538395], [-122.051593, 37.538371], [-122.051582, 37.538345], [-122.051582, 37.538326999999995], [-122.051601, 37.538289], [-122.051635, 37.538273], [-122.051889, 37.53826]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,215,0)", "fill-opacity": 0.75, "intersection_density": 77.046}, "geometry": {"type": "Polygon", "coordinates": [[[-122.051637, 37.545116], [-122.051748, 37.545048], [-122.051799, 37.545018], [-122.05187699999999, 37.544956], [-122.051936, 37.544894], [-122.052028, 37.544779999999996], [-122.052111, 37.54468], [-122.052305, 37.54445], [-122.052405, 37.544333], [-122.052442, 37.544288], [-122.052464, 37.544246], [-122.052479, 37.544181], [-122.05247800000001, 37.544146], [-122.052453, 37.543991999999996], [-122.05237199999999, 37.543617], [-122.052309, 37.543324], [-122.052262, 37.543102], [-122.052126, 37.542449], [-122.052121, 37.542439], [-122.05210000000001, 37.542393], [-122.052043, 37.54231], [-122.051991, 37.542257], [-122.05216, 37.542168], [-122.052229, 37.542147], [-122.052321, 37.542134], [-122.052628, 37.542138], [-122.052713, 37.542145999999995], [-122.052794, 37.54217], [-122.052874, 37.542215999999996], [-122.052907, 37.542244], [-122.052961, 37.542305999999996], [-122.052967, 37.542317], [-122.052983, 37.542342999999995], [-122.053005, 37.542396], [-122.053252, 37.543538999999996], [-122.053369, 37.544149999999995], [-122.053368, 37.544264999999996], [-122.053348, 37.544366], [-122.053305, 37.544467], [-122.053267, 37.544537], [-122.052702, 37.545243], [-122.052643, 37.545318], [-122.052354, 37.545673], [-122.052288, 37.545739999999995], [-122.05222499999999, 37.545788], [-122.052134, 37.545831], [-122.052036, 37.545860999999995], [-122.051903, 37.545882], [-122.051844, 37.545887], [-122.051738, 37.545891999999995], [-122.051732, 37.545891], [-122.05161, 37.545882999999996], [-122.051513, 37.545865], [-122.05145999999999, 37.545848], [-122.05125100000001, 37.545739], [-122.0511, 37.545660999999996], [-122.05120000000001, 37.545542999999995], [-122.051446, 37.545255999999995], [-122.051497, 37.545210999999995], [-122.051509, 37.545201], [-122.051547, 37.545173999999996], [-122.051637, 37.545116]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,127,0)", "fill-opacity": 0.75, "intersection_density": 245.699}, "geometry": {"type": "Polygon", "coordinates": [[[-122.082549, 37.605745], [-122.082599, 37.606199], [-122.08266, 37.606753], [-122.082768, 37.607728], [-122.082787, 37.607863], [-122.082801, 37.607928], [-122.082821, 37.608019], [-122.082841, 37.608086], [-122.082941, 37.608301], [-122.083031, 37.608457], [-122.082898, 37.608512999999995], [-122.082781, 37.608292999999996], [-122.082707, 37.608115], [-122.08268, 37.608035], [-122.08265399999999, 37.607956], [-122.082633, 37.607814], [-122.082389, 37.605745999999996], [-122.082549, 37.605745]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,172,0)", "fill-opacity": 0.75, "intersection_density": 160.06799999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-121.97587899999999, 37.547708], [-121.975507, 37.548170999999996], [-121.97509600000001, 37.548684], [-121.974581, 37.54931], [-121.974388, 37.549557], [-121.97413399999999, 37.549886], [-121.972235, 37.548952], [-121.972228, 37.548905999999995], [-121.972206, 37.548750999999996], [-121.972185, 37.548352], [-121.972188, 37.548273], [-121.972197, 37.548062], [-121.972228, 37.547731999999996], [-121.972244, 37.547574999999995], [-121.972281, 37.547298], [-121.972321, 37.547137], [-121.972406, 37.546833], [-121.972429, 37.546761], [-121.972487, 37.546586], [-121.972551, 37.546454], [-121.972853, 37.546531], [-121.972972, 37.546552], [-121.973022, 37.546561], [-121.973135, 37.546569], [-121.973254, 37.546572], [-121.973496, 37.546586], [-121.973622, 37.546605], [-121.973814, 37.546654], [-121.973901, 37.546686], [-121.974114, 37.546785], [-121.974222, 37.546839999999996], [-121.974608, 37.547036999999996], [-121.974684, 37.547076], [-121.974865, 37.547165], [-121.97511399999999, 37.547289], [-121.975626, 37.547568999999996], [-121.97587899999999, 37.547708]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,217,0)", "fill-opacity": 0.75, "intersection_density": 73.263}, "geometry": {"type": "Polygon", "coordinates": [[[-121.978297, 37.536366], [-121.978566, 37.536297], [-121.981742, 37.535484], [-121.982781, 37.535219], [-121.982797, 37.535205999999995], [-121.982845, 37.535337999999996], [-121.982875, 37.535421], [-121.982914, 37.535516], [-121.982919, 37.535529], [-121.982952, 37.535599], [-121.982985, 37.535663], [-121.983024, 37.53572], [-121.983029, 37.535726], [-121.983088, 37.535785], [-121.983126, 37.535818], [-121.98313999999999, 37.535829], [-121.983214, 37.535880999999996], [-121.983272, 37.535914], [-121.983495, 37.536038999999995], [-121.983736, 37.536164], [-121.983893, 37.536245], [-121.984584, 37.536587], [-121.985373, 37.536992], [-121.985917, 37.537614], [-121.985629, 37.537971999999996], [-121.98540299999999, 37.53825], [-121.985264, 37.538443], [-121.98521, 37.53853], [-121.985175, 37.538602], [-121.985123, 37.538728], [-121.985057, 37.53902], [-121.985022, 37.539144], [-121.985006, 37.539189], [-121.984983, 37.539258], [-121.984951, 37.539322999999996], [-121.98487, 37.539453], [-121.984732, 37.53964], [-121.984711, 37.53967], [-121.984622, 37.539778], [-121.984523, 37.539902], [-121.984226, 37.540274], [-121.984127, 37.540397999999996], [-121.983582, 37.540113], [-121.983162, 37.539894], [-121.981946, 37.539263999999996], [-121.981401, 37.538982], [-121.981144, 37.538852], [-121.9809, 37.53873], [-121.980587, 37.538587], [-121.980501, 37.538553], [-121.980372, 37.53852], [-121.980354, 37.538517], [-121.98025, 37.538501], [-121.980069, 37.538483], [-121.980087, 37.538365999999996], [-121.980087, 37.538362], [-121.980108, 37.538277], [-121.980147, 37.538157], [-121.980201, 37.538038], [-121.980212, 37.538019999999996], [-121.980277, 37.537917], [-121.980355, 37.537821], [-121.980561, 37.537568], [-121.98059, 37.537534], [-121.980672, 37.537441], [-121.980804, 37.537282], [-121.980895, 37.537175], [-121.981186, 37.536794], [-121.98123799999999, 37.536727], [-121.98129, 37.53668], [-121.981291, 37.536628], [-121.981185, 37.53658], [-121.98098, 37.536471], [-121.98084399999999, 37.536398999999996], [-121.980772, 37.536378], [-121.98069, 37.536362], [-121.980645, 37.536356999999995], [-121.980559, 37.536364999999996], [-121.980376, 37.536409], [-121.980251, 37.536446], [-121.980107, 37.536477999999995], [-121.97998, 37.536518], [-121.979773, 37.536584], [-121.979659, 37.536648], [-121.97953, 37.536755], [-121.979486, 37.536803], [-121.979447, 37.536849], [-121.979052, 37.537349999999996], [-121.978908, 37.537534], [-121.97894, 37.537434], [-121.979038, 37.537135], [-121.979071, 37.537036], [-121.978881, 37.536812999999995], [-121.978757, 37.536667], [-121.978487, 37.536589], [-121.978217, 37.536604], [-121.97810000000001, 37.536671999999996], [-121.97784899999999, 37.536822], [-121.977675, 37.536739], [-121.977586, 37.536698], [-121.977554, 37.536684], [-121.977508, 37.53669], [-121.977148, 37.536829], [-121.976921, 37.536719], [-121.976784, 37.536652], [-121.976523, 37.536525999999995], [-121.977056, 37.535872999999995], [-121.97841199999999, 37.534217], [-121.978653, 37.533915], [-121.979179, 37.533257], [-121.979345, 37.533344], [-121.979637, 37.533498], [-121.979793, 37.533567], [-121.97985299999999, 37.53359], [-121.979899, 37.533608], [-121.980031, 37.533652], [-121.979961, 37.53374], [-121.979753, 37.534008], [-121.97968399999999, 37.534096999999996], [-121.979589, 37.534216], [-121.979305, 37.534573], [-121.97921099999999, 37.534693], [-121.979169, 37.53474], [-121.979043, 37.534881999999996], [-121.979002, 37.534929999999996], [-121.978297, 37.536366]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,221,0)", "fill-opacity": 0.75, "intersection_density": 64.893}, "geometry": {"type": "Polygon", "coordinates": [[[-121.973712, 37.539988], [-121.97385299999999, 37.539812999999995], [-121.973963, 37.539677], [-121.974276, 37.539289], [-121.974418, 37.539114999999995], [-121.974803, 37.539359999999995], [-121.975856, 37.54003], [-121.975795, 37.540137], [-121.975571, 37.540535999999996], [-121.975281, 37.540895], [-121.975257, 37.540925], [-121.974106, 37.540227], [-121.973712, 37.539988]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,191,0)", "fill-opacity": 0.75, "intersection_density": 122.802}, "geometry": {"type": "Polygon", "coordinates": [[[-121.972379, 37.537306], [-121.972301, 37.537079999999996], [-121.972291, 37.537061], [-121.972259, 37.537001], [-121.972204, 37.53693], [-121.972143, 37.536885], [-121.971955, 37.536775], [-121.971813, 37.536671999999996], [-121.971693, 37.536578999999996], [-121.971684, 37.536572], [-121.971509, 37.536397], [-121.971627, 37.536297999999995], [-121.97198, 37.536004], [-121.972099, 37.535906], [-121.97224299999999, 37.536001999999996], [-121.972377, 37.536082], [-121.972427, 37.53611], [-121.972713, 37.536268], [-121.972859, 37.536321], [-121.972928, 37.536339999999996], [-121.973019, 37.536353999999996], [-121.973062, 37.536356], [-121.973202, 37.536350999999996], [-121.973315, 37.536327], [-121.97352599999999, 37.536274999999996], [-121.973536, 37.536273], [-121.973901, 37.536176999999995], [-121.974048, 37.536145999999995], [-121.974136, 37.536134], [-121.974155, 37.536131999999995], [-121.97427, 37.536133], [-121.974364, 37.536138], [-121.974457, 37.536159], [-121.974561, 37.536190999999995], [-121.974677, 37.536262], [-121.974786, 37.536367], [-121.97496, 37.536533], [-121.974837, 37.536603], [-121.974833, 37.536606], [-121.974637, 37.536705999999995], [-121.974489, 37.536764999999995], [-121.97444999999999, 37.536778], [-121.974317, 37.536825], [-121.97393, 37.536924], [-121.973682, 37.536988], [-121.972943, 37.537161999999995], [-121.972765, 37.537206999999995], [-121.972379, 37.537306]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,214,0)", "fill-opacity": 0.75, "intersection_density": 79.03}, "geometry": {"type": "Polygon", "coordinates": [[[-121.96941699999999, 37.537672], [-121.969604, 37.537458], [-121.970168, 37.536818], [-121.970357, 37.536605], [-121.97049200000001, 37.536724], [-121.970899, 37.537082], [-121.971035, 37.537202], [-121.971067, 37.537284], [-121.971163, 37.53753], [-121.971195, 37.537613], [-121.970314, 37.537822], [-121.970237, 37.537855], [-121.970148, 37.537924], [-121.970034, 37.538033999999996], [-121.96941699999999, 37.537672]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 111.853}, "geometry": {"type": "Polygon", "coordinates": [[[-121.970616, 37.538333], [-121.970501, 37.538278999999996], [-121.970034, 37.538033999999996], [-121.970148, 37.537924], [-121.970237, 37.537855], [-121.970314, 37.537822], [-121.971195, 37.537613], [-121.971431, 37.537549999999996], [-121.971797, 37.537454], [-121.972141, 37.537366], [-121.972379, 37.537306], [-121.972765, 37.537206999999995], [-121.972943, 37.537161999999995], [-121.973682, 37.536988], [-121.97393, 37.536924], [-121.974317, 37.536825], [-121.97437, 37.536929], [-121.974378, 37.536943], [-121.97443, 37.53706], [-121.974445, 37.53715], [-121.974441, 37.537234], [-121.974434, 37.537265], [-121.974429, 37.53729], [-121.974392, 37.537355], [-121.974381, 37.537369], [-121.970616, 37.538333]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,109,0)", "fill-opacity": 0.75, "intersection_density": 279.055}, "geometry": {"type": "Polygon", "coordinates": [[[-122.054001, 37.583365], [-122.054069, 37.583268], [-122.054148, 37.583158999999995], [-122.054284, 37.582986999999996], [-122.05435800000001, 37.582895], [-122.054679, 37.583048999999995], [-122.055142, 37.583270999999996], [-122.05564, 37.583518999999995], [-122.05588900000001, 37.583644], [-122.055935, 37.583708], [-122.05593, 37.583748], [-122.055912, 37.583788], [-122.055896, 37.583807], [-122.055689, 37.584064], [-122.05568099999999, 37.584075], [-122.055643, 37.584102], [-122.055598, 37.584122], [-122.05553, 37.584114], [-122.055471, 37.584091], [-122.055271, 37.583991999999995], [-122.05431899999999, 37.583518999999995], [-122.05410599999999, 37.583413], [-122.054001, 37.583365]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,209,0)", "fill-opacity": 0.75, "intersection_density": 88.164}, "geometry": {"type": "Polygon", "coordinates": [[[-122.048482, 37.579688], [-122.048425, 37.579519], [-122.048149, 37.578727], [-122.048458, 37.578876], [-122.048473, 37.578922], [-122.048804, 37.579904], [-122.048915, 37.580231999999995], [-122.04897, 37.580396], [-122.04903, 37.580573], [-122.049135, 37.580870999999995], [-122.04914099999999, 37.580888], [-122.049204, 37.58105], [-122.04925399999999, 37.581793], [-122.04908499999999, 37.581405], [-122.048718, 37.580385], [-122.048482, 37.579688]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,104,0)", "fill-opacity": 0.75, "intersection_density": 289.66900000000004}, "geometry": {"type": "Polygon", "coordinates": [[[-122.04176799999999, 37.576333999999996], [-122.041696, 37.576388], [-122.041679, 37.576401], [-122.041582, 37.576533], [-122.04153099999999, 37.5766], [-122.041477, 37.576673], [-122.041386, 37.576794], [-122.041287, 37.576927], [-122.041229, 37.577008], [-122.041206, 37.577036], [-122.04097, 37.577346999999996], [-122.040936, 37.577391999999996], [-122.040715, 37.577691], [-122.040632, 37.577804], [-122.040567, 37.5779], [-122.040347, 37.577767], [-122.040213, 37.577698999999996], [-122.04008999999999, 37.577636], [-122.040041, 37.577611999999995], [-122.039874, 37.577532], [-122.039504, 37.577366], [-122.03952100000001, 37.577341], [-122.039687, 37.577116], [-122.039743, 37.577042], [-122.039772, 37.577002], [-122.039863, 37.576882], [-122.039894, 37.576843], [-122.040232, 37.576398], [-122.04069, 37.57577], [-122.041089, 37.575255999999996], [-122.041361, 37.57539], [-122.04153, 37.575468], [-122.042149, 37.575753999999996], [-122.042121, 37.575790999999995], [-122.042088, 37.575838], [-122.042043, 37.575900000000004], [-122.042024, 37.575925999999995], [-122.041909, 37.576086], [-122.041865, 37.576149], [-122.04184000000001, 37.576183], [-122.041794, 37.576248], [-122.041777, 37.57629], [-122.041776, 37.576291999999995], [-122.04176799999999, 37.576333999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,196,0)", "fill-opacity": 0.75, "intersection_density": 113.471}, "geometry": {"type": "Polygon", "coordinates": [[[-122.03518199999999, 37.572897], [-122.034837, 37.573285999999996], [-122.034633, 37.573518], [-122.034538, 37.573626], [-122.034257, 37.573949999999996], [-122.034164, 37.574059], [-122.034052, 37.574183999999995], [-122.03371899999999, 37.574563], [-122.033608, 37.574689], [-122.033547, 37.574751], [-122.033368, 37.574939], [-122.033308, 37.575002], [-122.033147, 37.574928], [-122.032666, 37.574707], [-122.032506, 37.574633999999996], [-122.032676, 37.574431], [-122.03295800000001, 37.574096999999995], [-122.033195, 37.57383], [-122.033315, 37.573696], [-122.033328, 37.573671999999995], [-122.033333, 37.573651], [-122.033327, 37.573615], [-122.03329099999999, 37.573572999999996], [-122.033203, 37.573521], [-122.032797, 37.573284], [-122.032662, 37.573206], [-122.032454, 37.573440999999995], [-122.03183, 37.574145], [-122.031623, 37.574380999999995], [-122.03147899999999, 37.574542], [-122.031233, 37.574821], [-122.031055, 37.575033999999995], [-122.030962, 37.575146], [-122.030948, 37.575179], [-122.030948, 37.575213999999995], [-122.03096099999999, 37.575246], [-122.03097700000001, 37.575261999999995], [-122.031045, 37.575303999999996], [-122.031394, 37.575523], [-122.031511, 37.575596999999995], [-122.031391, 37.575683], [-122.031251, 37.575786], [-122.031088, 37.575916], [-122.031044, 37.575955], [-122.030936, 37.576055], [-122.030841, 37.576150999999996], [-122.030816, 37.576177], [-122.030575, 37.576457999999995], [-122.03048799999999, 37.576561999999996], [-122.030391, 37.576676], [-122.030247, 37.576847], [-122.0301, 37.577017999999995], [-122.03000399999999, 37.577132999999996], [-122.029886, 37.577268], [-122.029769, 37.577405], [-122.02959, 37.577605], [-122.029527, 37.577669], [-122.02950799999999, 37.577689], [-122.02940699999999, 37.577802999999996], [-122.02930599999999, 37.577911], [-122.029237, 37.577985999999996], [-122.029003, 37.578238], [-122.02900199999999, 37.57824], [-122.028821, 37.578072], [-122.028688, 37.577949], [-122.028528, 37.577818], [-122.028294, 37.577650999999996], [-122.028216, 37.577594999999995], [-122.028055, 37.577487999999995], [-122.02765, 37.577228999999996], [-122.027453, 37.577109], [-122.027047, 37.576879999999996], [-122.027329, 37.576566], [-122.029042, 37.574662], [-122.02911, 37.574588999999996], [-122.029363, 37.574318], [-122.030156, 37.573433], [-122.030619, 37.572924], [-122.030701, 37.572838999999995], [-122.030924, 37.572567], [-122.031086, 37.572378], [-122.031274, 37.572182], [-122.031911, 37.571571], [-122.032138, 37.571343999999996], [-122.032486, 37.570983], [-122.032981, 37.571233], [-122.03393, 37.571683], [-122.03470300000001, 37.572064999999995], [-122.03554, 37.572489999999995], [-122.035449, 37.572592], [-122.03518199999999, 37.572897]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,166,0)", "fill-opacity": 0.75, "intersection_density": 170.577}, "geometry": {"type": "Polygon", "coordinates": [[[-122.035769, 37.580293], [-122.036309, 37.579848], [-122.036348, 37.579792999999995], [-122.03636900000001, 37.579718], [-122.036659, 37.579181999999996], [-122.037049, 37.57859], [-122.037122, 37.578475999999995], [-122.03732600000001, 37.578164], [-122.037339, 37.578133], [-122.037354, 37.578102], [-122.037364, 37.578056], [-122.037367, 37.578002], [-122.037363, 37.577951999999996], [-122.037354, 37.577839], [-122.037349, 37.577805], [-122.037342, 37.577757], [-122.037319, 37.577659], [-122.03729899999999, 37.577598], [-122.037274, 37.577542], [-122.037268, 37.577532], [-122.037193, 37.577414], [-122.037132, 37.577342], [-122.037093, 37.577304], [-122.03698299999999, 37.577219], [-122.036915, 37.577175], [-122.036819, 37.577121999999996], [-122.036735, 37.577081], [-122.03652199999999, 37.576978], [-122.036399, 37.576918], [-122.036087, 37.576772], [-122.035965, 37.576704], [-122.036216, 37.576350999999995], [-122.036546, 37.575927], [-122.036754, 37.575662], [-122.036831, 37.575596], [-122.03689800000001, 37.575548999999995], [-122.036998, 37.575495], [-122.037058, 37.575469], [-122.037113, 37.575446], [-122.037705, 37.575235], [-122.037928, 37.575146], [-122.038013, 37.575101], [-122.038068, 37.575067], [-122.038102, 37.575047], [-122.038174, 37.574984], [-122.038273, 37.57488], [-122.038328, 37.574815], [-122.039559, 37.575254], [-122.04043300000001, 37.575657], [-122.04055, 37.575708999999996], [-122.039714, 37.576859999999996], [-122.039582, 37.577034], [-122.039363, 37.577329999999996], [-122.039305, 37.577402], [-122.039092, 37.577675], [-122.038914, 37.577908], [-122.038601, 37.578348], [-122.038434, 37.578556999999996], [-122.037786, 37.579431], [-122.03762, 37.579651999999996], [-122.037498, 37.579798], [-122.03737, 37.579971], [-122.037178, 37.58025], [-122.036998, 37.580476], [-122.03685, 37.580648], [-122.0368, 37.580701], [-122.036688, 37.580801], [-122.03661, 37.580864], [-122.036478, 37.58097], [-122.03635299999999, 37.581057], [-122.036247, 37.581123999999996], [-122.036121, 37.581192], [-122.035892, 37.581291], [-122.035736, 37.58135], [-122.03559899999999, 37.581390999999996], [-122.035442, 37.581427999999995], [-122.035252, 37.581474], [-122.034977, 37.581517], [-122.034832, 37.58153], [-122.034579, 37.581537], [-122.034407, 37.58153], [-122.034277, 37.581520999999995], [-122.034031, 37.581489], [-122.03374, 37.581424], [-122.033586, 37.581379], [-122.03366199999999, 37.581188999999995], [-122.03369599999999, 37.581126], [-122.033729, 37.581078], [-122.033749, 37.581050999999995], [-122.03380899999999, 37.58099], [-122.033881, 37.580945], [-122.033948, 37.580905], [-122.034066, 37.580847999999996], [-122.034109, 37.58083], [-122.034189, 37.5808], [-122.03426999999999, 37.580777], [-122.034413, 37.580739], [-122.034514, 37.580715999999995], [-122.03459699999999, 37.580698], [-122.034834, 37.580628], [-122.03503, 37.580556], [-122.03533999999999, 37.58048], [-122.035413, 37.580462], [-122.035572, 37.580417], [-122.035695, 37.580349], [-122.035769, 37.580293]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,233,0)", "fill-opacity": 0.75, "intersection_density": 43.034}, "geometry": {"type": "Polygon", "coordinates": [[[-121.97784899999999, 37.524845], [-121.977946, 37.524721], [-121.97824, 37.524353], [-121.978338, 37.524229999999996], [-121.978499, 37.524028], [-121.978983, 37.523424], [-121.979145, 37.523223], [-121.97930099999999, 37.5233], [-121.979769, 37.523531999999996], [-121.979926, 37.52361], [-121.979765, 37.523812], [-121.979282, 37.524419], [-121.979122, 37.524622], [-121.979022, 37.524746], [-121.978724, 37.525118], [-121.978625, 37.525242999999996], [-121.978469, 37.525163], [-121.978285, 37.525068], [-121.978004, 37.524924], [-121.97784899999999, 37.524845]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,200,0)", "fill-opacity": 0.75, "intersection_density": 104.694}, "geometry": {"type": "Polygon", "coordinates": [[[-121.971424, 37.513207], [-121.971467, 37.513084], [-121.97147, 37.513075], [-121.971571, 37.512819], [-121.97162, 37.512685999999995], [-121.97166899999999, 37.512556], [-121.971876, 37.512605], [-121.972032, 37.512643], [-121.972163, 37.512675], [-121.972496, 37.512761], [-121.972703, 37.512814999999996], [-121.972533, 37.513219], [-121.972498, 37.513329], [-121.97249, 37.513389], [-121.972486, 37.513428999999995], [-121.97249099999999, 37.513487], [-121.97251, 37.513541], [-121.973253, 37.515057], [-121.973263, 37.515076], [-121.973519, 37.515612], [-121.973634, 37.515847], [-121.973982, 37.516554], [-121.974062, 37.516715999999995], [-121.974087, 37.51675], [-121.97412, 37.516773], [-121.974131, 37.516777999999995], [-121.974182, 37.516785], [-121.974253, 37.516777], [-121.974378, 37.51674], [-121.974627, 37.516669], [-121.97476499999999, 37.516619], [-121.974975, 37.516518999999995], [-121.975113, 37.516439], [-121.97513599999999, 37.516425999999996], [-121.97522599999999, 37.516366], [-121.975332, 37.516287999999996], [-121.97545, 37.516424], [-121.975543, 37.516531], [-121.975634, 37.516647], [-121.975714, 37.516782], [-121.975757, 37.516870999999995], [-121.975838, 37.517033999999995], [-121.97567699999999, 37.517085], [-121.975385, 37.517178], [-121.975285, 37.517224999999996], [-121.975259, 37.51724], [-121.97521499999999, 37.517278999999995], [-121.97520399999999, 37.517289999999996], [-121.97517500000001, 37.517325], [-121.975142, 37.517388], [-121.97513000000001, 37.517421999999996], [-121.975004, 37.517412], [-121.974957, 37.517409], [-121.974851, 37.51741], [-121.974801, 37.517413999999995], [-121.974712, 37.517429], [-121.97462999999999, 37.517449], [-121.974508, 37.51748], [-121.974287, 37.517548], [-121.973748, 37.517717], [-121.973624, 37.517755], [-121.973404, 37.517824], [-121.973401, 37.517762999999995], [-121.973384, 37.517683999999996], [-121.973376, 37.517663], [-121.973349, 37.517590999999996], [-121.97330099999999, 37.517523], [-121.97327, 37.517489], [-121.973228, 37.517457], [-121.973145, 37.517410999999996], [-121.973016, 37.517367], [-121.97300899999999, 37.517365], [-121.972858, 37.517328], [-121.972905, 37.517188], [-121.972909, 37.517157999999995], [-121.972926, 37.51706], [-121.972928, 37.516923], [-121.972915, 37.516799], [-121.972893, 37.516711], [-121.972863, 37.516636], [-121.972839, 37.516577], [-121.972791, 37.516475], [-121.97272, 37.516332], [-121.972508, 37.515903], [-121.972438, 37.51576], [-121.972368, 37.515614], [-121.972161, 37.515181], [-121.97215800000001, 37.515176], [-121.97208499999999, 37.515032], [-121.972016, 37.514889], [-121.97181, 37.514461], [-121.971742, 37.514319], [-121.971679, 37.514192], [-121.971491, 37.513811], [-121.971454, 37.513735], [-121.971432, 37.513683], [-121.971417, 37.513622], [-121.97141500000001, 37.513588999999996], [-121.971414, 37.513557], [-121.97142099999999, 37.513301999999996], [-121.971424, 37.513207]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 110.804}, "geometry": {"type": "Polygon", "coordinates": [[[-121.981123, 37.562571], [-121.98110000000001, 37.562461], [-121.981053, 37.562236999999996], [-121.981034, 37.562132], [-121.981016, 37.562022], [-121.981274, 37.562007], [-121.981443, 37.561997999999996], [-121.981526, 37.562004], [-121.981578, 37.56202], [-121.98163199999999, 37.562053], [-121.981938, 37.562307], [-121.981944, 37.562312999999996], [-121.982028, 37.562405999999996], [-121.982072, 37.562462], [-121.982105, 37.562515999999995], [-121.982121, 37.562661999999996], [-121.982169, 37.5631], [-121.982185, 37.563247], [-121.982017, 37.56328], [-121.981517, 37.563382], [-121.98134999999999, 37.563416], [-121.981304, 37.563247], [-121.981168, 37.56274], [-121.981123, 37.562571]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,212,0)", "fill-opacity": 0.75, "intersection_density": 83.302}, "geometry": {"type": "Polygon", "coordinates": [[[-121.95251999999999, 37.552999], [-121.952697, 37.552952], [-121.953228, 37.55281], [-121.953406, 37.552763999999996], [-121.953394, 37.552791], [-121.953388, 37.55282], [-121.953393, 37.552873999999996], [-121.95339799999999, 37.552903], [-121.953472, 37.553328], [-121.953497, 37.55347], [-121.95329699999999, 37.553515], [-121.95319, 37.553553], [-121.953113, 37.553581], [-121.95298700000001, 37.553641], [-121.95289199999999, 37.553701], [-121.952467, 37.554013], [-121.952426, 37.554033], [-121.952377, 37.554037], [-121.95236299999999, 37.554038999999996], [-121.952332, 37.554032], [-121.952296, 37.554013], [-121.952113, 37.553872], [-121.952112, 37.553843], [-121.952041, 37.553768], [-121.951976, 37.553706], [-121.95187, 37.553615], [-121.951852, 37.553577], [-121.951849, 37.553543], [-121.951854, 37.553525], [-121.951873, 37.553503], [-121.951938, 37.553453999999995], [-121.95212699999999, 37.553371999999996], [-121.952191, 37.553325], [-121.95230699999999, 37.553188999999996], [-121.952405, 37.553115], [-121.952486, 37.553096], [-121.952517, 37.553078], [-121.952531, 37.553058], [-121.952535, 37.553025999999996], [-121.95251999999999, 37.552999]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,184,0)", "fill-opacity": 0.75, "intersection_density": 135.285}, "geometry": {"type": "Polygon", "coordinates": [[[-122.065676, 37.596883], [-122.065376, 37.596757], [-122.065481, 37.596621], [-122.065574, 37.596537999999995], [-122.065683, 37.596482], [-122.066881, 37.596002], [-122.067556, 37.596457], [-122.067385, 37.596543], [-122.066114, 37.597058], [-122.06603799999999, 37.597094], [-122.065837, 37.596965999999995], [-122.065676, 37.596883]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,199,0)", "fill-opacity": 0.75, "intersection_density": 107.436}, "geometry": {"type": "Polygon", "coordinates": [[[-122.062528, 37.555468], [-122.062358, 37.555502], [-122.06221099999999, 37.555074999999995], [-122.062067, 37.55476], [-122.06201300000001, 37.554659], [-122.06195199999999, 37.554565], [-122.061879, 37.554452999999995], [-122.061802, 37.554345], [-122.061577, 37.554085], [-122.061399, 37.553905], [-122.061148, 37.553694], [-122.061024, 37.553601], [-122.060861, 37.553491], [-122.060671, 37.553381], [-122.06053, 37.553307], [-122.060379, 37.553236999999996], [-122.060216, 37.553166999999995], [-122.060097, 37.553123], [-122.05998, 37.553081999999996], [-122.059991, 37.553061], [-122.060056, 37.552946], [-122.060182, 37.552994], [-122.060445, 37.553108], [-122.060552, 37.553157999999996], [-122.06069099999999, 37.553224], [-122.060909, 37.553343], [-122.061253, 37.553582], [-122.06139, 37.553692999999996], [-122.061627, 37.553909], [-122.061796, 37.554086], [-122.061834, 37.554131999999996], [-122.061951, 37.554269999999995], [-122.062082, 37.554446999999996], [-122.062159, 37.554564], [-122.062213, 37.554646999999996], [-122.062261, 37.554731], [-122.062291, 37.554784], [-122.062329, 37.554874999999996], [-122.062434, 37.555158999999996], [-122.06246999999999, 37.555279999999996], [-122.062528, 37.555468]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,116,0)", "fill-opacity": 0.75, "intersection_density": 266.677}, "geometry": {"type": "Polygon", "coordinates": [[[-122.00237899999999, 37.58836], [-122.002283, 37.588426999999996], [-122.001998, 37.588629], [-122.001903, 37.588696999999996], [-122.001862, 37.588659], [-122.00174, 37.588544999999996], [-122.0017, 37.588508], [-122.001607, 37.588417], [-122.001416, 37.588253], [-122.001373, 37.588214], [-122.001247, 37.588097], [-122.001205, 37.588059], [-122.001302, 37.587992], [-122.001443, 37.587894999999996], [-122.001592, 37.587789], [-122.001689, 37.587722], [-122.001751, 37.587779], [-122.001866, 37.587885], [-122.00193999999999, 37.587953], [-122.002003, 37.588011], [-122.002116, 37.588114], [-122.002168, 37.588162], [-122.002241, 37.588229999999996], [-122.002326, 37.58831], [-122.00237899999999, 37.58836]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,126,0)", "fill-opacity": 0.75, "intersection_density": 246.955}, "geometry": {"type": "Polygon", "coordinates": [[[-122.022345, 37.57158], [-122.022286, 37.571646], [-122.02215699999999, 37.571777999999995], [-122.022082, 37.571839], [-122.021983, 37.571911], [-122.021826, 37.571996999999996], [-122.021793, 37.571954999999996], [-122.021905, 37.571889999999996], [-122.021942, 37.57187], [-122.022035, 37.571804], [-122.022106, 37.571745], [-122.022171, 37.571683], [-122.022204, 37.571646], [-122.022291, 37.571549999999995], [-122.022345, 37.57158]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,215,0)", "fill-opacity": 0.75, "intersection_density": 75.952}, "geometry": {"type": "Polygon", "coordinates": [[[-122.008896, 37.526899], [-122.009023, 37.526925], [-122.008995, 37.526981], [-122.00890000000001, 37.527138], [-122.008618, 37.527508], [-122.008564, 37.527575999999996], [-122.006944, 37.529619], [-122.00689299999999, 37.529714], [-122.00684799999999, 37.529855999999995], [-122.00681900000001, 37.530014], [-122.006813, 37.530099], [-122.006816, 37.530187], [-122.00682499999999, 37.530251], [-122.006857, 37.530394], [-122.006731, 37.530412], [-122.00669500000001, 37.530256], [-122.006686, 37.530103], [-122.006696, 37.529952], [-122.006723, 37.529821999999996], [-122.006756, 37.529727], [-122.006777, 37.529669999999996], [-122.006823, 37.529579], [-122.006855, 37.529529], [-122.007029, 37.529306999999996], [-122.007138, 37.529177], [-122.008022, 37.528068], [-122.008124, 37.527941999999996], [-122.00841199999999, 37.52759], [-122.008461, 37.527526], [-122.008554, 37.527404], [-122.008676, 37.527248], [-122.008804, 37.527068], [-122.008825, 37.527034], [-122.00885199999999, 37.526990999999995], [-122.008896, 37.526899]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 99.698}, "geometry": {"type": "Polygon", "coordinates": [[[-122.007593, 37.530573], [-122.007473, 37.530584], [-122.007441, 37.530587], [-122.006989, 37.530633], [-122.00697, 37.530635], [-122.006886, 37.530466], [-122.006857, 37.530394], [-122.00682499999999, 37.530251], [-122.006816, 37.530187], [-122.006813, 37.530099], [-122.00681900000001, 37.530014], [-122.00684799999999, 37.529855999999995], [-122.00689299999999, 37.529714], [-122.006944, 37.529619], [-122.008564, 37.527575999999996], [-122.008618, 37.527508], [-122.00890000000001, 37.527138], [-122.008995, 37.526981], [-122.009883, 37.527437], [-122.010095, 37.527550999999995], [-122.010036, 37.527623], [-122.009749, 37.52798], [-122.009654, 37.5281], [-122.009841, 37.528200000000005], [-122.010403, 37.5285], [-122.010542, 37.528574], [-122.010073, 37.529168999999996], [-122.009972, 37.529118], [-122.009508, 37.528886], [-122.009354, 37.528808999999995], [-122.008917, 37.528582], [-122.008894, 37.528573], [-122.008867, 37.528563], [-122.008815, 37.528549999999996], [-122.00874999999999, 37.528541], [-122.008629, 37.52854], [-122.008578, 37.528549], [-122.008526, 37.528565], [-122.00847999999999, 37.528591999999996], [-122.00844000000001, 37.528624], [-122.008402, 37.528664], [-122.007775, 37.52946], [-122.007536, 37.529765], [-122.007475, 37.529878], [-122.00743299999999, 37.529979999999995], [-122.007423, 37.530018], [-122.007412, 37.530063], [-122.00741099999999, 37.530167999999996], [-122.007423, 37.530237], [-122.007472, 37.530386], [-122.007507, 37.530449999999995], [-122.007538, 37.530505999999995], [-122.00757, 37.530547999999996], [-122.007593, 37.530573]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,142,0)", "fill-opacity": 0.75, "intersection_density": 217.074}, "geometry": {"type": "Polygon", "coordinates": [[[-122.050153, 37.568763], [-122.050612, 37.569407], [-122.05050800000001, 37.569455], [-122.05041800000001, 37.569325], [-122.05014800000001, 37.568937], [-122.050059, 37.568808], [-122.050153, 37.568763]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,149,0)", "fill-opacity": 0.75, "intersection_density": 202.972}, "geometry": {"type": "Polygon", "coordinates": [[[-121.920925, 37.475054], [-121.920523, 37.475187999999996], [-121.920383, 37.475235999999995], [-121.920183, 37.474896], [-121.919583, 37.473879], [-121.919384, 37.47354], [-121.919309, 37.473409], [-121.919085, 37.473016], [-121.919011, 37.472885], [-121.919147, 37.472834999999996], [-121.919554, 37.472687], [-121.92036, 37.474033], [-121.920925, 37.475054]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,209,0)", "fill-opacity": 0.75, "intersection_density": 88.40799999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-121.98246, 37.519642], [-121.983722, 37.520517999999996], [-121.98397, 37.52068], [-121.984235, 37.520844], [-121.98447, 37.520982], [-121.984931, 37.521238], [-121.985368, 37.521463], [-121.985821, 37.521685], [-121.987212, 37.52238], [-121.987476, 37.522524], [-121.987422, 37.522600000000004], [-121.987187, 37.522492], [-121.987016, 37.522422999999996], [-121.98688, 37.522388], [-121.98670899999999, 37.522371], [-121.986651, 37.522373], [-121.986547, 37.522385], [-121.986502, 37.522397999999995], [-121.986457, 37.522416], [-121.98639, 37.522449], [-121.986334, 37.522492], [-121.986272, 37.522556], [-121.98624699999999, 37.522594999999995], [-121.98622, 37.522653], [-121.986205, 37.522725], [-121.986203, 37.52277], [-121.98621299999999, 37.522858], [-121.98622499999999, 37.522892], [-121.986255, 37.522951], [-121.986276, 37.522976], [-121.98632599999999, 37.523021], [-121.986412, 37.523078], [-121.9865, 37.523115], [-121.986592, 37.523140999999995], [-121.986627, 37.523145], [-121.986728, 37.523146], [-121.986827, 37.523134], [-121.986916, 37.523103], [-121.986965, 37.523075999999996], [-121.987008, 37.523044999999996], [-121.987076, 37.522985], [-121.987381, 37.522661], [-121.987205, 37.52295], [-121.987036, 37.523216], [-121.986897, 37.523418], [-121.986838, 37.523410999999996], [-121.986704, 37.523379999999996], [-121.986567, 37.523336], [-121.986381, 37.523255999999996], [-121.986282, 37.523202999999995], [-121.986184, 37.523129999999995], [-121.986122, 37.523067], [-121.98606, 37.522985], [-121.985862, 37.522656999999995], [-121.98562, 37.52224], [-121.985479, 37.522022], [-121.98540299999999, 37.521923], [-121.985351, 37.521862999999996], [-121.985131, 37.52167], [-121.984976, 37.521554], [-121.98402300000001, 37.520888], [-121.983198, 37.520258999999996], [-121.98246, 37.519642]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,219,0)", "fill-opacity": 0.75, "intersection_density": 69.41199999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-121.91229200000001, 37.503395999999995], [-121.914875, 37.502866], [-121.914952, 37.502770999999996], [-121.914983, 37.502731], [-121.915314, 37.502316], [-121.91545099999999, 37.502272], [-121.915598, 37.502569], [-121.91566, 37.50275], [-121.915711, 37.503004], [-121.915719, 37.503138], [-121.915762, 37.503353], [-121.915375, 37.503388], [-121.914996, 37.503437999999996], [-121.914672, 37.503492], [-121.91456, 37.503533], [-121.914451, 37.503608], [-121.914374, 37.50369], [-121.914294, 37.503755999999996], [-121.914288, 37.503898], [-121.91429600000001, 37.504082], [-121.914337, 37.504294], [-121.914378, 37.50456], [-121.914464, 37.504945], [-121.91451, 37.505037], [-121.914549, 37.505088], [-121.914683, 37.505241999999996], [-121.915088, 37.5053], [-121.91514, 37.505303999999995], [-121.915181, 37.505299], [-121.916116, 37.505027999999996], [-121.916526, 37.504961], [-121.916568, 37.505480999999996], [-121.916541, 37.505722], [-121.916477, 37.505984999999995], [-121.916398, 37.506237], [-121.916111, 37.506184999999995], [-121.915791, 37.506138], [-121.91560000000001, 37.506128], [-121.915466, 37.506127], [-121.915202, 37.506145], [-121.91506, 37.506163], [-121.914689, 37.506223999999996], [-121.913578, 37.506392999999996], [-121.913317, 37.506428], [-121.91311999999999, 37.506461], [-121.912961, 37.506493], [-121.912741, 37.506546], [-121.912637, 37.506577], [-121.912588, 37.50654], [-121.912384, 37.506107], [-121.912359, 37.506049999999995], [-121.912, 37.505243], [-121.911947, 37.5051], [-121.91189, 37.504962], [-121.911829, 37.504867999999995], [-121.911775, 37.504796999999996], [-121.911573, 37.504348], [-121.911275, 37.503605], [-121.91229200000001, 37.503395999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,139,0)", "fill-opacity": 0.75, "intersection_density": 222.75900000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.003558, 37.539093], [-122.003299, 37.538964], [-122.003375, 37.538871], [-122.003636, 37.539003], [-122.003558, 37.539093]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,201,0)", "fill-opacity": 0.75, "intersection_density": 102.836}, "geometry": {"type": "Polygon", "coordinates": [[[-122.002747, 37.538692999999995], [-122.00284500000001, 37.538741], [-122.003299, 37.538964], [-122.003558, 37.539093], [-122.003494, 37.539169], [-122.002704, 37.538768], [-122.002357, 37.538585999999995], [-122.00215399999999, 37.538489999999996], [-122.002058, 37.538444999999996], [-122.001699, 37.538269], [-122.00152, 37.538183], [-122.001255, 37.538046], [-122.001198, 37.538031], [-122.001066, 37.538027], [-122.00093, 37.538014], [-122.00082, 37.537986], [-122.00066, 37.537915], [-122.000703, 37.537852], [-122.000716, 37.537835], [-122.000815, 37.537706], [-122.001042, 37.537817], [-122.00175, 37.538173], [-122.002072, 37.538329], [-122.002222, 37.538408], [-122.00240099999999, 37.538502], [-122.002747, 37.538692999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,201,0)", "fill-opacity": 0.75, "intersection_density": 103.17399999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-121.98086599999999, 37.544669], [-121.980761, 37.544613999999996], [-121.980915, 37.544412], [-121.981023, 37.544289], [-121.98106899999999, 37.544233999999996], [-121.981149, 37.544122], [-121.981555, 37.543605], [-121.98192, 37.543155], [-121.982017, 37.543085999999995], [-121.981974, 37.543186999999996], [-121.98122000000001, 37.544156], [-121.981139, 37.544272], [-121.981073, 37.54438], [-121.980968, 37.544534999999996], [-121.98086599999999, 37.544669]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,204,0)", "fill-opacity": 0.75, "intersection_density": 96.902}, "geometry": {"type": "Polygon", "coordinates": [[[-122.130178, 37.690024], [-122.130184, 37.689707], [-122.130183, 37.689378999999995], [-122.13018199999999, 37.688981999999996], [-122.130181, 37.688697], [-122.130183, 37.688651], [-122.130117, 37.68691], [-122.130143, 37.687267], [-122.130172, 37.68765], [-122.130199, 37.688173], [-122.13019800000001, 37.688339], [-122.130196, 37.688697999999995], [-122.130196, 37.688900000000004], [-122.130196, 37.688981999999996], [-122.130197, 37.689378999999995], [-122.13019800000001, 37.689506], [-122.130199, 37.689707999999996], [-122.130194, 37.689803999999995], [-122.130181, 37.690093], [-122.13018, 37.690087], [-122.130178, 37.690024]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,218,0)", "fill-opacity": 0.75, "intersection_density": 70.135}, "geometry": {"type": "Polygon", "coordinates": [[[-122.129087, 37.695412], [-122.128394, 37.695411], [-122.126315, 37.695409], [-122.125966, 37.695409], [-122.125829, 37.695417], [-122.125627, 37.695457999999995], [-122.12566799999999, 37.695327999999996], [-122.125669, 37.695318], [-122.125686, 37.695226], [-122.125697, 37.695073], [-122.12570000000001, 37.694880999999995], [-122.125704, 37.694735], [-122.126381, 37.694736], [-122.12841399999999, 37.694739], [-122.129092, 37.694739999999996], [-122.12908999999999, 37.694874], [-122.129088, 37.695277], [-122.129087, 37.695412]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,187,0)", "fill-opacity": 0.75, "intersection_density": 130.08}, "geometry": {"type": "Polygon", "coordinates": [[[-122.090966, 37.677825], [-122.090047, 37.677093], [-122.089197, 37.676401], [-122.089256, 37.676387], [-122.08926199999999, 37.676386], [-122.08929599999999, 37.676373], [-122.089348, 37.676342], [-122.08968, 37.676079], [-122.089818, 37.675971], [-122.089972, 37.675857], [-122.090086, 37.675785999999995], [-122.090188, 37.675733], [-122.09028, 37.675692999999995], [-122.09036, 37.675664], [-122.090472, 37.675827], [-122.090566, 37.675981], [-122.09076400000001, 37.676277999999996], [-122.090831, 37.676369], [-122.090908, 37.676463999999996], [-122.091024, 37.676587], [-122.091122, 37.676677], [-122.091436, 37.676936999999995], [-122.091794, 37.677217], [-122.091611, 37.677351], [-122.09106299999999, 37.677752999999996], [-122.090966, 37.677825]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,149,0)", "fill-opacity": 0.75, "intersection_density": 202.43}, "geometry": {"type": "Polygon", "coordinates": [[[-122.084542, 37.674763], [-122.084582, 37.674737], [-122.084877, 37.674552999999996], [-122.084976, 37.674492], [-122.085149, 37.674671], [-122.08567099999999, 37.675211], [-122.085845, 37.675391], [-122.085736, 37.675464], [-122.085658, 37.675518], [-122.085486, 37.675602], [-122.08538300000001, 37.67564], [-122.08533299999999, 37.675658999999996], [-122.08512999999999, 37.675402999999996], [-122.084769, 37.675008], [-122.084704, 37.675050999999996], [-122.084659, 37.675000000000004], [-122.084527, 37.674849], [-122.084484, 37.674799], [-122.084542, 37.674763]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,202,0)", "fill-opacity": 0.75, "intersection_density": 101.583}, "geometry": {"type": "Polygon", "coordinates": [[[-122.084329, 37.667943], [-122.084464, 37.668036], [-122.08466899999999, 37.668166], [-122.084698, 37.668141999999996], [-122.084717, 37.668127], [-122.084801, 37.668181], [-122.084778, 37.668197], [-122.084753, 37.66822], [-122.084532, 37.668416], [-122.084406, 37.668541], [-122.08426, 37.668659], [-122.084145, 37.668746], [-122.083955, 37.668866], [-122.083856, 37.66894], [-122.08379, 37.668865], [-122.083328, 37.668335], [-122.083576, 37.668181], [-122.083697, 37.668321], [-122.08429, 37.667967], [-122.084329, 37.667943]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,216,0)", "fill-opacity": 0.75, "intersection_density": 74.017}, "geometry": {"type": "Polygon", "coordinates": [[[-122.082154, 37.684332], [-122.08207999999999, 37.684315999999995], [-122.08193299999999, 37.684297], [-122.08178, 37.684289], [-122.08098799999999, 37.684278], [-122.080989, 37.684149999999995], [-122.080993, 37.684109], [-122.081028, 37.684019], [-122.081071, 37.683966], [-122.0811, 37.68393], [-122.081105, 37.683924999999995], [-122.081154, 37.683848999999995], [-122.081177, 37.683803999999995], [-122.081192, 37.683748], [-122.081197, 37.683687], [-122.081194, 37.683606], [-122.08116799999999, 37.683529], [-122.08115, 37.683495], [-122.08111099999999, 37.683448], [-122.080981, 37.683338], [-122.0809, 37.68329], [-122.08081899999999, 37.683251999999996], [-122.080723, 37.68323], [-122.080573, 37.683223], [-122.08041, 37.683239], [-122.079981, 37.683282999999996], [-122.07997, 37.683346], [-122.07995199999999, 37.683398], [-122.079911, 37.683479], [-122.079847, 37.683561999999995], [-122.079813, 37.683592999999995], [-122.079775, 37.68362], [-122.079707, 37.683561], [-122.079632, 37.68351], [-122.079441, 37.683369], [-122.079294, 37.683264], [-122.07919, 37.683205], [-122.07914099999999, 37.683181999999995], [-122.079078, 37.683164], [-122.078899, 37.683124], [-122.078755, 37.683087], [-122.07864599999999, 37.683040999999996], [-122.078592, 37.683011], [-122.07852199999999, 37.682953999999995], [-122.078486, 37.682916], [-122.078447, 37.682866], [-122.078412, 37.682811], [-122.078394, 37.682755], [-122.078393, 37.682748], [-122.078373, 37.682652999999995], [-122.078321, 37.682393999999995], [-122.078375, 37.682378], [-122.0784, 37.682367], [-122.078431, 37.682356], [-122.078627, 37.682258999999995], [-122.07870299999999, 37.682223], [-122.07879299999999, 37.682179], [-122.07897299999999, 37.682094], [-122.079406, 37.681892999999995], [-122.07978299999999, 37.681709999999995], [-122.08005299999999, 37.68158], [-122.080029, 37.681414], [-122.07995700000001, 37.68092], [-122.079934, 37.680755], [-122.079932, 37.680611999999996], [-122.079932, 37.680577], [-122.079949, 37.680403], [-122.079999, 37.680192999999996], [-122.080011, 37.680144999999996], [-122.080027, 37.680109], [-122.080054, 37.680064], [-122.08014299999999, 37.679975999999996], [-122.080208, 37.680901], [-122.080284, 37.681982999999995], [-122.08028999999999, 37.682064], [-122.080877, 37.682263], [-122.082121, 37.682684], [-122.082161, 37.682638], [-122.082371, 37.682406], [-122.08237199999999, 37.682406], [-122.082882, 37.682941], [-122.082907, 37.683009999999996], [-122.08298500000001, 37.68322], [-122.083011, 37.683291], [-122.083088, 37.683527999999995], [-122.083136, 37.683659], [-122.083162, 37.683707], [-122.083203, 37.683768], [-122.08324, 37.683813], [-122.083291, 37.683875], [-122.083341, 37.683921999999995], [-122.083591, 37.684114], [-122.084277, 37.684646], [-122.084317, 37.684692], [-122.084358, 37.684753], [-122.084465, 37.684989], [-122.08448, 37.685022], [-122.084558, 37.685234], [-122.08456699999999, 37.685297], [-122.084563, 37.685351], [-122.08454499999999, 37.685396], [-122.084485, 37.685472], [-122.084272, 37.685424], [-122.084054, 37.685354], [-122.083894, 37.685294], [-122.083671, 37.685189], [-122.083424, 37.685054], [-122.08264299999999, 37.684543], [-122.082607, 37.684584], [-122.082459, 37.684492], [-122.082314, 37.684424], [-122.082191, 37.684388999999996], [-122.082154, 37.684332]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,193,0)", "fill-opacity": 0.75, "intersection_density": 119.109}, "geometry": {"type": "Polygon", "coordinates": [[[-122.07454, 37.686841], [-122.074542, 37.686966999999996], [-122.07455, 37.687273999999995], [-122.074551, 37.687348], [-122.074554, 37.687475], [-122.074556, 37.687599], [-122.074562, 37.687974], [-122.074565, 37.688099], [-122.074564, 37.688218], [-122.074562, 37.688568], [-122.074562, 37.688573999999996], [-122.074572, 37.688638], [-122.074601, 37.688685], [-122.07462100000001, 37.688708], [-122.07464999999999, 37.688725999999996], [-122.074693, 37.688739999999996], [-122.074844, 37.688748], [-122.075045, 37.688742999999995], [-122.076187, 37.688716], [-122.076434, 37.688713], [-122.076898, 37.68871], [-122.076896, 37.68877], [-122.076893, 37.688949], [-122.076893, 37.689009999999996], [-122.076889, 37.689085], [-122.07687899999999, 37.689311], [-122.076876, 37.689386999999996], [-122.07663, 37.689409], [-122.076503, 37.689419], [-122.07638299999999, 37.689417999999996], [-122.076246, 37.689420999999996], [-122.075724, 37.689437], [-122.075559, 37.689445], [-122.074849, 37.689448999999996], [-122.074353, 37.689454999999995], [-122.074225, 37.689457], [-122.073723, 37.689457999999995], [-122.073721, 37.689353], [-122.07371499999999, 37.689040999999996], [-122.073713, 37.688936999999996], [-122.073709, 37.688794], [-122.073697, 37.688367], [-122.073694, 37.688224999999996], [-122.073548, 37.687121999999995], [-122.073518, 37.686845], [-122.07454, 37.686841]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,208,0)", "fill-opacity": 0.75, "intersection_density": 90.47399999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.078947, 37.687428], [-122.07894, 37.687554], [-122.078921, 37.687931999999996], [-122.078915, 37.688058999999996], [-122.07821799999999, 37.688055], [-122.078044, 37.688058], [-122.077623, 37.688067], [-122.075435, 37.688089], [-122.074565, 37.688099], [-122.074562, 37.687974], [-122.074556, 37.687599], [-122.074554, 37.687475], [-122.075432, 37.687464999999996], [-122.077323, 37.687445], [-122.078068, 37.687431], [-122.078533, 37.687422999999995], [-122.078947, 37.687428]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,196,0)", "fill-opacity": 0.75, "intersection_density": 112.286}, "geometry": {"type": "Polygon", "coordinates": [[[-122.07659100000001, 37.682592], [-122.076937, 37.682553], [-122.077975, 37.682438], [-122.078274, 37.682404999999996], [-122.078321, 37.682393999999995], [-122.078373, 37.682652999999995], [-122.078393, 37.682748], [-122.078394, 37.682755], [-122.078412, 37.682811], [-122.078447, 37.682866], [-122.078486, 37.682916], [-122.07852199999999, 37.682953999999995], [-122.078592, 37.683011], [-122.077215, 37.683735], [-122.077117, 37.683777], [-122.07705899999999, 37.683792], [-122.076996, 37.683803], [-122.076929, 37.683807], [-122.076841, 37.683806], [-122.07679, 37.683563], [-122.076785, 37.683536], [-122.07664, 37.682834], [-122.07659100000001, 37.682592]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,220,0)", "fill-opacity": 0.75, "intersection_density": 67.48}, "geometry": {"type": "Polygon", "coordinates": [[[-122.016883, 37.609275], [-122.018042, 37.608478999999996], [-122.018372, 37.608334], [-122.01867, 37.608533], [-122.019272, 37.609161], [-122.019324, 37.609193999999995], [-122.019483, 37.609293], [-122.019536, 37.609325999999996], [-122.01969700000001, 37.609429], [-122.019773, 37.609468], [-122.019854, 37.609503], [-122.019909, 37.609527], [-122.02005, 37.609583], [-122.020207, 37.609636], [-122.020899, 37.609834], [-122.021251, 37.609935], [-122.021169, 37.61004], [-122.020974, 37.610354], [-122.020924, 37.610412], [-122.020869, 37.610451999999995], [-122.020806, 37.610486], [-122.020777, 37.610496999999995], [-122.020747, 37.61051], [-122.020675, 37.610527], [-122.020573, 37.610531], [-122.020524, 37.610526], [-122.020438, 37.61051], [-122.019701, 37.610305], [-122.019406, 37.610195], [-122.01898299999999, 37.61002], [-122.01886, 37.609978], [-122.01879199999999, 37.60996], [-122.018703, 37.609947999999996], [-122.01864499999999, 37.609944999999996], [-122.018628, 37.609947], [-122.018599, 37.609950999999995], [-122.018552, 37.609961999999996], [-122.018478, 37.609986], [-122.018416, 37.610022], [-122.018369, 37.610057999999995], [-122.01833500000001, 37.610093], [-122.01827399999999, 37.610167], [-122.018113, 37.610441], [-122.018089, 37.610475], [-122.018019, 37.61058], [-122.017996, 37.610614999999996], [-122.017956, 37.610673], [-122.017838, 37.610848], [-122.017799, 37.610907], [-122.017664, 37.610831], [-122.017645, 37.610819], [-122.017556, 37.610763], [-122.01742899999999, 37.610676], [-122.017239, 37.610526], [-122.017223, 37.610499], [-122.017214, 37.610482999999995], [-122.017199, 37.610428999999996], [-122.017188, 37.610327999999996], [-122.017183, 37.610282], [-122.017144, 37.610018], [-122.017054, 37.609727], [-122.016963, 37.60948], [-122.016883, 37.609275]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,184,0)", "fill-opacity": 0.75, "intersection_density": 136.828}, "geometry": {"type": "Polygon", "coordinates": [[[-122.159022, 37.722546], [-122.15926, 37.722440999999996], [-122.159977, 37.722127], [-122.16005799999999, 37.722091999999996], [-122.160299, 37.722460999999996], [-122.160669, 37.723009], [-122.160574, 37.723048999999996], [-122.159857, 37.723358], [-122.15961899999999, 37.723461], [-122.159499, 37.723278], [-122.159141, 37.722729], [-122.159022, 37.722546]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,155,0)", "fill-opacity": 0.75, "intersection_density": 191.768}, "geometry": {"type": "Polygon", "coordinates": [[[-122.15798699999999, 37.725272], [-122.15691799999999, 37.725718], [-122.156302, 37.724843], [-122.157409, 37.724387], [-122.15798699999999, 37.725272]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,183,0)", "fill-opacity": 0.75, "intersection_density": 138.681}, "geometry": {"type": "Polygon", "coordinates": [[[-122.157363, 37.722153999999996], [-122.15845999999999, 37.721692999999995], [-122.15853899999999, 37.721812], [-122.158901, 37.722362], [-122.159022, 37.722546], [-122.158805, 37.722637999999996], [-122.158154, 37.722916999999995], [-122.157938, 37.723009999999995], [-122.157814, 37.722826], [-122.157443, 37.722274], [-122.157363, 37.722153999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,198,0)", "fill-opacity": 0.75, "intersection_density": 109.38600000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.156257, 37.722608], [-122.157363, 37.722153999999996], [-122.157443, 37.722274], [-122.157814, 37.722826], [-122.157938, 37.723009999999995], [-122.157712, 37.723105], [-122.157038, 37.723392], [-122.156813, 37.723487999999996], [-122.156693, 37.723299], [-122.156335, 37.722732], [-122.156257, 37.722608]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,190,0)", "fill-opacity": 0.75, "intersection_density": 124.48100000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.150563, 37.732923], [-122.15046699999999, 37.732786999999995], [-122.150359, 37.732633], [-122.150248, 37.732462999999996], [-122.150195, 37.732369999999996], [-122.150114, 37.732226], [-122.150345, 37.732178], [-122.150439, 37.73216], [-122.150575, 37.732127999999996], [-122.150836, 37.732078], [-122.150978, 37.732037999999996], [-122.15103500000001, 37.732015], [-122.151091, 37.731994], [-122.151181, 37.731954], [-122.15125, 37.731916], [-122.151364, 37.732048999999996], [-122.151445, 37.732143], [-122.151478, 37.732208], [-122.151508, 37.732307999999996], [-122.151549, 37.73253], [-122.151581, 37.732703], [-122.151377, 37.732746999999996], [-122.150766, 37.732878], [-122.150563, 37.732923]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,167,0)", "fill-opacity": 0.75, "intersection_density": 168.304}, "geometry": {"type": "Polygon", "coordinates": [[[-122.150041, 37.726648], [-122.149284, 37.726856999999995], [-122.14920000000001, 37.72688], [-122.149162, 37.726814], [-122.149256, 37.726789], [-122.149332, 37.726766999999995], [-122.149842, 37.726627], [-122.150012, 37.726580999999996], [-122.150041, 37.726648]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,182,0)", "fill-opacity": 0.75, "intersection_density": 140.747}, "geometry": {"type": "Polygon", "coordinates": [[[-122.067956, 37.68711], [-122.068023, 37.687075], [-122.068226, 37.686969999999995], [-122.068294, 37.686935999999996], [-122.068386, 37.687049], [-122.068665, 37.687388999999996], [-122.068758, 37.687503], [-122.068851, 37.687616999999996], [-122.069132, 37.68796], [-122.069226, 37.688075], [-122.06931900000001, 37.688193], [-122.069598, 37.688548], [-122.069691, 37.688666999999995], [-122.069846, 37.688860999999996], [-122.070313, 37.689443], [-122.070398, 37.689549], [-122.070433, 37.689586999999996], [-122.070482, 37.689623999999995], [-122.070453, 37.689716], [-122.070369, 37.689992], [-122.070341, 37.690084999999996], [-122.070317, 37.690162], [-122.070257, 37.690360999999996], [-122.070244, 37.690393], [-122.07024200000001, 37.690399], [-122.070221, 37.690431], [-122.070196, 37.690458], [-122.070156, 37.690478], [-122.070114, 37.690491], [-122.070054, 37.6905], [-122.069612, 37.690566], [-122.069465, 37.690588999999996], [-122.069458, 37.690526999999996], [-122.06944, 37.690343999999996], [-122.069434, 37.690283], [-122.069419, 37.690174999999996], [-122.069375, 37.689853], [-122.069361, 37.689746], [-122.06930299999999, 37.689727999999995], [-122.069129, 37.689674], [-122.069072, 37.689656], [-122.069083, 37.689592999999995], [-122.069081, 37.689558999999996], [-122.069062, 37.689484], [-122.069007, 37.689353], [-122.068935, 37.689243999999995], [-122.06886, 37.68915], [-122.067799, 37.687818], [-122.067446, 37.687374], [-122.06754699999999, 37.687321], [-122.067854, 37.687162], [-122.067956, 37.68711]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,156,0)", "fill-opacity": 0.75, "intersection_density": 189.917}, "geometry": {"type": "Polygon", "coordinates": [[[-122.068792, 37.686602], [-122.06884, 37.686664], [-122.06873, 37.686718], [-122.068403, 37.686881], [-122.068294, 37.686935999999996], [-122.06824499999999, 37.686875], [-122.068792, 37.686602]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,229,0)", "fill-opacity": 0.75, "intersection_density": 49.461000000000006}, "geometry": {"type": "Polygon", "coordinates": [[[-122.05037899999999, 37.712767], [-122.05052, 37.712792], [-122.050946, 37.712868], [-122.051088, 37.712894], [-122.05100999999999, 37.713017], [-122.050983, 37.713062], [-122.050939, 37.713141], [-122.050895, 37.713246], [-122.050844, 37.713421], [-122.05084, 37.713435], [-122.050825, 37.713566], [-122.050619, 37.713556], [-122.050001, 37.713528], [-122.049796, 37.713519], [-122.049663, 37.713505], [-122.049264, 37.713463], [-122.049132, 37.713449], [-122.049138, 37.713401], [-122.049144, 37.713294999999995], [-122.049147, 37.713269], [-122.049196, 37.712949], [-122.049214, 37.712779999999995], [-122.049215, 37.712731999999995], [-122.049218, 37.712631], [-122.049215, 37.712551999999995], [-122.049319, 37.712559999999996], [-122.049343, 37.712562999999996], [-122.049712, 37.712617], [-122.04972599999999, 37.712619], [-122.049853, 37.712643], [-122.049958, 37.712666999999996], [-122.050273, 37.712742], [-122.05037899999999, 37.712767]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,230,0)", "fill-opacity": 0.75, "intersection_density": 47.324}, "geometry": {"type": "Polygon", "coordinates": [[[-122.05037899999999, 37.712767], [-122.050273, 37.712742], [-122.049958, 37.712666999999996], [-122.049853, 37.712643], [-122.04972599999999, 37.712619], [-122.049712, 37.712617], [-122.049343, 37.712562999999996], [-122.049319, 37.712559999999996], [-122.049215, 37.712551999999995], [-122.049198, 37.712325], [-122.049204, 37.712151], [-122.049215, 37.712064], [-122.049226, 37.711988999999996], [-122.049268, 37.711814], [-122.049293, 37.711731], [-122.049322, 37.711653999999996], [-122.049363, 37.711569], [-122.049399, 37.711506], [-122.049566, 37.711255], [-122.049905, 37.710789], [-122.050002, 37.710657], [-122.050046, 37.710603], [-122.05014299999999, 37.710512], [-122.05024399999999, 37.710443], [-122.050362, 37.710511], [-122.050415, 37.710547999999996], [-122.05043, 37.710558999999996], [-122.050544, 37.710664], [-122.050658, 37.710795], [-122.05072, 37.71089], [-122.050794, 37.711014999999996], [-122.05089699999999, 37.711189], [-122.051103, 37.711507999999995], [-122.051185, 37.711633], [-122.051305, 37.711847999999996], [-122.051333, 37.711912], [-122.051364, 37.712033999999996], [-122.05138099999999, 37.712157999999995], [-122.05137500000001, 37.712277], [-122.051345, 37.712419], [-122.051324, 37.712477], [-122.051279, 37.712565], [-122.051253, 37.712618], [-122.051088, 37.712894], [-122.050946, 37.712868], [-122.05052, 37.712792], [-122.05037899999999, 37.712767]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,191,0)", "fill-opacity": 0.75, "intersection_density": 121.88600000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.05878, 37.70205], [-122.058745, 37.702256], [-122.058641, 37.702874], [-122.058607, 37.703081], [-122.058432, 37.70307], [-122.058258, 37.70306], [-122.058183, 37.703053], [-122.05790999999999, 37.703018], [-122.057862, 37.703012], [-122.057738, 37.702993], [-122.057748, 37.702859], [-122.057781, 37.702459], [-122.057793, 37.702326], [-122.057804, 37.702252], [-122.057837, 37.70203], [-122.057849, 37.701957], [-122.058035, 37.701972999999995], [-122.058218, 37.701989], [-122.058593, 37.702028999999996], [-122.05878, 37.70205]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,169,0)", "fill-opacity": 0.75, "intersection_density": 164.75}, "geometry": {"type": "Polygon", "coordinates": [[[-122.095426, 37.661153], [-122.095096, 37.661243999999996], [-122.094585, 37.661386], [-122.094579, 37.661387999999995], [-122.094538, 37.661387999999995], [-122.094492, 37.661386], [-122.09443, 37.661377], [-122.094375, 37.661356], [-122.094285, 37.661316], [-122.094065, 37.661117], [-122.093754, 37.660868], [-122.09364099999999, 37.660768], [-122.093549, 37.660657], [-122.093509, 37.660610999999996], [-122.09351699999999, 37.660522], [-122.093535, 37.660444], [-122.093603, 37.660353], [-122.09369699999999, 37.660303], [-122.093767, 37.660278], [-122.093853, 37.660255], [-122.093939, 37.660244999999996], [-122.094009, 37.66026], [-122.094067, 37.660303], [-122.094112, 37.660348], [-122.094148, 37.660395], [-122.09420399999999, 37.66056], [-122.094307, 37.660686999999996], [-122.094314, 37.660692], [-122.094381, 37.660741], [-122.094448, 37.660778], [-122.094522, 37.660807999999996], [-122.094597, 37.660821], [-122.094635, 37.660823], [-122.095148, 37.660743], [-122.095203, 37.660824999999996], [-122.095312, 37.660986], [-122.09537, 37.661071], [-122.095426, 37.661153]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,178,0)", "fill-opacity": 0.75, "intersection_density": 147.852}, "geometry": {"type": "Polygon", "coordinates": [[[-122.118315, 37.669387], [-122.11847399999999, 37.669325], [-122.118798, 37.669202], [-122.119773, 37.668834], [-122.119931, 37.668775], [-122.120075, 37.669008], [-122.120581, 37.669823], [-122.120696, 37.670018], [-122.12162000000001, 37.671507], [-122.123122, 37.673846], [-122.123364, 37.674276], [-122.123317, 37.674293999999996], [-122.12262799999999, 37.674566999999996], [-122.122399, 37.674659], [-122.12232900000001, 37.674538], [-122.122119, 37.674175], [-122.122049, 37.674054999999996], [-122.121949, 37.673919], [-122.121747, 37.673604], [-122.120869, 37.672235], [-122.12065799999999, 37.671906], [-122.120623, 37.671858], [-122.12059099999999, 37.671828999999995], [-122.12054499999999, 37.671814999999995], [-122.120492, 37.671811999999996], [-122.120423, 37.671821], [-122.120394, 37.67183], [-122.120356, 37.671842999999996], [-122.119973, 37.672008], [-122.119834, 37.672069], [-122.119688, 37.672126], [-122.119253, 37.6723], [-122.119108, 37.672357999999996], [-122.118961, 37.672408], [-122.118845, 37.672449], [-122.118528, 37.672578], [-122.118385, 37.672637], [-122.118222, 37.672699], [-122.117733, 37.672886], [-122.117571, 37.672948999999996], [-122.117496, 37.672823], [-122.117271, 37.672444999999996], [-122.117197, 37.672319], [-122.117113, 37.672188999999996], [-122.116862, 37.671799], [-122.116779, 37.67167], [-122.116614, 37.671402], [-122.116119, 37.670601], [-122.116103, 37.670573999999995], [-122.115955, 37.670334], [-122.116224, 37.670228], [-122.117031, 37.669911], [-122.117301, 37.669806], [-122.117535, 37.669709], [-122.11823799999999, 37.669418], [-122.118315, 37.669387]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,172,0)", "fill-opacity": 0.75, "intersection_density": 159.234}, "geometry": {"type": "Polygon", "coordinates": [[[-122.118315, 37.669387], [-122.11823799999999, 37.669418], [-122.117535, 37.669709], [-122.117301, 37.669806], [-122.117031, 37.669911], [-122.116224, 37.670228], [-122.115955, 37.670334], [-122.115922, 37.670302], [-122.11583, 37.670235999999996], [-122.11581699999999, 37.670221], [-122.115663, 37.669973], [-122.114922, 37.668773], [-122.114675, 37.668372999999995], [-122.115021, 37.668234999999996], [-122.116058, 37.667822], [-122.116405, 37.667685], [-122.11689, 37.667494], [-122.118348, 37.666922], [-122.118664, 37.666799], [-122.11891800000001, 37.667201999999996], [-122.119192, 37.667623], [-122.119327, 37.667823999999996], [-122.119607, 37.668259], [-122.119931, 37.668775], [-122.119773, 37.668834], [-122.118798, 37.669202], [-122.11847399999999, 37.669325], [-122.11841799999999, 37.669242], [-122.118357, 37.669140999999996], [-122.118018, 37.66858], [-122.117964, 37.66849], [-122.117937, 37.668472], [-122.117886, 37.668462], [-122.117859, 37.668467], [-122.117831, 37.668482], [-122.117817, 37.668504999999996], [-122.11780999999999, 37.668538], [-122.118253, 37.669292], [-122.118315, 37.669387]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,156,0)", "fill-opacity": 0.75, "intersection_density": 189.011}, "geometry": {"type": "Polygon", "coordinates": [[[-122.103373, 37.666405999999995], [-122.103634, 37.666404], [-122.103921, 37.666404], [-122.103998, 37.6664], [-122.104008, 37.666502], [-122.103876, 37.666508], [-122.103859, 37.666509], [-122.103483, 37.666519], [-122.103466, 37.66652], [-122.103373, 37.666405999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,195,0)", "fill-opacity": 0.75, "intersection_density": 114.55}, "geometry": {"type": "Polygon", "coordinates": [[[-122.154172, 37.734673], [-122.153941, 37.734367999999996], [-122.153251, 37.733454], [-122.153058, 37.733198], [-122.15377699999999, 37.733052], [-122.154681, 37.732856], [-122.15482399999999, 37.733056], [-122.155355, 37.7338], [-122.15553299999999, 37.734049], [-122.15526, 37.734173], [-122.154444, 37.734547], [-122.154172, 37.734673]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 99.50200000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.14321, 37.736306], [-122.14328, 37.735914], [-122.143313, 37.73573], [-122.14335, 37.735498], [-122.14347000000001, 37.734852], [-122.143484, 37.734736999999996], [-122.143525, 37.734406], [-122.144596, 37.734378], [-122.144596, 37.734381], [-122.14455, 37.734691], [-122.144541, 37.734745], [-122.144334, 37.736004], [-122.144266, 37.736424], [-122.144054, 37.7364], [-122.143421, 37.736329], [-122.14321, 37.736306]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,116,0)", "fill-opacity": 0.75, "intersection_density": 266.323}, "geometry": {"type": "Polygon", "coordinates": [[[-122.138938, 37.712455999999996], [-122.13983999999999, 37.713118], [-122.140287, 37.713439], [-122.140029, 37.713389], [-122.139973, 37.713350999999996], [-122.13980699999999, 37.71324], [-122.139752, 37.713203], [-122.13877600000001, 37.712483999999996], [-122.138938, 37.712455999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,182,0)", "fill-opacity": 0.75, "intersection_density": 139.886}, "geometry": {"type": "Polygon", "coordinates": [[[-122.012632, 37.65324], [-122.012618, 37.653200000000005], [-122.012619, 37.653158999999995], [-122.012636, 37.653119], [-122.012666, 37.653086], [-122.012708, 37.653059999999996], [-122.012756, 37.653045999999996], [-122.012809, 37.653043], [-122.01285899999999, 37.653054], [-122.012903, 37.653075], [-122.01293799999999, 37.653107], [-122.012953, 37.653147], [-122.012953, 37.653189], [-122.012937, 37.653228999999996], [-122.012907, 37.653262999999995], [-122.01286400000001, 37.653289], [-122.012815, 37.653303], [-122.012762, 37.653304], [-122.012711, 37.653293], [-122.012659, 37.65327], [-122.012632, 37.65324]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,124,0)", "fill-opacity": 0.75, "intersection_density": 250.795}, "geometry": {"type": "Polygon", "coordinates": [[[-122.036732, 37.620729], [-122.03840000000001, 37.622203], [-122.038298, 37.622279], [-122.037964, 37.621981999999996], [-122.03746100000001, 37.621535], [-122.036962, 37.621097], [-122.036627, 37.620802999999995], [-122.036732, 37.620729]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,188,0)", "fill-opacity": 0.75, "intersection_density": 128.204}, "geometry": {"type": "Polygon", "coordinates": [[[-122.17318900000001, 37.712016], [-122.17307199999999, 37.712069], [-122.172853, 37.711739], [-122.172196, 37.710749], [-122.171978, 37.710419], [-122.17187799999999, 37.710274999999996], [-122.171581, 37.709846], [-122.171483, 37.709703], [-122.17159699999999, 37.709654], [-122.171802, 37.709959999999995], [-122.172067, 37.710376], [-122.172127, 37.71046], [-122.17289099999999, 37.711572], [-122.17318900000001, 37.712016]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,182,0)", "fill-opacity": 0.75, "intersection_density": 140.01}, "geometry": {"type": "Polygon", "coordinates": [[[-122.078397, 37.674217999999996], [-122.076703, 37.675391], [-122.07621499999999, 37.674862999999995], [-122.07788, 37.673666], [-122.078397, 37.674217999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,118,0)", "fill-opacity": 0.75, "intersection_density": 262.829}, "geometry": {"type": "Polygon", "coordinates": [[[-122.104433, 37.688264], [-122.104349, 37.688203], [-122.104946, 37.688117], [-122.104963, 37.688176], [-122.104533, 37.688247], [-122.104433, 37.688264]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,128,0)", "fill-opacity": 0.75, "intersection_density": 244.299}, "geometry": {"type": "Polygon", "coordinates": [[[-122.14395, 37.722052999999995], [-122.144631, 37.721866], [-122.144661, 37.721934], [-122.14452299999999, 37.72197], [-122.144111, 37.722079], [-122.143974, 37.722116], [-122.14395, 37.722052999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,149,0)", "fill-opacity": 0.75, "intersection_density": 202.321}, "geometry": {"type": "Polygon", "coordinates": [[[-122.135772, 37.693329], [-122.135285, 37.693317], [-122.135088, 37.693286], [-122.134975, 37.693253], [-122.134642, 37.693138], [-122.134706, 37.693076], [-122.134726, 37.693084], [-122.134787, 37.693109], [-122.13480799999999, 37.693118], [-122.13499, 37.693193], [-122.13501, 37.693202], [-122.135094, 37.69323], [-122.135188, 37.69325], [-122.135451, 37.693266], [-122.135575, 37.693266], [-122.135773, 37.693267999999996], [-122.135772, 37.693329]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,185,0)", "fill-opacity": 0.75, "intersection_density": 134.914}, "geometry": {"type": "Polygon", "coordinates": [[[-122.161058, 37.681937999999995], [-122.161087, 37.681971], [-122.16113899999999, 37.682029], [-122.16153299999999, 37.682441], [-122.161957, 37.682894999999995], [-122.162392, 37.683423999999995], [-122.16270399999999, 37.683828999999996], [-122.163034, 37.684256999999995], [-122.163269, 37.684629], [-122.162708, 37.684882], [-122.161027, 37.685642], [-122.160574, 37.685846999999995], [-122.160453, 37.685687], [-122.160607, 37.685615], [-122.160809, 37.685513], [-122.160913, 37.685463], [-122.161228, 37.685313], [-122.161333, 37.685264], [-122.16144, 37.685212], [-122.161761, 37.685058], [-122.161869, 37.685007], [-122.161974, 37.684957], [-122.162289, 37.684807], [-122.162395, 37.684757999999995], [-122.162491, 37.684711], [-122.162779, 37.684571], [-122.162858, 37.684534], [-122.162869, 37.684518], [-122.162867, 37.684498], [-122.162856, 37.684478], [-122.162398, 37.683864], [-122.161944, 37.683265999999996], [-122.16171800000001, 37.682978], [-122.161293, 37.682480999999996], [-122.160855, 37.682012], [-122.16083, 37.681991], [-122.160809, 37.681982], [-122.160791, 37.681979999999996], [-122.160752, 37.681985999999995], [-122.160521, 37.682081], [-122.16049699999999, 37.682038999999996], [-122.16047499999999, 37.682013999999995], [-122.160431, 37.681975], [-122.16037299999999, 37.681937999999995], [-122.160314, 37.681916], [-122.160241, 37.681903999999996], [-122.16005, 37.681650999999995], [-122.15987799999999, 37.681422999999995], [-122.159472, 37.680899], [-122.159279, 37.680648999999995], [-122.159108, 37.68042], [-122.158676, 37.679842], [-122.158594, 37.679733999999996], [-122.158474, 37.679576999999995], [-122.158452, 37.679556999999996], [-122.158417, 37.679541], [-122.158398, 37.679539999999996], [-122.158374, 37.679538], [-122.15830199999999, 37.679553], [-122.158284, 37.679556999999996], [-122.157949, 37.679646], [-122.157838, 37.679676], [-122.157718, 37.679708], [-122.157358, 37.679806], [-122.157239, 37.679839], [-122.157118, 37.67987], [-122.156755, 37.679967], [-122.156635, 37.679998999999995], [-122.156577, 37.680014], [-122.156508, 37.680037999999996], [-122.156344, 37.680109], [-122.156256, 37.680154], [-122.15597700000001, 37.679794], [-122.15600599999999, 37.679784999999995], [-122.156295, 37.679701], [-122.156373, 37.67968], [-122.156497, 37.679649], [-122.156886, 37.67955], [-122.158053, 37.679252999999996], [-122.158312, 37.679187999999996], [-122.15842, 37.679108], [-122.15926999999999, 37.680026], [-122.159524, 37.680293], [-122.159841, 37.680628999999996], [-122.160085, 37.680904999999996], [-122.160346, 37.68117], [-122.160802, 37.681669], [-122.16095899999999, 37.681824], [-122.161034, 37.681909999999995], [-122.161058, 37.681937999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,112,0)", "fill-opacity": 0.75, "intersection_density": 274.60200000000003}, "geometry": {"type": "Polygon", "coordinates": [[[-122.15032, 37.673417], [-122.150259, 37.673448], [-122.149986, 37.673097], [-122.150048, 37.673068], [-122.150116, 37.673155], [-122.15032, 37.673417]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,145,0)", "fill-opacity": 0.75, "intersection_density": 211.543}, "geometry": {"type": "Polygon", "coordinates": [[[-122.052639, 37.65477], [-122.052835, 37.654554999999995], [-122.053485, 37.653855], [-122.053887, 37.653416], [-122.053954, 37.65349], [-122.05369, 37.653763], [-122.053559, 37.653898999999996], [-122.05291199999999, 37.654595], [-122.052909, 37.654599], [-122.052656, 37.654875], [-122.052639, 37.65477]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,190,0)", "fill-opacity": 0.75, "intersection_density": 124.652}, "geometry": {"type": "Polygon", "coordinates": [[[-122.054994, 37.703776999999995], [-122.054997, 37.70382], [-122.055003, 37.703976], [-122.054999, 37.704084], [-122.05498399999999, 37.704223], [-122.054913, 37.704519999999995], [-122.054846, 37.704709], [-122.054804, 37.704799], [-122.054671, 37.705039], [-122.054494, 37.705324], [-122.054431, 37.705461], [-122.054386, 37.705618], [-122.054371, 37.705757999999996], [-122.054283, 37.705763999999995], [-122.054293, 37.705662], [-122.054317, 37.705543], [-122.05434199999999, 37.705453], [-122.05438, 37.705360999999996], [-122.054406, 37.7053], [-122.054484, 37.705149999999996], [-122.054565, 37.705009], [-122.054735, 37.704677], [-122.054801, 37.704495], [-122.054845, 37.704324], [-122.054864, 37.704223], [-122.054864, 37.704218], [-122.054873, 37.704077999999996], [-122.05487, 37.703803], [-122.054994, 37.703776999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,100,0)", "fill-opacity": 0.75, "intersection_density": 296.764}, "geometry": {"type": "Polygon", "coordinates": [[[-122.05616, 37.679626999999996], [-122.05614299999999, 37.679699], [-122.056071, 37.679688], [-122.055856, 37.679657], [-122.055785, 37.679646999999996], [-122.05580499999999, 37.679576999999995], [-122.05616, 37.679626999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,221,0)", "fill-opacity": 0.75, "intersection_density": 65.561}, "geometry": {"type": "Polygon", "coordinates": [[[-122.033378, 37.655215999999996], [-122.03352, 37.655241], [-122.033605, 37.655256], [-122.033928, 37.655302999999996], [-122.033999, 37.655409999999996], [-122.033361, 37.65531], [-122.033226, 37.65528], [-122.03296399999999, 37.655212], [-122.032636, 37.655105999999996], [-122.032316, 37.654995], [-122.03200799999999, 37.654900000000005], [-122.031777, 37.65484], [-122.031213, 37.654706999999995], [-122.031072, 37.654665], [-122.030947, 37.654617], [-122.030682, 37.654469999999996], [-122.030404, 37.654309999999995], [-122.030343, 37.654283], [-122.030192, 37.65423], [-122.030012, 37.654178], [-122.029963, 37.654167], [-122.029964, 37.654119], [-122.030005, 37.654126999999995], [-122.03028, 37.654201], [-122.030419, 37.654256], [-122.030461, 37.654277], [-122.030595, 37.654351999999996], [-122.030632, 37.654376], [-122.030756, 37.654455], [-122.030838, 37.654498], [-122.030906, 37.65454], [-122.031029, 37.654599], [-122.031089, 37.65462], [-122.03123099999999, 37.65465], [-122.032103, 37.654866999999996], [-122.032459, 37.654979999999995], [-122.032648, 37.655024999999995], [-122.03268, 37.655034], [-122.032977, 37.655122], [-122.033121, 37.655156999999996], [-122.03325, 37.655194], [-122.033378, 37.655215999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,198,0)", "fill-opacity": 0.75, "intersection_density": 109.51100000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.062596, 37.618168], [-122.062718, 37.618142], [-122.063132, 37.61808], [-122.063212, 37.618072], [-122.063518, 37.618043], [-122.064418, 37.617976], [-122.064809, 37.617944], [-122.068683, 37.617627999999996], [-122.069565, 37.617557], [-122.069885, 37.617534], [-122.069981, 37.618216], [-122.070014, 37.618531], [-122.070077, 37.618608], [-122.070235, 37.619772], [-122.07022599999999, 37.619783], [-122.070154, 37.619848], [-122.069913, 37.619873999999996], [-122.069788, 37.619901999999996], [-122.06972999999999, 37.619924], [-122.069677, 37.619951], [-122.069542, 37.620039999999996], [-122.069405, 37.620104], [-122.069338, 37.620118999999995], [-122.069071, 37.620162], [-122.069002, 37.619626], [-122.069, 37.619609], [-122.06898799999999, 37.619564], [-122.06897000000001, 37.61953], [-122.068952, 37.619512], [-122.068928, 37.619498], [-122.06885199999999, 37.619484], [-122.06879599999999, 37.619484], [-122.06773, 37.619577], [-122.06747, 37.619599], [-122.066932, 37.619645], [-122.066969, 37.619927], [-122.067083, 37.620771999999995], [-122.067122, 37.621055], [-122.06691599999999, 37.621085], [-122.066301, 37.621178], [-122.066096, 37.621209], [-122.06593, 37.62123], [-122.0657, 37.621246], [-122.065685, 37.621246], [-122.06506, 37.621257], [-122.064448, 37.621252], [-122.064036, 37.621249], [-122.064083, 37.621176999999996], [-122.064075, 37.621001], [-122.064133, 37.620501999999995], [-122.06413599999999, 37.620422999999995], [-122.064139, 37.620317], [-122.06413599999999, 37.620238], [-122.064123, 37.620132], [-122.064083, 37.619980999999996], [-122.064059, 37.619907999999995], [-122.06397, 37.61974], [-122.063924, 37.619664], [-122.063813, 37.619527999999995], [-122.063732, 37.619439], [-122.063646, 37.61936], [-122.06289100000001, 37.618826999999996], [-122.062678, 37.618680999999995], [-122.062608, 37.618624], [-122.062387, 37.618471], [-122.06232, 37.618418999999996], [-122.062273, 37.618370999999996], [-122.062187, 37.618266999999996], [-122.062306, 37.618235999999996], [-122.062466, 37.618196999999995], [-122.062596, 37.618168]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,185,0)", "fill-opacity": 0.75, "intersection_density": 134.981}, "geometry": {"type": "Polygon", "coordinates": [[[-122.08961099999999, 37.700939999999996], [-122.08909, 37.701043999999996], [-122.089069, 37.700979], [-122.089173, 37.700958], [-122.08948699999999, 37.700899], [-122.089592, 37.700879], [-122.089597, 37.700905999999996], [-122.08961099999999, 37.700939999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,212,0)", "fill-opacity": 0.75, "intersection_density": 83.28299999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.16431, 37.726071999999995], [-122.164283, 37.726065], [-122.164259, 37.726054], [-122.16420600000001, 37.726008], [-122.16417, 37.72597], [-122.16395, 37.725696], [-122.163881, 37.725595], [-122.163225, 37.724622], [-122.162813, 37.723963999999995], [-122.16253499999999, 37.72352], [-122.163722, 37.72304], [-122.163981, 37.723442999999996], [-122.164525, 37.724289], [-122.165058, 37.72509], [-122.165422, 37.725636], [-122.164379, 37.726064], [-122.164351, 37.72607], [-122.16431, 37.726071999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,121,0)", "fill-opacity": 0.75, "intersection_density": 256.367}, "geometry": {"type": "Polygon", "coordinates": [[[-122.036332, 37.682049], [-122.03627399999999, 37.682091], [-122.036062, 37.681916], [-122.035902, 37.681794], [-122.03583499999999, 37.681743], [-122.035757, 37.681691], [-122.03560999999999, 37.681599], [-122.035405, 37.681495999999996], [-122.035119, 37.681371999999996], [-122.034894, 37.681294], [-122.034655, 37.681227], [-122.034607, 37.681218], [-122.034588, 37.681215], [-122.034609, 37.681149999999995], [-122.0348, 37.681191999999996], [-122.035038, 37.68127], [-122.035443, 37.681427], [-122.035646, 37.681540999999996], [-122.035818, 37.681647999999996], [-122.035941, 37.681733], [-122.036203, 37.681934999999996], [-122.036332, 37.682049]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,217,0)", "fill-opacity": 0.75, "intersection_density": 73.737}, "geometry": {"type": "Polygon", "coordinates": [[[-122.05691999999999, 37.638815], [-122.056684, 37.638566999999995], [-122.056665, 37.638546999999996], [-122.0565, 37.638388], [-122.055945, 37.637858], [-122.055888, 37.637803999999996], [-122.05580499999999, 37.637736], [-122.055686, 37.637636], [-122.055793, 37.637561999999996], [-122.055965, 37.637719], [-122.056329, 37.638048999999995], [-122.05666099999999, 37.638371], [-122.057024, 37.638751], [-122.05691999999999, 37.638815]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,240,0)", "fill-opacity": 0.75, "intersection_density": 28.171}, "geometry": {"type": "Polygon", "coordinates": [[[-122.043551, 37.693735], [-122.043708, 37.694171], [-122.043731, 37.694258999999995], [-122.043812, 37.694556999999996], [-122.043885, 37.694857], [-122.04393999999999, 37.695026999999996], [-122.043992, 37.69516], [-122.044097, 37.695386], [-122.044221, 37.695609999999995], [-122.04426699999999, 37.695693999999996], [-122.044285, 37.69573], [-122.04435699999999, 37.695871], [-122.043394, 37.696742], [-122.04308, 37.697037], [-122.042903, 37.697202], [-122.042824, 37.697192], [-122.042754, 37.697187], [-122.042609, 37.697154], [-122.042568, 37.697137], [-122.042526, 37.697131999999996], [-122.042478, 37.697115], [-122.042381, 37.697099], [-122.042352, 37.697085], [-122.040983, 37.696751], [-122.040982, 37.696751], [-122.03859, 37.695751], [-122.033748, 37.696400000000004], [-122.029275, 37.693217], [-122.025482, 37.686569999999996], [-122.029627, 37.683945], [-122.030301, 37.683519], [-122.030831, 37.683183], [-122.031792, 37.682573], [-122.033056, 37.681771], [-122.033198, 37.681681], [-122.033454, 37.682189], [-122.033454, 37.682435999999996], [-122.033454, 37.682536999999996], [-122.033628, 37.682531999999995], [-122.03370100000001, 37.682884], [-122.033813, 37.682863999999995], [-122.034235, 37.682865], [-122.034345, 37.683155], [-122.034616, 37.683372], [-122.03465, 37.683444], [-122.035196, 37.683565], [-122.03522, 37.683734], [-122.035476, 37.684143999999996], [-122.035589, 37.684033], [-122.035736, 37.684177999999996], [-122.035358, 37.684661], [-122.039139, 37.687683], [-122.039542, 37.688280999999996], [-122.039568, 37.688331], [-122.039457, 37.688435], [-122.039355, 37.688528999999996], [-122.03926, 37.688629999999996], [-122.039181, 37.688731], [-122.039078, 37.68891], [-122.03900999999999, 37.689063], [-122.038982, 37.689136999999995], [-122.038957, 37.689237999999996], [-122.038934, 37.689425], [-122.038935, 37.689628], [-122.038955, 37.689779], [-122.038975, 37.689869], [-122.038988, 37.689915], [-122.039009, 37.689986999999995], [-122.039105, 37.690239999999996], [-122.039191, 37.690489], [-122.039428, 37.691178], [-122.03929600000001, 37.691215], [-122.039036, 37.691271], [-122.03881200000001, 37.691303], [-122.038637, 37.691313], [-122.038576, 37.691353], [-122.038647, 37.691385], [-122.038737, 37.691384], [-122.038748, 37.691382], [-122.038967, 37.691361], [-122.03927999999999, 37.691296], [-122.03933599999999, 37.691285], [-122.039455, 37.691252], [-122.039533, 37.691451], [-122.039658, 37.691806], [-122.039726, 37.691956999999995], [-122.039799, 37.692073], [-122.039887, 37.692175], [-122.040119, 37.692395], [-122.040195, 37.692453], [-122.0403, 37.692532], [-122.040393, 37.692586999999996], [-122.040519, 37.692648999999996], [-122.04068699999999, 37.692721999999996], [-122.040898, 37.692797999999996], [-122.041064, 37.692842999999996], [-122.041134, 37.69285], [-122.041232, 37.692865999999995], [-122.041433, 37.692886], [-122.041728, 37.692902], [-122.041901, 37.692903], [-122.042351, 37.692927], [-122.042519, 37.692949], [-122.042695, 37.692991], [-122.042759, 37.693011999999996], [-122.04290499999999, 37.693069], [-122.043012, 37.693124], [-122.043149, 37.693211], [-122.043227, 37.693272], [-122.043288, 37.693329], [-122.043399, 37.693456], [-122.043499, 37.693619], [-122.043551, 37.693735]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,251,0)", "fill-opacity": 0.75, "intersection_density": 8.293}, "geometry": {"type": "Polygon", "coordinates": [[[-122.049698, 37.62169], [-122.049519, 37.621323], [-122.049259, 37.620795], [-122.049206, 37.620689999999996], [-122.048919, 37.620125], [-122.049187, 37.620247], [-122.0494, 37.620354999999996], [-122.049523, 37.620428], [-122.049666, 37.620529999999995], [-122.049707, 37.620565], [-122.049777, 37.620626], [-122.049833, 37.620671], [-122.049972, 37.620796], [-122.05023299999999, 37.62103], [-122.050411, 37.621193999999996], [-122.050586, 37.621334999999995], [-122.05068299999999, 37.621397], [-122.050806, 37.621459], [-122.050925, 37.621507], [-122.051004, 37.62153], [-122.051075, 37.621545999999995], [-122.051233, 37.621567999999996], [-122.051311, 37.621575], [-122.052089, 37.621573], [-122.05299600000001, 37.621570999999996], [-122.05299600000001, 37.621848], [-122.05299600000001, 37.622679], [-122.05299600000001, 37.622957], [-122.05299600000001, 37.624297], [-122.052436, 37.624798999999996], [-122.052015, 37.624429], [-122.051737, 37.624184], [-122.050989, 37.623523999999996], [-122.050755, 37.62332], [-122.050547, 37.623138999999995], [-122.050317, 37.622973], [-122.05004199999999, 37.6224], [-122.049945, 37.622197], [-122.049698, 37.62169]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,254,0)", "fill-opacity": 0.75, "intersection_density": 1.409}, "geometry": {"type": "Polygon", "coordinates": [[[-122.063653, 37.786964999999995], [-122.063705, 37.786884], [-122.063784, 37.786794], [-122.063921, 37.786786], [-122.064033, 37.786746], [-122.064154, 37.786696], [-122.064644, 37.786456], [-122.064756, 37.786414], [-122.06486100000001, 37.786366], [-122.064926, 37.786341], [-122.065049, 37.786274999999996], [-122.065094, 37.786238999999995], [-122.06514899999999, 37.786184999999996], [-122.0652, 37.786125], [-122.065259, 37.786037], [-122.06533400000001, 37.78591], [-122.065935, 37.784960999999996], [-122.06601, 37.784849], [-122.066057, 37.784737], [-122.06608299999999, 37.784464], [-122.066093, 37.784323], [-122.06612200000001, 37.784185], [-122.066144, 37.784113], [-122.066205, 37.783961], [-122.066235, 37.783902], [-122.06637599999999, 37.783705], [-122.06643199999999, 37.783645], [-122.066574, 37.783471999999996], [-122.06678, 37.783195], [-122.06687099999999, 37.783051], [-122.066962, 37.782874], [-122.06703999999999, 37.782699], [-122.067095, 37.782548], [-122.06711899999999, 37.782458], [-122.067138, 37.782357], [-122.067155, 37.782166], [-122.067132, 37.781484999999996], [-122.067143, 37.781349999999996], [-122.067157, 37.781244], [-122.067176, 37.781154], [-122.06721, 37.781045999999996], [-122.06724299999999, 37.780972], [-122.06735499999999, 37.780778999999995], [-122.06741, 37.780696], [-122.06747, 37.7806], [-122.06754, 37.780488], [-122.06766400000001, 37.780318], [-122.067711, 37.780237], [-122.067746, 37.780151], [-122.067799, 37.779958], [-122.067815, 37.779857], [-122.06782, 37.779778], [-122.067812, 37.779681], [-122.067796, 37.779598], [-122.06773799999999, 37.779376], [-122.067642, 37.779092], [-122.067597, 37.778991999999995], [-122.067563, 37.778881], [-122.067532, 37.778805], [-122.06750199999999, 37.778701], [-122.067476, 37.778529], [-122.067487, 37.778345], [-122.06756899999999, 37.777978], [-122.067708, 37.777485999999996], [-122.067769, 37.777288], [-122.067883, 37.77689], [-122.067919, 37.776705], [-122.067934, 37.776575], [-122.067936, 37.776306999999996], [-122.067904, 37.775669], [-122.06788, 37.774941], [-122.067843, 37.774640999999995], [-122.067809, 37.774491999999995], [-122.067778, 37.774406], [-122.06773799999999, 37.774327], [-122.067117, 37.773243], [-122.066825, 37.772722], [-122.06613, 37.771620999999996], [-122.065716, 37.771012], [-122.065398, 37.770602], [-122.064638, 37.769650999999996], [-122.064469, 37.769453999999996], [-122.064254, 37.76918], [-122.064177, 37.769078], [-122.064116, 37.768996], [-122.06406, 37.768893999999996], [-122.064029, 37.768829], [-122.063973, 37.768639], [-122.06381, 37.767813], [-122.06372, 37.767404], [-122.063276, 37.765583], [-122.063131, 37.764831], [-122.06293, 37.763897], [-122.062813, 37.763393], [-122.06269499999999, 37.763003], [-122.062639, 37.762853], [-122.062584, 37.762738], [-122.062507, 37.762595], [-122.062176, 37.76207], [-122.062017, 37.761801], [-122.06110000000001, 37.760345], [-122.060839, 37.759882999999995], [-122.060647, 37.759555], [-122.060441, 37.759142], [-122.060417, 37.759093], [-122.060354, 37.758970999999995], [-122.06030799999999, 37.758887], [-122.060237, 37.758704], [-122.060219, 37.758627], [-122.06021, 37.758548], [-122.060188, 37.757917], [-122.060143, 37.757349], [-122.06014, 37.757259], [-122.060127, 37.757175], [-122.060103, 37.757081], [-122.060057, 37.756969999999995], [-122.05989199999999, 37.756645999999996], [-122.059207, 37.755113], [-122.05909199999999, 37.754889], [-122.058988, 37.754661], [-122.058654, 37.753858], [-122.058042, 37.752488], [-122.057818, 37.752002], [-122.057732, 37.751798], [-122.05763, 37.751498], [-122.057571, 37.751297], [-122.0575, 37.751082], [-122.057409, 37.750862999999995], [-122.057298, 37.75054], [-122.057284, 37.750499], [-122.057263, 37.750413], [-122.057238, 37.750278], [-122.057217, 37.750163], [-122.057192, 37.749970999999995], [-122.057104, 37.749423], [-122.057081, 37.749233], [-122.057057, 37.749127], [-122.057009, 37.749002999999995], [-122.056971, 37.748928], [-122.056905, 37.748822], [-122.056795, 37.748674], [-122.056679, 37.748532], [-122.056558, 37.748362], [-122.05646, 37.748165], [-122.056445, 37.748124], [-122.056431, 37.748065], [-122.056427, 37.748004], [-122.05642499999999, 37.747398], [-122.056408, 37.747192999999996], [-122.056381, 37.747001], [-122.056339, 37.746804999999995], [-122.056319, 37.746750999999996], [-122.056295, 37.746703], [-122.056266, 37.74666], [-122.055767, 37.74605], [-122.055713, 37.745989], [-122.055612, 37.745846], [-122.055504, 37.745658], [-122.055457, 37.745545], [-122.055282, 37.745008], [-122.055147, 37.744647], [-122.05511, 37.744549], [-122.055008, 37.744234999999996], [-122.05498, 37.744115], [-122.054975, 37.744054], [-122.054977, 37.743915], [-122.05498399999999, 37.743804], [-122.055005, 37.743676], [-122.055037, 37.743548], [-122.055053, 37.743466999999995], [-122.055064, 37.743327], [-122.05506199999999, 37.743307], [-122.055149, 37.743278], [-122.055587, 37.743137], [-122.055733, 37.743089999999995], [-122.055768, 37.743189], [-122.055837, 37.743677999999996], [-122.055803, 37.744156], [-122.05581, 37.744343], [-122.055823, 37.744485999999995], [-122.05584400000001, 37.744738999999996], [-122.055948, 37.745321], [-122.055992, 37.74554], [-122.05601, 37.745629], [-122.056038, 37.745689], [-122.056093, 37.745777], [-122.056135, 37.745875999999996], [-122.056162, 37.745953], [-122.056197, 37.746007999999996], [-122.05623800000001, 37.746117999999996], [-122.056259, 37.746162], [-122.056266, 37.7462], [-122.056287, 37.746255], [-122.056307, 37.746354], [-122.056349, 37.746458], [-122.056377, 37.746497], [-122.05639, 37.746535], [-122.05641800000001, 37.746567999999996], [-122.05642499999999, 37.746601], [-122.056467, 37.746683], [-122.05651499999999, 37.746759999999995], [-122.056529, 37.746793], [-122.05660499999999, 37.746898], [-122.056633, 37.746947], [-122.056723, 37.747085], [-122.056792, 37.747156], [-122.056882, 37.747237999999996], [-122.056985, 37.747381], [-122.057006, 37.747425], [-122.057013, 37.747458], [-122.057013, 37.747541], [-122.056985, 37.747623], [-122.056944, 37.747678], [-122.056868, 37.747738], [-122.05684, 37.747771], [-122.05672200000001, 37.74787], [-122.05666, 37.747941999999995], [-122.05663200000001, 37.748008], [-122.056625, 37.748056999999996], [-122.056681, 37.748194], [-122.056702, 37.748227], [-122.05675, 37.748287999999995], [-122.05678499999999, 37.748315], [-122.05681899999999, 37.748348], [-122.05690899999999, 37.748402999999996], [-122.05693, 37.748419999999996], [-122.057047, 37.748497], [-122.057151, 37.748557], [-122.057283, 37.748622999999995], [-122.057345, 37.748672], [-122.05744899999999, 37.748765999999996], [-122.057469, 37.748799], [-122.057497, 37.748832], [-122.057518, 37.748864999999995], [-122.05757299999999, 37.748925], [-122.057642, 37.74903], [-122.05767, 37.749063], [-122.057691, 37.749096], [-122.057712, 37.749145], [-122.057732, 37.749227], [-122.057774, 37.749331999999995], [-122.057871, 37.74942], [-122.05794, 37.749469], [-122.057981, 37.749502], [-122.05805699999999, 37.749556999999996], [-122.058127, 37.749617], [-122.058196, 37.749694], [-122.058244, 37.749759999999995], [-122.05829299999999, 37.749876], [-122.05829299999999, 37.749908999999995], [-122.0583, 37.749931], [-122.05834300000001, 37.750059], [-122.058371, 37.750158], [-122.058371, 37.750329], [-122.05834999999999, 37.750422], [-122.058281, 37.750526], [-122.058101, 37.750668999999995], [-122.05794900000001, 37.750763], [-122.057887, 37.750811999999996], [-122.057831, 37.7509], [-122.057817, 37.750949], [-122.057818, 37.751014999999995], [-122.0579, 37.751053999999996], [-122.058074, 37.751103], [-122.058191, 37.751142], [-122.058212, 37.751158], [-122.05824, 37.751239999999996], [-122.058235, 37.751272], [-122.058233, 37.75129], [-122.058205, 37.751323], [-122.058177, 37.751400000000004], [-122.058177, 37.751481999999996], [-122.058212, 37.751509999999996], [-122.058274, 37.751521], [-122.058399, 37.751477], [-122.058544, 37.751405], [-122.058627, 37.751411], [-122.058669, 37.751438], [-122.058703, 37.751504], [-122.058599, 37.751729999999995], [-122.058565, 37.751757], [-122.058537, 37.751795], [-122.058482, 37.751894], [-122.058461, 37.751982], [-122.058482, 37.752092], [-122.058502, 37.752125], [-122.058544, 37.752153], [-122.058765, 37.752235], [-122.058848, 37.752279], [-122.05897999999999, 37.752383], [-122.059215, 37.752652], [-122.05923899999999, 37.752689], [-122.059381, 37.752911], [-122.059457, 37.753015], [-122.059492, 37.753048], [-122.05954, 37.753065], [-122.059616, 37.753152], [-122.05964399999999, 37.753235], [-122.059651, 37.753477], [-122.059672, 37.753547999999995], [-122.059789, 37.753729], [-122.059796, 37.753779], [-122.059776, 37.753893999999995], [-122.059803, 37.753921999999996], [-122.059831, 37.754021], [-122.059831, 37.754124999999995], [-122.05981, 37.754163], [-122.059796, 37.754245999999995], [-122.05982399999999, 37.754295], [-122.059879, 37.754345], [-122.059921, 37.754366999999995], [-122.06000399999999, 37.754388999999996], [-122.06012799999999, 37.754405], [-122.060246, 37.754433], [-122.060315, 37.754470999999995], [-122.060378, 37.754526], [-122.060384, 37.75463], [-122.060336, 37.754712999999995], [-122.060108, 37.754926999999995], [-122.06009399999999, 37.754976], [-122.060108, 37.755026], [-122.060177, 37.755125], [-122.060211, 37.755196], [-122.060204, 37.755311999999996], [-122.06018399999999, 37.755378], [-122.060066, 37.755553], [-122.06003799999999, 37.755646999999996], [-122.06003799999999, 37.755718], [-122.060066, 37.755751], [-122.060225, 37.755877999999996], [-122.060253, 37.755916], [-122.060336, 37.755981999999996], [-122.060377, 37.756042], [-122.060384, 37.756212999999995], [-122.06035, 37.756316999999996], [-122.060281, 37.756420999999996], [-122.06026, 37.756547999999995], [-122.060246, 37.756586], [-122.060267, 37.756636], [-122.060322, 37.756696], [-122.060357, 37.756713], [-122.060433, 37.756713], [-122.060516, 37.756674], [-122.060537, 37.756647], [-122.060751, 37.756581], [-122.06087600000001, 37.756575], [-122.060945, 37.756608], [-122.061035, 37.756707], [-122.061042, 37.756839], [-122.061021, 37.756872], [-122.061014, 37.756971], [-122.06106199999999, 37.757042], [-122.061139, 37.757081], [-122.061173, 37.757107999999995], [-122.061194, 37.757141], [-122.061229, 37.757321999999995], [-122.061305, 37.75746], [-122.061298, 37.757597], [-122.061229, 37.757701999999995], [-122.061097, 37.757816999999996], [-122.061104, 37.757932], [-122.061187, 37.757998], [-122.061229, 37.758015], [-122.06136000000001, 37.758108], [-122.061381, 37.758136], [-122.061402, 37.758202], [-122.061388, 37.758295], [-122.061367, 37.758328], [-122.061298, 37.75835], [-122.061166, 37.758361], [-122.061083, 37.758388], [-122.061063, 37.758421], [-122.06105600000001, 37.758454], [-122.061069, 37.758486999999995], [-122.061104, 37.758514999999996], [-122.061146, 37.758525999999996], [-122.061173, 37.758553], [-122.06118000000001, 37.758575], [-122.061173, 37.758711999999996], [-122.061187, 37.758778], [-122.061256, 37.758877], [-122.061325, 37.758942999999995], [-122.061409, 37.758998], [-122.061478, 37.759026], [-122.061665, 37.75913], [-122.061781, 37.759226999999996], [-122.061837, 37.759273], [-122.06190000000001, 37.759339], [-122.062066, 37.759482], [-122.06217699999999, 37.759608], [-122.062197, 37.759674], [-122.062246, 37.759778], [-122.062294, 37.759844], [-122.062343, 37.759888], [-122.062619, 37.760053], [-122.062647, 37.760090999999996], [-122.062696, 37.76013], [-122.062744, 37.760211999999996], [-122.06275099999999, 37.760295], [-122.06271, 37.760377], [-122.062619, 37.760476], [-122.062613, 37.760563999999995], [-122.062626, 37.760667999999995], [-122.062682, 37.760773], [-122.062723, 37.760805999999995], [-122.062737, 37.760844], [-122.062799, 37.760932], [-122.062855, 37.761041999999996], [-122.063014, 37.761255999999996], [-122.063222, 37.761471], [-122.063408, 37.761590999999996], [-122.06345, 37.761663], [-122.06345, 37.761707], [-122.063464, 37.761745], [-122.063443, 37.761838999999995], [-122.063429, 37.761872], [-122.063374, 37.761938], [-122.06332499999999, 37.762031], [-122.063298, 37.762063999999995], [-122.06329099999999, 37.762113], [-122.063305, 37.762146], [-122.063367, 37.762212], [-122.063401, 37.762311], [-122.063374, 37.762465], [-122.06336, 37.762498], [-122.063305, 37.762541999999996], [-122.063263, 37.762569], [-122.06318, 37.762591], [-122.063056, 37.762646], [-122.063028, 37.762696], [-122.063028, 37.762729], [-122.063035, 37.762761999999995], [-122.063104, 37.762865999999995], [-122.06323499999999, 37.762958999999995], [-122.063305, 37.762980999999996], [-122.063374, 37.763042], [-122.06341499999999, 37.763234], [-122.06341499999999, 37.763414999999995], [-122.063429, 37.763481], [-122.063464, 37.763546999999996], [-122.063588, 37.763684999999995], [-122.063671, 37.763729], [-122.064156, 37.76408], [-122.064232, 37.764157], [-122.064363, 37.764316], [-122.064426, 37.764415], [-122.064433, 37.764503], [-122.064419, 37.764575], [-122.064294, 37.764734], [-122.06428700000001, 37.764815999999996], [-122.06437700000001, 37.765091], [-122.06437700000001, 37.765167999999996], [-122.064357, 37.765245], [-122.06434999999999, 37.765316], [-122.064363, 37.765349], [-122.064426, 37.765432], [-122.06443999999999, 37.765465], [-122.064433, 37.765530999999996], [-122.06437700000001, 37.765612999999995], [-122.064246, 37.765744999999995], [-122.064232, 37.765778], [-122.064246, 37.765811], [-122.064239, 37.765888], [-122.064294, 37.765992], [-122.064273, 37.766113], [-122.064253, 37.766151], [-122.064239, 37.766272], [-122.06425999999999, 37.766338], [-122.064253, 37.766442999999995], [-122.064211, 37.766557999999996], [-122.064128, 37.766667999999996], [-122.064114, 37.766723], [-122.064114, 37.766788999999996], [-122.064142, 37.766870999999995], [-122.064246, 37.767025], [-122.064294, 37.767117999999996], [-122.064239, 37.767316], [-122.06419, 37.767432], [-122.064218, 37.767579999999995], [-122.064246, 37.767646], [-122.064308, 37.76775], [-122.06437700000001, 37.767849], [-122.064509, 37.767959], [-122.064592, 37.768003], [-122.06473, 37.768118], [-122.064938, 37.768409], [-122.064959, 37.768496999999996], [-122.06492399999999, 37.768657], [-122.064779, 37.768997], [-122.064813, 37.769157], [-122.064938, 37.769304999999996], [-122.065111, 37.76936], [-122.065256, 37.76942], [-122.065415, 37.769459], [-122.065616, 37.76947], [-122.06573399999999, 37.769507999999995], [-122.065755, 37.769624], [-122.065741, 37.769679], [-122.065748, 37.769711], [-122.065775, 37.769745], [-122.065935, 37.769788], [-122.066114, 37.769749999999995], [-122.06627399999999, 37.769739], [-122.066385, 37.769766], [-122.066454, 37.769794], [-122.06653, 37.769849], [-122.06662, 37.769948], [-122.06671, 37.770025], [-122.066841, 37.770184], [-122.06687600000001, 37.770348999999996], [-122.066807, 37.770519], [-122.066703, 37.770683999999996], [-122.06662, 37.770776999999995], [-122.066585, 37.770849], [-122.066592, 37.771014], [-122.06669600000001, 37.771195], [-122.067001, 37.771541], [-122.067104, 37.771634], [-122.067298, 37.771706], [-122.067416, 37.771882], [-122.067589, 37.772211], [-122.067624, 37.772265999999995], [-122.067776, 37.772403], [-122.067942, 37.772490999999995], [-122.068073, 37.772541], [-122.068122, 37.772585], [-122.068184, 37.772706], [-122.068198, 37.772898], [-122.068184, 37.773067999999995], [-122.068295, 37.773261], [-122.06832299999999, 37.773562999999996], [-122.06833, 37.773744], [-122.068302, 37.773892], [-122.068302, 37.773964], [-122.068198, 37.774249999999995], [-122.068247, 37.774409], [-122.068302, 37.774497], [-122.06833, 37.774589999999996], [-122.06832299999999, 37.774744], [-122.068309, 37.774902999999995], [-122.06832299999999, 37.775096], [-122.068344, 37.775238], [-122.068454, 37.775507999999995], [-122.06850299999999, 37.775605999999996], [-122.06850299999999, 37.775777], [-122.068461, 37.775843], [-122.068427, 37.775942], [-122.068406, 37.776095], [-122.068378, 37.776782], [-122.068337, 37.776942], [-122.068205, 37.777277], [-122.068191, 37.777452], [-122.068219, 37.777781999999995], [-122.068198, 37.778123], [-122.068171, 37.778293], [-122.06814299999999, 37.778380999999996], [-122.06806, 37.778469], [-122.067977, 37.778628], [-122.068011, 37.778793], [-122.068122, 37.779160999999995], [-122.06824, 37.77965], [-122.068344, 37.779831], [-122.068351, 37.779984999999996], [-122.068288, 37.780156], [-122.06814299999999, 37.780342], [-122.06806, 37.780502], [-122.068012, 37.780654999999996], [-122.067956, 37.78076], [-122.067797, 37.780885999999995], [-122.067742, 37.780996], [-122.067721, 37.781172], [-122.067742, 37.781348], [-122.06779, 37.781469], [-122.067908, 37.781676999999995], [-122.067804, 37.781808999999996], [-122.067729, 37.781858], [-122.067728, 37.781859], [-122.067707, 37.782007], [-122.06774899999999, 37.782194], [-122.067686, 37.782359], [-122.067714, 37.782534], [-122.067714, 37.782694], [-122.067652, 37.782864], [-122.067361, 37.783529], [-122.06729899999999, 37.783611], [-122.067216, 37.783688], [-122.067084, 37.783874999999995], [-122.067001, 37.784045], [-122.0668, 37.784331], [-122.066752, 37.78438], [-122.066634, 37.784445999999996], [-122.066558, 37.78454], [-122.066558, 37.784577999999996], [-122.066537, 37.784672], [-122.066537, 37.784771], [-122.066523, 37.784803], [-122.066509, 37.784946], [-122.066454, 37.785117], [-122.06639200000001, 37.785275999999996], [-122.06627399999999, 37.785402], [-122.06609399999999, 37.785501], [-122.066018, 37.785556], [-122.065935, 37.785655], [-122.06572, 37.786001], [-122.065637, 37.78615], [-122.065603, 37.786254], [-122.065499, 37.786386], [-122.065375, 37.786443999999996], [-122.065277, 37.78649], [-122.064793, 37.786654999999996], [-122.06461999999999, 37.786726], [-122.064426, 37.786847], [-122.06428700000001, 37.786908], [-122.06419700000001, 37.786935], [-122.064059, 37.786952], [-122.063831, 37.786946], [-122.063653, 37.786964999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,178,0)", "fill-opacity": 0.75, "intersection_density": 146.908}, "geometry": {"type": "Polygon", "coordinates": [[[-122.122219, 37.709455], [-122.122303, 37.709327], [-122.12236899999999, 37.709227999999996], [-122.122456, 37.70908], [-122.122559, 37.708878], [-122.122616, 37.708762], [-122.122676, 37.708625], [-122.122896, 37.708788], [-122.122972, 37.708845], [-122.123918, 37.709571], [-122.124167, 37.709762], [-122.123738, 37.710263999999995], [-122.12346099999999, 37.710108], [-122.12248, 37.709587], [-122.122271, 37.709481], [-122.122219, 37.709455]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,208,0)", "fill-opacity": 0.75, "intersection_density": 90.042}, "geometry": {"type": "Polygon", "coordinates": [[[-122.104963, 37.631902], [-122.104257, 37.632183], [-122.104151, 37.632013], [-122.104147, 37.632006], [-122.10409899999999, 37.631913999999995], [-122.104057, 37.631800999999996], [-122.104, 37.631577], [-122.103977, 37.631523], [-122.103939, 37.631453], [-122.103807, 37.631257999999995], [-122.103779, 37.631209999999996], [-122.103632, 37.630955], [-122.104011, 37.630818], [-122.10433499999999, 37.630686], [-122.104531, 37.630607999999995], [-122.104766, 37.630506], [-122.105928, 37.629974], [-122.106398, 37.629763], [-122.107086, 37.629456], [-122.10723899999999, 37.629667999999995], [-122.107332, 37.629798], [-122.107398, 37.629903999999996], [-122.107449, 37.630015], [-122.107481, 37.630098], [-122.107509, 37.630210999999996], [-122.10752600000001, 37.630385], [-122.107533, 37.630449999999996], [-122.107542, 37.630646999999996], [-122.107542, 37.630808], [-122.107544, 37.631293], [-122.107545, 37.631383], [-122.106711, 37.631377], [-122.106566, 37.631378], [-122.10640599999999, 37.631384], [-122.106275, 37.631403], [-122.106197, 37.63142], [-122.106025, 37.631473], [-122.105733, 37.631597], [-122.104963, 37.631902]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,217,0)", "fill-opacity": 0.75, "intersection_density": 72.191}, "geometry": {"type": "Polygon", "coordinates": [[[-122.043312, 37.606031], [-122.043305, 37.605956], [-122.04372000000001, 37.605959], [-122.044967, 37.605969], [-122.045383, 37.605973], [-122.045377, 37.606065], [-122.043312, 37.606031]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,243,0)", "fill-opacity": 0.75, "intersection_density": 22.976}, "geometry": {"type": "Polygon", "coordinates": [[[-122.049631, 37.693813], [-122.049279, 37.693885], [-122.049025, 37.693943999999995], [-122.048921, 37.693968999999996], [-122.048737, 37.694016], [-122.048473, 37.694089999999996], [-122.048138, 37.694205], [-122.04791, 37.694279], [-122.047651, 37.694379], [-122.047313, 37.69452], [-122.046879, 37.694714999999995], [-122.046857, 37.694725999999996], [-122.046238, 37.695057], [-122.04603399999999, 37.695170999999995], [-122.045807, 37.695299], [-122.045441, 37.695544], [-122.045343, 37.695609999999995], [-122.045284, 37.695662], [-122.045253, 37.695682], [-122.045184, 37.69564], [-122.044978, 37.695516], [-122.04491, 37.695475], [-122.044856, 37.695461], [-122.044882, 37.69544], [-122.044898, 37.695429], [-122.045137, 37.69526], [-122.045369, 37.695119], [-122.046098, 37.694714999999995], [-122.046306, 37.694610999999995], [-122.046635, 37.694461], [-122.047046, 37.694283999999996], [-122.047608, 37.694049], [-122.047885, 37.693951999999996], [-122.048118, 37.693875], [-122.04866, 37.693715], [-122.049251, 37.693562], [-122.049413, 37.693534], [-122.049645, 37.693484], [-122.050135, 37.693400000000004], [-122.050375, 37.693366], [-122.051023, 37.693297], [-122.05149, 37.693256], [-122.051942, 37.693228], [-122.051961, 37.693228], [-122.051961, 37.693582], [-122.05183199999999, 37.693585], [-122.051492, 37.693597], [-122.051273, 37.693605999999996], [-122.050799, 37.693638], [-122.050372, 37.693691], [-122.050092, 37.693732], [-122.049831, 37.693771999999996], [-122.049631, 37.693813]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,180,0)", "fill-opacity": 0.75, "intersection_density": 144.119}, "geometry": {"type": "Polygon", "coordinates": [[[-122.161582, 37.712506], [-122.16176300000001, 37.712421], [-122.162033, 37.712295], [-122.162306, 37.712165], [-122.162488, 37.71208], [-122.162585, 37.712225], [-122.161635, 37.712637], [-122.16085799999999, 37.712962999999995], [-122.160814, 37.712886], [-122.160967, 37.71281], [-122.161428, 37.712581], [-122.161582, 37.712506]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,214,0)", "fill-opacity": 0.75, "intersection_density": 79.13600000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.05558500000001, 37.703384], [-122.055543, 37.703435], [-122.055385, 37.703629], [-122.055349, 37.703693], [-122.055342, 37.703764], [-122.05535, 37.703811], [-122.0554, 37.703809], [-122.055392, 37.703821], [-122.055313, 37.703823], [-122.055301, 37.703812], [-122.055214, 37.703814], [-122.054997, 37.70382], [-122.054994, 37.703776999999995], [-122.05497199999999, 37.70364], [-122.05491, 37.703461], [-122.054822, 37.703285], [-122.054715, 37.703123999999995], [-122.054651, 37.703041999999996], [-122.054573, 37.702956], [-122.054456, 37.702853999999995], [-122.054283, 37.702718999999995], [-122.054056, 37.702576], [-122.053837, 37.70238], [-122.053792, 37.702344], [-122.053766, 37.702315999999996], [-122.05373900000001, 37.702276], [-122.053719, 37.702203], [-122.05372, 37.702155999999995], [-122.054003, 37.702034], [-122.054245, 37.701814], [-122.05429699999999, 37.701757], [-122.054474, 37.701567], [-122.054439, 37.701726], [-122.05443199999999, 37.701758999999996], [-122.054453, 37.701902], [-122.054536, 37.702034], [-122.05473599999999, 37.702171], [-122.055283, 37.702517], [-122.055649, 37.702754], [-122.055711, 37.702754], [-122.055746, 37.702759], [-122.05578, 37.70277], [-122.055801, 37.702825], [-122.055815, 37.702951999999996], [-122.055822, 37.703007], [-122.055829, 37.703044999999996], [-122.055822, 37.703094], [-122.055774, 37.703164], [-122.05558500000001, 37.703384]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,189,0)", "fill-opacity": 0.75, "intersection_density": 126.04899999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.087041, 37.647662], [-122.08667, 37.647726999999996], [-122.086502, 37.647752], [-122.086272, 37.647796], [-122.086064, 37.647835], [-122.085871, 37.647876], [-122.085826, 37.647884999999995], [-122.085605, 37.647939], [-122.085279, 37.648009], [-122.08509, 37.648058999999996], [-122.084971, 37.648085], [-122.08470000000001, 37.648131], [-122.085088, 37.647619999999996], [-122.086606, 37.645627999999995], [-122.08711199999999, 37.644964], [-122.087244, 37.645026], [-122.08764099999999, 37.645212], [-122.087774, 37.645274], [-122.08785499999999, 37.645312], [-122.08810000000001, 37.645426], [-122.088182, 37.645465], [-122.087861, 37.645900999999995], [-122.087072, 37.646977], [-122.087007, 37.647073999999996], [-122.08697699999999, 37.647161], [-122.086983, 37.647242999999996], [-122.08699, 37.647318999999996], [-122.087041, 37.647662]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,175,0)", "fill-opacity": 0.75, "intersection_density": 154.137}, "geometry": {"type": "Polygon", "coordinates": [[[-122.144807, 37.739078], [-122.143875, 37.738638], [-122.143896, 37.738564], [-122.144085, 37.738654], [-122.144653, 37.738924], [-122.144843, 37.739014999999995], [-122.144828, 37.739049], [-122.144807, 37.739078]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,140,0)", "fill-opacity": 0.75, "intersection_density": 220.174}, "geometry": {"type": "Polygon", "coordinates": [[[-122.13859099999999, 37.684742], [-122.138601, 37.684771999999995], [-122.138729, 37.685158], [-122.138885, 37.685713], [-122.138904, 37.685815], [-122.138922, 37.68588], [-122.138947, 37.686054], [-122.138968, 37.686305999999995], [-122.13897, 37.686588], [-122.13726299999999, 37.686591], [-122.13726299999999, 37.68652], [-122.137269, 37.685947999999996], [-122.137272, 37.685758], [-122.137239, 37.684568], [-122.137371, 37.684563], [-122.137509, 37.68459], [-122.13773, 37.684657], [-122.137924, 37.684678999999996], [-122.138172, 37.684723], [-122.13845599999999, 37.684745], [-122.13859099999999, 37.684742]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,247,0)", "fill-opacity": 0.75, "intersection_density": 14.5}, "geometry": {"type": "Polygon", "coordinates": [[[-122.117287, 37.752342999999996], [-122.117301, 37.75241], [-122.117343, 37.752508], [-122.11737099999999, 37.752545999999995], [-122.117398, 37.7526], [-122.117508, 37.752849], [-122.117525, 37.752911999999995], [-122.11752899999999, 37.752946], [-122.117542, 37.752973], [-122.117597, 37.753059], [-122.117669, 37.753202], [-122.117746, 37.753371], [-122.117774, 37.753412], [-122.11823, 37.753831], [-122.118343, 37.754045], [-122.118351, 37.75418], [-122.118372, 37.754248], [-122.118423, 37.754329], [-122.118444, 37.754388], [-122.11845199999999, 37.754427], [-122.118446, 37.754473999999995], [-122.118378, 37.754584], [-122.11836199999999, 37.754644], [-122.118357, 37.754701], [-122.11836, 37.754782], [-122.118338, 37.755137999999995], [-122.118312, 37.755387999999996], [-122.118297, 37.755457], [-122.11827199999999, 37.755499], [-122.118271, 37.755502], [-122.118218, 37.755576], [-122.11805, 37.755781999999996], [-122.117947, 37.755887], [-122.117869, 37.755986], [-122.11776499999999, 37.756163], [-122.117714, 37.756296], [-122.117702, 37.75635], [-122.117695, 37.756433], [-122.117678, 37.756512], [-122.117639, 37.756543], [-122.117542, 37.756567], [-122.117161, 37.756645], [-122.117031, 37.756682999999995], [-122.116825, 37.756751], [-122.116733, 37.756775], [-122.116523, 37.75681], [-122.11648199999999, 37.756839], [-122.116466, 37.756872], [-122.116455, 37.75691], [-122.116468, 37.756955999999995], [-122.116508, 37.757011999999996], [-122.11655400000001, 37.757059999999996], [-122.116681, 37.757124], [-122.116945, 37.757208999999996], [-122.117021, 37.757264], [-122.117053, 37.757303], [-122.117084, 37.75737], [-122.117116, 37.757587], [-122.117115, 37.757666], [-122.117104, 37.757861999999996], [-122.11707200000001, 37.758131999999996], [-122.117082, 37.758193], [-122.117111, 37.758267], [-122.117151, 37.758344], [-122.11717999999999, 37.758432], [-122.117208, 37.758496], [-122.117215, 37.758521], [-122.117228, 37.758562999999995], [-122.117227, 37.75862], [-122.117203, 37.758700999999995], [-122.117109, 37.75884], [-122.11710099999999, 37.758888999999996], [-122.117108, 37.758936999999996], [-122.11713, 37.758995], [-122.117171, 37.759036], [-122.117244, 37.75908], [-122.11729700000001, 37.759129], [-122.117318, 37.759163], [-122.117324, 37.759201999999995], [-122.117325, 37.759369], [-122.11731, 37.759425], [-122.117283, 37.759485], [-122.117251, 37.759535], [-122.11719, 37.759584], [-122.11711, 37.759615], [-122.116998, 37.759620999999996], [-122.116923, 37.759613], [-122.116916, 37.759591], [-122.116902, 37.759552], [-122.116895, 37.759426], [-122.116895, 37.7593], [-122.116874, 37.759212], [-122.116867, 37.759113], [-122.116846, 37.759074], [-122.116784, 37.758832999999996], [-122.116708, 37.758646], [-122.116638, 37.758536], [-122.116528, 37.75841], [-122.116507, 37.758355], [-122.1165, 37.758316], [-122.116417, 37.758157], [-122.116147, 37.757751], [-122.116126, 37.757695999999996], [-122.116078, 37.757625999999995], [-122.116029, 37.757553], [-122.115939, 37.757383], [-122.115544, 37.756811], [-122.115461, 37.756707], [-122.115246, 37.756333999999995], [-122.115225, 37.756158], [-122.11526599999999, 37.75602], [-122.11532199999999, 37.755883], [-122.115329, 37.755756999999996], [-122.115245, 37.755581], [-122.115238, 37.755525999999996], [-122.115197, 37.755433], [-122.115134, 37.755097], [-122.115141, 37.754889], [-122.115162, 37.754812], [-122.115162, 37.754746], [-122.115203, 37.754553], [-122.115231, 37.75452], [-122.115307, 37.754256999999996], [-122.115341, 37.754191], [-122.11538999999999, 37.754008999999996], [-122.115396, 37.753817], [-122.115355, 37.753651999999995], [-122.115195, 37.75335], [-122.11496, 37.753048], [-122.11475899999999, 37.752900000000004], [-122.114655, 37.75279], [-122.114593, 37.752756999999995], [-122.114475, 37.752663999999996], [-122.114364, 37.752548999999995], [-122.114177, 37.752296], [-122.11394899999999, 37.752082], [-122.113839, 37.751954999999995], [-122.113665, 37.751751999999996], [-122.11358899999999, 37.751619999999996], [-122.113575, 37.75156], [-122.113533, 37.751455], [-122.113519, 37.751104], [-122.113484, 37.750817999999995], [-122.11343600000001, 37.750566], [-122.113415, 37.750533], [-122.113346, 37.750313], [-122.113256, 37.750181], [-122.113122, 37.749927], [-122.113687, 37.749628], [-122.115382, 37.748733], [-122.115555, 37.748643], [-122.115577, 37.748657], [-122.11561, 37.748698], [-122.115627, 37.748747], [-122.115729, 37.749199], [-122.115809, 37.749736], [-122.115846, 37.749956999999995], [-122.115923, 37.750150999999995], [-122.11603099999999, 37.750346], [-122.116175, 37.750572], [-122.116327, 37.750794], [-122.116502, 37.751039], [-122.116638, 37.751238], [-122.11679699999999, 37.751487], [-122.116951, 37.751763], [-122.11698200000001, 37.75184], [-122.117, 37.751906], [-122.117018, 37.751931], [-122.117066, 37.751965], [-122.117142, 37.752027999999996], [-122.117187, 37.752083], [-122.117227, 37.752159999999996], [-122.117287, 37.752342999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-122.082796, 37.575168], [-122.083627, 37.574918], [-122.083546, 37.574951999999996], [-122.083401, 37.575026], [-122.083355, 37.575064], [-122.083322, 37.575108], [-122.083285, 37.575168999999995], [-122.083249, 37.575212], [-122.083187, 37.575272], [-122.083012, 37.575336], [-122.08292900000001, 37.575379999999996], [-122.082882, 37.5754], [-122.082842, 37.575292999999995], [-122.082796, 37.575168]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,227,0)", "fill-opacity": 0.75, "intersection_density": 54.418}, "geometry": {"type": "Polygon", "coordinates": [[[-122.113654, 37.708563999999996], [-122.11269899999999, 37.7093], [-122.110799, 37.710747999999995], [-122.110761, 37.710784], [-122.11075199999999, 37.710811], [-122.110771, 37.710922], [-122.110767, 37.710941], [-122.110445, 37.710651], [-122.110291, 37.710512], [-122.110303, 37.710482999999996], [-122.110309, 37.710452], [-122.110308, 37.710339], [-122.110296, 37.710291999999995], [-122.110273, 37.710246], [-122.110244, 37.710206], [-122.11021099999999, 37.710173999999995], [-122.110143, 37.710121], [-122.11008, 37.710079], [-122.109892, 37.709955], [-122.109759, 37.709857], [-122.109714, 37.709812], [-122.10968199999999, 37.709748], [-122.10967600000001, 37.709711999999996], [-122.109677, 37.709647], [-122.109687, 37.709590999999996], [-122.109742, 37.709478], [-122.109792, 37.709410999999996], [-122.109837, 37.709337], [-122.109845, 37.709306], [-122.109844, 37.709275999999996], [-122.109838, 37.709252], [-122.109823, 37.709236], [-122.109697, 37.709163], [-122.109573, 37.709049], [-122.10950000000001, 37.708974], [-122.109447, 37.708903], [-122.109368, 37.708794999999995], [-122.109273, 37.708641], [-122.109166, 37.708453], [-122.10925399999999, 37.708391], [-122.109296, 37.708335], [-122.109303, 37.708303], [-122.109303, 37.708256], [-122.10928, 37.707936], [-122.109252, 37.707539], [-122.109259, 37.707465], [-122.109271, 37.707406], [-122.109293, 37.707359], [-122.109317, 37.707336999999995], [-122.109341, 37.707324], [-122.109368, 37.707315], [-122.10943499999999, 37.707302], [-122.109486, 37.707307], [-122.10956, 37.70733], [-122.109989, 37.707589999999996], [-122.11003099999999, 37.707609999999995], [-122.110085, 37.707623999999996], [-122.110193, 37.707632], [-122.110248, 37.707626], [-122.110304, 37.707612], [-122.110341, 37.707598], [-122.110368, 37.707588], [-122.110407, 37.707566], [-122.11045899999999, 37.707521], [-122.110495, 37.707474], [-122.110682, 37.707147], [-122.110861, 37.707218], [-122.110957, 37.707246], [-122.111077, 37.707265], [-122.11108899999999, 37.707265], [-122.111167, 37.70727], [-122.111251, 37.70727], [-122.111338, 37.707263999999995], [-122.111446, 37.707245], [-122.111555, 37.707212], [-122.111621, 37.707183], [-122.111705, 37.707136], [-122.11216, 37.706813], [-122.112229, 37.706767], [-122.11258699999999, 37.706534999999995], [-122.112661, 37.706596], [-122.11271099999999, 37.706645], [-122.112714, 37.706648], [-122.11277, 37.706727], [-122.112837, 37.706874], [-122.112916, 37.707097999999995], [-122.112972, 37.707256], [-122.11316, 37.707269], [-122.11325, 37.707276], [-122.113535, 37.707319], [-122.113715, 37.707369], [-122.113824, 37.7074], [-122.113899, 37.707414], [-122.113969, 37.707421], [-122.114038, 37.707422], [-122.11412, 37.707406999999996], [-122.114134, 37.707405], [-122.11417, 37.707391], [-122.11424, 37.707350999999996], [-122.11430899999999, 37.707293], [-122.114664, 37.707021999999995], [-122.114842, 37.706887], [-122.115027, 37.706734999999995], [-122.115078, 37.706682], [-122.11510799999999, 37.706652999999996], [-122.115177, 37.706542999999996], [-122.11522, 37.706426], [-122.11526599999999, 37.706078999999995], [-122.115304, 37.70596], [-122.115375, 37.705808999999995], [-122.11551, 37.705527], [-122.115578, 37.705574999999996], [-122.115664, 37.705580999999995], [-122.115782, 37.70559], [-122.115958, 37.705584], [-122.11601999999999, 37.705576], [-122.11614, 37.705552], [-122.116169, 37.705543], [-122.11624499999999, 37.705523], [-122.116331, 37.705492], [-122.116384, 37.70552], [-122.116544, 37.705605999999996], [-122.116598, 37.705635], [-122.115459, 37.706767], [-122.113654, 37.708563999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,222,0)", "fill-opacity": 0.75, "intersection_density": 63.871}, "geometry": {"type": "Polygon", "coordinates": [[[-122.051961, 37.693582], [-122.051961, 37.693228], [-122.052723, 37.693245], [-122.053546, 37.693326], [-122.055117, 37.693487999999995], [-122.055782, 37.693554], [-122.056108, 37.693579], [-122.056445, 37.693598], [-122.056857, 37.693601], [-122.057081, 37.693598], [-122.05677299999999, 37.693957999999995], [-122.056466, 37.693943], [-122.056385, 37.69394], [-122.056072, 37.693926], [-122.055885, 37.693911], [-122.054979, 37.693818], [-122.054485, 37.693768], [-122.054301, 37.693749], [-122.053981, 37.693709], [-122.053746, 37.69368], [-122.053386, 37.693636], [-122.052817, 37.6936], [-122.05246700000001, 37.693587], [-122.052193, 37.693577], [-122.051961, 37.693582]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,198,0)", "fill-opacity": 0.75, "intersection_density": 109.68299999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-121.770083, 37.664007999999995], [-121.770002, 37.663911999999996], [-121.769934, 37.663821], [-121.769879, 37.663731], [-121.769871, 37.663717], [-121.769799, 37.663579], [-121.769751, 37.663444999999996], [-121.769735, 37.663362], [-121.769723, 37.663267], [-121.769723, 37.663166], [-121.769744, 37.662979], [-121.76977, 37.66288], [-121.769803, 37.662779], [-121.769818, 37.662743999999996], [-121.769848, 37.66268], [-121.769913, 37.662566], [-121.76999, 37.662447], [-121.770119, 37.662306], [-121.770252, 37.662161999999995], [-121.77038, 37.662044], [-121.770542, 37.661919999999995], [-121.770576, 37.661895], [-121.7707, 37.661812999999995], [-121.770827, 37.661742], [-121.771012, 37.66164], [-121.771182, 37.66157], [-121.771222, 37.661556], [-121.771361, 37.661511], [-121.771747, 37.661446999999995], [-121.771754, 37.661445], [-121.771914, 37.661424], [-121.77213499999999, 37.661404], [-121.772337, 37.661398999999996], [-121.772948, 37.661401999999995], [-121.773347, 37.661404999999995], [-121.773346, 37.66155], [-121.773346, 37.661986999999996], [-121.773346, 37.662133], [-121.773166, 37.662130999999995], [-121.772629, 37.662127], [-121.77244999999999, 37.662126], [-121.772215, 37.662124999999996], [-121.772172, 37.662124999999996], [-121.772029, 37.662135], [-121.771879, 37.662155999999996], [-121.77176299999999, 37.662183999999996], [-121.77152699999999, 37.662255], [-121.771513, 37.662259999999996], [-121.771427, 37.662296], [-121.771312, 37.662348], [-121.77119, 37.662414999999996], [-121.77099799999999, 37.662552999999996], [-121.770884, 37.662659], [-121.77082, 37.662732999999996], [-121.770812, 37.662743], [-121.770769, 37.662805], [-121.770711, 37.662898999999996], [-121.770665, 37.662993], [-121.77063799999999, 37.663078], [-121.770619, 37.663225], [-121.770626, 37.663303], [-121.770644, 37.663382999999996], [-121.770663, 37.663421], [-121.770737, 37.663519], [-121.77077, 37.66356], [-121.770808, 37.663593999999996], [-121.770877, 37.663637], [-121.770961, 37.663681], [-121.77106599999999, 37.663714], [-121.771174, 37.66374], [-121.771735, 37.663833], [-121.771737, 37.663833], [-121.772373, 37.663920999999995], [-121.772336, 37.664061], [-121.772228, 37.664483], [-121.772192, 37.664623999999996], [-121.771749, 37.664561], [-121.771693, 37.664553999999995], [-121.771014, 37.664452], [-121.770894, 37.664428], [-121.770718, 37.664379], [-121.770577, 37.664321], [-121.770452, 37.664257], [-121.770385, 37.664223], [-121.770222, 37.664117], [-121.770083, 37.664007999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,202,0)", "fill-opacity": 0.75, "intersection_density": 101.801}, "geometry": {"type": "Polygon", "coordinates": [[[-121.77274299999999, 37.666926], [-121.772778, 37.666782], [-121.772885, 37.666353], [-121.772921, 37.666211], [-121.773394, 37.666284], [-121.77479, 37.666501], [-121.77481399999999, 37.666503999999996], [-121.775289, 37.666565], [-121.775286, 37.666714999999996], [-121.775279, 37.667167], [-121.775277, 37.667318], [-121.775278, 37.667449999999995], [-121.775284, 37.667846], [-121.775286, 37.667978], [-121.775063, 37.667975999999996], [-121.774507, 37.667974], [-121.774394, 37.667966], [-121.774323, 37.667961], [-121.77417299999999, 37.667941], [-121.77429599999999, 37.667482], [-121.774333, 37.667348], [-121.774347, 37.667266999999995], [-121.774345, 37.667235999999995], [-121.77432999999999, 37.667206], [-121.774294, 37.667183], [-121.774246, 37.667169], [-121.774041, 37.667131], [-121.773212, 37.667], [-121.77274299999999, 37.666926]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,191,0)", "fill-opacity": 0.75, "intersection_density": 122.302}, "geometry": {"type": "Polygon", "coordinates": [[[-121.771014, 37.665928], [-121.771049, 37.665783999999995], [-121.771154, 37.665352], [-121.77119, 37.665209], [-121.771354, 37.665231], [-121.771846, 37.665298], [-121.77201099999999, 37.665321], [-121.772188, 37.665349], [-121.772721, 37.665436], [-121.772899, 37.665465], [-121.773078, 37.665493], [-121.773619, 37.665577], [-121.773799, 37.665605], [-121.774132, 37.665656], [-121.775102, 37.665805999999996], [-121.775133, 37.665808999999996], [-121.775358, 37.665838], [-121.775469, 37.665839], [-121.775648, 37.665839999999996], [-121.776185, 37.665844], [-121.776364, 37.665845999999995], [-121.776362, 37.665991], [-121.776359, 37.666426], [-121.776358, 37.666571999999995], [-121.776144, 37.66657], [-121.775502, 37.666565999999996], [-121.775289, 37.666565], [-121.77481399999999, 37.666503999999996], [-121.77479, 37.666501], [-121.773394, 37.666284], [-121.772921, 37.666211], [-121.772539, 37.666154], [-121.771395, 37.665984], [-121.771014, 37.665928]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,182,0)", "fill-opacity": 0.75, "intersection_density": 140.127}, "geometry": {"type": "Polygon", "coordinates": [[[-121.77547799999999, 37.664978999999995], [-121.775475, 37.664806999999996], [-121.77546699999999, 37.664291], [-121.775465, 37.66412], [-121.775643, 37.664117999999995], [-121.776177, 37.664116], [-121.77635599999999, 37.664116], [-121.77635699999999, 37.664296], [-121.77636, 37.664836], [-121.776362, 37.665017], [-121.77636, 37.665182], [-121.77635599999999, 37.665611999999996], [-121.776358, 37.66568], [-121.776364, 37.665845999999995], [-121.776185, 37.665844], [-121.775648, 37.665839999999996], [-121.775469, 37.665839], [-121.77547, 37.665667], [-121.775476, 37.66515], [-121.77547799999999, 37.664978999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,158,0)", "fill-opacity": 0.75, "intersection_density": 185.875}, "geometry": {"type": "Polygon", "coordinates": [[[-121.882431, 37.693585999999996], [-121.882445, 37.693571], [-121.882693, 37.693315999999996], [-121.882904, 37.693118], [-121.883016, 37.693028999999996], [-121.88314199999999, 37.692946], [-121.883313, 37.692844], [-121.883486, 37.693025999999996], [-121.884007, 37.693571999999996], [-121.88401400000001, 37.693579], [-121.883899, 37.693712999999995], [-121.883496, 37.694134999999996], [-121.883071, 37.694561], [-121.882496, 37.695153], [-121.882065, 37.695575], [-121.881587, 37.696093], [-121.88118, 37.696497], [-121.880869, 37.696304999999995], [-121.88060300000001, 37.696132999999996], [-121.880331, 37.695975], [-121.880226, 37.695909], [-121.880223, 37.695882], [-121.880202, 37.695848], [-121.880168, 37.695809], [-121.880109, 37.695723], [-121.880231, 37.69567], [-121.88032, 37.695626], [-121.880428, 37.695564], [-121.88051, 37.695506], [-121.880978, 37.695057], [-121.881762, 37.694275999999995], [-121.882178, 37.693852], [-121.882431, 37.693585999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,215,0)", "fill-opacity": 0.75, "intersection_density": 76.687}, "geometry": {"type": "Polygon", "coordinates": [[[-121.847654, 37.692094999999995], [-121.84771599999999, 37.692139], [-121.84788, 37.692267], [-121.84799, 37.692374], [-121.848082, 37.692487], [-121.848089, 37.692502], [-121.848122, 37.692564], [-121.848161, 37.692665999999996], [-121.848188, 37.692781], [-121.84821, 37.693042999999996], [-121.84821, 37.693385], [-121.84822299999999, 37.693698999999995], [-121.848258, 37.694282], [-121.848262, 37.694339], [-121.848271, 37.694882], [-121.848272, 37.695215], [-121.848276, 37.696216], [-121.848278, 37.696549999999995], [-121.848232, 37.696531], [-121.848094, 37.696473999999995], [-121.848048, 37.696455], [-121.84790100000001, 37.69587], [-121.847831, 37.695592], [-121.847816, 37.694072999999996], [-121.84781100000001, 37.693470999999995], [-121.847779, 37.693194999999996], [-121.847685, 37.69237], [-121.847654, 37.692094999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,232,0)", "fill-opacity": 0.75, "intersection_density": 43.19}, "geometry": {"type": "Polygon", "coordinates": [[[-121.896738, 37.640681], [-121.893523, 37.638566], [-121.893142, 37.639039], [-121.892327, 37.638507], [-121.891757, 37.638107999999995], [-121.891625, 37.638016], [-121.891535, 37.637935999999996], [-121.891389, 37.637783999999996], [-121.891238, 37.637572999999996], [-121.891114, 37.637361999999996], [-121.891165, 37.637343], [-121.891318, 37.637285999999996], [-121.891369, 37.637267], [-121.892461, 37.637778999999995], [-121.892526, 37.63781], [-121.892616, 37.637845], [-121.892702, 37.63787], [-121.893058, 37.637924999999996], [-121.893201, 37.637935999999996], [-121.893328, 37.637937], [-121.893609, 37.637913], [-121.893892, 37.637851999999995], [-121.89396099999999, 37.637833], [-121.89399, 37.637797], [-121.89399, 37.637744999999995], [-121.893928, 37.637693], [-121.893759, 37.637620999999996], [-121.893389, 37.637482], [-121.893312, 37.637439], [-121.893249, 37.637386], [-121.892844, 37.636907], [-121.892578, 37.636446], [-121.892522, 37.636348], [-121.89221599999999, 37.635298999999996], [-121.891937, 37.635069], [-121.891766, 37.634879999999995], [-121.891578, 37.634662], [-121.89150000000001, 37.634549], [-121.89146099999999, 37.634457], [-121.891447, 37.634422], [-121.89140499999999, 37.634198999999995], [-121.891407, 37.634084], [-121.891384, 37.633989], [-121.891357, 37.633925999999995], [-121.891298, 37.633821999999995], [-121.891197, 37.633683], [-121.890851, 37.633398], [-121.890704, 37.633095], [-121.89066700000001, 37.632937], [-121.890671, 37.632771999999996], [-121.890723, 37.632619999999996], [-121.890782, 37.632521], [-121.89085, 37.632441], [-121.890894, 37.632408999999996], [-121.890937, 37.632385], [-121.890979, 37.63237], [-121.891023, 37.632360999999996], [-121.891063, 37.632363999999995], [-121.891095, 37.632371], [-121.891147, 37.632403], [-121.891168, 37.632425999999995], [-121.891388, 37.632874], [-121.891459, 37.633097], [-121.891476, 37.63315], [-121.891504, 37.633196999999996], [-121.891555, 37.633254], [-121.89160799999999, 37.633295], [-121.891678, 37.633331999999996], [-121.891834, 37.633385], [-121.892017, 37.633424999999995], [-121.892228, 37.63344], [-121.89247, 37.633477], [-121.892594, 37.633536], [-121.892967, 37.633714], [-121.893092, 37.633773999999995], [-121.893118, 37.633786], [-121.893198, 37.633824], [-121.893225, 37.633837], [-121.893546, 37.633852999999995], [-121.89451199999999, 37.633903], [-121.894834, 37.633919999999996], [-121.895346, 37.634097], [-121.895473, 37.634142], [-121.895533, 37.634167999999995], [-121.895646, 37.634234], [-121.895862, 37.634406999999996], [-121.895932, 37.634457999999995], [-121.89602, 37.634513], [-121.89611099999999, 37.634561], [-121.896204, 37.634586], [-121.89625699999999, 37.634586999999996], [-121.896311, 37.634569], [-121.896334, 37.634552], [-121.896357, 37.634513], [-121.896365, 37.634468], [-121.896353, 37.634426], [-121.896339, 37.634405], [-121.896295, 37.634369], [-121.896055, 37.634234], [-121.896037, 37.634223999999996], [-121.896, 37.634197], [-121.895954, 37.634145], [-121.895937, 37.634116999999996], [-121.895927, 37.634054], [-121.895952, 37.633745999999995], [-121.895979, 37.633246], [-121.89599, 37.633219], [-121.896092, 37.633117], [-121.896135, 37.633075999999996], [-121.896188, 37.632985999999995], [-121.896319, 37.632697], [-121.896349, 37.632652], [-121.896387, 37.632614], [-121.896462, 37.632568], [-121.896534, 37.632546], [-121.89657199999999, 37.632539], [-121.89661699999999, 37.632542], [-121.896649, 37.632551], [-121.89667, 37.632565], [-121.896691, 37.632591999999995], [-121.89670100000001, 37.632615], [-121.89674, 37.632833999999995], [-121.896761, 37.632872], [-121.896787, 37.6329], [-121.896816, 37.632922], [-121.896856, 37.632940999999995], [-121.896914, 37.632957], [-121.897041, 37.632971999999995], [-121.897097, 37.63297], [-121.897137, 37.632964], [-121.897183, 37.632951], [-121.897228, 37.632933], [-121.897289, 37.632892999999996], [-121.897308, 37.632871], [-121.897322, 37.632842], [-121.89735, 37.632749], [-121.897375, 37.6327], [-121.897384, 37.632687], [-121.897424, 37.632636999999995], [-121.897456, 37.632611], [-121.897493, 37.632588], [-121.897537, 37.632569], [-121.89799, 37.632419999999996], [-121.89812599999999, 37.632383], [-121.89818, 37.632369], [-121.898435, 37.632287999999996], [-121.898533, 37.632267999999996], [-121.898568, 37.632262], [-121.898673, 37.632272], [-121.898771, 37.632293], [-121.898816, 37.632304], [-121.89898099999999, 37.632376], [-121.899048, 37.63241], [-121.899138, 37.632456999999995], [-121.899225, 37.632526], [-121.899618, 37.632897], [-121.89972900000001, 37.633027], [-121.89977, 37.633074], [-121.899891, 37.633285], [-121.899936, 37.63335], [-121.899998, 37.633416], [-121.900105, 37.633500999999995], [-121.900301, 37.633626], [-121.900552, 37.633756999999996], [-121.900649, 37.633796], [-121.900769, 37.633854], [-121.90134, 37.634177], [-121.901546, 37.634288999999995], [-121.901605, 37.634315], [-121.90165400000001, 37.634329], [-121.901715, 37.634338], [-121.90174999999999, 37.634346], [-121.90179599999999, 37.634357], [-121.901845, 37.634373], [-121.901986, 37.63444], [-121.902053, 37.634457999999995], [-121.902203, 37.634485], [-121.902277, 37.634488], [-121.902337, 37.634479], [-121.902398, 37.634462], [-121.902475, 37.634422], [-121.90252699999999, 37.634388], [-121.902416, 37.634521], [-121.900725, 37.635491], [-121.896712, 37.637796], [-121.896464, 37.637938999999996], [-121.896547, 37.638774], [-121.896608, 37.639385], [-121.896738, 37.640681]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,245,0)", "fill-opacity": 0.75, "intersection_density": 18.934}, "geometry": {"type": "Polygon", "coordinates": [[[-121.696973, 37.695575999999996], [-121.696965, 37.695484], [-121.696955, 37.695268], [-121.69694799999999, 37.695108999999995], [-121.69691, 37.694721], [-121.696898, 37.694521], [-121.6969, 37.694345999999996], [-121.696901, 37.694337999999995], [-121.696901, 37.694039], [-121.696901, 37.693908], [-121.696918, 37.692933], [-121.696916, 37.692653], [-121.696913, 37.69204], [-121.69691, 37.69152], [-121.696917, 37.690591], [-121.696895, 37.689467], [-121.69689, 37.688494999999996], [-121.696889, 37.688232], [-121.696866, 37.687407], [-121.696835, 37.687242], [-121.696775, 37.687127], [-121.696845, 37.687137], [-121.696922, 37.687155], [-121.697002, 37.687163], [-121.697277, 37.687163999999996], [-121.69777500000001, 37.687177999999996], [-121.69816900000001, 37.687196], [-121.698584, 37.687248], [-121.69863, 37.687366], [-121.698654, 37.68754], [-121.698672, 37.687774], [-121.698673, 37.688126], [-121.698668, 37.688359999999996], [-121.698652, 37.688570999999996], [-121.698628, 37.688747], [-121.698567, 37.689037], [-121.69834, 37.690008], [-121.69826499999999, 37.69037], [-121.698241, 37.690560999999995], [-121.698233, 37.690667], [-121.698238, 37.690874], [-121.698246, 37.690968999999996], [-121.698266, 37.691077], [-121.698312, 37.691229], [-121.698374, 37.691396], [-121.698422, 37.691503], [-121.69847, 37.691590999999995], [-121.698518, 37.691668], [-121.698635, 37.691829], [-121.698735, 37.691953999999996], [-121.698944, 37.692146], [-121.699202, 37.692349], [-121.699288, 37.692406999999996], [-121.699438, 37.692498], [-121.699677, 37.692634], [-121.699957, 37.692772], [-121.700076, 37.692825], [-121.700199, 37.692873999999996], [-121.700335, 37.692918], [-121.700444, 37.692947], [-121.700859, 37.693023], [-121.700988, 37.693045], [-121.701325, 37.693087], [-121.701512, 37.693103], [-121.701765, 37.693107999999995], [-121.701978, 37.693101], [-121.702222, 37.693073999999996], [-121.702414, 37.693045], [-121.70272299999999, 37.69299], [-121.70338699999999, 37.692864], [-121.70353, 37.692842999999996], [-121.70361, 37.692837], [-121.703737, 37.692834], [-121.704127, 37.692836], [-121.704188, 37.692841], [-121.704728, 37.692955999999995], [-121.70598799999999, 37.69328], [-121.706113, 37.693295], [-121.706469, 37.693304], [-121.707049, 37.69331], [-121.70723100000001, 37.693307], [-121.707399, 37.693287], [-121.707559, 37.693255], [-121.707734, 37.693214], [-121.70795799999999, 37.69314], [-121.708076, 37.693096], [-121.708303, 37.692992], [-121.708404, 37.69293], [-121.708508, 37.692853], [-121.708645, 37.692727999999995], [-121.708704, 37.692668], [-121.70877899999999, 37.692569999999996], [-121.708803, 37.692529], [-121.708863, 37.692447], [-121.708924, 37.692339], [-121.708985, 37.692178], [-121.709014, 37.692045], [-121.709031, 37.691815], [-121.709033, 37.691516], [-121.70902699999999, 37.691297], [-121.70901, 37.691112], [-121.708912, 37.690540999999996], [-121.70894, 37.690211999999995], [-121.708962, 37.690124999999995], [-121.708989, 37.690055], [-121.709101, 37.689959], [-121.709132, 37.689907999999996], [-121.70920699999999, 37.689859], [-121.70929, 37.689826], [-121.709415, 37.689811999999996], [-121.710276, 37.689826], [-121.711131, 37.689858], [-121.711376, 37.689887], [-121.712451, 37.68998], [-121.712851, 37.690007], [-121.713853, 37.69001], [-121.71388999999999, 37.691311999999996], [-121.71396899999999, 37.693996999999996], [-121.713972, 37.694091], [-121.713961, 37.695274], [-121.71395799999999, 37.695701], [-121.710833, 37.695758], [-121.70965, 37.69578], [-121.708733, 37.695775], [-121.708016, 37.695777], [-121.70450000000001, 37.695789999999995], [-121.703114, 37.695783], [-121.702443, 37.695781], [-121.70148, 37.695783999999996], [-121.700581, 37.695775], [-121.697886, 37.695749], [-121.696988, 37.695741], [-121.696985, 37.695707], [-121.696976, 37.695608], [-121.696973, 37.695575999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,187,0)", "fill-opacity": 0.75, "intersection_density": 129.611}, "geometry": {"type": "Polygon", "coordinates": [[[-121.907877, 37.687585999999996], [-121.90797, 37.687562], [-121.90806599999999, 37.687549], [-121.908102, 37.687545], [-121.908463, 37.687526], [-121.908643, 37.687525], [-121.908645, 37.687525], [-121.908838, 37.687536], [-121.908826, 37.687653], [-121.908828, 37.687768], [-121.908829, 37.687773], [-121.908847, 37.687872], [-121.908902, 37.688069999999996], [-121.90903399999999, 37.688459], [-121.909111, 37.688685], [-121.909157, 37.688817], [-121.909295, 37.689215], [-121.909341, 37.689347999999995], [-121.909176, 37.689384], [-121.909166, 37.689386999999996], [-121.908727, 37.689524], [-121.908693, 37.689532], [-121.90853, 37.689574], [-121.908486, 37.689442], [-121.908355, 37.689046], [-121.908312, 37.688914], [-121.90826799999999, 37.688781999999996], [-121.908139, 37.688387999999996], [-121.908096, 37.688257], [-121.908052, 37.688122], [-121.90792, 37.68772], [-121.907877, 37.687585999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,174,0)", "fill-opacity": 0.75, "intersection_density": 154.502}, "geometry": {"type": "Polygon", "coordinates": [[[-121.908053, 37.686541999999996], [-121.908103, 37.686488], [-121.908154, 37.686444], [-121.908214, 37.686394], [-121.908314, 37.686323], [-121.908443, 37.686251999999996], [-121.908512, 37.686219], [-121.90857, 37.686198], [-121.908723, 37.686144999999996], [-121.908804, 37.686122999999995], [-121.90905000000001, 37.686059], [-121.909132, 37.686037999999996], [-121.909186, 37.686203], [-121.909351, 37.686699], [-121.909406, 37.686865], [-121.909408, 37.687005], [-121.909414, 37.687425], [-121.90941699999999, 37.687566], [-121.90931499999999, 37.687560999999995], [-121.909301, 37.68756], [-121.908953, 37.687542], [-121.908838, 37.687536], [-121.908645, 37.687525], [-121.908643, 37.687525], [-121.908463, 37.687526], [-121.908102, 37.687545], [-121.90806599999999, 37.687549], [-121.90797, 37.687562], [-121.907877, 37.687585999999996], [-121.907855, 37.687529], [-121.907815, 37.687374999999996], [-121.907811, 37.68736], [-121.90780000000001, 37.687281], [-121.907797, 37.68717], [-121.907821, 37.686986], [-121.907855, 37.686885], [-121.907909, 37.686758999999995], [-121.90791899999999, 37.68674], [-121.90797, 37.686654], [-121.908053, 37.686541999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,189,0)", "fill-opacity": 0.75, "intersection_density": 125.646}, "geometry": {"type": "Polygon", "coordinates": [[[-121.903576, 37.688787999999995], [-121.903578, 37.688668], [-121.903581, 37.688500999999995], [-121.903584, 37.688309], [-121.903586, 37.68819], [-121.90369799999999, 37.688157], [-121.903809, 37.688122], [-121.903805, 37.688795], [-121.90379, 37.691401], [-121.903665, 37.691399], [-121.903553, 37.691398], [-121.903572, 37.691016], [-121.903596, 37.690565], [-121.903601, 37.690245], [-121.903581, 37.690092], [-121.903558, 37.689871], [-121.903566, 37.689344999999996], [-121.903576, 37.688787999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,198,0)", "fill-opacity": 0.75, "intersection_density": 108.637}, "geometry": {"type": "Polygon", "coordinates": [[[-121.91058100000001, 37.680741], [-121.911391, 37.68054], [-121.91218599999999, 37.680324999999996], [-121.91223600000001, 37.680453], [-121.912387, 37.680837], [-121.912438, 37.680965], [-121.912122, 37.681039999999996], [-121.911174, 37.681267999999996], [-121.911018, 37.681306], [-121.910856, 37.681331], [-121.910029, 37.681593], [-121.909918, 37.681270999999995], [-121.909775, 37.680938], [-121.91058100000001, 37.680741]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,204,0)", "fill-opacity": 0.75, "intersection_density": 98.65100000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-121.903159, 37.676145999999996], [-121.903014, 37.676238999999995], [-121.902579, 37.67652], [-121.902435, 37.676614], [-121.902279, 37.676711], [-121.901813, 37.677005], [-121.901658, 37.677104], [-121.901616, 37.677054], [-121.901563, 37.677002], [-121.901558, 37.676998], [-121.901489, 37.676943], [-121.901396, 37.676883], [-121.901185, 37.676772], [-121.90116, 37.676759], [-121.90105299999999, 37.676713], [-121.901071, 37.676687], [-121.901128, 37.676611], [-121.901147, 37.676586], [-121.90119899999999, 37.676516], [-121.90137, 37.676335], [-121.90141299999999, 37.676297999999996], [-121.901478, 37.676246], [-121.901561, 37.676186], [-121.901637, 37.67614], [-121.901776, 37.676072999999995], [-121.902229, 37.675875], [-121.902467, 37.675782999999996], [-121.902835, 37.675644], [-121.90289899999999, 37.675744], [-121.903094, 37.676044999999995], [-121.903159, 37.676145999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,201,0)", "fill-opacity": 0.75, "intersection_density": 103.31}, "geometry": {"type": "Polygon", "coordinates": [[[-121.772596, 37.686966999999996], [-121.772842, 37.686893999999995], [-121.77358100000001, 37.686679], [-121.773828, 37.686608], [-121.773922, 37.686803], [-121.774204, 37.687388], [-121.774299, 37.687584], [-121.774053, 37.68766], [-121.773314, 37.687889], [-121.77306899999999, 37.687965999999996], [-121.772975, 37.687765], [-121.772702, 37.687183999999995], [-121.772693, 37.687165], [-121.772596, 37.686966999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,250,0)", "fill-opacity": 0.75, "intersection_density": 9.767000000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-121.902263, 37.564665999999995], [-121.901059, 37.565236999999996], [-121.900803, 37.565349999999995], [-121.900729, 37.565383], [-121.900255, 37.565577], [-121.899525, 37.565909], [-121.899379, 37.565975], [-121.899259, 37.566013999999996], [-121.899022, 37.566072999999996], [-121.898945, 37.566085], [-121.898781, 37.566094], [-121.898668, 37.566092], [-121.898493, 37.566072], [-121.897893, 37.565964], [-121.896691, 37.565731], [-121.896619, 37.565726], [-121.89656099999999, 37.565731], [-121.896465, 37.565760999999995], [-121.896423, 37.56578], [-121.896373, 37.565816], [-121.896341, 37.565846], [-121.896317, 37.56588], [-121.896292, 37.565926], [-121.896276, 37.565982999999996], [-121.89627, 37.566032], [-121.896277, 37.566083], [-121.89630199999999, 37.566142], [-121.896356, 37.566210999999996], [-121.896422, 37.566265], [-121.896474, 37.566293], [-121.896542, 37.56632], [-121.896711, 37.566364], [-121.896923, 37.5664], [-121.897156, 37.566447], [-121.897201, 37.566457], [-121.897492, 37.566534], [-121.897582, 37.566576], [-121.89764, 37.566618], [-121.897684, 37.566663], [-121.897705, 37.566703], [-121.897731, 37.56679], [-121.897733, 37.566796], [-121.897734, 37.566846], [-121.897704, 37.566977], [-121.897678, 37.567018], [-121.897634, 37.567069], [-121.89756299999999, 37.567116], [-121.897301, 37.567268999999996], [-121.896619, 37.567671], [-121.896134, 37.567980999999996], [-121.895751, 37.568227], [-121.895292, 37.568455], [-121.894498, 37.568908], [-121.893323, 37.569579999999995], [-121.890714, 37.570902], [-121.890427, 37.571048999999995], [-121.89012199999999, 37.57121], [-121.889484, 37.571619999999996], [-121.889454, 37.571638], [-121.889366, 37.571694], [-121.889337, 37.571714], [-121.88851199999999, 37.572196], [-121.887329, 37.572888999999996], [-121.887014, 37.573055], [-121.886725, 37.573221], [-121.886467, 37.573353], [-121.88621599999999, 37.57346], [-121.885986, 37.573543], [-121.885846, 37.573595], [-121.885505, 37.573703], [-121.885297, 37.573763], [-121.885184, 37.573788], [-121.885072, 37.573817999999996], [-121.885059, 37.573765], [-121.88502199999999, 37.573609], [-121.88501, 37.573557], [-121.884906, 37.573101], [-121.884811, 37.572682], [-121.884623, 37.571934999999996], [-121.884578, 37.571737], [-121.884552, 37.571619999999996], [-121.88445899999999, 37.571286], [-121.884356, 37.570792999999995], [-121.884191, 37.570003], [-121.88404299999999, 37.569317999999996], [-121.883961, 37.568934], [-121.883933, 37.568827999999996], [-121.884187, 37.568793], [-121.884333, 37.56872], [-121.885463, 37.568163], [-121.88584, 37.567978], [-121.885826, 37.567797], [-121.88584900000001, 37.56773], [-121.88600000000001, 37.567302999999995], [-121.886162, 37.567045], [-121.886298, 37.566832], [-121.88624300000001, 37.566795], [-121.88607999999999, 37.566685], [-121.886026, 37.566649], [-121.885947, 37.566606], [-121.885711, 37.566479], [-121.885633, 37.566437], [-121.885344, 37.566522], [-121.884479, 37.566781], [-121.884191, 37.566868], [-121.884195, 37.566728999999995], [-121.88422299999999, 37.566482], [-121.88424599999999, 37.566414], [-121.884258, 37.566382999999995], [-121.884417, 37.566098], [-121.88461699999999, 37.565982], [-121.885059, 37.565801], [-121.885348, 37.565697], [-121.885781, 37.565543999999996], [-121.886322, 37.565351], [-121.886329, 37.565329], [-121.886453, 37.565263], [-121.886861, 37.564989], [-121.886888, 37.564972], [-121.88732999999999, 37.564758], [-121.887537, 37.564620999999995], [-121.887731, 37.564478], [-121.887772, 37.564467], [-121.887979, 37.564313999999996], [-121.888207, 37.564181999999995], [-121.889167, 37.563386], [-121.889257, 37.563297999999996], [-121.889526, 37.562946], [-121.889701, 37.562705], [-121.889982, 37.56232], [-121.89045899999999, 37.561738], [-121.890963, 37.561678], [-121.891149, 37.561606999999995], [-121.89125899999999, 37.561524], [-121.891363, 37.561468999999995], [-121.891501, 37.561431], [-121.891577, 37.56142], [-121.891667, 37.56142], [-121.891805, 37.561437], [-121.891963, 37.561485999999995], [-121.892095, 37.561513999999995], [-121.892177, 37.561519], [-121.892654, 37.561524], [-121.892723, 37.561524999999996], [-121.89313, 37.561513999999995], [-121.893371, 37.561552999999996], [-121.893737, 37.561674], [-121.893889, 37.561701], [-121.894048, 37.561718], [-121.894206, 37.561723], [-121.89433700000001, 37.561712], [-121.89442700000001, 37.56169], [-121.894579, 37.561674], [-121.894972, 37.561564], [-121.895283, 37.561426999999995], [-121.895704, 37.561339], [-121.895822, 37.561301], [-121.895932, 37.561234999999996], [-121.896339, 37.560944], [-121.897092, 37.560516], [-121.89732000000001, 37.560373], [-121.89744400000001, 37.560285], [-121.89752, 37.560207999999996], [-121.89761, 37.560103999999995], [-121.897824, 37.559796], [-121.898072, 37.559615], [-121.898645, 37.559301999999995], [-121.898695, 37.559270999999995], [-121.898949, 37.559115], [-121.899212, 37.558966999999996], [-121.899363, 37.558868], [-121.89946, 37.55878], [-121.899495, 37.558704], [-121.899502, 37.558555], [-121.899495, 37.558374], [-121.89946, 37.558164999999995], [-121.899447, 37.557939999999995], [-121.89948799999999, 37.557825], [-121.899647, 37.557473], [-121.899696, 37.557531999999995], [-121.899746, 37.557607], [-121.899806, 37.557787999999995], [-121.899909, 37.557967], [-121.899944, 37.557995], [-121.899977, 37.558022], [-121.900285, 37.558187], [-121.900486, 37.558263], [-121.900756, 37.558347], [-121.901022, 37.558394], [-121.90119899999999, 37.558395999999995], [-121.90135699999999, 37.558422], [-121.901438, 37.558459], [-121.901482, 37.558516], [-121.901493, 37.558574], [-121.901463, 37.558665999999995], [-121.901456, 37.558678], [-121.901405, 37.558780999999996], [-121.901359, 37.558890999999996], [-121.90132, 37.559000999999995], [-121.901293, 37.559118], [-121.901291, 37.559217], [-121.9013, 37.559255], [-121.901315, 37.559323], [-121.90135699999999, 37.559445], [-121.901482, 37.559588], [-121.901631, 37.55972], [-121.901782, 37.559841], [-121.901883, 37.5599], [-121.90207, 37.56001], [-121.904122, 37.561158], [-121.904224, 37.561237], [-121.904525, 37.561468999999995], [-121.904928, 37.561797], [-121.90500399999999, 37.561855], [-121.90523400000001, 37.562031999999995], [-121.905311, 37.562090999999995], [-121.904698, 37.562616], [-121.904151, 37.563094], [-121.903904, 37.56331], [-121.903592, 37.563593999999995], [-121.903369, 37.563798], [-121.903021, 37.5641], [-121.902673, 37.564378], [-121.902369, 37.564606], [-121.902263, 37.564665999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,248,0)", "fill-opacity": 0.75, "intersection_density": 13.319}, "geometry": {"type": "Polygon", "coordinates": [[[-121.865638, 37.559180999999995], [-121.865479, 37.560139], [-121.865088, 37.560128], [-121.864857, 37.560114], [-121.864695, 37.56012], [-121.86460000000001, 37.560137999999995], [-121.86455, 37.560154], [-121.864493, 37.560195], [-121.86445499999999, 37.560232], [-121.864438, 37.56026], [-121.864423, 37.560300999999995], [-121.864413, 37.560399], [-121.864515, 37.561566], [-121.864567, 37.562962], [-121.864621, 37.563877999999995], [-121.864623, 37.56404], [-121.864509, 37.564526], [-121.86437, 37.565199], [-121.864358, 37.565554999999996], [-121.864464, 37.567689], [-121.864476, 37.567785], [-121.864498, 37.567855], [-121.864565, 37.567941], [-121.864591, 37.567996], [-121.864603, 37.568051], [-121.86460199999999, 37.568113], [-121.864558, 37.568228999999995], [-121.864519, 37.568394999999995], [-121.864491, 37.568459], [-121.864434, 37.568538], [-121.864387, 37.568616], [-121.864356, 37.568695999999996], [-121.86433199999999, 37.568776], [-121.864328, 37.568872], [-121.86433, 37.568943], [-121.86430899999999, 37.568987], [-121.86411799999999, 37.569103], [-121.864041, 37.569151], [-121.863979, 37.569215], [-121.863798, 37.569368], [-121.863591, 37.569565], [-121.863482, 37.569705], [-121.863409, 37.569831], [-121.863381, 37.569964], [-121.863374, 37.57013], [-121.863403, 37.570347999999996], [-121.863144, 37.569708999999996], [-121.863078, 37.569521], [-121.863058, 37.56942], [-121.863031, 37.569191], [-121.86299, 37.568706999999996], [-121.86296899999999, 37.568523], [-121.862935, 37.568328], [-121.862899, 37.568155], [-121.862849, 37.56799], [-121.862642, 37.567357], [-121.861693, 37.564104], [-121.861663, 37.563989], [-121.861629, 37.563829], [-121.86160699999999, 37.563674999999996], [-121.86151699999999, 37.562784], [-121.861504, 37.562643], [-121.861479, 37.562352], [-121.861429, 37.562174], [-121.861376, 37.562039], [-121.861109, 37.561487], [-121.86064999999999, 37.560455999999995], [-121.860561, 37.560215], [-121.860506, 37.560037], [-121.860685, 37.560010999999996], [-121.860731, 37.559995], [-121.860771, 37.55997], [-121.860814, 37.55993], [-121.860967, 37.559697], [-121.86103299999999, 37.559531], [-121.861053, 37.559464], [-121.861186, 37.559474], [-121.86125, 37.559494], [-121.86130299999999, 37.559529], [-121.861336, 37.559596], [-121.861422, 37.559686], [-121.861543, 37.559765], [-121.861689, 37.559832], [-121.86174199999999, 37.55988], [-121.861798, 37.560024], [-121.861837, 37.560044], [-121.861959, 37.560024999999996], [-121.863041, 37.559822], [-121.86355499999999, 37.559742], [-121.865638, 37.559180999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.945}, "geometry": {"type": "Polygon", "coordinates": [[[-121.875804, 37.523541], [-121.875779, 37.523619], [-121.875891, 37.523676], [-121.876068, 37.523801], [-121.876384, 37.523911], [-121.877308, 37.524087], [-121.87737, 37.524087], [-121.877887, 37.524015999999996], [-121.87815, 37.523989], [-121.878433, 37.523939], [-121.878481, 37.523939], [-121.878833, 37.523779999999995], [-121.879378, 37.523599], [-121.879488, 37.523533], [-121.87958499999999, 37.523495], [-121.879661, 37.523479], [-121.880054, 37.523336], [-121.880344, 37.523264999999995], [-121.880413, 37.523254], [-121.88069899999999, 37.523275], [-121.879898, 37.525259999999996], [-121.87952899999999, 37.525684999999996], [-121.87932, 37.526323999999995], [-121.880651, 37.52827], [-121.885262, 37.533769], [-121.886842, 37.535652999999996], [-121.887494, 37.543479], [-121.88754, 37.544036999999996], [-121.891343, 37.549735], [-121.90104099999999, 37.545913], [-121.901403, 37.546189999999996], [-121.905265, 37.549154], [-121.906414, 37.549119999999995], [-121.906463, 37.549383], [-121.907135, 37.549324999999996], [-121.90817200000001, 37.551761], [-121.907828, 37.551773], [-121.907241, 37.551871], [-121.906544, 37.551975999999996], [-121.906446, 37.551989], [-121.90633700000001, 37.552003], [-121.904363, 37.552316], [-121.90367, 37.552434], [-121.902031, 37.552716], [-121.900126, 37.553011999999995], [-121.89546, 37.553757], [-121.892161, 37.554266999999996], [-121.890176, 37.554583], [-121.88773, 37.554974], [-121.885679, 37.555299], [-121.885411, 37.555341], [-121.8773, 37.556622], [-121.87607, 37.556816], [-121.869666, 37.557840999999996], [-121.867696, 37.558115], [-121.867665, 37.558112], [-121.86765199999999, 37.558113999999996], [-121.867638, 37.558122999999995], [-121.866432, 37.558291], [-121.865771, 37.558383], [-121.860322, 37.546552999999996], [-121.85340099999999, 37.535160999999995], [-121.85347999999999, 37.535011], [-121.85378, 37.534444], [-121.853815, 37.534335999999996], [-121.853837, 37.534200999999996], [-121.853776, 37.533747], [-121.8533, 37.531608999999996], [-121.853265, 37.531473999999996], [-121.853032, 37.530563], [-121.852903, 37.530239], [-121.852822, 37.530048], [-121.852756, 37.529935], [-121.852641, 37.529787999999996], [-121.852509, 37.529619], [-121.852366, 37.529409], [-121.852265, 37.529272999999996], [-121.85222999999999, 37.529213999999996], [-121.852035, 37.528985], [-121.851985, 37.528939], [-121.851795, 37.528800000000004], [-121.85153199999999, 37.528591], [-121.851454, 37.52852], [-121.851401, 37.528435], [-121.851313, 37.528273999999996], [-121.851195, 37.528079], [-121.851156, 37.528031999999996], [-121.850991, 37.52787], [-121.850944, 37.527828], [-121.85070999999999, 37.527622], [-121.850538, 37.527516999999996], [-121.850459, 37.527457], [-121.85028299999999, 37.527266], [-121.85069, 37.527043], [-121.855114, 37.526962], [-121.858705, 37.526897999999996], [-121.859083, 37.520652999999996], [-121.863898, 37.52045], [-121.865802, 37.52037], [-121.865246, 37.517438], [-121.865149, 37.517423], [-121.864968, 37.517396], [-121.864926, 37.517297], [-121.86488800000001, 37.517208], [-121.864965, 37.51728], [-121.864987, 37.517303], [-121.865046, 37.517364], [-121.865171, 37.517396999999995], [-121.86537200000001, 37.51741], [-121.865461, 37.517417], [-121.86551, 37.517421999999996], [-121.865675, 37.517437], [-121.865894, 37.517451], [-121.866063, 37.51748], [-121.866338, 37.517554], [-121.866452, 37.517573], [-121.866532, 37.517572], [-121.866621, 37.517564], [-121.86676299999999, 37.517542999999996], [-121.86678, 37.517542], [-121.866939, 37.517534999999995], [-121.867147, 37.517559999999996], [-121.867305, 37.517618], [-121.867452, 37.517725], [-121.867532, 37.517860999999996], [-121.867579, 37.517997], [-121.867632, 37.518122999999996], [-121.867718, 37.518221], [-121.867781, 37.518259], [-121.867843, 37.518297], [-121.868023, 37.518364], [-121.86824, 37.518474], [-121.868414, 37.518581], [-121.868544, 37.518704], [-121.868673, 37.518859], [-121.868736, 37.519028], [-121.86875599999999, 37.519172999999995], [-121.868815, 37.519248], [-121.868919, 37.519267], [-121.869013, 37.519223], [-121.869164, 37.519109], [-121.869254, 37.519065], [-121.869353, 37.519031999999996], [-121.869489, 37.519022], [-121.86962, 37.519000999999996], [-121.869886, 37.518938], [-121.86997, 37.51893], [-121.870058, 37.518930999999995], [-121.870202, 37.518948], [-121.870335, 37.518975999999995], [-121.870418, 37.519002], [-121.870498, 37.519034], [-121.87063, 37.519107], [-121.870912, 37.519281], [-121.871062, 37.519355], [-121.871154, 37.51939], [-121.87124399999999, 37.519397], [-121.871299, 37.519391], [-121.871394, 37.519372], [-121.871506, 37.519323], [-121.871602, 37.519287999999996], [-121.871726, 37.519269], [-121.871824, 37.519279], [-121.871929, 37.519298], [-121.87208799999999, 37.519349], [-121.87232900000001, 37.519396], [-121.872632, 37.519444], [-121.872836, 37.519487], [-121.872976, 37.519521999999995], [-121.87306, 37.519549999999995], [-121.873073, 37.519554], [-121.87314599999999, 37.519593], [-121.87326999999999, 37.51968], [-121.87333699999999, 37.519718999999995], [-121.873445, 37.519754], [-121.873547, 37.519782], [-121.873685, 37.519808], [-121.87406, 37.519906], [-121.874134, 37.519932], [-121.874206, 37.519964], [-121.87431, 37.520021], [-121.874581, 37.520215], [-121.874768, 37.520323], [-121.874819, 37.520345999999996], [-121.874927, 37.520393999999996], [-121.875001, 37.520413], [-121.875085, 37.520416], [-121.87521100000001, 37.520407999999996], [-121.875402, 37.520449], [-121.875582, 37.520464], [-121.875684, 37.52046], [-121.875777, 37.520434], [-121.875855, 37.520399], [-121.876007, 37.520292], [-121.876093, 37.520266], [-121.876168, 37.520271], [-121.876251, 37.520289999999996], [-121.876408, 37.520340999999995], [-121.876569, 37.52037], [-121.876848, 37.520385999999995], [-121.877387, 37.520427999999995], [-121.877285, 37.520632], [-121.876981, 37.521246], [-121.87688, 37.521451], [-121.876653, 37.521732], [-121.876183, 37.522317], [-121.875902, 37.522493], [-121.875597, 37.522686], [-121.87534099999999, 37.522785999999996], [-121.875291, 37.522805999999996], [-121.875356, 37.523021], [-121.875822, 37.523303], [-121.87586999999999, 37.523331999999996], [-121.875804, 37.523541]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,180,0)", "fill-opacity": 0.75, "intersection_density": 144.40200000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-121.85162700000001, 37.716998], [-121.85195999999999, 37.716938999999996], [-121.851979, 37.716936], [-121.852089, 37.716916999999995], [-121.852356, 37.716875], [-121.852434, 37.716868999999996], [-121.852508, 37.716854999999995], [-121.852611, 37.716829], [-121.852671, 37.716784], [-121.852688, 37.716758], [-121.852763, 37.716519], [-121.852832, 37.716302], [-121.852875, 37.7162], [-121.852931, 37.716232999999995], [-121.852983, 37.716254], [-121.853115, 37.716307], [-121.853328, 37.716369], [-121.853445, 37.716403], [-121.853415, 37.716468], [-121.853324, 37.716744999999996], [-121.853253, 37.716966], [-121.85311899999999, 37.717813], [-121.85306299999999, 37.718173], [-121.85291699999999, 37.718185999999996], [-121.852851, 37.718191999999995], [-121.85247799999999, 37.718204], [-121.852472, 37.718205], [-121.852353, 37.718196999999996], [-121.852333, 37.718191999999995], [-121.852299, 37.718045], [-121.85223500000001, 37.717765], [-121.852147, 37.717625999999996], [-121.852068, 37.717499], [-121.851979, 37.717397999999996], [-121.851848, 37.71725], [-121.851715, 37.717098], [-121.85162700000001, 37.716998]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,245,0)", "fill-opacity": 0.75, "intersection_density": 19.491}, "geometry": {"type": "Polygon", "coordinates": [[[-121.62199799999999, 37.783915], [-121.622046, 37.783888], [-121.622162, 37.783825], [-121.622192, 37.783809], [-121.622242, 37.783784], [-121.622657, 37.784392], [-121.62279699999999, 37.784783999999995], [-121.62287599999999, 37.785277], [-121.622939, 37.785792], [-121.622881, 37.786276], [-121.622669, 37.786775], [-121.622317, 37.787172], [-121.62226, 37.787237], [-121.621988, 37.787783999999995], [-121.62171599999999, 37.788123999999996], [-121.62158099999999, 37.788508], [-121.621582, 37.788838], [-121.621782, 37.789291], [-121.622766, 37.790516], [-121.623671, 37.791126], [-121.624651, 37.79163], [-121.625418, 37.792193], [-121.62548, 37.792316], [-121.625833, 37.792617], [-121.626051, 37.793417], [-121.626121, 37.796096], [-121.626149, 37.797168], [-121.625933, 37.797354], [-121.625447, 37.79774], [-121.62490000000001, 37.798148999999995], [-121.624491, 37.798542], [-121.624066, 37.798812], [-121.624038, 37.79879], [-121.623955, 37.798725999999995], [-121.623928, 37.798705], [-121.623943, 37.798637], [-121.623989, 37.798435999999995], [-121.624005, 37.79837], [-121.624203, 37.798369], [-121.624627, 37.798100000000005], [-121.625039, 37.797751], [-121.625176, 37.797636], [-121.625662, 37.79719], [-121.625798, 37.796912999999996], [-121.62596500000001, 37.796504999999996], [-121.625989, 37.795733], [-121.625993, 37.795612999999996], [-121.625988, 37.794032], [-121.62584799999999, 37.793416], [-121.625495, 37.792747999999996], [-121.624943, 37.792079], [-121.62419299999999, 37.791577], [-121.623489, 37.791244999999996], [-121.62278599999999, 37.790751], [-121.622095, 37.790089], [-121.621466, 37.789181], [-121.621403, 37.788581], [-121.62165999999999, 37.787698], [-121.622071, 37.787137], [-121.62208799999999, 37.787118], [-121.622556, 37.786636], [-121.622691, 37.786021999999996], [-121.62276800000001, 37.785852999999996], [-121.622551, 37.785022999999995], [-121.622413, 37.784515], [-121.62199799999999, 37.783915]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,251,0)", "fill-opacity": 0.75, "intersection_density": 7.791}, "geometry": {"type": "Polygon", "coordinates": [[[-121.571223, 37.794768999999995], [-121.570666, 37.794764], [-121.569844, 37.794758], [-121.569255, 37.794764], [-121.568998, 37.79476], [-121.568923, 37.79476], [-121.568442, 37.79476], [-121.567899, 37.794759], [-121.567562, 37.794759], [-121.56707399999999, 37.794753], [-121.56627399999999, 37.794753], [-121.565732, 37.794754], [-121.56565, 37.794754], [-121.564342, 37.794748999999996], [-121.563231, 37.794745], [-121.562029, 37.794744], [-121.561763, 37.79474], [-121.561196, 37.794742], [-121.560654, 37.794737999999995], [-121.560176, 37.794737], [-121.558787, 37.794736], [-121.558773, 37.793214], [-121.558733, 37.788651], [-121.55872600000001, 37.787737], [-121.559061, 37.787231], [-121.562329, 37.788551], [-121.562901, 37.788722], [-121.563092, 37.788779999999996], [-121.563444, 37.788841], [-121.563993, 37.78894], [-121.564344, 37.788947], [-121.564757, 37.788787], [-121.565169, 37.788467], [-121.56551999999999, 37.787742], [-121.566145, 37.787681], [-121.56620699999999, 37.788398], [-121.56642099999999, 37.78868], [-121.567537, 37.789671999999996], [-121.569613, 37.790496], [-121.573093, 37.791655999999996], [-121.573129, 37.791658], [-121.577246, 37.791885], [-121.577254, 37.791886], [-121.577279, 37.791892], [-121.577288, 37.791894], [-121.57728900000001, 37.79206], [-121.57729499999999, 37.792496], [-121.577294, 37.792561], [-121.577293, 37.792729], [-121.57728900000001, 37.793141], [-121.57728399999999, 37.793938], [-121.57729, 37.794377], [-121.577297, 37.794789], [-121.576082, 37.794782999999995], [-121.575185, 37.794779999999996], [-121.573781, 37.794779], [-121.572853, 37.794771], [-121.57243700000001, 37.794772], [-121.571936, 37.794775], [-121.571223, 37.794768999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,213,0)", "fill-opacity": 0.75, "intersection_density": 80.646}, "geometry": {"type": "Polygon", "coordinates": [[[-121.580577, 37.795348], [-121.58057600000001, 37.795235999999996], [-121.580573, 37.794902], [-121.580573, 37.794791], [-121.581183, 37.794793], [-121.583016, 37.7948], [-121.583271, 37.794802], [-121.583531, 37.794801], [-121.583628, 37.794801], [-121.583612, 37.794924], [-121.583568, 37.795293], [-121.583553, 37.795417], [-121.582957, 37.795403], [-121.581172, 37.795361], [-121.580577, 37.795348]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,253,0)", "fill-opacity": 0.75, "intersection_density": 4.118}, "geometry": {"type": "Polygon", "coordinates": [[[-121.559077, 37.773018], [-121.559461, 37.773007], [-121.560614, 37.772974999999995], [-121.560999, 37.772965], [-121.563914, 37.774398999999995], [-121.564274, 37.774584999999995], [-121.564341, 37.77462], [-121.564539, 37.774735], [-121.564677, 37.775169999999996], [-121.564677, 37.775559], [-121.565028, 37.775887], [-121.565928, 37.775887], [-121.566416, 37.77594], [-121.566828, 37.776047], [-121.567515, 37.776268], [-121.568217, 37.776382999999996], [-121.569117, 37.776467], [-121.572872, 37.776534999999996], [-121.573634, 37.776711], [-121.574183, 37.777045], [-121.57426, 37.777091999999996], [-121.574733, 37.777321], [-121.575511, 37.777481], [-121.576961, 37.777862999999996], [-121.577648, 37.778152999999996], [-121.577512, 37.778603], [-121.5775, 37.778644], [-121.577447, 37.779021], [-121.577211, 37.779421], [-121.577201, 37.779928], [-121.577198, 37.779945999999995], [-121.577131, 37.780412], [-121.573516, 37.78039], [-121.568195, 37.780358], [-121.567799, 37.780381], [-121.562675, 37.780389], [-121.559061, 37.780395999999996], [-121.55903, 37.778903], [-121.558939, 37.774513999999996], [-121.558948, 37.774426999999996], [-121.55900000000001, 37.773956999999996], [-121.559199, 37.773629], [-121.559199, 37.773301], [-121.559077, 37.773018]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,250,0)", "fill-opacity": 0.75, "intersection_density": 9.328}, "geometry": {"type": "Polygon", "coordinates": [[[-121.605997, 37.751992], [-121.607184, 37.751993999999996], [-121.610746, 37.752], [-121.61193399999999, 37.752002999999995], [-121.611976, 37.752123], [-121.61199500000001, 37.752193], [-121.61203, 37.752288], [-121.61206, 37.75239], [-121.61207999999999, 37.752483999999995], [-121.61208500000001, 37.752548], [-121.612096, 37.752665], [-121.612133, 37.752845], [-121.612171, 37.752959], [-121.612212, 37.753045], [-121.612298, 37.753239], [-121.612331, 37.753339], [-121.612369, 37.753506], [-121.612414, 37.753723], [-121.612441, 37.753789], [-121.612491, 37.753876999999996], [-121.612562, 37.753952], [-121.612691, 37.754104], [-121.612712, 37.754128], [-121.612897, 37.75436], [-121.613039, 37.754553], [-121.61298, 37.754705], [-121.612967, 37.754773], [-121.61296300000001, 37.754827], [-121.612968, 37.754908], [-121.61297, 37.754933], [-121.612987, 37.754988999999995], [-121.61302599999999, 37.755055], [-121.613056, 37.755120999999995], [-121.613147, 37.755293], [-121.613169, 37.755345], [-121.613191, 37.75544], [-121.613203, 37.75549], [-121.613247, 37.755634], [-121.613259, 37.755691], [-121.613301, 37.755793], [-121.613321, 37.755831], [-121.613344, 37.755863], [-121.613396, 37.75591], [-121.61340000000001, 37.755913], [-121.613437, 37.755932], [-121.613492, 37.755950999999996], [-121.61357100000001, 37.755963], [-121.613629, 37.755966], [-121.613755, 37.755963], [-121.613748, 37.75644], [-121.613759, 37.756774], [-121.613756, 37.756969], [-121.613755, 37.757112], [-121.61377, 37.757421], [-121.61378500000001, 37.758368999999995], [-121.613772, 37.758707], [-121.613776, 37.759032], [-121.613771, 37.759701], [-121.613782, 37.759989999999995], [-121.61378500000001, 37.760041], [-121.61379099999999, 37.760382], [-121.61377999999999, 37.760701], [-121.613782, 37.760996999999996], [-121.61322200000001, 37.761219], [-121.61296, 37.761249], [-121.612509, 37.761303], [-121.611672, 37.761441], [-121.610474, 37.761842], [-121.610447, 37.761858], [-121.610037, 37.762108], [-121.609752, 37.762367999999995], [-121.609538, 37.762146], [-121.609203, 37.761811], [-121.609126, 37.761604999999996], [-121.609004, 37.761261], [-121.60871399999999, 37.760987], [-121.608501, 37.760643], [-121.608577, 37.760323], [-121.608587, 37.760275], [-121.608638, 37.760056], [-121.608577, 37.759499], [-121.608013, 37.759217], [-121.607189, 37.758995], [-121.606914, 37.758568], [-121.6067, 37.758224999999996], [-121.6067, 37.757897], [-121.606563, 37.75747], [-121.605937, 37.757079999999995], [-121.6058, 37.756789999999995], [-121.605998, 37.756462], [-121.6058, 37.755638], [-121.605739, 37.755356], [-121.605876, 37.754647], [-121.605747, 37.754281999999996], [-121.60566299999999, 37.754044], [-121.605449, 37.753654999999995], [-121.6058, 37.753388], [-121.605997, 37.751992]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,240,0)", "fill-opacity": 0.75, "intersection_density": 28.339000000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-121.583547, 37.771479], [-121.583511, 37.771501], [-121.583504, 37.771505], [-121.58338, 37.771587], [-121.583339, 37.771615], [-121.583296, 37.771595999999995], [-121.583167, 37.771541], [-121.583125, 37.771522999999995], [-121.583559, 37.771273], [-121.583844, 37.77111], [-121.58391, 37.770945999999995], [-121.584211, 37.770447], [-121.584558, 37.770223], [-121.58461299999999, 37.770188], [-121.58501799999999, 37.770027], [-121.585005, 37.77006], [-121.58494, 37.770175], [-121.58479299999999, 37.770379999999996], [-121.584674, 37.770547], [-121.584433, 37.770838], [-121.584344, 37.770933], [-121.58422, 37.771039], [-121.583901, 37.771254], [-121.583799, 37.771324], [-121.583547, 37.771479]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,250,0)", "fill-opacity": 0.75, "intersection_density": 10.052}, "geometry": {"type": "Polygon", "coordinates": [[[-121.559585, 37.741096], [-121.559882, 37.7413], [-121.560033, 37.741417], [-121.560082, 37.741454999999995], [-121.560214, 37.741563], [-121.560321, 37.741665999999995], [-121.560507, 37.741911], [-121.560859, 37.742303], [-121.560996, 37.742408], [-121.56111899999999, 37.742502], [-121.561215, 37.742565], [-121.561455, 37.742725], [-121.560968, 37.74276], [-121.560439, 37.742787], [-121.560366, 37.742683], [-121.560255, 37.742523], [-121.559979, 37.742219999999996], [-121.559747, 37.742108], [-121.559489, 37.741983], [-121.559214, 37.741814999999995], [-121.55911, 37.741749], [-121.55887799999999, 37.741600999999996], [-121.55839, 37.74138], [-121.55787, 37.741336], [-121.55776399999999, 37.741327], [-121.557566, 37.741327], [-121.557441, 37.741389], [-121.556959, 37.741628999999996], [-121.557054, 37.738960999999996], [-121.557062, 37.738966], [-121.55737500000001, 37.739246], [-121.557737, 37.739539], [-121.557855, 37.739625], [-121.558096, 37.739837], [-121.558199, 37.739914], [-121.558759, 37.740444], [-121.558922, 37.740578], [-121.559021, 37.740652], [-121.559212, 37.740795999999996], [-121.559445, 37.740963], [-121.559585, 37.741096]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,223,0)", "fill-opacity": 0.75, "intersection_density": 61.903999999999996}, "geometry": {"type": "Polygon", "coordinates": [[[-121.785787, 37.699503], [-121.785673, 37.699403], [-121.785573, 37.699304999999995], [-121.785519, 37.699242999999996], [-121.7855, 37.699216], [-121.785393, 37.699059999999996], [-121.785314, 37.698915], [-121.785274, 37.698828999999996], [-121.78522, 37.69867], [-121.785199, 37.698584], [-121.785179, 37.698485], [-121.785165, 37.698383], [-121.785116, 37.698094999999995], [-121.785082, 37.697842], [-121.78491199999999, 37.69693], [-121.784885, 37.696785], [-121.78482199999999, 37.696562], [-121.784794, 37.696478], [-121.784734, 37.696351], [-121.784919, 37.696369], [-121.784994, 37.696366999999995], [-121.785054, 37.696373], [-121.785099, 37.696385], [-121.785143, 37.696403], [-121.785082, 37.696456], [-121.78504, 37.696501], [-121.785021, 37.696528], [-121.784992, 37.696584], [-121.785009, 37.696627], [-121.785034, 37.696771], [-121.785085, 37.697137], [-121.78517099999999, 37.697707], [-121.78521, 37.697959999999995], [-121.785239, 37.698085], [-121.785287, 37.698215999999995], [-121.78532899999999, 37.698302], [-121.785443, 37.69847], [-121.785631, 37.698665], [-121.785715, 37.698741], [-121.785804, 37.698814], [-121.78590299999999, 37.698887], [-121.785987, 37.698935], [-121.786158, 37.699017999999995], [-121.78627399999999, 37.699064], [-121.786442, 37.699121999999996], [-121.786575, 37.69916], [-121.786716, 37.699186], [-121.78697, 37.699217999999995], [-121.787431, 37.699253999999996], [-121.788052, 37.699318999999996], [-121.78849, 37.699376], [-121.788644, 37.699397], [-121.789616, 37.699545], [-121.78972, 37.69957], [-121.789785, 37.699594], [-121.789817, 37.699635], [-121.789531, 37.69958], [-121.789407, 37.69956], [-121.788657, 37.699465], [-121.787993, 37.699422], [-121.787668, 37.699414], [-121.787232, 37.699414], [-121.78687, 37.699419999999996], [-121.786361, 37.699455], [-121.785787, 37.699503]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,161,0)", "fill-opacity": 0.75, "intersection_density": 181.051}, "geometry": {"type": "Polygon", "coordinates": [[[-121.77366, 37.700024], [-121.773658, 37.699939], [-121.773629, 37.699379], [-121.773577, 37.698848999999996], [-121.773461, 37.697900000000004], [-121.773417, 37.69762], [-121.773602, 37.697583], [-121.773649, 37.697859], [-121.77365, 37.697866999999995], [-121.773728, 37.698502], [-121.77375, 37.698727999999996], [-121.77378, 37.699016], [-121.773783, 37.699048], [-121.773797, 37.69921], [-121.77381199999999, 37.69937], [-121.773827, 37.699796], [-121.773829, 37.699833999999996], [-121.773836, 37.699992], [-121.773675, 37.700157], [-121.773669, 37.700159], [-121.773663, 37.700085], [-121.77366, 37.700024]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,238,0)", "fill-opacity": 0.75, "intersection_density": 31.771}, "geometry": {"type": "Polygon", "coordinates": [[[-121.76837499999999, 37.701637], [-121.767472, 37.701782], [-121.766581, 37.701938], [-121.766105, 37.702011999999996], [-121.764337, 37.702306], [-121.763654, 37.702422999999996], [-121.762943, 37.702526], [-121.762324, 37.702602999999996], [-121.761322, 37.702695999999996], [-121.760634, 37.702745], [-121.760148, 37.702771], [-121.759687, 37.702788999999996], [-121.75938, 37.702797], [-121.75939, 37.702723], [-121.759467, 37.702529999999996], [-121.759515, 37.702453999999996], [-121.759633, 37.702327], [-121.759778, 37.70225], [-121.75993700000001, 37.702196], [-121.760013, 37.702185], [-121.760221, 37.70219], [-121.760442, 37.702157], [-121.760573, 37.702107999999996], [-121.760649, 37.702069], [-121.760902, 37.7019], [-121.760954, 37.701865999999995], [-121.760961, 37.701696], [-121.761016, 37.701651999999996], [-121.761397, 37.701493], [-121.761604, 37.701526], [-121.762178, 37.701575999999996], [-121.762399, 37.701515], [-121.7626, 37.701411], [-121.762883, 37.701395], [-121.763111, 37.701471999999995], [-121.76329799999999, 37.701696999999996], [-121.763401, 37.701884], [-121.763567, 37.702027], [-121.763706, 37.702054], [-121.763899, 37.702016], [-121.764528, 37.701938999999996], [-121.76492999999999, 37.70194], [-121.76535799999999, 37.701868], [-121.76584199999999, 37.701769999999996], [-121.766084, 37.70172], [-121.766389, 37.701693], [-121.766711, 37.701569], [-121.766762, 37.70155], [-121.767094, 37.701391], [-121.767717, 37.700952], [-121.767931, 37.700842], [-121.768159, 37.700826], [-121.76856, 37.700914], [-121.768631, 37.700919999999996], [-121.768562, 37.701111], [-121.76837499999999, 37.701637]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,211,0)", "fill-opacity": 0.75, "intersection_density": 84.11}, "geometry": {"type": "Polygon", "coordinates": [[[-121.795132, 37.660669999999996], [-121.795132, 37.660789], [-121.793593, 37.660789], [-121.792201, 37.6608], [-121.79220000000001, 37.660796], [-121.792199, 37.66075], [-121.792196, 37.660683], [-121.792692, 37.660689999999995], [-121.792783, 37.660683999999996], [-121.792817, 37.660682], [-121.793553, 37.660679], [-121.794544, 37.660672999999996], [-121.795132, 37.660669999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,193,0)", "fill-opacity": 0.75, "intersection_density": 118.652}, "geometry": {"type": "Polygon", "coordinates": [[[-121.73607200000001, 37.690664999999996], [-121.736193, 37.690782], [-121.73701299999999, 37.691465], [-121.737155, 37.69157], [-121.737212, 37.691601999999996], [-121.737262, 37.691615999999996], [-121.737302, 37.691618999999996], [-121.737371, 37.691595], [-121.737543, 37.691497999999996], [-121.737703, 37.691387], [-121.73778, 37.691455], [-121.738009, 37.691658], [-121.738012, 37.69166], [-121.738092, 37.691727], [-121.73798099999999, 37.691804], [-121.737827, 37.691899], [-121.73782, 37.691902], [-121.737586, 37.692034], [-121.73741, 37.692118], [-121.736942, 37.692315], [-121.736644, 37.692440999999995], [-121.736508, 37.69225], [-121.736391, 37.692098], [-121.736318, 37.692014], [-121.736166, 37.691860999999996], [-121.735938, 37.691665], [-121.735851, 37.691593999999995], [-121.73576, 37.69151], [-121.735705, 37.691466999999996], [-121.735484, 37.69128], [-121.735375, 37.69119], [-121.735296, 37.691127], [-121.735165, 37.69099], [-121.735102, 37.690908], [-121.735038, 37.69079], [-121.735008, 37.690702], [-121.734984, 37.690391999999996], [-121.735788, 37.690458], [-121.735906, 37.690504], [-121.73607200000001, 37.690664999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,156,0)", "fill-opacity": 0.75, "intersection_density": 189.085}, "geometry": {"type": "Polygon", "coordinates": [[[-121.717473, 37.721163], [-121.717428, 37.721072], [-121.71739, 37.72097], [-121.717361, 37.720839], [-121.717348, 37.720746999999996], [-121.717341, 37.720603], [-121.71735, 37.720127], [-121.717439, 37.720127999999995], [-121.717435, 37.720332], [-121.717431, 37.720604], [-121.717435, 37.720734], [-121.71744699999999, 37.720825], [-121.717462, 37.720897], [-121.717477, 37.720943], [-121.717514, 37.721053], [-121.717551, 37.721134], [-121.717473, 37.721163]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,166,0)", "fill-opacity": 0.75, "intersection_density": 170.34400000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-121.85707, 37.693408], [-121.85701399999999, 37.693414], [-121.856959, 37.693422], [-121.856848, 37.693438], [-121.856808, 37.693444], [-121.85679400000001, 37.693449], [-121.856712, 37.693394], [-121.856469, 37.693228999999995], [-121.856388, 37.693174], [-121.856394, 37.693003], [-121.856401, 37.692842999999996], [-121.856415, 37.69249], [-121.856422, 37.692319999999995], [-121.856559, 37.692322], [-121.856972, 37.692330999999996], [-121.85711, 37.692333999999995], [-121.857101, 37.692547999999995], [-121.857078, 37.693193], [-121.85707, 37.693408]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,221,0)", "fill-opacity": 0.75, "intersection_density": 66.118}, "geometry": {"type": "Polygon", "coordinates": [[[-121.753837, 37.697956], [-121.753854, 37.699984], [-121.750546, 37.699942], [-121.750415, 37.69994], [-121.748901, 37.69992], [-121.748853, 37.69992], [-121.748839, 37.700525999999996], [-121.747683, 37.700049], [-121.747591, 37.700567], [-121.747183, 37.700438], [-121.746853, 37.700320999999995], [-121.746767, 37.700296], [-121.746659, 37.700258], [-121.746609, 37.700241999999996], [-121.745383, 37.699871], [-121.74504999999999, 37.699748], [-121.744805, 37.699639], [-121.74455499999999, 37.699492], [-121.74435, 37.699348], [-121.743836, 37.698937], [-121.743833, 37.698935], [-121.743607, 37.698766], [-121.743231, 37.698523], [-121.742974, 37.698369], [-121.743167, 37.698094999999995], [-121.743525, 37.697590999999996], [-121.743754, 37.697278], [-121.743953, 37.697008], [-121.74407099999999, 37.697068], [-121.744426, 37.697247999999995], [-121.744545, 37.697309], [-121.744722, 37.697396999999995], [-121.74497099999999, 37.697508], [-121.745191, 37.697607], [-121.745519, 37.697714], [-121.745696, 37.697758], [-121.745855, 37.697789], [-121.74599, 37.697811], [-121.74626599999999, 37.697843], [-121.746332, 37.697849], [-121.746433, 37.697859], [-121.746802, 37.697883], [-121.746968, 37.697885], [-121.747213, 37.69788], [-121.747319, 37.697873], [-121.747343, 37.697866], [-121.74741, 37.697849], [-121.747609, 37.697779], [-121.747722, 37.697735], [-121.74784, 37.697707], [-121.747999, 37.697691], [-121.748662, 37.697668], [-121.748896, 37.697668], [-121.748943, 37.697666], [-121.749067, 37.697661], [-121.749187, 37.697645], [-121.749477, 37.697579999999995], [-121.749428, 37.697437], [-121.749285, 37.697012], [-121.749284, 37.69701], [-121.749255, 37.696863], [-121.749253, 37.696729999999995], [-121.749258, 37.696697], [-121.749287, 37.696523], [-121.749327, 37.696373], [-121.749338, 37.696287], [-121.749331, 37.696208999999996], [-121.74931699999999, 37.696044], [-121.749509, 37.696014], [-121.74954, 37.696009], [-121.74972199999999, 37.695986999999995], [-121.750036, 37.695943], [-121.750214, 37.69593], [-121.75044, 37.695913999999995], [-121.750433, 37.696013], [-121.75043099999999, 37.696017], [-121.75035, 37.696296], [-121.750342, 37.696315999999996], [-121.750309, 37.696415], [-121.750236, 37.696571999999996], [-121.750201, 37.696692999999996], [-121.750202, 37.69675], [-121.75022899999999, 37.69688], [-121.750261, 37.696959], [-121.750264, 37.696965999999996], [-121.750448, 37.697373999999996], [-121.75053199999999, 37.697517], [-121.750584, 37.697578], [-121.750672, 37.697651], [-121.750727, 37.697686], [-121.750793, 37.697718], [-121.75087500000001, 37.697745999999995], [-121.75154, 37.697903], [-121.751682, 37.697936999999996], [-121.751934, 37.698003], [-121.752011, 37.698017], [-121.752101, 37.698025], [-121.752168, 37.698003], [-121.752209, 37.697978], [-121.752263, 37.697936], [-121.752265, 37.697933], [-121.752687, 37.697545999999996], [-121.752753, 37.697486], [-121.752825, 37.697415], [-121.752932, 37.697485], [-121.753146, 37.697626], [-121.75324499999999, 37.697676], [-121.753264, 37.697685], [-121.75338099999999, 37.697741], [-121.753422, 37.697759999999995], [-121.753548, 37.69782], [-121.75359, 37.69784], [-121.753768, 37.697918], [-121.753837, 37.697956]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,95,0)", "fill-opacity": 0.75, "intersection_density": 305.877}, "geometry": {"type": "Polygon", "coordinates": [[[-121.923506, 37.705892999999996], [-121.923751, 37.706013999999996], [-121.923651, 37.706033999999995], [-121.92357, 37.706044], [-121.92328499999999, 37.706042], [-121.923008, 37.70603], [-121.922637, 37.706], [-121.922275, 37.705951], [-121.92142, 37.705768], [-121.920605, 37.705593], [-121.920046, 37.705462], [-121.920099, 37.705354], [-121.920659, 37.705467999999996], [-121.920776, 37.705495], [-121.92135999999999, 37.705632], [-121.92209199999999, 37.705785], [-121.922474, 37.705856], [-121.922657, 37.70588], [-121.92281299999999, 37.705895999999996], [-121.922851, 37.7059], [-121.923002, 37.705904], [-121.923071, 37.705906999999996], [-121.923506, 37.705892999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,191,0)", "fill-opacity": 0.75, "intersection_density": 122.405}, "geometry": {"type": "Polygon", "coordinates": [[[-121.775808, 37.678697], [-121.77588, 37.678857], [-121.776099, 37.679339], [-121.776114, 37.679372], [-121.775368, 37.679603], [-121.774896, 37.679742], [-121.774865, 37.67968], [-121.77464499999999, 37.679227], [-121.774572, 37.679077], [-121.774819, 37.679], [-121.77556, 37.678773], [-121.775808, 37.678697]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,160,0)", "fill-opacity": 0.75, "intersection_density": 183.12900000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-121.759814, 37.676474999999996], [-121.759783, 37.676563], [-121.759637, 37.676463999999996], [-121.759216, 37.676181], [-121.75935, 37.676159], [-121.759465, 37.676235999999996], [-121.759607, 37.676331], [-121.75980799999999, 37.676471], [-121.759814, 37.676474999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,214,0)", "fill-opacity": 0.75, "intersection_density": 77.979}, "geometry": {"type": "Polygon", "coordinates": [[[-121.877805, 37.687839], [-121.877843, 37.687959], [-121.87763799999999, 37.688005], [-121.877599, 37.687886999999996], [-121.877805, 37.687839]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,176,0)", "fill-opacity": 0.75, "intersection_density": 151.145}, "geometry": {"type": "Polygon", "coordinates": [[[-121.875824, 37.687992], [-121.876554, 37.687999], [-121.87682699999999, 37.687995], [-121.877039, 37.687976], [-121.877235, 37.687953], [-121.877376, 37.68793], [-121.877599, 37.687886999999996], [-121.87763799999999, 37.688005], [-121.877455, 37.688047999999995], [-121.87744599999999, 37.688049], [-121.877314, 37.688074], [-121.877006, 37.688106999999995], [-121.876848, 37.688119], [-121.876574, 37.688125], [-121.876232, 37.688126], [-121.875826, 37.688128999999996], [-121.875824, 37.687992]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,217,0)", "fill-opacity": 0.75, "intersection_density": 72.631}, "geometry": {"type": "Polygon", "coordinates": [[[-121.795896, 37.677096], [-121.795761, 37.677109], [-121.795321, 37.677144999999996], [-121.795328, 37.676494], [-121.79532, 37.676122], [-121.795329, 37.672737999999995], [-121.795344, 37.672218], [-121.79533599999999, 37.672112], [-121.795304, 37.671999], [-121.795262, 37.671915], [-121.795141, 37.671738], [-121.79486299999999, 37.671358999999995], [-121.793908, 37.670175], [-121.79379399999999, 37.670004999999996], [-121.793436, 37.669509999999995], [-121.793474, 37.669489999999996], [-121.793846, 37.669306999999996], [-121.793971, 37.669246], [-121.794023, 37.669218], [-121.794182, 37.669136], [-121.794235, 37.669109], [-121.794433, 37.669737999999995], [-121.79450800000001, 37.669973], [-121.795, 37.670818], [-121.795506, 37.67138], [-121.79594900000001, 37.671870999999996], [-121.795872, 37.672391999999995], [-121.79586499999999, 37.672928999999996], [-121.795858, 37.673497], [-121.795862, 37.676120999999995], [-121.795864, 37.676700000000004], [-121.795896, 37.677096]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,190,0)", "fill-opacity": 0.75, "intersection_density": 124.34700000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-121.8058, 37.689023], [-121.805762, 37.689150999999995], [-121.805616, 37.689139999999995], [-121.805509, 37.689135], [-121.804255, 37.689133], [-121.804259, 37.688998], [-121.80456699999999, 37.688998999999995], [-121.80533, 37.689001999999995], [-121.805419, 37.689005], [-121.805492, 37.689008], [-121.80562, 37.689015999999995], [-121.8058, 37.689023]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,181,0)", "fill-opacity": 0.75, "intersection_density": 141.614}, "geometry": {"type": "Polygon", "coordinates": [[[-121.919196, 37.690599], [-121.918849, 37.690573], [-121.918729, 37.690563], [-121.918692, 37.69045], [-121.9188, 37.690458], [-121.919378, 37.690492], [-121.920513, 37.690574999999995], [-121.92159699999999, 37.690659], [-121.92264, 37.690732], [-121.92322, 37.690768999999996], [-121.923194, 37.690816999999996], [-121.92314400000001, 37.690903], [-121.92285, 37.690889], [-121.922427, 37.690863], [-121.922206, 37.690844], [-121.921411, 37.690777], [-121.920738, 37.690732], [-121.920348, 37.690695], [-121.919398, 37.690615], [-121.919196, 37.690599]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,131,0)", "fill-opacity": 0.75, "intersection_density": 237.74200000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-121.903741, 37.694165], [-121.904665, 37.694178], [-121.905064, 37.694196999999996], [-121.905256, 37.694210999999996], [-121.905392, 37.694213999999995], [-121.905753, 37.694195], [-121.905889, 37.694176], [-121.905985, 37.694226], [-121.905901, 37.694289], [-121.905528, 37.694317], [-121.905505, 37.694317], [-121.905316, 37.694319], [-121.905075, 37.694314999999996], [-121.904311, 37.694285], [-121.90400199999999, 37.694281], [-121.903742, 37.694278], [-121.903741, 37.694165]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,116,0)", "fill-opacity": 0.75, "intersection_density": 267.138}, "geometry": {"type": "Polygon", "coordinates": [[[-121.882923, 37.708712], [-121.882493, 37.708708], [-121.881886, 37.708704999999995], [-121.881585, 37.708707], [-121.880961, 37.708712999999996], [-121.880945, 37.708714], [-121.880268, 37.708708], [-121.880263, 37.708577], [-121.880795, 37.70858], [-121.880942, 37.708580999999995], [-121.881883, 37.708585], [-121.88239300000001, 37.708582], [-121.88249, 37.708582], [-121.882926, 37.708583999999995], [-121.882923, 37.708712]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,235,0)", "fill-opacity": 0.75, "intersection_density": 37.783}, "geometry": {"type": "Polygon", "coordinates": [[[-121.893142, 37.639039], [-121.893523, 37.638566], [-121.896738, 37.640681], [-121.896608, 37.639385], [-121.896547, 37.638774], [-121.896464, 37.637938999999996], [-121.896712, 37.637796], [-121.900725, 37.635491], [-121.902416, 37.634521], [-121.90252699999999, 37.634388], [-121.902513, 37.634451], [-121.90251, 37.634487], [-121.902499, 37.634537], [-121.902461, 37.634661], [-121.902395, 37.634926], [-121.902398, 37.634966], [-121.902414, 37.635011999999996], [-121.90244200000001, 37.635059], [-121.902474, 37.635116], [-121.902511, 37.635251], [-121.90254, 37.635324], [-121.902598, 37.635419], [-121.902607, 37.635444], [-121.902613, 37.635481999999996], [-121.902618, 37.635619999999996], [-121.902636, 37.635672], [-121.90270699999999, 37.635798], [-121.902758, 37.635871], [-121.902807, 37.635923], [-121.903412, 37.636357], [-121.90349499999999, 37.636404999999996], [-121.903533, 37.636417], [-121.903583, 37.636426], [-121.90366399999999, 37.636429], [-121.903849, 37.636424], [-121.904049, 37.636404], [-121.90419299999999, 37.636382], [-121.904301, 37.636399], [-121.904353, 37.636415], [-121.904548, 37.636531999999995], [-121.90458, 37.636590999999996], [-121.904615, 37.636675], [-121.904637, 37.636765], [-121.904654, 37.636871], [-121.904668, 37.637056], [-121.904643, 37.637198], [-121.90462, 37.637256], [-121.904596, 37.637301], [-121.904523, 37.637404], [-121.904471, 37.637462], [-121.904299, 37.637609], [-121.904201, 37.637674], [-121.90409199999999, 37.637727], [-121.904045, 37.637744999999995], [-121.903646, 37.637903], [-121.90356299999999, 37.637941999999995], [-121.903491, 37.637991], [-121.903401, 37.638083], [-121.903229, 37.638304], [-121.903262, 37.638343], [-121.903277, 37.638377], [-121.903312, 37.638524], [-121.90332599999999, 37.638562], [-121.90333, 37.638569], [-121.903348, 37.638602999999996], [-121.903555, 37.638857], [-121.903607, 37.638919], [-121.903684, 37.639012], [-121.903783, 37.639143], [-121.903828, 37.639232], [-121.90383800000001, 37.639265], [-121.903843, 37.639281], [-121.903854, 37.639347], [-121.90385599999999, 37.639399], [-121.903847, 37.639551999999995], [-121.903845, 37.63957], [-121.903803, 37.639675], [-121.903752, 37.639765], [-121.903693, 37.639848], [-121.90326400000001, 37.640356], [-121.90326400000001, 37.640357], [-121.903201, 37.640422], [-121.903096, 37.640519999999995], [-121.902994, 37.640605], [-121.902866, 37.640701], [-121.90269, 37.640806999999995], [-121.902548, 37.640882999999995], [-121.902475, 37.640918], [-121.902327, 37.640983999999996], [-121.902198, 37.641028], [-121.90184099999999, 37.641121999999996], [-121.901457, 37.641219], [-121.901383, 37.641244], [-121.901253, 37.641314], [-121.90118, 37.641363], [-121.901129, 37.641408], [-121.901046, 37.64149], [-121.900972, 37.641584], [-121.900924, 37.641676], [-121.900896, 37.641759], [-121.900869, 37.641909999999996], [-121.900808, 37.642254], [-121.900688, 37.642894999999996], [-121.900526, 37.642885], [-121.900426, 37.642857], [-121.900389, 37.642841], [-121.900383, 37.642838999999995], [-121.90026499999999, 37.642765], [-121.90015199999999, 37.642663], [-121.900126, 37.642645], [-121.900086, 37.642635], [-121.90001, 37.642641], [-121.899924, 37.642666999999996], [-121.899573, 37.642809], [-121.899291, 37.642925], [-121.899194, 37.642824999999995], [-121.899103, 37.642752], [-121.898998, 37.642675], [-121.898884, 37.642606], [-121.898811, 37.642569], [-121.89797, 37.642185], [-121.897903, 37.642191], [-121.897645, 37.642078], [-121.897519, 37.642023], [-121.897406, 37.641968], [-121.897313, 37.641912999999995], [-121.897048, 37.641739], [-121.896919, 37.641653999999996], [-121.89668499999999, 37.6415], [-121.89662799999999, 37.641462], [-121.896586, 37.641435], [-121.896454, 37.641355], [-121.896396, 37.641321], [-121.896247, 37.641233], [-121.89611, 37.641152999999996], [-121.896007, 37.641092], [-121.895361, 37.640653], [-121.895287, 37.640599], [-121.89502, 37.640404], [-121.89421300000001, 37.639817], [-121.893142, 37.639039]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,74,0)", "fill-opacity": 0.75, "intersection_density": 346.298}, "geometry": {"type": "Polygon", "coordinates": [[[-121.805222, 37.651973999999996], [-121.805334, 37.651919], [-121.805383, 37.651900999999995], [-121.805436, 37.651872], [-121.805461, 37.651845], [-121.805486, 37.651742], [-121.805498, 37.651494], [-121.80554599999999, 37.65211], [-121.805473, 37.652079], [-121.805222, 37.651973999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,144,0)", "fill-opacity": 0.75, "intersection_density": 212.90200000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-121.779015, 37.676058], [-121.77878, 37.676119], [-121.778505, 37.676196999999995], [-121.778431, 37.676257], [-121.778271, 37.676069], [-121.778086, 37.675906999999995], [-121.778233, 37.675923999999995], [-121.778606, 37.676043], [-121.778647, 37.67605], [-121.77883800000001, 37.676063], [-121.779015, 37.676058]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,181,0)", "fill-opacity": 0.75, "intersection_density": 142.22299999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-121.795243, 37.654216], [-121.795301, 37.654347], [-121.795112, 37.654464], [-121.79506, 37.654554999999995], [-121.795053, 37.654692], [-121.795027, 37.654764], [-121.794982, 37.654803], [-121.794791, 37.654931999999995], [-121.7947, 37.654999], [-121.794686, 37.655011], [-121.794612, 37.655080999999996], [-121.794583, 37.655119], [-121.79454, 37.655189], [-121.794505, 37.655276], [-121.794495, 37.655341], [-121.79449199999999, 37.655367999999996], [-121.794491, 37.655471999999996], [-121.794365, 37.655473], [-121.79399, 37.655474999999996], [-121.793865, 37.655477], [-121.793853, 37.654888], [-121.793905, 37.654758], [-121.794055, 37.654516], [-121.79414, 37.654458], [-121.794427, 37.654444999999996], [-121.794747, 37.654424999999996], [-121.794988, 37.654347], [-121.795243, 37.654216]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,150,0)", "fill-opacity": 0.75, "intersection_density": 201.889}, "geometry": {"type": "Polygon", "coordinates": [[[-121.86655999999999, 37.709022999999995], [-121.866269, 37.708964], [-121.866377, 37.708546999999996], [-121.866445, 37.708287999999996], [-121.86657199999999, 37.708307999999995], [-121.866953, 37.708369], [-121.867081, 37.70839], [-121.867043, 37.708541], [-121.867025, 37.708614], [-121.866992, 37.708743], [-121.86698799999999, 37.708757], [-121.866946, 37.708925], [-121.866941, 37.708943999999995], [-121.866946, 37.708977999999995], [-121.866965, 37.709009], [-121.866995, 37.709033], [-121.86693, 37.709098], [-121.86655999999999, 37.709022999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,183,0)", "fill-opacity": 0.75, "intersection_density": 138.761}, "geometry": {"type": "Polygon", "coordinates": [[[-121.910406, 37.706554], [-121.910391, 37.706168999999996], [-121.910376, 37.706042], [-121.910335, 37.705881999999995], [-121.910296, 37.705785], [-121.910197, 37.705582], [-121.910305, 37.705605], [-121.910368, 37.705618], [-121.910431, 37.705602], [-121.910498, 37.705569], [-121.910569, 37.705532], [-121.910658, 37.705481999999996], [-121.910753, 37.705422999999996], [-121.910803, 37.70539], [-121.910854, 37.705355], [-121.910906, 37.705321], [-121.910952, 37.705290999999995], [-121.911031, 37.705245999999995], [-121.91107, 37.705293], [-121.91111699999999, 37.705349999999996], [-121.91116099999999, 37.705397999999995], [-121.911222, 37.705467], [-121.911257, 37.705504999999995], [-121.911293, 37.705545], [-121.911361, 37.705617], [-121.91141, 37.705669], [-121.911468, 37.705732], [-121.911531, 37.705802999999996], [-121.911563, 37.705841], [-121.911594, 37.70588], [-121.911652, 37.705951], [-121.91171299999999, 37.706024], [-121.911725, 37.706047999999996], [-121.911247, 37.70632], [-121.910935, 37.706497999999996], [-121.910792, 37.706533], [-121.910633, 37.706548999999995], [-121.910406, 37.706554]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,212,0)", "fill-opacity": 0.75, "intersection_density": 82.454}, "geometry": {"type": "Polygon", "coordinates": [[[-121.862311, 37.714442], [-121.862275, 37.714427], [-121.862234, 37.714423], [-121.862194, 37.71443], [-121.86140499999999, 37.714452], [-121.86113499999999, 37.714472], [-121.860867, 37.714504999999996], [-121.860829, 37.714513], [-121.860096, 37.714589], [-121.859982, 37.714605], [-121.859757, 37.714649], [-121.85953599999999, 37.714707], [-121.85932199999999, 37.714777], [-121.859218, 37.714817], [-121.85900699999999, 37.714909999999996], [-121.858803, 37.715012], [-121.85870299999999, 37.715066], [-121.858586, 37.715157], [-121.858411, 37.714968], [-121.85816, 37.714681], [-121.858519, 37.714461], [-121.85874799999999, 37.714341], [-121.858987, 37.714231999999996], [-121.859234, 37.714135], [-121.859488, 37.714051999999995], [-121.859617, 37.714014], [-121.85988, 37.71395], [-121.860148, 37.713899], [-121.86041900000001, 37.713862], [-121.860692, 37.713839], [-121.86179899999999, 37.713758], [-121.863858, 37.713617], [-121.86412, 37.714905], [-121.863592, 37.714937], [-121.863428, 37.714959], [-121.86326, 37.71503], [-121.862781, 37.715132], [-121.86247900000001, 37.715177], [-121.862354, 37.714545], [-121.862358, 37.714513], [-121.862349, 37.714481], [-121.862327, 37.714453], [-121.862311, 37.714442]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,132,0)", "fill-opacity": 0.75, "intersection_density": 235.13400000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-121.873852, 37.714921], [-121.873817, 37.715008], [-121.87381500000001, 37.715053999999995], [-121.873814, 37.715114], [-121.873806, 37.715159], [-121.873802, 37.715204], [-121.87379899999999, 37.715249], [-121.873794, 37.715295999999995], [-121.873789, 37.715344], [-121.873781, 37.715398], [-121.873767, 37.715454], [-121.873744, 37.715497], [-121.873714, 37.715539], [-121.873681, 37.715585], [-121.873624, 37.715615], [-121.873554, 37.715624], [-121.873494, 37.715627], [-121.873433, 37.715624999999996], [-121.873373, 37.715641], [-121.87330299999999, 37.715633], [-121.87324, 37.715621], [-121.873182, 37.715616], [-121.873121, 37.715616], [-121.873061, 37.715616], [-121.873002, 37.715613999999995], [-121.872942, 37.715612], [-121.872883, 37.715609], [-121.872826, 37.715602], [-121.87277, 37.715582], [-121.87271799999999, 37.715561], [-121.872655, 37.715536], [-121.872622, 37.715489999999996], [-121.872621, 37.715443], [-121.87262, 37.715393], [-121.87262799999999, 37.715337999999996], [-121.872627, 37.715281], [-121.87262799999999, 37.715233999999995], [-121.872637, 37.715178], [-121.87264, 37.715129], [-121.872641, 37.715077], [-121.872642, 37.715028], [-121.872648, 37.714983], [-121.872657, 37.714914], [-121.872719, 37.714917], [-121.87272300000001, 37.714918], [-121.872801, 37.714918999999995], [-121.872833, 37.714918999999995], [-121.872929, 37.714921], [-121.872961, 37.714922], [-121.873092, 37.714923999999996], [-121.87317999999999, 37.714923999999996], [-121.873198, 37.714923999999996], [-121.873263, 37.714925], [-121.873341, 37.714926999999996], [-121.873411, 37.714929], [-121.873528, 37.714928], [-121.873603, 37.714918999999995], [-121.87366399999999, 37.714921], [-121.873723, 37.714923], [-121.873782, 37.714918999999995], [-121.873852, 37.714921]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,169,0)", "fill-opacity": 0.75, "intersection_density": 165.072}, "geometry": {"type": "Polygon", "coordinates": [[[-121.881585, 37.708707], [-121.881584, 37.708836999999995], [-121.881583, 37.708926999999996], [-121.88158, 37.709196999999996], [-121.88158, 37.709288], [-121.881453, 37.709286], [-121.88107600000001, 37.709283], [-121.88095, 37.709282], [-121.88081, 37.709282], [-121.880392, 37.709284], [-121.880253, 37.709286], [-121.880256, 37.709143999999995], [-121.880267, 37.708718], [-121.880268, 37.708708], [-121.880945, 37.708714], [-121.880961, 37.708712999999996], [-121.881585, 37.708707]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,151,0)", "fill-opacity": 0.75, "intersection_density": 199.507}, "geometry": {"type": "Polygon", "coordinates": [[[-122.256832, 37.796793], [-122.256527, 37.796516], [-122.256654, 37.796423], [-122.25724199999999, 37.795997], [-122.257336, 37.79593], [-122.257434, 37.79585], [-122.257598, 37.795998999999995], [-122.25809100000001, 37.796445999999996], [-122.258256, 37.796596], [-122.25810899999999, 37.796699], [-122.257671, 37.79701], [-122.257526, 37.797115], [-122.257382, 37.797061], [-122.257259, 37.797016], [-122.25711799999999, 37.796949999999995], [-122.257018, 37.796895], [-122.256964, 37.79687], [-122.256945, 37.796861], [-122.256832, 37.796793]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,155,0)", "fill-opacity": 0.75, "intersection_density": 192.217}, "geometry": {"type": "Polygon", "coordinates": [[[-122.257434, 37.79585], [-122.257336, 37.79593], [-122.25724199999999, 37.795997], [-122.256654, 37.796423], [-122.256527, 37.796516], [-122.25568799999999, 37.795776], [-122.255799, 37.795694999999995], [-122.256395, 37.795266], [-122.256594, 37.795124], [-122.256762, 37.795269], [-122.257266, 37.795704], [-122.257434, 37.79585]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,181,0)", "fill-opacity": 0.75, "intersection_density": 142.335}, "geometry": {"type": "Polygon", "coordinates": [[[-122.255601, 37.795837999999996], [-122.255414, 37.79597], [-122.254854, 37.796369], [-122.254735, 37.796455], [-122.253927, 37.795735], [-122.254046, 37.795649999999995], [-122.25461899999999, 37.795246], [-122.254811, 37.795111999999996], [-122.25496799999999, 37.795257], [-122.255442, 37.795691999999995], [-122.255601, 37.795837999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,127,0)", "fill-opacity": 0.75, "intersection_density": 244.78900000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-122.255488, 37.792747999999996], [-122.254591, 37.793333], [-122.25428, 37.793057], [-122.254114, 37.792911], [-122.25429199999999, 37.792788], [-122.254827, 37.792423], [-122.255006, 37.792302], [-122.255165, 37.792449999999995], [-122.255488, 37.792747999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 111.884}, "geometry": {"type": "Polygon", "coordinates": [[[-122.252111, 37.795668], [-122.251945, 37.795519999999996], [-122.25145, 37.795079], [-122.251285, 37.794931999999996], [-122.251463, 37.794806], [-122.252001, 37.794427999999996], [-122.25218, 37.794303], [-122.252343, 37.794447999999996], [-122.252833, 37.794886], [-122.252997, 37.795033], [-122.252819, 37.795159], [-122.252288, 37.795539999999995], [-122.252111, 37.795668]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,183,0)", "fill-opacity": 0.75, "intersection_density": 138.937}, "geometry": {"type": "Polygon", "coordinates": [[[-122.25236699999999, 37.792835], [-122.251553, 37.792108], [-122.251563, 37.792100000000005], [-122.251847, 37.7919], [-122.251942, 37.791834], [-122.252045, 37.791757], [-122.25235599999999, 37.791528], [-122.25246, 37.791452], [-122.252621, 37.791599], [-122.253107, 37.79204], [-122.253269, 37.792187], [-122.253071, 37.792328999999995], [-122.252477, 37.792755], [-122.25236699999999, 37.792835]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,163,0)", "fill-opacity": 0.75, "intersection_density": 176.495}, "geometry": {"type": "Polygon", "coordinates": [[[-122.25246, 37.791452], [-122.252293, 37.791306], [-122.251792, 37.790867999999996], [-122.251626, 37.790723], [-122.251745, 37.790634], [-122.252105, 37.790366999999996], [-122.252225, 37.790279], [-122.252462, 37.790365], [-122.25287399999999, 37.790515], [-122.25303, 37.790588], [-122.253152, 37.790672], [-122.25336, 37.790817], [-122.253179, 37.790943], [-122.252639, 37.791323999999996], [-122.25246, 37.791452]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,198,0)", "fill-opacity": 0.75, "intersection_density": 109.29799999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.24741399999999, 37.788188], [-122.247372, 37.788179], [-122.247204, 37.78818], [-122.247042, 37.788033], [-122.246961, 37.787977999999995], [-122.24674999999999, 37.787862], [-122.24643499999999, 37.787723], [-122.24610200000001, 37.787580999999996], [-122.245246, 37.787214999999996], [-122.245108, 37.787151], [-122.24477999999999, 37.787001], [-122.244774, 37.786969], [-122.244756, 37.786874999999995], [-122.24475, 37.786843999999995], [-122.244721, 37.786787], [-122.244637, 37.786615999999995], [-122.24461, 37.78656], [-122.24542199999999, 37.786949], [-122.245752, 37.787101], [-122.245764, 37.787106], [-122.24635599999999, 37.787368], [-122.247057, 37.787683], [-122.24808, 37.788128], [-122.248761, 37.788424], [-122.249271, 37.78865], [-122.249793, 37.788880999999996], [-122.250439, 37.789169], [-122.250556, 37.789215], [-122.25091, 37.789353999999996], [-122.25102799999999, 37.789401], [-122.251141, 37.789397], [-122.251582, 37.789556], [-122.251846, 37.789659], [-122.25195099999999, 37.7897], [-122.252433, 37.78985], [-122.252844, 37.789953], [-122.25322299999999, 37.790045], [-122.253807, 37.790174], [-122.254358, 37.790307], [-122.254615, 37.790369], [-122.255168, 37.790605], [-122.25524, 37.790617], [-122.255459, 37.790653], [-122.255532, 37.790665], [-122.256185, 37.790780999999996], [-122.25741, 37.790999], [-122.257734, 37.791055], [-122.258114, 37.79112], [-122.258146, 37.791126], [-122.25880000000001, 37.791244999999996], [-122.25895299999999, 37.791272], [-122.25941399999999, 37.791354], [-122.25949, 37.791368], [-122.258869, 37.792103], [-122.258715, 37.792255], [-122.258646, 37.792304], [-122.258116, 37.792682], [-122.257739, 37.792604], [-122.257897, 37.792424], [-122.25796700000001, 37.792345999999995], [-122.257544, 37.792108999999996], [-122.25711799999999, 37.791877], [-122.256562, 37.791584], [-122.25617199999999, 37.791401], [-122.255953, 37.791298], [-122.255751, 37.791204], [-122.255322, 37.791036], [-122.25469799999999, 37.790824], [-122.254002, 37.790597], [-122.25334699999999, 37.790408], [-122.253115, 37.790329], [-122.252614, 37.790171], [-122.25216499999999, 37.790016], [-122.251749, 37.789874999999995], [-122.251334, 37.789708999999995], [-122.25071299999999, 37.78946], [-122.250115, 37.789207], [-122.249562, 37.788964], [-122.249537, 37.788953], [-122.249077, 37.788751999999995], [-122.24844, 37.788474], [-122.24748, 37.78806], [-122.24741399999999, 37.788188]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,183,0)", "fill-opacity": 0.75, "intersection_density": 138.27100000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-122.245769, 37.807707], [-122.245701, 37.807601], [-122.245671, 37.80753], [-122.24566899999999, 37.807522999999996], [-122.24565, 37.807458], [-122.245645, 37.807397], [-122.245661, 37.807337], [-122.245717, 37.807229], [-122.245752, 37.807137], [-122.245775, 37.807024], [-122.245774, 37.806925], [-122.245773, 37.806922], [-122.245765, 37.806837], [-122.24575, 37.806774], [-122.245722, 37.806722], [-122.245929, 37.806442], [-122.246552, 37.805606], [-122.24676, 37.805327], [-122.24697, 37.805396], [-122.247413, 37.805543], [-122.247598, 37.80562], [-122.24766, 37.805645999999996], [-122.24773, 37.805671], [-122.24780799999999, 37.805692], [-122.247357, 37.806051], [-122.247184, 37.80619], [-122.246849, 37.806467999999995], [-122.246699, 37.806585999999996], [-122.246612, 37.806664], [-122.24654, 37.806736], [-122.24613, 37.807257], [-122.246029, 37.807386], [-122.245769, 37.807707]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 111.99700000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.2493, 37.797664], [-122.248873, 37.797979], [-122.248553, 37.798223], [-122.248476, 37.79826], [-122.248435, 37.798262], [-122.248397, 37.798262], [-122.24833, 37.798237], [-122.248077, 37.798007999999996], [-122.247789, 37.797767], [-122.24758, 37.797565], [-122.248481, 37.796938], [-122.2493, 37.797664]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,184,0)", "fill-opacity": 0.75, "intersection_density": 135.29}, "geometry": {"type": "Polygon", "coordinates": [[[-122.248892, 37.802499], [-122.24901299999999, 37.803014], [-122.249034, 37.803084], [-122.248853, 37.803107], [-122.248344, 37.803202999999996], [-122.248312, 37.803106], [-122.248301, 37.803027], [-122.24830399999999, 37.802963999999996], [-122.248323, 37.802906], [-122.24835, 37.802852], [-122.248409, 37.802771], [-122.248491, 37.802672], [-122.248537, 37.802623], [-122.248594, 37.802580999999996], [-122.248666, 37.802555999999996], [-122.248892, 37.802499]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,192,0)", "fill-opacity": 0.75, "intersection_density": 120.917}, "geometry": {"type": "Polygon", "coordinates": [[[-122.160105, 37.763298], [-122.160153, 37.763166], [-122.160301, 37.762769999999996], [-122.16035, 37.762639], [-122.160498, 37.762757], [-122.160562, 37.762803], [-122.160631, 37.762845999999996], [-122.16068, 37.762865], [-122.160737, 37.762876], [-122.160786, 37.762881], [-122.160853, 37.762882], [-122.160922, 37.762873], [-122.161245, 37.762814999999996], [-122.161383, 37.762795], [-122.161514, 37.762789], [-122.161936, 37.762799], [-122.162092, 37.762812], [-122.162166, 37.762831999999996], [-122.162319, 37.762896999999995], [-122.162549, 37.76302], [-122.16245, 37.763112], [-122.16193200000001, 37.763511], [-122.161561, 37.763487999999995], [-122.161299, 37.763473], [-122.16066000000001, 37.763466], [-122.160575, 37.763453999999996], [-122.1605, 37.763438], [-122.160453, 37.763422], [-122.160433, 37.763414999999995], [-122.160259, 37.763338999999995], [-122.160105, 37.763298]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,232,0)", "fill-opacity": 0.75, "intersection_density": 43.843999999999994}, "geometry": {"type": "Polygon", "coordinates": [[[-122.149591, 37.758432], [-122.149687, 37.75846], [-122.14976300000001, 37.758471], [-122.149907, 37.758477], [-122.149973, 37.758472999999995], [-122.150057, 37.75846], [-122.15012899999999, 37.75844], [-122.15018599999999, 37.758415], [-122.15020799999999, 37.758407], [-122.150275, 37.758368999999995], [-122.150313, 37.758337999999995], [-122.15060000000001, 37.758178], [-122.150812, 37.758055], [-122.151232, 37.757822], [-122.15138, 37.75776], [-122.151549, 37.757714], [-122.15167199999999, 37.757697], [-122.151836, 37.757686], [-122.151845, 37.757686], [-122.152124, 37.757692999999996], [-122.152185, 37.757687], [-122.152253, 37.757674], [-122.152439, 37.757628], [-122.152478, 37.757619], [-122.152569, 37.757613], [-122.152618, 37.757615], [-122.152687, 37.757627], [-122.152732, 37.757641], [-122.152851, 37.757709], [-122.152953, 37.7578], [-122.152988, 37.757847999999996], [-122.153015, 37.7579], [-122.153028, 37.757937999999996], [-122.15303399999999, 37.757985999999995], [-122.153029, 37.758033], [-122.15302, 37.758064999999995], [-122.153015, 37.758085], [-122.152985, 37.758136], [-122.152947, 37.758174], [-122.15288799999999, 37.758223], [-122.15275199999999, 37.758289999999995], [-122.15267399999999, 37.758319], [-122.15251, 37.758365], [-122.152196, 37.758427999999995], [-122.152028, 37.758454], [-122.15191300000001, 37.75848], [-122.151813, 37.758511], [-122.151738, 37.758542], [-122.150683, 37.759042], [-122.150573, 37.759094999999995], [-122.150428, 37.759172], [-122.150371, 37.759215], [-122.150275, 37.759322], [-122.150237, 37.759392], [-122.150127, 37.759646], [-122.149931, 37.759608], [-122.149761, 37.759575], [-122.149614, 37.759541], [-122.149492, 37.759504], [-122.149355, 37.759453], [-122.149307, 37.759434999999996], [-122.149174, 37.759371], [-122.149224, 37.759212999999995], [-122.14923999999999, 37.759176], [-122.149497, 37.758624999999995], [-122.1495, 37.758615999999996], [-122.149591, 37.758432]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,237,0)", "fill-opacity": 0.75, "intersection_density": 35.341}, "geometry": {"type": "Polygon", "coordinates": [[[-122.137608, 37.774724], [-122.137614, 37.774643], [-122.137501, 37.774466], [-122.137421, 37.774314], [-122.137395, 37.774259], [-122.137366, 37.774198999999996], [-122.13698600000001, 37.773311], [-122.136674, 37.772704999999995], [-122.136445, 37.772338], [-122.136348, 37.772261], [-122.137057, 37.772013], [-122.13712, 37.772], [-122.137155, 37.771996], [-122.137182, 37.771994], [-122.137248, 37.772000999999996], [-122.137309, 37.77202], [-122.137359, 37.772047], [-122.137404, 37.772086], [-122.13743, 37.772121999999996], [-122.137984, 37.773194], [-122.138081, 37.773395], [-122.138126, 37.773523999999995], [-122.138271, 37.773986], [-122.138277, 37.774004999999995], [-122.13828, 37.774052999999995], [-122.138274, 37.774093], [-122.13826, 37.774131], [-122.138243, 37.774164], [-122.138237, 37.774178], [-122.137781, 37.774614], [-122.137608, 37.774724]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,201,0)", "fill-opacity": 0.75, "intersection_density": 103.82}, "geometry": {"type": "Polygon", "coordinates": [[[-122.147041, 37.755962], [-122.146773, 37.756782], [-122.146771, 37.7568], [-122.146778, 37.756823], [-122.146796, 37.756845999999996], [-122.1468, 37.756864], [-122.14679100000001, 37.756895], [-122.14674, 37.757011999999996], [-122.146722, 37.757025], [-122.14670100000001, 37.757031999999995], [-122.145988, 37.756907], [-122.145997, 37.756896999999995], [-122.146017, 37.756876], [-122.146049, 37.756828999999996], [-122.146195, 37.756598], [-122.14626, 37.756481], [-122.146308, 37.75638], [-122.146383, 37.756203], [-122.146407, 37.756125999999995], [-122.146431, 37.756071999999996], [-122.146455, 37.756048], [-122.146464, 37.756040999999996], [-122.146526, 37.756009999999996], [-122.14666, 37.755978999999996], [-122.146765, 37.755970999999995], [-122.14692600000001, 37.755964999999996], [-122.147041, 37.755962]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,124,0)", "fill-opacity": 0.75, "intersection_density": 251.46}, "geometry": {"type": "Polygon", "coordinates": [[[-122.16040000000001, 37.752902999999996], [-122.160728, 37.753803999999995], [-122.16066000000001, 37.75382], [-122.160335, 37.752933999999996], [-122.16040000000001, 37.752902999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 110.992}, "geometry": {"type": "Polygon", "coordinates": [[[-122.161354, 37.745776], [-122.161593, 37.745712999999995], [-122.16230999999999, 37.745528], [-122.16255, 37.745467], [-122.162663, 37.745613], [-122.163002, 37.746054], [-122.163115, 37.746201], [-122.16290000000001, 37.746297999999996], [-122.162255, 37.746590999999995], [-122.162041, 37.746688999999996], [-122.161903, 37.746506], [-122.161491, 37.745958], [-122.161354, 37.745776]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,187,0)", "fill-opacity": 0.75, "intersection_density": 130.16899999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.283334, 37.801156], [-122.283315, 37.801204], [-122.283301, 37.801251], [-122.283282, 37.801300999999995], [-122.282231, 37.800916], [-122.282257, 37.800872], [-122.282306, 37.800793], [-122.282344, 37.800731999999996], [-122.282375, 37.800678], [-122.282577, 37.800329999999995], [-122.282645, 37.800215], [-122.282858, 37.800298999999995], [-122.283498, 37.800553], [-122.283557, 37.800577], [-122.283334, 37.801156]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,179,0)", "fill-opacity": 0.75, "intersection_density": 145.079}, "geometry": {"type": "Polygon", "coordinates": [[[-122.281372, 37.802285], [-122.281439, 37.802175999999996], [-122.281795, 37.801607], [-122.283023, 37.802071999999995], [-122.282882, 37.802481], [-122.282847, 37.802675], [-122.28247, 37.802665999999995], [-122.282322, 37.802648999999995], [-122.282172, 37.802603], [-122.281866, 37.802484], [-122.281514, 37.802335], [-122.281372, 37.802285]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,186,0)", "fill-opacity": 0.75, "intersection_density": 132.91899999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.281727, 37.805944], [-122.281547, 37.805904999999996], [-122.281464, 37.805907], [-122.281415, 37.80592], [-122.281359, 37.805952999999995], [-122.281314, 37.806008999999996], [-122.281277, 37.806072], [-122.281269, 37.806118999999995], [-122.281279, 37.80616], [-122.28128, 37.806197999999995], [-122.281256, 37.806264], [-122.281161, 37.806414], [-122.281146, 37.806443], [-122.280717, 37.806283], [-122.280497, 37.806239], [-122.280363, 37.806236], [-122.279631, 37.805907], [-122.279897, 37.805996], [-122.280047, 37.806022], [-122.280136, 37.806025], [-122.280222, 37.806022999999996], [-122.280395, 37.805991999999996], [-122.280493, 37.805968], [-122.280565, 37.805937], [-122.280669, 37.805876999999995], [-122.280725, 37.805837], [-122.28080800000001, 37.805749], [-122.280866, 37.805696], [-122.280901, 37.805671], [-122.281044, 37.805571], [-122.281099, 37.805537], [-122.281191, 37.805495], [-122.281308, 37.80545], [-122.281387, 37.805431], [-122.281556, 37.805427], [-122.281702, 37.805433], [-122.281772, 37.805440999999995], [-122.28191, 37.805459], [-122.281727, 37.805944]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,179,0)", "fill-opacity": 0.75, "intersection_density": 145.11700000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-122.28024500000001, 37.805310999999996], [-122.280518, 37.805367], [-122.28059, 37.805381], [-122.280756, 37.805402], [-122.280824, 37.805402], [-122.280881, 37.805406999999995], [-122.280968, 37.805397], [-122.281254, 37.805349], [-122.281344, 37.80534], [-122.281527, 37.805326], [-122.28170399999999, 37.805329], [-122.281791, 37.805338], [-122.281882, 37.805355], [-122.281944, 37.805375], [-122.28191, 37.805459], [-122.281772, 37.805440999999995], [-122.281702, 37.805433], [-122.281556, 37.805427], [-122.281387, 37.805431], [-122.281308, 37.80545], [-122.281191, 37.805495], [-122.281099, 37.805537], [-122.281044, 37.805571], [-122.280901, 37.805671], [-122.280866, 37.805696], [-122.28080800000001, 37.805749], [-122.280725, 37.805837], [-122.280669, 37.805876999999995], [-122.28076300000001, 37.805709], [-122.280776, 37.805656], [-122.280783, 37.805631999999996], [-122.280783, 37.8056], [-122.280774, 37.805582], [-122.280754, 37.805561999999995], [-122.280683, 37.805513999999995], [-122.280492, 37.80543], [-122.28024500000001, 37.805310999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,188,0)", "fill-opacity": 0.75, "intersection_density": 128.53}, "geometry": {"type": "Polygon", "coordinates": [[[-122.277147, 37.809143], [-122.277013, 37.809107999999995], [-122.276851, 37.809031], [-122.276709, 37.808966999999996], [-122.277006, 37.808547], [-122.277713, 37.807494999999996], [-122.277774, 37.807401], [-122.27796000000001, 37.807123], [-122.27802199999999, 37.80703], [-122.278154, 37.807077], [-122.278241, 37.807108], [-122.27787599999999, 37.807762], [-122.277602, 37.808265], [-122.277292, 37.80884], [-122.277147, 37.809143]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,166,0)", "fill-opacity": 0.75, "intersection_density": 170.3}, "geometry": {"type": "Polygon", "coordinates": [[[-122.278083, 37.806936], [-122.27781999999999, 37.806837], [-122.277959, 37.806605], [-122.278009, 37.806523], [-122.278129, 37.806318999999995], [-122.27820299999999, 37.806194999999995], [-122.27848, 37.805701], [-122.27859699999999, 37.805495], [-122.278656, 37.805517], [-122.278832, 37.805583999999996], [-122.278892, 37.805606999999995], [-122.278718, 37.805890999999995], [-122.278198, 37.806746], [-122.278083, 37.806936]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,194,0)", "fill-opacity": 0.75, "intersection_density": 117.602}, "geometry": {"type": "Polygon", "coordinates": [[[-122.280052, 37.799690999999996], [-122.28008, 37.799645], [-122.280099, 37.799611999999996], [-122.280243, 37.799379], [-122.280292, 37.799302], [-122.28053, 37.799394], [-122.281246, 37.79967], [-122.281485, 37.799762], [-122.281424, 37.799858], [-122.281243, 37.800146999999996], [-122.281214, 37.800194999999995], [-122.281183, 37.800244], [-122.281156, 37.800287], [-122.281074, 37.800416], [-122.281048, 37.80046], [-122.279855, 37.800011], [-122.280052, 37.799690999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,164,0)", "fill-opacity": 0.75, "intersection_density": 173.965}, "geometry": {"type": "Polygon", "coordinates": [[[-122.27857, 37.802067], [-122.27881, 37.802023], [-122.279456, 37.801908], [-122.279533, 37.801898], [-122.279562, 37.801895], [-122.279777, 37.801885], [-122.279692, 37.801984], [-122.279665, 37.802018], [-122.27948, 37.802273], [-122.27946299999999, 37.802302], [-122.27940100000001, 37.802417], [-122.279234, 37.802347], [-122.278736, 37.802136999999995], [-122.27857, 37.802067]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,177,0)", "fill-opacity": 0.75, "intersection_density": 149.821}, "geometry": {"type": "Polygon", "coordinates": [[[-122.276544, 37.802980999999996], [-122.276631, 37.802842999999996], [-122.276894, 37.802431], [-122.276982, 37.802293999999996], [-122.27721199999999, 37.802386999999996], [-122.277904, 37.802669], [-122.27813499999999, 37.802763], [-122.27805000000001, 37.802899], [-122.27779699999999, 37.803306], [-122.277713, 37.803443], [-122.277479, 37.80335], [-122.276777, 37.803073], [-122.276544, 37.802980999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,176,0)", "fill-opacity": 0.75, "intersection_density": 151.739}, "geometry": {"type": "Polygon", "coordinates": [[[-122.278345, 37.797722], [-122.278582, 37.797816], [-122.279294, 37.798100000000005], [-122.279532, 37.798195], [-122.279451, 37.798322999999996], [-122.27921, 37.798705999999996], [-122.27913, 37.798835], [-122.278891, 37.798742], [-122.278174, 37.798465], [-122.277936, 37.798373], [-122.278017, 37.798241999999995], [-122.278263, 37.797852], [-122.278345, 37.797722]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,149,0)", "fill-opacity": 0.75, "intersection_density": 202.85299999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.276742, 37.797917], [-122.27698, 37.798007999999996], [-122.277697, 37.798280999999996], [-122.277936, 37.798373], [-122.277917, 37.798425], [-122.27786, 37.798581], [-122.27784199999999, 37.798634], [-122.277575, 37.798581999999996], [-122.277541, 37.798578], [-122.277224, 37.798542999999995], [-122.27685199999999, 37.798532], [-122.27662699999999, 37.798536999999996], [-122.27658, 37.798539], [-122.276325, 37.798581], [-122.276408, 37.798448], [-122.276658, 37.798049], [-122.276742, 37.797917]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 100.0}, "geometry": {"type": "Polygon", "coordinates": [[[-122.279731, 37.795611], [-122.280106, 37.795041999999995], [-122.280203, 37.794897], [-122.280002, 37.794809], [-122.279822, 37.795078], [-122.278596, 37.794568], [-122.278513, 37.794534], [-122.278153, 37.794582999999996], [-122.27794399999999, 37.794492], [-122.277433, 37.79427], [-122.27751, 37.794115999999995], [-122.27753, 37.794044], [-122.27751, 37.793994999999995], [-122.27747099999999, 37.793979], [-122.277468, 37.793977999999996], [-122.277427, 37.793994999999995], [-122.277357, 37.794061], [-122.276485, 37.793703], [-122.276596, 37.793521999999996], [-122.27621500000001, 37.793357], [-122.276049, 37.793588], [-122.27618799999999, 37.793659], [-122.275924, 37.794055], [-122.275863, 37.79403], [-122.275031, 37.793692], [-122.27528, 37.793439], [-122.27602999999999, 37.79268], [-122.27628, 37.792428], [-122.27788, 37.792708], [-122.282679, 37.793548], [-122.28428, 37.793828], [-122.284171, 37.794022], [-122.283846, 37.794607], [-122.283739, 37.794803], [-122.283063, 37.794773], [-122.282245, 37.794737999999995], [-122.281269, 37.795449999999995], [-122.280846, 37.79576], [-122.280696, 37.795739999999995], [-122.280503, 37.795714], [-122.279924, 37.795636], [-122.279731, 37.795611]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,181,0)", "fill-opacity": 0.75, "intersection_density": 142.156}, "geometry": {"type": "Polygon", "coordinates": [[[-122.277607, 37.796543], [-122.277704, 37.796392], [-122.277998, 37.795939], [-122.278096, 37.795789], [-122.278332, 37.795874999999995], [-122.279043, 37.796135], [-122.27928, 37.796222], [-122.27918, 37.796378], [-122.278882, 37.796845999999995], [-122.278783, 37.797003], [-122.278547, 37.79691], [-122.27784199999999, 37.796634], [-122.277607, 37.796543]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,191,0)", "fill-opacity": 0.75, "intersection_density": 122.426}, "geometry": {"type": "Polygon", "coordinates": [[[-122.276932, 37.795358], [-122.276787, 37.795297], [-122.276673, 37.795249999999996], [-122.27589499999999, 37.794928999999996], [-122.27563599999999, 37.794823], [-122.276051, 37.794193], [-122.276395, 37.794322], [-122.276986, 37.794543], [-122.277204, 37.794717999999996], [-122.277384, 37.794789], [-122.277727, 37.794926], [-122.27779, 37.794951], [-122.277873, 37.794985], [-122.27830900000001, 37.795168], [-122.278455, 37.79523], [-122.27838299999999, 37.795341], [-122.278167, 37.795677], [-122.278096, 37.795789], [-122.277863, 37.795702], [-122.277164, 37.795443999999996], [-122.276932, 37.795358]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,142,0)", "fill-opacity": 0.75, "intersection_density": 216.77700000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-122.239032, 37.794457], [-122.238958, 37.794495], [-122.238805, 37.794554999999995], [-122.238043, 37.794829], [-122.23787, 37.794885], [-122.237804, 37.794823], [-122.237748, 37.794787], [-122.237621, 37.794706999999995], [-122.23709099999999, 37.794393], [-122.237082, 37.794387], [-122.236865, 37.794247], [-122.23700099999999, 37.794095999999996], [-122.23741, 37.793644], [-122.237547, 37.793493999999995], [-122.237696, 37.793344], [-122.238143, 37.792896], [-122.238293, 37.792747], [-122.238504, 37.792874], [-122.23913999999999, 37.793254999999995], [-122.239352, 37.793382], [-122.239913, 37.793721999999995], [-122.239955, 37.793752999999995], [-122.23999599999999, 37.79379], [-122.240068, 37.793873999999995], [-122.24002899999999, 37.793901], [-122.240014, 37.79391], [-122.240008, 37.793914], [-122.239093, 37.794509], [-122.239032, 37.794457]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 99.611}, "geometry": {"type": "Polygon", "coordinates": [[[-122.235512, 37.792266999999995], [-122.234814, 37.793009999999995], [-122.234742, 37.792964999999995], [-122.234881, 37.792815999999995], [-122.23530000000001, 37.792372], [-122.23544, 37.792224], [-122.235512, 37.792266999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 98.85600000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.232704, 37.791754999999995], [-122.231993, 37.792508], [-122.23192, 37.792466999999995], [-122.232062, 37.792314999999995], [-122.232488, 37.791863], [-122.232631, 37.791712], [-122.232704, 37.791754999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,206,0)", "fill-opacity": 0.75, "intersection_density": 93.781}, "geometry": {"type": "Polygon", "coordinates": [[[-122.23017300000001, 37.791402999999995], [-122.229955, 37.791275999999996], [-122.229304, 37.790896], [-122.22915499999999, 37.79081], [-122.229086, 37.790772], [-122.229294, 37.790661], [-122.22991999999999, 37.790332], [-122.230129, 37.790222], [-122.230201, 37.790262999999996], [-122.23062999999999, 37.790518], [-122.23213, 37.791413], [-122.232631, 37.791712], [-122.232488, 37.791863], [-122.232062, 37.792314999999995], [-122.23192, 37.792466999999995], [-122.23017300000001, 37.791402999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,132,0)", "fill-opacity": 0.75, "intersection_density": 236.796}, "geometry": {"type": "Polygon", "coordinates": [[[-122.238545, 37.790831], [-122.238467, 37.790915], [-122.238234, 37.79117], [-122.238157, 37.791256], [-122.23794, 37.791125], [-122.237289, 37.790735], [-122.237072, 37.790605], [-122.23708500000001, 37.790541999999995], [-122.237102, 37.790509], [-122.237115, 37.790487999999996], [-122.237304, 37.790284], [-122.237374, 37.790211], [-122.237608, 37.790335], [-122.23831, 37.790707], [-122.238545, 37.790831]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,77,0)", "fill-opacity": 0.75, "intersection_density": 341.691}, "geometry": {"type": "Polygon", "coordinates": [[[-122.239749, 37.789587999999995], [-122.239537, 37.78946], [-122.238902, 37.789076], [-122.238691, 37.788948], [-122.23877, 37.788866], [-122.23901000000001, 37.788622], [-122.23909, 37.788540999999995], [-122.239299, 37.788665], [-122.239927, 37.78904], [-122.240137, 37.789165], [-122.240059, 37.789249], [-122.239826, 37.789502999999996], [-122.239749, 37.789587999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,211,0)", "fill-opacity": 0.75, "intersection_density": 85.243}, "geometry": {"type": "Polygon", "coordinates": [[[-122.234781, 37.78121], [-122.235185, 37.781462999999995], [-122.235514, 37.781679], [-122.235776, 37.781839999999995], [-122.236858, 37.782474], [-122.236777, 37.782531], [-122.236743, 37.782649], [-122.236667, 37.78261], [-122.23646099999999, 37.782483], [-122.235846, 37.782105], [-122.235641, 37.781979], [-122.235412, 37.781847], [-122.235048, 37.781619], [-122.234628, 37.781366999999996], [-122.23471, 37.781284], [-122.234735, 37.781258], [-122.234781, 37.78121]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,124,0)", "fill-opacity": 0.75, "intersection_density": 251.74599999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.234966, 37.789342999999995], [-122.235038, 37.789384], [-122.234644, 37.789803], [-122.234572, 37.789757], [-122.23465, 37.789674], [-122.234887, 37.789425], [-122.234966, 37.789342999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,212,0)", "fill-opacity": 0.75, "intersection_density": 82.1}, "geometry": {"type": "Polygon", "coordinates": [[[-122.162396, 37.769765], [-122.162367, 37.769662], [-122.16229, 37.769388], [-122.162285, 37.769355], [-122.162282, 37.769324999999995], [-122.162294, 37.769251], [-122.162549, 37.769275], [-122.16261399999999, 37.769282], [-122.163316, 37.769307999999995], [-122.163573, 37.769318], [-122.163743, 37.769478], [-122.163747, 37.769481999999996], [-122.163836, 37.769627], [-122.16394700000001, 37.769763], [-122.164029, 37.769839999999995], [-122.164218, 37.769984], [-122.16440399999999, 37.770126], [-122.164818, 37.770419], [-122.164973, 37.770528999999996], [-122.16574, 37.771111], [-122.165969, 37.771271], [-122.166048, 37.771319], [-122.166214, 37.771421], [-122.166314, 37.77149], [-122.16640000000001, 37.771564], [-122.16645199999999, 37.771623], [-122.166345, 37.771724], [-122.16633, 37.771737], [-122.16595699999999, 37.77207], [-122.16583299999999, 37.772182], [-122.165546, 37.772186999999995], [-122.16532699999999, 37.772172], [-122.165216, 37.772154], [-122.165149, 37.772144], [-122.165002, 37.772104], [-122.164816, 37.772037999999995], [-122.164687, 37.771965], [-122.164576, 37.771868999999995], [-122.164504, 37.771775999999996], [-122.164443, 37.771648], [-122.164411, 37.771508], [-122.164378, 37.771398999999995], [-122.164353, 37.771345], [-122.16431399999999, 37.771282], [-122.164256, 37.771218], [-122.164214, 37.771181999999996], [-122.164164, 37.77115], [-122.164073, 37.771108999999996], [-122.16397599999999, 37.771083], [-122.163884, 37.771079], [-122.163861, 37.771077999999996], [-122.16365, 37.771079], [-122.16358, 37.771071], [-122.163515, 37.771057], [-122.163438, 37.771025], [-122.163303, 37.770931999999995], [-122.163403, 37.770873], [-122.16369, 37.770707], [-122.163703, 37.770694], [-122.163736, 37.770665], [-122.163752, 37.770633], [-122.163759, 37.770596999999995], [-122.163754, 37.770565999999995], [-122.163745, 37.770545], [-122.16370599999999, 37.770509], [-122.163659, 37.770475], [-122.163523, 37.770395], [-122.163316, 37.770274], [-122.162678, 37.769921], [-122.162396, 37.769765]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,225,0)", "fill-opacity": 0.75, "intersection_density": 57.784}, "geometry": {"type": "Polygon", "coordinates": [[[-122.165794, 37.776815], [-122.165861, 37.776826], [-122.165875, 37.776832999999996], [-122.165882, 37.776861], [-122.16599099999999, 37.777291999999996], [-122.165637, 37.777138], [-122.165598, 37.77712], [-122.164425, 37.776596], [-122.164035, 37.776422], [-122.164114, 37.776347], [-122.164177, 37.776289999999996], [-122.164327, 37.776157999999995], [-122.164361, 37.776132], [-122.164448, 37.776066], [-122.164511, 37.776112], [-122.164658, 37.776198], [-122.16471, 37.776226], [-122.16552300000001, 37.776666999999996], [-122.165794, 37.776815]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,184,0)", "fill-opacity": 0.75, "intersection_density": 137.079}, "geometry": {"type": "Polygon", "coordinates": [[[-122.175563, 37.766814], [-122.17451, 37.767506999999995], [-122.174057, 37.767797], [-122.173359, 37.768226999999996], [-122.173351, 37.768218999999995], [-122.172938, 37.767821], [-122.17280099999999, 37.767689], [-122.17323999999999, 37.767401], [-122.17456, 37.766538], [-122.175001, 37.766251], [-122.175138, 37.766389], [-122.175552, 37.766802999999996], [-122.175563, 37.766814]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 100.079}, "geometry": {"type": "Polygon", "coordinates": [[[-122.170849, 37.768297], [-122.170673, 37.768172], [-122.172257, 37.767147], [-122.172365, 37.767255], [-122.172692, 37.767579999999995], [-122.17280099999999, 37.767689], [-122.171334, 37.768625], [-122.170849, 37.768297]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,157,0)", "fill-opacity": 0.75, "intersection_density": 188.82299999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.268841, 37.803357], [-122.270004, 37.803815], [-122.269963, 37.80388], [-122.26973, 37.803788999999995], [-122.269031, 37.803517], [-122.268798, 37.803427], [-122.268841, 37.803357]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,176,0)", "fill-opacity": 0.75, "intersection_density": 152.31}, "geometry": {"type": "Polygon", "coordinates": [[[-122.265449, 37.806338], [-122.265262, 37.806270999999995], [-122.264538, 37.806011], [-122.264297, 37.805924999999995], [-122.264393, 37.805763], [-122.264681, 37.805279999999996], [-122.264778, 37.805119], [-122.264867, 37.805146], [-122.264923, 37.805153], [-122.265056, 37.805158999999996], [-122.265461, 37.805178999999995], [-122.265903, 37.805201], [-122.266037, 37.805208], [-122.266084, 37.805217], [-122.26617999999999, 37.805248999999996], [-122.266044, 37.80547], [-122.265638, 37.806135999999995], [-122.26550399999999, 37.806357999999996], [-122.265449, 37.806338]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,147,0)", "fill-opacity": 0.75, "intersection_density": 207.543}, "geometry": {"type": "Polygon", "coordinates": [[[-122.267737, 37.800391999999995], [-122.267975, 37.800484], [-122.26868999999999, 37.800761], [-122.268929, 37.800854], [-122.268844, 37.800990999999996], [-122.268588, 37.801403], [-122.26850400000001, 37.801541], [-122.268265, 37.801449], [-122.26755, 37.801173], [-122.267312, 37.801080999999996], [-122.26739599999999, 37.800943], [-122.267652, 37.800529], [-122.267737, 37.800391999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,163,0)", "fill-opacity": 0.75, "intersection_density": 177.245}, "geometry": {"type": "Polygon", "coordinates": [[[-122.268169, 37.799689], [-122.268405, 37.799785], [-122.269116, 37.800075], [-122.269353, 37.800171999999996], [-122.269268, 37.800308], [-122.269013, 37.800717], [-122.268929, 37.800854], [-122.26868999999999, 37.800761], [-122.267975, 37.800484], [-122.267737, 37.800391999999995], [-122.26782299999999, 37.800250999999996], [-122.26808199999999, 37.799828999999995], [-122.268169, 37.799689]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,117,0)", "fill-opacity": 0.75, "intersection_density": 265.577}, "geometry": {"type": "Polygon", "coordinates": [[[-122.26905, 37.798322], [-122.269284, 37.798415999999996], [-122.269986, 37.798699], [-122.27022, 37.798794], [-122.270132, 37.798933999999996], [-122.269871, 37.799352999999996], [-122.269784, 37.799493999999996], [-122.26954599999999, 37.799395], [-122.268833, 37.7991], [-122.268596, 37.799002], [-122.268686, 37.798865], [-122.268959, 37.798458], [-122.26905, 37.798322]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,116,0)", "fill-opacity": 0.75, "intersection_density": 266.433}, "geometry": {"type": "Polygon", "coordinates": [[[-122.268169, 37.799689], [-122.268254, 37.799551], [-122.26850999999999, 37.799139], [-122.268596, 37.799002], [-122.268833, 37.7991], [-122.26954599999999, 37.799395], [-122.269784, 37.799493999999996], [-122.26969700000001, 37.799628999999996], [-122.269438, 37.800036], [-122.269353, 37.800171999999996], [-122.269116, 37.800075], [-122.268405, 37.799785], [-122.268169, 37.799689]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,85,0)", "fill-opacity": 0.75, "intersection_density": 325.763}, "geometry": {"type": "Polygon", "coordinates": [[[-122.266458, 37.802496999999995], [-122.266217, 37.802400999999996], [-122.265867, 37.802262], [-122.265496, 37.802116], [-122.265256, 37.802020999999996], [-122.265292, 37.801963], [-122.26650000000001, 37.802425], [-122.266458, 37.802496999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,162,0)", "fill-opacity": 0.75, "intersection_density": 178.96900000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-122.266989, 37.799242], [-122.267224, 37.799330999999995], [-122.267524, 37.799445999999996], [-122.267932, 37.799600000000005], [-122.268169, 37.799689], [-122.26808199999999, 37.799828999999995], [-122.26782299999999, 37.800250999999996], [-122.267737, 37.800391999999995], [-122.267504, 37.800298], [-122.266806, 37.800016], [-122.26657399999999, 37.799923], [-122.266656, 37.799786], [-122.266906, 37.799378], [-122.266989, 37.799242]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,206,0)", "fill-opacity": 0.75, "intersection_density": 93.725}, "geometry": {"type": "Polygon", "coordinates": [[[-122.263466, 37.797803], [-122.264652, 37.798275], [-122.264614, 37.798338], [-122.264376, 37.798243], [-122.263663, 37.797959999999996], [-122.263426, 37.797866], [-122.263466, 37.797803]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,174,0)", "fill-opacity": 0.75, "intersection_density": 156.079}, "geometry": {"type": "Polygon", "coordinates": [[[-122.274599, 37.794364], [-122.274489, 37.7943], [-122.274355, 37.794229], [-122.27333999999999, 37.793856], [-122.27323, 37.793816], [-122.272125, 37.793358999999995], [-122.272265, 37.79313], [-122.272686, 37.792446999999996], [-122.272827, 37.792218999999996], [-122.272997, 37.792217], [-122.27351, 37.792211], [-122.273681, 37.79221], [-122.273793, 37.792258], [-122.273837, 37.792305999999996], [-122.273903, 37.792378], [-122.27398, 37.792499], [-122.27398600000001, 37.792663999999995], [-122.273944, 37.792818], [-122.27391, 37.792944], [-122.273965, 37.792963], [-122.274463, 37.793133999999995], [-122.274935, 37.793296], [-122.275212, 37.792851], [-122.275316, 37.792895], [-122.275088, 37.793278], [-122.275052, 37.79334], [-122.27517, 37.793400999999996], [-122.275031, 37.793692], [-122.27499399999999, 37.793758], [-122.276051, 37.794193], [-122.27563599999999, 37.794823], [-122.274772, 37.794466], [-122.274599, 37.794364]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,124,0)", "fill-opacity": 0.75, "intersection_density": 252.088}, "geometry": {"type": "Polygon", "coordinates": [[[-122.234003, 37.788771], [-122.233595, 37.789173999999996], [-122.233522, 37.789131], [-122.233603, 37.789049], [-122.23384899999999, 37.788807], [-122.233931, 37.788726], [-122.234003, 37.788771]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 99.90799999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.262324, 37.792086], [-122.262327, 37.792066999999996], [-122.262346, 37.792043], [-122.262441, 37.79193], [-122.262461, 37.791908], [-122.262474, 37.791893], [-122.262572, 37.791914], [-122.262923, 37.791987], [-122.26301699999999, 37.792007], [-122.263586, 37.79213], [-122.264066, 37.792252999999995], [-122.264464, 37.792359999999995], [-122.264635, 37.792409], [-122.264794, 37.792455], [-122.265168, 37.792569], [-122.265418, 37.792667], [-122.265631, 37.79275], [-122.26616899999999, 37.792964999999995], [-122.266419, 37.793065999999996], [-122.266306, 37.793253], [-122.265967, 37.793814999999995], [-122.265855, 37.794003], [-122.265828, 37.794046], [-122.265748, 37.794177], [-122.265722, 37.794221], [-122.265703, 37.794252], [-122.265649, 37.794346], [-122.265632, 37.794378], [-122.26551, 37.794567], [-122.265327, 37.794461999999996], [-122.265, 37.794255], [-122.264851, 37.794143], [-122.26469399999999, 37.794033999999996], [-122.264584, 37.793943999999996], [-122.264348, 37.793766], [-122.264051, 37.793523], [-122.263968, 37.793455], [-122.26372, 37.793251999999995], [-122.263638, 37.793185], [-122.263537, 37.7931], [-122.263234, 37.792846999999995], [-122.263133, 37.792763], [-122.262971, 37.792626999999996], [-122.262485, 37.792221], [-122.262469, 37.792207999999995], [-122.262396, 37.792147], [-122.262324, 37.792086]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,196,0)", "fill-opacity": 0.75, "intersection_density": 113.758}, "geometry": {"type": "Polygon", "coordinates": [[[-122.224054, 37.789943], [-122.224196, 37.789781], [-122.224626, 37.789294999999996], [-122.224769, 37.789134], [-122.224897, 37.788987], [-122.22528199999999, 37.78855], [-122.225411, 37.788404], [-122.225624, 37.78853], [-122.226263, 37.788908], [-122.226477, 37.789035], [-122.226174, 37.789379], [-122.225266, 37.790411], [-122.224964, 37.790756], [-122.224728, 37.791032], [-122.224019, 37.791861], [-122.223784, 37.792138], [-122.223688, 37.792086999999995], [-122.22340000000001, 37.791934], [-122.223305, 37.791883], [-122.22317699999999, 37.791813], [-122.222794, 37.791606], [-122.222667, 37.791537999999996], [-122.222944, 37.791218], [-122.223776, 37.790262], [-122.224054, 37.789943]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,178,0)", "fill-opacity": 0.75, "intersection_density": 146.751}, "geometry": {"type": "Polygon", "coordinates": [[[-122.225517, 37.787073], [-122.225369, 37.786985], [-122.224928, 37.786722999999995], [-122.22478100000001, 37.786636], [-122.224886, 37.786528], [-122.225201, 37.786204999999995], [-122.225307, 37.786097999999996], [-122.22545099999999, 37.786184999999996], [-122.22588400000001, 37.786448], [-122.226029, 37.786536], [-122.225926, 37.786643], [-122.225619, 37.786964999999995], [-122.225517, 37.787073]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,189,0)", "fill-opacity": 0.75, "intersection_density": 125.795}, "geometry": {"type": "Polygon", "coordinates": [[[-122.225307, 37.786097999999996], [-122.226057, 37.785312], [-122.226766, 37.785741], [-122.226618, 37.785900000000005], [-122.226176, 37.786376], [-122.226029, 37.786536], [-122.22588400000001, 37.786448], [-122.22545099999999, 37.786184999999996], [-122.225307, 37.786097999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,198,0)", "fill-opacity": 0.75, "intersection_density": 109.726}, "geometry": {"type": "Polygon", "coordinates": [[[-122.22404399999999, 37.785547], [-122.22387499999999, 37.785486999999996], [-122.22336899999999, 37.785309999999996], [-122.223201, 37.785250999999995], [-122.223296, 37.785012], [-122.223582, 37.784298], [-122.223678, 37.78406], [-122.223849, 37.784113], [-122.224205, 37.784225], [-122.2243, 37.784258], [-122.224364, 37.784271], [-122.224439, 37.784288], [-122.224541, 37.784302], [-122.224441, 37.784549999999996], [-122.224143, 37.785297], [-122.22404399999999, 37.785547]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,170,0)", "fill-opacity": 0.75, "intersection_density": 162.68}, "geometry": {"type": "Polygon", "coordinates": [[[-122.219846, 37.791160999999995], [-122.21955, 37.791914], [-122.219492, 37.7919], [-122.219543, 37.79175], [-122.219698, 37.791301], [-122.219751, 37.791152], [-122.219846, 37.791160999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,176,0)", "fill-opacity": 0.75, "intersection_density": 152.327}, "geometry": {"type": "Polygon", "coordinates": [[[-122.21576, 37.797835], [-122.213697, 37.797376], [-122.213768, 37.797193], [-122.213806, 37.797098999999996], [-122.214214, 37.797191], [-122.215438, 37.797467], [-122.215846, 37.797559], [-122.21581499999999, 37.797657], [-122.21576, 37.797835]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,209,0)", "fill-opacity": 0.75, "intersection_density": 88.441}, "geometry": {"type": "Polygon", "coordinates": [[[-122.215258, 37.793189999999996], [-122.215469, 37.793281], [-122.21557, 37.793324999999996], [-122.216087, 37.793589], [-122.216161, 37.793627], [-122.216297, 37.793686], [-122.216121, 37.793923], [-122.215922, 37.794193], [-122.21582699999999, 37.794354999999996], [-122.21569099999999, 37.794559], [-122.21561299999999, 37.79465], [-122.215591, 37.794678], [-122.21541500000001, 37.794869999999996], [-122.21516, 37.794742], [-122.214396, 37.794357999999995], [-122.214142, 37.794230999999996], [-122.214335, 37.793965], [-122.21436299999999, 37.793928], [-122.214424, 37.793853999999996], [-122.21445299999999, 37.793834], [-122.21449, 37.793818], [-122.214528, 37.79381], [-122.214576, 37.793819], [-122.21467, 37.793844], [-122.21471700000001, 37.793847], [-122.214801, 37.793818], [-122.214826, 37.793794], [-122.21506600000001, 37.793457], [-122.215258, 37.793189999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,200,0)", "fill-opacity": 0.75, "intersection_density": 105.931}, "geometry": {"type": "Polygon", "coordinates": [[[-122.214092, 37.855877], [-122.214467, 37.856015], [-122.213782, 37.856027999999995], [-122.213742, 37.856017], [-122.213623, 37.855987], [-122.213584, 37.855976999999996], [-122.213673, 37.855914999999996], [-122.21394, 37.85573], [-122.21403, 37.855669], [-122.214042, 37.855709999999995], [-122.214079, 37.855835], [-122.214092, 37.855877]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,211,0)", "fill-opacity": 0.75, "intersection_density": 84.65299999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.192329, 37.812714], [-122.192756, 37.812779], [-122.193167, 37.812818], [-122.193524, 37.812832], [-122.193574, 37.812829], [-122.193671, 37.812816], [-122.193727, 37.812801], [-122.193808, 37.813452], [-122.197459, 37.815708], [-122.198475, 37.816337], [-122.201211, 37.814529], [-122.20148499999999, 37.814916], [-122.20168699999999, 37.815200000000004], [-122.201674, 37.815252], [-122.20161, 37.815542], [-122.201543, 37.815854], [-122.201533, 37.815939], [-122.201532, 37.815968], [-122.201539, 37.815996], [-122.201571, 37.816058], [-122.201608, 37.816103], [-122.201672, 37.816148999999996], [-122.201739, 37.816185999999995], [-122.201831, 37.816227], [-122.20192, 37.816251], [-122.202031, 37.816266999999996], [-122.202041, 37.816269], [-122.202169, 37.816255], [-122.202373, 37.816196], [-122.202544, 37.816413], [-122.20267799999999, 37.816582], [-122.202828, 37.816763], [-122.202992, 37.816978], [-122.20304999999999, 37.81707], [-122.203198, 37.817305], [-122.203109, 37.817324], [-122.20302, 37.817335], [-122.202933, 37.817339], [-122.202754, 37.817321], [-122.202735, 37.817315], [-122.202609, 37.817274999999995], [-122.202428, 37.81719], [-122.202192, 37.817038], [-122.202001, 37.816891], [-122.201875, 37.816826999999996], [-122.20177, 37.816792], [-122.201673, 37.81678], [-122.201581, 37.816786], [-122.201479, 37.816812], [-122.201437, 37.816824], [-122.20104, 37.816970999999995], [-122.20107, 37.81705], [-122.201163, 37.81729], [-122.201194, 37.81737], [-122.201217, 37.817654999999995], [-122.20122, 37.817688], [-122.201263, 37.817989], [-122.201328, 37.818245], [-122.201399, 37.818422999999996], [-122.201431, 37.818478999999996], [-122.201495, 37.818588999999996], [-122.201594, 37.818715], [-122.201449, 37.818902], [-122.201204, 37.819223], [-122.201133, 37.819353], [-122.201079, 37.81949], [-122.201073, 37.819497999999996], [-122.20104, 37.819556], [-122.200996, 37.819601], [-122.200914, 37.819669999999995], [-122.200788, 37.819556], [-122.20041, 37.819215], [-122.200285, 37.819102], [-122.200083, 37.819055999999996], [-122.199935, 37.81901], [-122.199851, 37.818984], [-122.199737, 37.818926999999995], [-122.199668, 37.818878999999995], [-122.199545, 37.81878], [-122.199446, 37.818664999999996], [-122.199385, 37.818577], [-122.199345, 37.818505], [-122.19931700000001, 37.818417], [-122.19930000000001, 37.818329999999996], [-122.199269, 37.818227], [-122.199248, 37.818155], [-122.199193, 37.81799], [-122.199148, 37.817887], [-122.199027, 37.817851], [-122.198807, 37.817786], [-122.198668, 37.817734], [-122.198551, 37.817690999999996], [-122.198274, 37.817423], [-122.198249, 37.817398], [-122.19808, 37.817254999999996], [-122.19793, 37.817116], [-122.197662, 37.816855], [-122.19756, 37.816804999999995], [-122.197457, 37.816766], [-122.197366, 37.816739], [-122.197159, 37.81668], [-122.197, 37.816624999999995], [-122.19686899999999, 37.816575], [-122.196815, 37.816555], [-122.196589, 37.816459], [-122.196488, 37.816404999999996], [-122.196365, 37.81634], [-122.196407, 37.816248], [-122.196414, 37.816154], [-122.19638499999999, 37.816085], [-122.196326, 37.816024], [-122.196253, 37.81597], [-122.196248, 37.815968], [-122.196135, 37.815933], [-122.196029, 37.815906], [-122.195819, 37.815841], [-122.195617, 37.81576], [-122.195482, 37.815692], [-122.19534, 37.815599], [-122.195254, 37.815517], [-122.195174, 37.815408999999995], [-122.195115, 37.815315], [-122.195076, 37.815252], [-122.195003, 37.815183999999995], [-122.194951, 37.815159], [-122.19484800000001, 37.815126], [-122.194773, 37.815123], [-122.194738, 37.815127], [-122.194695, 37.815132999999996], [-122.194688, 37.815135999999995], [-122.194644, 37.815159], [-122.194613, 37.815188], [-122.194576, 37.815236], [-122.194546, 37.815277], [-122.194102, 37.815163], [-122.194084, 37.815159], [-122.193922, 37.815124999999995], [-122.193707, 37.815087999999996], [-122.193467, 37.815065], [-122.193214, 37.815048999999995], [-122.19273799999999, 37.81507], [-122.192718, 37.815070999999996], [-122.192284, 37.815123], [-122.192326, 37.815354], [-122.192303, 37.815441], [-122.19226, 37.8155], [-122.192196, 37.81555], [-122.192081, 37.815619], [-122.192021, 37.815661999999996], [-122.192008, 37.815672], [-122.191934, 37.815743], [-122.191914, 37.815782], [-122.191904, 37.815833], [-122.191923, 37.815906], [-122.191965, 37.815984], [-122.192011, 37.816053], [-122.192222, 37.816299], [-122.19227599999999, 37.816334999999995], [-122.192329, 37.816342999999996], [-122.192421, 37.816365], [-122.192691, 37.81639], [-122.192781, 37.816409], [-122.192815, 37.81644], [-122.19284, 37.816477], [-122.192836, 37.816539999999996], [-122.192796, 37.816626], [-122.19275400000001, 37.816694], [-122.19274, 37.816759999999995], [-122.192733, 37.816882], [-122.192702, 37.816949], [-122.192661, 37.817018], [-122.192642, 37.817032], [-122.19260299999999, 37.817063], [-122.192338, 37.817189], [-122.192298, 37.817251999999996], [-122.192192, 37.817499], [-122.192134, 37.817544], [-122.192123, 37.817547999999995], [-122.192068, 37.817569999999996], [-122.19199499999999, 37.817583], [-122.191925, 37.81758], [-122.191875, 37.817567], [-122.191857, 37.817563], [-122.191797, 37.817535], [-122.191753, 37.817499], [-122.191719, 37.817456], [-122.19170199999999, 37.81742], [-122.191698, 37.817409999999995], [-122.19166899999999, 37.817296999999996], [-122.191659, 37.81724], [-122.191687, 37.816978999999996], [-122.191686, 37.816976], [-122.191658, 37.816891], [-122.191615, 37.816848], [-122.19148, 37.81675], [-122.191476, 37.816748], [-122.191383, 37.816717], [-122.191278, 37.816700999999995], [-122.191145, 37.816713], [-122.191023, 37.816738], [-122.190981, 37.816761], [-122.190834, 37.816846], [-122.190717, 37.816946], [-122.190668, 37.816993], [-122.190616, 37.817043999999996], [-122.190568, 37.817077999999995], [-122.190496, 37.817112], [-122.19026099999999, 37.817188], [-122.190058, 37.817235], [-122.189843, 37.817287], [-122.189731, 37.817313999999996], [-122.189647, 37.81734], [-122.18958599999999, 37.817367], [-122.189551, 37.817388], [-122.189461, 37.817467], [-122.18924799999999, 37.817727], [-122.189076, 37.817944], [-122.188969, 37.818087], [-122.188891, 37.818208999999996], [-122.188827, 37.818334], [-122.188773, 37.818450999999996], [-122.188717, 37.818594], [-122.188684, 37.818725], [-122.18868499999999, 37.81884], [-122.188701, 37.818915], [-122.188732, 37.818976], [-122.18881, 37.819077], [-122.18893800000001, 37.819221999999996], [-122.188988, 37.819297999999996], [-122.189021, 37.819375], [-122.18904, 37.819445], [-122.189047, 37.819582], [-122.189038, 37.819655], [-122.18901199999999, 37.819733], [-122.18896, 37.819801], [-122.188916, 37.819839], [-122.188869, 37.819868], [-122.188687, 37.819949], [-122.188455, 37.820069], [-122.1884, 37.820038], [-122.188363, 37.820007], [-122.18833599999999, 37.819973], [-122.188324, 37.819928999999995], [-122.18832499999999, 37.81987], [-122.188379, 37.819783], [-122.188428, 37.819683999999995], [-122.188443, 37.819604999999996], [-122.188421, 37.819523], [-122.188376, 37.819454], [-122.188331, 37.819406], [-122.188184, 37.819302], [-122.18754799999999, 37.818883], [-122.187462, 37.818836], [-122.187397, 37.818805999999995], [-122.187287, 37.818768999999996], [-122.187224, 37.818762], [-122.187096, 37.818765], [-122.18703099999999, 37.818777], [-122.186971, 37.818795], [-122.186877, 37.81884], [-122.186812, 37.818883], [-122.186748, 37.818939], [-122.186677, 37.819016999999995], [-122.186618, 37.81912], [-122.186564, 37.81924], [-122.18651299999999, 37.81933], [-122.186412, 37.819475], [-122.18636000000001, 37.819528], [-122.186281, 37.819579], [-122.18619, 37.819618], [-122.186087, 37.819644], [-122.185999, 37.819654], [-122.18592699999999, 37.819641], [-122.185853, 37.819612], [-122.185787, 37.819590999999996], [-122.185641, 37.819536], [-122.185518, 37.819465], [-122.185367, 37.819365], [-122.185311, 37.819300999999996], [-122.18527399999999, 37.819236], [-122.185108, 37.818812], [-122.185046, 37.818729], [-122.184989, 37.818694], [-122.184913, 37.818678], [-122.184833, 37.818666], [-122.184632, 37.818666], [-122.184522, 37.818670999999995], [-122.184418, 37.818691], [-122.184384, 37.818694], [-122.184322, 37.818709], [-122.184266, 37.818729], [-122.184224, 37.818751999999996], [-122.184172, 37.818793], [-122.184147, 37.818829], [-122.184122, 37.818902], [-122.184116, 37.818998], [-122.184121, 37.819037], [-122.184151, 37.819111], [-122.184176, 37.819151999999995], [-122.184233, 37.819215], [-122.184278, 37.819278], [-122.18432899999999, 37.819362999999996], [-122.184366, 37.819438], [-122.184372, 37.819474], [-122.184354, 37.819553], [-122.184334, 37.819584], [-122.184247, 37.819652], [-122.184128, 37.819672], [-122.184009, 37.819676], [-122.183922, 37.819649], [-122.18385, 37.819617], [-122.183527, 37.819457], [-122.183031, 37.819153], [-122.182968, 37.819068], [-122.182803, 37.818805], [-122.182614, 37.818554], [-122.182546, 37.818492], [-122.18245999999999, 37.818450999999996], [-122.181895, 37.818219], [-122.181786, 37.818197], [-122.18142, 37.818124999999995], [-122.18128, 37.818082], [-122.181186, 37.818039999999996], [-122.181065, 37.817979], [-122.180949, 37.817896999999995], [-122.180762, 37.817737], [-122.180676, 37.817642], [-122.180596, 37.817541999999996], [-122.180516, 37.817409], [-122.180474, 37.817318], [-122.180451, 37.817243], [-122.18039, 37.816612], [-122.180341, 37.816392], [-122.180291, 37.816272], [-122.180219, 37.816165999999996], [-122.180128, 37.816054], [-122.180026, 37.815948999999996], [-122.17987, 37.815827999999996], [-122.179776, 37.815774999999995], [-122.17966799999999, 37.815723], [-122.179458, 37.815639999999995], [-122.17904, 37.815495999999996], [-122.178752, 37.815384], [-122.17843500000001, 37.81525], [-122.17793, 37.814971], [-122.177731, 37.814868], [-122.177519, 37.814734], [-122.177346, 37.814603999999996], [-122.17707300000001, 37.814383], [-122.176444, 37.813832999999995], [-122.17596499999999, 37.813386], [-122.175869, 37.813286], [-122.175822, 37.813227999999995], [-122.17576199999999, 37.81314], [-122.175732, 37.813082], [-122.175708, 37.813013], [-122.175687, 37.812912], [-122.175675, 37.812788999999995], [-122.175687, 37.81257], [-122.17571, 37.812435], [-122.175744, 37.812315], [-122.175806, 37.812058], [-122.17585199999999, 37.811792], [-122.175848, 37.811704999999996], [-122.175832, 37.811633], [-122.175797, 37.811529], [-122.175718, 37.811367], [-122.17555300000001, 37.811119], [-122.17518799999999, 37.810714], [-122.175028, 37.810519], [-122.174923, 37.810358], [-122.17490000000001, 37.810311], [-122.174886, 37.810266], [-122.17486, 37.810145], [-122.17483899999999, 37.810079], [-122.174825, 37.809993], [-122.17482, 37.809818], [-122.174824, 37.809705], [-122.174849, 37.809546999999995], [-122.175036, 37.809103], [-122.175111, 37.808929], [-122.17542399999999, 37.808192999999996], [-122.175577, 37.807826999999996], [-122.175599, 37.807773], [-122.17578499999999, 37.80733], [-122.17582999999999, 37.807306], [-122.17585, 37.807297], [-122.17593, 37.807263999999996], [-122.175995, 37.807241], [-122.176057, 37.807224999999995], [-122.176129, 37.807207999999996], [-122.17620000000001, 37.8072], [-122.17631399999999, 37.807195], [-122.17644899999999, 37.807201], [-122.176591, 37.807229], [-122.176707, 37.807258999999995], [-122.176982, 37.807352], [-122.177542, 37.807556999999996], [-122.17766499999999, 37.807596], [-122.177828, 37.807649], [-122.178136, 37.80777], [-122.178602, 37.807933999999996], [-122.178897, 37.808029999999995], [-122.178952, 37.808042], [-122.179059, 37.808054], [-122.179141, 37.808037999999996], [-122.179186, 37.808015], [-122.17921799999999, 37.807987], [-122.179231, 37.807969], [-122.179247, 37.807919999999996], [-122.179244, 37.807882], [-122.179226, 37.807848], [-122.179199, 37.807822], [-122.179147, 37.8078], [-122.179107, 37.80779], [-122.178545, 37.807708999999996], [-122.17846, 37.807687], [-122.178404, 37.807660999999996], [-122.178377, 37.807635999999995], [-122.178355, 37.807607], [-122.178344, 37.807555], [-122.178349, 37.80752], [-122.178366, 37.807497999999995], [-122.178692, 37.807280999999996], [-122.178823, 37.807176], [-122.178935, 37.807074], [-122.178974, 37.807021], [-122.178994, 37.806967], [-122.178996, 37.806875999999995], [-122.178976, 37.806788999999995], [-122.178957, 37.806748], [-122.178934, 37.806719], [-122.178663, 37.806459], [-122.178501, 37.806318999999995], [-122.178448, 37.806264999999996], [-122.178357, 37.80614], [-122.178333, 37.806094], [-122.178291, 37.806014], [-122.17827, 37.805955], [-122.17826099999999, 37.805909], [-122.17826, 37.805783], [-122.178274, 37.805687], [-122.178291, 37.805636], [-122.178346, 37.80553], [-122.17838499999999, 37.805479], [-122.178454, 37.805406], [-122.178521, 37.805344999999996], [-122.178625, 37.805276], [-122.178742, 37.805216], [-122.178868, 37.805172999999996], [-122.178979, 37.805144999999996], [-122.179213, 37.805068], [-122.17928599999999, 37.80525], [-122.179494, 37.80583], [-122.179793, 37.806663], [-122.179883, 37.806868], [-122.18040500000001, 37.807935], [-122.18046799999999, 37.808046999999995], [-122.180475, 37.808056], [-122.180688, 37.808338], [-122.180812, 37.808475], [-122.181015, 37.808659999999996], [-122.18118, 37.808785], [-122.181329, 37.808876999999995], [-122.181421, 37.80893], [-122.181536, 37.808996], [-122.182058, 37.809261], [-122.182357, 37.809384], [-122.18268499999999, 37.80949], [-122.182763, 37.809509999999996], [-122.183105, 37.809602], [-122.183238, 37.809629], [-122.183196, 37.809734], [-122.183187, 37.809825], [-122.183206, 37.809891], [-122.183249, 37.809956], [-122.18343999999999, 37.810151999999995], [-122.183542, 37.81024], [-122.183623, 37.810309], [-122.18374, 37.810418999999996], [-122.183826, 37.810511], [-122.18390000000001, 37.810611], [-122.183981, 37.810708999999996], [-122.184055, 37.810787], [-122.18414899999999, 37.810840999999996], [-122.184346, 37.810908], [-122.184457, 37.810916999999996], [-122.18455, 37.810925], [-122.184791, 37.810927], [-122.184909, 37.810921], [-122.18504300000001, 37.810904], [-122.185134, 37.810854], [-122.185206, 37.810767], [-122.185235, 37.810674], [-122.18522, 37.810564], [-122.185222, 37.810452], [-122.185254, 37.810352], [-122.185314, 37.810255], [-122.185374, 37.810173999999996], [-122.185434, 37.810103], [-122.185534, 37.810029], [-122.185633, 37.809979], [-122.185755, 37.80993], [-122.18592100000001, 37.809894], [-122.186063, 37.809878999999995], [-122.186189, 37.809877], [-122.186307, 37.809892999999995], [-122.186421, 37.809928], [-122.186519, 37.809973], [-122.186629, 37.810041999999996], [-122.186773, 37.810212], [-122.18687299999999, 37.810418999999996], [-122.18689599999999, 37.810513], [-122.18691, 37.810595], [-122.186898, 37.810679], [-122.18689599999999, 37.810682], [-122.186857, 37.810769], [-122.186801, 37.810843999999996], [-122.186714, 37.810880999999995], [-122.186639, 37.810946], [-122.18657400000001, 37.811049], [-122.18655, 37.811133], [-122.186541, 37.811229999999995], [-122.186548, 37.811313999999996], [-122.186586, 37.811405], [-122.186665, 37.811502], [-122.186825, 37.811591], [-122.186943, 37.811668], [-122.18713199999999, 37.811839], [-122.18719899999999, 37.811929], [-122.18731, 37.812152], [-122.187377, 37.812235], [-122.187475, 37.812308], [-122.18757, 37.812352], [-122.187676, 37.812377], [-122.187678, 37.812377999999995], [-122.187845, 37.812397], [-122.18799899999999, 37.812408], [-122.18813, 37.812413], [-122.188257, 37.812407], [-122.188547, 37.812405], [-122.188678, 37.81241], [-122.189157, 37.81247], [-122.189324, 37.812497], [-122.189482, 37.812537], [-122.189672, 37.812577999999995], [-122.18992399999999, 37.812650999999995], [-122.19001, 37.812684], [-122.190203, 37.812771999999995], [-122.190302, 37.812827], [-122.190482, 37.812939], [-122.19059, 37.812985999999995], [-122.190721, 37.813009], [-122.190798, 37.813016], [-122.190888, 37.813016999999995], [-122.19107, 37.813004], [-122.191156, 37.812987], [-122.19116199999999, 37.812985], [-122.191451, 37.812906], [-122.191708, 37.812827], [-122.192002, 37.812773], [-122.19219, 37.812725], [-122.192329, 37.812714]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,215,0)", "fill-opacity": 0.75, "intersection_density": 77.418}, "geometry": {"type": "Polygon", "coordinates": [[[-122.209615, 37.807804999999995], [-122.209645, 37.807894999999995], [-122.209692, 37.807953999999995], [-122.209856, 37.808158], [-122.209893, 37.808261], [-122.209873, 37.808347], [-122.20985999999999, 37.808377], [-122.209846, 37.808395], [-122.209805, 37.808454999999995], [-122.209796, 37.808505], [-122.209806, 37.808552], [-122.209856, 37.808614], [-122.209937, 37.808679], [-122.21005, 37.808745], [-122.210058, 37.808748], [-122.210139, 37.80878], [-122.210166, 37.808786], [-122.210206, 37.808786], [-122.21028, 37.808776], [-122.210358, 37.808757], [-122.210417, 37.808755], [-122.210508, 37.808764], [-122.210559, 37.808786], [-122.21062, 37.808819], [-122.2107, 37.808934], [-122.21073200000001, 37.808969999999995], [-122.21088499999999, 37.809081], [-122.210891, 37.809084], [-122.21107599999999, 37.809177], [-122.211184, 37.809222], [-122.211091, 37.809281999999996], [-122.210906, 37.809380999999995], [-122.210858, 37.809407], [-122.21070399999999, 37.809498999999995], [-122.210546, 37.809628], [-122.210465, 37.809695999999995], [-122.210405, 37.809753], [-122.21027, 37.809908], [-122.210193, 37.810010999999996], [-122.210003, 37.810269], [-122.209921, 37.810268], [-122.209764, 37.810275], [-122.209656, 37.810288], [-122.209571, 37.810285], [-122.209506, 37.810274], [-122.20944399999999, 37.810247], [-122.209372, 37.810204999999996], [-122.209353, 37.810187], [-122.209306, 37.810145], [-122.209098, 37.809897], [-122.209042, 37.80985], [-122.208992, 37.809815], [-122.208922, 37.809773], [-122.20876, 37.809695999999995], [-122.208677, 37.809664999999995], [-122.20861, 37.80965], [-122.208531, 37.809641], [-122.208427, 37.809642], [-122.208345, 37.809658], [-122.208265, 37.809681], [-122.20823, 37.809697], [-122.208196, 37.809720999999996], [-122.208089, 37.809813999999996], [-122.208031, 37.809875], [-122.207998, 37.809900999999996], [-122.207925, 37.809915], [-122.207777, 37.809914], [-122.207686, 37.809905], [-122.20763099999999, 37.809889999999996], [-122.207615, 37.809881], [-122.207592, 37.809869], [-122.207569, 37.809844999999996], [-122.207567, 37.809823], [-122.207571, 37.809802], [-122.207601, 37.809722], [-122.207695, 37.80956], [-122.207714, 37.80952], [-122.207728, 37.809450999999996], [-122.207719, 37.809425999999995], [-122.20760899999999, 37.809312999999996], [-122.207747, 37.809202], [-122.208004, 37.809003], [-122.208047, 37.808971], [-122.20898199999999, 37.808291], [-122.209216, 37.80811], [-122.209615, 37.807804999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,196,0)", "fill-opacity": 0.75, "intersection_density": 112.961}, "geometry": {"type": "Polygon", "coordinates": [[[-122.205885, 37.809259999999995], [-122.206011, 37.809135], [-122.206173, 37.809007], [-122.206431, 37.808833], [-122.206635, 37.808696999999995], [-122.206915, 37.808515], [-122.206991, 37.808445999999996], [-122.207071, 37.808324], [-122.207191, 37.808073], [-122.207323, 37.807868], [-122.207356, 37.807832999999995], [-122.207405, 37.807792], [-122.207926, 37.807449999999996], [-122.208508, 37.807069999999996], [-122.20872800000001, 37.807036], [-122.208875, 37.807015], [-122.208989, 37.80699], [-122.209255, 37.806919], [-122.209359, 37.806899], [-122.209383, 37.806896], [-122.209441, 37.806892], [-122.209557, 37.806900999999996], [-122.209605, 37.806913], [-122.209666, 37.806972], [-122.209695, 37.807006], [-122.20971, 37.807044999999995], [-122.209709, 37.807061], [-122.209706, 37.807165999999995], [-122.209628, 37.807618], [-122.209618, 37.807682], [-122.209615, 37.807804999999995], [-122.209216, 37.80811], [-122.20898199999999, 37.808291], [-122.208047, 37.808971], [-122.208004, 37.809003], [-122.207747, 37.809202], [-122.20760899999999, 37.809312999999996], [-122.20749599999999, 37.809396], [-122.20715799999999, 37.809644999999996], [-122.20704599999999, 37.809729], [-122.20683700000001, 37.809581], [-122.206667, 37.809461], [-122.206572, 37.809421], [-122.206309, 37.809338], [-122.206135, 37.809306], [-122.205996, 37.809281], [-122.205885, 37.809259999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,167,0)", "fill-opacity": 0.75, "intersection_density": 168.49099999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.202613, 37.805583999999996], [-122.202885, 37.805762], [-122.203372, 37.806070999999996], [-122.203198, 37.806173], [-122.202445, 37.80658], [-122.202278, 37.806675999999996], [-122.202264, 37.80663], [-122.20223899999999, 37.806591], [-122.202143, 37.806488], [-122.202062, 37.806376], [-122.201987, 37.806236], [-122.201944, 37.806142], [-122.201839, 37.805848], [-122.201817, 37.80576], [-122.20180500000001, 37.805707], [-122.201799, 37.80555], [-122.201802, 37.80549], [-122.20180500000001, 37.805453], [-122.201813, 37.805400999999996], [-122.201939, 37.805388], [-122.202065, 37.805386], [-122.202164, 37.805392], [-122.202343, 37.805434], [-122.202421, 37.805468999999995], [-122.202512, 37.805518], [-122.202613, 37.805583999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,210,0)", "fill-opacity": 0.75, "intersection_density": 87.118}, "geometry": {"type": "Polygon", "coordinates": [[[-122.211468, 37.797297], [-122.211663, 37.79735], [-122.21224699999999, 37.797509999999996], [-122.21244300000001, 37.797564], [-122.212309, 37.797895], [-122.211907, 37.79889], [-122.21177399999999, 37.799222], [-122.211575, 37.79917], [-122.21098, 37.799014], [-122.210782, 37.798963], [-122.210919, 37.798629], [-122.21133, 37.79763], [-122.211468, 37.797297]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,160,0)", "fill-opacity": 0.75, "intersection_density": 182.46599999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.17516599999999, 37.753625], [-122.17507499999999, 37.753502], [-122.174802, 37.753133], [-122.174711, 37.753011], [-122.17502, 37.752866], [-122.17594700000001, 37.752435], [-122.17625699999999, 37.752292], [-122.176266, 37.752303], [-122.176293, 37.752339], [-122.176303, 37.752351], [-122.176386, 37.75246], [-122.176501, 37.752609], [-122.176628, 37.752794], [-122.176707, 37.752908], [-122.176398, 37.753051], [-122.175474, 37.753481], [-122.17516599999999, 37.753625]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,193,0)", "fill-opacity": 0.75, "intersection_density": 118.823}, "geometry": {"type": "Polygon", "coordinates": [[[-122.175966, 37.751632], [-122.17559299999999, 37.75114], [-122.175835, 37.751024], [-122.17696, 37.750491], [-122.177336, 37.750313999999996], [-122.177432, 37.750444], [-122.17772, 37.750836], [-122.177816, 37.750966999999996], [-122.17743899999999, 37.751143], [-122.176309, 37.751671], [-122.176069, 37.751784], [-122.175966, 37.751632]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 99.051}, "geometry": {"type": "Polygon", "coordinates": [[[-122.176846, 37.749666], [-122.176749, 37.749533], [-122.176496, 37.749189], [-122.176458, 37.749137], [-122.176362, 37.749005], [-122.176558, 37.748912], [-122.176683, 37.748854], [-122.17764700000001, 37.748405], [-122.17796899999999, 37.748255], [-122.178066, 37.748387], [-122.17811499999999, 37.748453999999995], [-122.178358, 37.748785], [-122.178456, 37.748917999999996], [-122.178134, 37.749067], [-122.177167, 37.749516], [-122.176846, 37.749666]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 99.179}, "geometry": {"type": "Polygon", "coordinates": [[[-122.176558, 37.748912], [-122.176362, 37.749005], [-122.176264, 37.748872999999996], [-122.175971, 37.748478999999996], [-122.175874, 37.748348], [-122.176194, 37.748197], [-122.177157, 37.747746], [-122.177479, 37.747596], [-122.177577, 37.747727], [-122.177871, 37.748123], [-122.17796899999999, 37.748255], [-122.17764700000001, 37.748405], [-122.176683, 37.748854], [-122.176558, 37.748912]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,159,0)", "fill-opacity": 0.75, "intersection_density": 184.477}, "geometry": {"type": "Polygon", "coordinates": [[[-122.18728999999999, 37.734953], [-122.187461, 37.734826], [-122.187704, 37.734649], [-122.187856, 37.734556], [-122.187941, 37.734522999999996], [-122.188004, 37.734507], [-122.188008, 37.734505999999996], [-122.18815000000001, 37.734497], [-122.188221, 37.734497], [-122.188128, 37.734842], [-122.187851, 37.735879], [-122.18776, 37.736225], [-122.18768, 37.736211], [-122.187618, 37.736205], [-122.18737999999999, 37.736182], [-122.187252, 37.736157999999996], [-122.187217, 37.736146999999995], [-122.187197, 37.736135], [-122.187164, 37.736115], [-122.18714, 37.736087999999995], [-122.187106, 37.736028999999995], [-122.1871, 37.736004], [-122.187105, 37.735966], [-122.187147, 37.735833], [-122.187151, 37.735816], [-122.187275, 37.735310999999996], [-122.187303, 37.735181], [-122.187304, 37.735171], [-122.187311, 37.735113], [-122.187308, 37.735048], [-122.18728999999999, 37.734953]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,205,0)", "fill-opacity": 0.75, "intersection_density": 96.48200000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.18451400000001, 37.736804], [-122.183314, 37.736475999999996], [-122.18334999999999, 37.736426], [-122.183594, 37.736492999999996], [-122.184325, 37.736694], [-122.18457, 37.736762], [-122.18451400000001, 37.736804]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,157,0)", "fill-opacity": 0.75, "intersection_density": 188.793}, "geometry": {"type": "Polygon", "coordinates": [[[-122.246959, 37.849125], [-122.24712099999999, 37.849056], [-122.247608, 37.848850999999996], [-122.247771, 37.848783], [-122.247854, 37.848907], [-122.247888, 37.848951], [-122.248176, 37.849323999999996], [-122.248224, 37.849376], [-122.248269, 37.849399], [-122.248295, 37.849396999999996], [-122.248301, 37.849396999999996], [-122.248351, 37.849371999999995], [-122.24840499999999, 37.849373], [-122.248448, 37.849384], [-122.248488, 37.849407], [-122.248328, 37.849551], [-122.248178, 37.849689], [-122.248054, 37.849762], [-122.247963, 37.8498], [-122.247852, 37.84984], [-122.247772, 37.849855], [-122.247709, 37.849868], [-122.247558, 37.849865], [-122.247539, 37.84984], [-122.247519, 37.849813], [-122.24749800000001, 37.849795], [-122.24747099999999, 37.849782999999995], [-122.247443, 37.849772], [-122.247424, 37.849717999999996], [-122.247359, 37.849635], [-122.24705900000001, 37.849252], [-122.246959, 37.849125]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,209,0)", "fill-opacity": 0.75, "intersection_density": 87.617}, "geometry": {"type": "Polygon", "coordinates": [[[-122.243853, 37.851836], [-122.243527, 37.851865], [-122.243467, 37.851870999999996], [-122.24231, 37.85198], [-122.241925, 37.852017], [-122.241916, 37.851974], [-122.241914, 37.851918999999995], [-122.241914, 37.851909], [-122.24191, 37.851814], [-122.241938, 37.851653999999996], [-122.241946, 37.851628999999996], [-122.241956, 37.851600000000005], [-122.241971, 37.851535], [-122.242038, 37.851549], [-122.242194, 37.851561], [-122.242298, 37.851562], [-122.242346, 37.851559], [-122.242519, 37.851549999999996], [-122.242875, 37.851516], [-122.243213, 37.851433], [-122.243285, 37.851422], [-122.243466, 37.851408], [-122.243488, 37.851407], [-122.243656, 37.851402], [-122.243844, 37.851403], [-122.243842, 37.85149], [-122.243836, 37.851752], [-122.243836, 37.851794999999996], [-122.243853, 37.851836]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,186,0)", "fill-opacity": 0.75, "intersection_density": 131.532}, "geometry": {"type": "Polygon", "coordinates": [[[-122.234543, 37.852519], [-122.234515, 37.852547], [-122.234461, 37.852531], [-122.234443, 37.852526], [-122.234185, 37.852543], [-122.23416399999999, 37.852537], [-122.234104, 37.852522], [-122.234084, 37.852517999999996], [-122.234137, 37.852439], [-122.234139, 37.852436999999995], [-122.234169, 37.852360999999995], [-122.23419200000001, 37.852325], [-122.234226, 37.852301], [-122.234445, 37.852188999999996], [-122.234506, 37.852176], [-122.23456, 37.852177], [-122.234749, 37.852207], [-122.23482, 37.852208], [-122.234889, 37.852197], [-122.234948, 37.852177], [-122.235002, 37.852152], [-122.235093, 37.852118999999995], [-122.235212, 37.852078999999996], [-122.235252, 37.852044], [-122.235272, 37.851994], [-122.235281, 37.851924], [-122.235294, 37.851877], [-122.235398, 37.851745], [-122.235411, 37.851701999999996], [-122.235422, 37.851608], [-122.235433, 37.851577999999996], [-122.235525, 37.851459999999996], [-122.23555400000001, 37.851559], [-122.23566199999999, 37.851744], [-122.235721, 37.851818], [-122.235879, 37.852018], [-122.236104, 37.852236], [-122.236166, 37.852288], [-122.236195, 37.852312], [-122.236284, 37.852385999999996], [-122.236314, 37.852411], [-122.23624699999999, 37.852413], [-122.236045, 37.852422], [-122.235979, 37.852426], [-122.23562, 37.852449], [-122.234543, 37.852519]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,188,0)", "fill-opacity": 0.75, "intersection_density": 128.874}, "geometry": {"type": "Polygon", "coordinates": [[[-122.24242699999999, 37.850833], [-122.242666, 37.850756], [-122.243383, 37.850529], [-122.243623, 37.850453], [-122.24368799999999, 37.850552], [-122.243702, 37.850629], [-122.243808, 37.851209], [-122.243844, 37.851403], [-122.243656, 37.851402], [-122.243488, 37.851407], [-122.243466, 37.851408], [-122.243285, 37.851422], [-122.243213, 37.851433], [-122.242875, 37.851516], [-122.242519, 37.851549999999996], [-122.242346, 37.851559], [-122.242298, 37.851562], [-122.242194, 37.851561], [-122.242038, 37.851549], [-122.241971, 37.851535], [-122.241991, 37.851447], [-122.242008, 37.851396], [-122.242019, 37.851372999999995], [-122.24204, 37.851335], [-122.242245, 37.851040999999995], [-122.24231499999999, 37.85096], [-122.24242699999999, 37.850833]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,201,0)", "fill-opacity": 0.75, "intersection_density": 103.708}, "geometry": {"type": "Polygon", "coordinates": [[[-122.251626, 37.843305], [-122.251651, 37.843533], [-122.251689, 37.844038], [-122.251548, 37.844100000000005], [-122.251168, 37.844252], [-122.250626, 37.84447], [-122.24937299999999, 37.844947], [-122.248886, 37.845248], [-122.248828, 37.845288], [-122.248745, 37.845157], [-122.248496, 37.844764], [-122.248413, 37.844634], [-122.249082, 37.844383], [-122.24919299999999, 37.844342], [-122.249239, 37.844317], [-122.249291, 37.844277], [-122.249332, 37.844232], [-122.249427, 37.84417], [-122.249487, 37.844141], [-122.249816, 37.844018999999996], [-122.25104, 37.843536], [-122.251626, 37.843305]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,207,0)", "fill-opacity": 0.75, "intersection_density": 92.934}, "geometry": {"type": "Polygon", "coordinates": [[[-122.245396, 37.845797999999995], [-122.246083, 37.844667], [-122.246458, 37.844527], [-122.24723399999999, 37.844241], [-122.24758, 37.844094999999996], [-122.247944, 37.843925999999996], [-122.248037, 37.844066999999995], [-122.248319, 37.844491999999995], [-122.248413, 37.844634], [-122.24551, 37.845765], [-122.24545, 37.845791], [-122.245396, 37.845797999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,193,0)", "fill-opacity": 0.75, "intersection_density": 119.509}, "geometry": {"type": "Polygon", "coordinates": [[[-122.25127499999999, 37.8371], [-122.251294, 37.838028], [-122.251078, 37.83835], [-122.250964, 37.838522], [-122.250283, 37.839617], [-122.25002, 37.840041], [-122.249195, 37.839711], [-122.249461, 37.839267], [-122.24973, 37.83884], [-122.25054, 37.837561], [-122.25081, 37.837134999999996], [-122.25083599999999, 37.837094], [-122.25091499999999, 37.836973], [-122.250942, 37.836932999999995], [-122.25102, 37.836804], [-122.251254, 37.836422999999996], [-122.25127499999999, 37.8371]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,191,0)", "fill-opacity": 0.75, "intersection_density": 122.376}, "geometry": {"type": "Polygon", "coordinates": [[[-122.24813, 37.841392], [-122.249195, 37.839711], [-122.25002, 37.840041], [-122.249498, 37.840866999999996], [-122.24813, 37.841392]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,193,0)", "fill-opacity": 0.75, "intersection_density": 119.736}, "geometry": {"type": "Polygon", "coordinates": [[[-122.281372, 37.802285], [-122.280427, 37.801921], [-122.280334, 37.801882], [-122.280292, 37.801711], [-122.280271, 37.801641], [-122.280239, 37.80153], [-122.28030799999999, 37.801474], [-122.280394, 37.801393999999995], [-122.280482, 37.801313], [-122.280548, 37.801237], [-122.28061, 37.801142], [-122.281795, 37.801607], [-122.281439, 37.802175999999996], [-122.281372, 37.802285]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,189,0)", "fill-opacity": 0.75, "intersection_density": 126.82799999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.28920000000001, 37.845282], [-122.289538, 37.845188], [-122.290553, 37.844907], [-122.290892, 37.844814], [-122.290937, 37.844958999999996], [-122.291072, 37.845397], [-122.291117, 37.845543], [-122.290781, 37.845641], [-122.28977499999999, 37.845939], [-122.28944, 37.846038], [-122.289391, 37.845886], [-122.289247, 37.845433], [-122.28920000000001, 37.845282]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,205,0)", "fill-opacity": 0.75, "intersection_density": 96.147}, "geometry": {"type": "Polygon", "coordinates": [[[-122.287211, 37.844933999999995], [-122.287268, 37.845101], [-122.287441, 37.845604], [-122.287499, 37.845772], [-122.287158, 37.845866], [-122.286136, 37.846151], [-122.285796, 37.846246], [-122.285744, 37.846075], [-122.285589, 37.845565], [-122.285538, 37.845394999999996], [-122.285872, 37.845302], [-122.286876, 37.845025], [-122.287211, 37.844933999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,127,0)", "fill-opacity": 0.75, "intersection_density": 245.76}, "geometry": {"type": "Polygon", "coordinates": [[[-122.284956, 37.846466], [-122.285124, 37.846422], [-122.285627, 37.846289], [-122.285796, 37.846246], [-122.28584599999999, 37.846391], [-122.285999, 37.846829], [-122.286051, 37.846975], [-122.285878, 37.847024], [-122.285359, 37.847173999999995], [-122.28518700000001, 37.847224], [-122.28517, 37.847166], [-122.285121, 37.846993], [-122.285105, 37.846936], [-122.285075, 37.846841999999995], [-122.284985, 37.84656], [-122.284956, 37.846466]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,179,0)", "fill-opacity": 0.75, "intersection_density": 145.178}, "geometry": {"type": "Polygon", "coordinates": [[[-122.28502, 37.843813999999995], [-122.285188, 37.843765], [-122.285693, 37.843621], [-122.285862, 37.843574], [-122.285907, 37.84371], [-122.286045, 37.844121], [-122.286091, 37.844257999999996], [-122.285918, 37.844305], [-122.28540100000001, 37.844448], [-122.285229, 37.844496], [-122.28518700000001, 37.844359], [-122.285061, 37.84395], [-122.28502, 37.843813999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,202,0)", "fill-opacity": 0.75, "intersection_density": 101.756}, "geometry": {"type": "Polygon", "coordinates": [[[-122.284547, 37.842349], [-122.28542, 37.842166999999996], [-122.285508, 37.842448], [-122.285773, 37.843292], [-122.285862, 37.843574], [-122.285693, 37.843621], [-122.285188, 37.843765], [-122.28502, 37.843813999999995], [-122.284547, 37.842349]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,164,0)", "fill-opacity": 0.75, "intersection_density": 174.607}, "geometry": {"type": "Polygon", "coordinates": [[[-122.289204, 37.839475], [-122.290003, 37.839318], [-122.290014, 37.839352], [-122.290035, 37.839392], [-122.289871, 37.839417999999995], [-122.289382, 37.839498999999996], [-122.289219, 37.839526], [-122.289216, 37.839515], [-122.289207, 37.839484999999996], [-122.289204, 37.839475]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,170,0)", "fill-opacity": 0.75, "intersection_density": 162.079}, "geometry": {"type": "Polygon", "coordinates": [[[-122.29126, 37.834905], [-122.291348, 37.835633], [-122.29136, 37.835726], [-122.29140000000001, 37.83601], [-122.291466, 37.836411999999996], [-122.291508, 37.836636], [-122.291573, 37.837095999999995], [-122.291668, 37.837573], [-122.291788, 37.838170999999996], [-122.29178999999999, 37.838179], [-122.291976, 37.838902999999995], [-122.291838, 37.838924999999996], [-122.290922, 37.839124999999996], [-122.290914, 37.839101], [-122.29082199999999, 37.838822], [-122.290792, 37.83873], [-122.290733, 37.838553999999995], [-122.290559, 37.838029], [-122.290501, 37.837854], [-122.29052300000001, 37.837728], [-122.290589, 37.83735], [-122.290611, 37.837224], [-122.290588, 37.837213], [-122.290522, 37.83718], [-122.29050000000001, 37.837168999999996], [-122.290485, 37.837083], [-122.289834, 37.835491999999995], [-122.289683, 37.835125999999995], [-122.289922, 37.835066], [-122.29064, 37.834886], [-122.29088, 37.834827], [-122.291241, 37.83472], [-122.29126, 37.834905]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,198,0)", "fill-opacity": 0.75, "intersection_density": 108.62299999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.28414699999999, 37.838198], [-122.28432, 37.838159999999995], [-122.28483800000001, 37.838046999999996], [-122.285012, 37.83801], [-122.285124, 37.838363], [-122.285463, 37.839424], [-122.28557599999999, 37.839777999999995], [-122.284753, 37.840133], [-122.28414699999999, 37.838198]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,161,0)", "fill-opacity": 0.75, "intersection_density": 180.585}, "geometry": {"type": "Polygon", "coordinates": [[[-122.284689, 37.844653], [-122.284559, 37.844691], [-122.284392, 37.844741], [-122.284344, 37.844597], [-122.28420299999999, 37.844167999999996], [-122.284156, 37.844024999999995], [-122.284212, 37.844026], [-122.28425899999999, 37.844018999999996], [-122.284331, 37.843999], [-122.284847, 37.84386], [-122.28502, 37.843813999999995], [-122.285061, 37.84395], [-122.28518700000001, 37.844359], [-122.285229, 37.844496], [-122.285061, 37.844544], [-122.284689, 37.844653]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,194,0)", "fill-opacity": 0.75, "intersection_density": 117.01899999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.280389, 37.842600999999995], [-122.28073599999999, 37.842537], [-122.28178, 37.842347], [-122.282128, 37.842285], [-122.282171, 37.842478], [-122.282302, 37.843057], [-122.282346, 37.843250999999995], [-122.281998, 37.843295], [-122.280956, 37.843429], [-122.280609, 37.843474], [-122.280565, 37.843299], [-122.280433, 37.842774999999996], [-122.280389, 37.842600999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,199,0)", "fill-opacity": 0.75, "intersection_density": 106.854}, "geometry": {"type": "Polygon", "coordinates": [[[-122.27940000000001, 37.846779], [-122.279752, 37.846731], [-122.28081, 37.846589], [-122.28116299999999, 37.846542], [-122.281188, 37.846658999999995], [-122.28126499999999, 37.847010999999995], [-122.281291, 37.847128999999995], [-122.280947, 37.847204999999995], [-122.279916, 37.847434], [-122.279573, 37.847511], [-122.279538, 37.847364], [-122.279538, 37.847361], [-122.279434, 37.846925], [-122.27940000000001, 37.846779]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,170,0)", "fill-opacity": 0.75, "intersection_density": 162.371}, "geometry": {"type": "Polygon", "coordinates": [[[-122.277649, 37.843877], [-122.277686, 37.843872], [-122.278543, 37.843758], [-122.27883, 37.84372], [-122.278839, 37.843837], [-122.27886699999999, 37.844190999999995], [-122.278877, 37.844308999999996], [-122.27889, 37.844367999999996], [-122.278932, 37.844545], [-122.278947, 37.844604], [-122.278674, 37.844639], [-122.277858, 37.844746], [-122.277586, 37.844781999999995], [-122.277548, 37.844606999999996], [-122.27743699999999, 37.844083999999995], [-122.2774, 37.84391], [-122.277649, 37.843877]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,181,0)", "fill-opacity": 0.75, "intersection_density": 141.203}, "geometry": {"type": "Polygon", "coordinates": [[[-122.277586, 37.844781999999995], [-122.277858, 37.844746], [-122.278674, 37.844639], [-122.278947, 37.844604], [-122.278961, 37.844691999999995], [-122.279005, 37.844955999999996], [-122.27902, 37.845044], [-122.278747, 37.845075], [-122.277928, 37.845168], [-122.277655, 37.845199], [-122.277641, 37.845115], [-122.277599, 37.844865], [-122.277586, 37.844781999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,195,0)", "fill-opacity": 0.75, "intersection_density": 115.365}, "geometry": {"type": "Polygon", "coordinates": [[[-122.278412, 37.841108], [-122.278848, 37.841021999999995], [-122.280159, 37.840765], [-122.280596, 37.84068], [-122.280638, 37.840812], [-122.280764, 37.841209], [-122.280807, 37.841342], [-122.280368, 37.841428], [-122.279051, 37.84169], [-122.278613, 37.841777], [-122.278572, 37.841643], [-122.278452, 37.841241], [-122.278412, 37.841108]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,97,0)", "fill-opacity": 0.75, "intersection_density": 302.976}, "geometry": {"type": "Polygon", "coordinates": [[[-122.267814, 37.795595], [-122.267755, 37.795685], [-122.267725, 37.795732], [-122.266704, 37.795351], [-122.266522, 37.795274], [-122.266564, 37.795201], [-122.266615, 37.795117], [-122.266854, 37.795214], [-122.267458, 37.79546], [-122.267572, 37.795503], [-122.267814, 37.795595]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,188,0)", "fill-opacity": 0.75, "intersection_density": 129.031}, "geometry": {"type": "Polygon", "coordinates": [[[-122.144936, 37.774257], [-122.14538999999999, 37.774015999999996], [-122.145614, 37.773893], [-122.145695, 37.773849999999996], [-122.145814, 37.773812], [-122.14597599999999, 37.773787], [-122.146064, 37.773773999999996], [-122.146225, 37.773739], [-122.14631, 37.773714], [-122.146401, 37.773672], [-122.146466, 37.773637], [-122.146586, 37.773545], [-122.146803, 37.773320999999996], [-122.14659499999999, 37.773613], [-122.146546, 37.773711999999996], [-122.146511, 37.773801999999996], [-122.1465, 37.773876], [-122.146499, 37.773964], [-122.146511, 37.774054], [-122.146556, 37.774192], [-122.146585, 37.774338], [-122.146578, 37.774397], [-122.146552, 37.774429999999995], [-122.146534, 37.774443999999995], [-122.146507, 37.774457], [-122.146333, 37.774512], [-122.146311, 37.774522999999995], [-122.146242, 37.774615], [-122.146226, 37.774631], [-122.14620099999999, 37.774642], [-122.146182, 37.774651], [-122.14593099999999, 37.77466], [-122.145721, 37.774661], [-122.145628, 37.774657999999995], [-122.14550000000001, 37.774637], [-122.145468, 37.774639], [-122.145448, 37.774648], [-122.145416, 37.774693], [-122.145328, 37.774636], [-122.145227, 37.774556], [-122.145132, 37.77447], [-122.145028, 37.774367999999996], [-122.144936, 37.774257]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 111.772}, "geometry": {"type": "Polygon", "coordinates": [[[-122.272729, 37.823271], [-122.272911, 37.822564], [-122.272983, 37.822603], [-122.272808, 37.823305], [-122.272729, 37.823271]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,195,0)", "fill-opacity": 0.75, "intersection_density": 115.889}, "geometry": {"type": "Polygon", "coordinates": [[[-122.273066, 37.821939], [-122.27316, 37.821948], [-122.272983, 37.822603], [-122.272911, 37.822564], [-122.273066, 37.821939]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,166,0)", "fill-opacity": 0.75, "intersection_density": 170.563}, "geometry": {"type": "Polygon", "coordinates": [[[-122.185973, 37.775802], [-122.186601, 37.776302], [-122.186534, 37.776351], [-122.185933, 37.775838], [-122.185973, 37.775802]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,159,0)", "fill-opacity": 0.75, "intersection_density": 183.294}, "geometry": {"type": "Polygon", "coordinates": [[[-122.26288, 37.837337], [-122.263302, 37.837596999999995], [-122.263481, 37.837688], [-122.263566, 37.83772], [-122.263721, 37.837759], [-122.263815, 37.837773], [-122.26391, 37.837779], [-122.264066, 37.837782], [-122.264155, 37.837793999999995], [-122.264169, 37.837869999999995], [-122.264055, 37.837858], [-122.263865, 37.837868], [-122.263723, 37.837855999999995], [-122.263603, 37.837837], [-122.263462, 37.837796], [-122.263281, 37.837717999999995], [-122.263049, 37.837575], [-122.262821, 37.83745], [-122.262548, 37.837354999999995], [-122.262361, 37.837314], [-122.262381, 37.837205999999995], [-122.26258899999999, 37.837244999999996], [-122.26288, 37.837337]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,193,0)", "fill-opacity": 0.75, "intersection_density": 118.679}, "geometry": {"type": "Polygon", "coordinates": [[[-122.289425, 37.819382], [-122.289748, 37.818947], [-122.290017, 37.819161], [-122.289425, 37.819382]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,207,0)", "fill-opacity": 0.75, "intersection_density": 92.23700000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.270449, 37.821999], [-122.270584, 37.821549], [-122.273066, 37.821939], [-122.272911, 37.822564], [-122.270449, 37.821999]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,137,0)", "fill-opacity": 0.75, "intersection_density": 227.035}, "geometry": {"type": "Polygon", "coordinates": [[[-122.193173, 37.77107], [-122.193326, 37.771153999999996], [-122.191335, 37.77089], [-122.191416, 37.77083], [-122.193173, 37.77107]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,204,0)", "fill-opacity": 0.75, "intersection_density": 96.93299999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.251074, 37.797702], [-122.251983, 37.797039], [-122.252043, 37.797093], [-122.251135, 37.797757], [-122.251074, 37.797702]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,174,0)", "fill-opacity": 0.75, "intersection_density": 156.096}, "geometry": {"type": "Polygon", "coordinates": [[[-122.29388, 37.805427], [-122.29388399999999, 37.805372999999996], [-122.29387299999999, 37.805318], [-122.293876, 37.805071], [-122.294044, 37.805116999999996], [-122.294394, 37.805212], [-122.294959, 37.805353], [-122.29488599999999, 37.80556], [-122.294668, 37.806184], [-122.294618, 37.806329], [-122.29369, 37.806121999999995], [-122.293419, 37.806058], [-122.293325, 37.806076999999995], [-122.293457, 37.805696999999995], [-122.293556, 37.805420999999996], [-122.29360199999999, 37.805302], [-122.29369, 37.805079], [-122.29388, 37.805427]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,184,0)", "fill-opacity": 0.75, "intersection_density": 136.225}, "geometry": {"type": "Polygon", "coordinates": [[[-122.220097, 37.800013], [-122.220191, 37.799997999999995], [-122.220292, 37.800000000000004], [-122.220416, 37.800014999999995], [-122.220734, 37.800069], [-122.22282799999999, 37.800447999999996], [-122.222838, 37.800467], [-122.222842, 37.800492], [-122.222843, 37.800495], [-122.222809, 37.800641], [-122.222724, 37.800912], [-122.222681, 37.801051], [-122.222644, 37.801178], [-122.222533, 37.801558], [-122.222497, 37.801686], [-122.222255, 37.801646999999996], [-122.222107, 37.801623], [-122.221533, 37.801516], [-122.221449, 37.801501], [-122.221292, 37.801480999999995], [-122.220934, 37.801428], [-122.220764, 37.801407999999995], [-122.220313, 37.801323], [-122.219183, 37.801089], [-122.218859, 37.801047], [-122.218944, 37.801023], [-122.21903499999999, 37.800992], [-122.219104, 37.800961], [-122.219205, 37.800899], [-122.219273, 37.800841], [-122.219364, 37.800746], [-122.219402, 37.800695], [-122.219588, 37.800408], [-122.219723, 37.800244], [-122.21977, 37.800202], [-122.219852, 37.800140999999996], [-122.21997, 37.800067999999996], [-122.22005, 37.800028], [-122.220097, 37.800013]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,174,0)", "fill-opacity": 0.75, "intersection_density": 154.92600000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-122.226856, 37.784400999999995], [-122.227961, 37.784464], [-122.227935, 37.7845], [-122.22793, 37.784529], [-122.226845, 37.784461], [-122.226856, 37.784400999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,159,0)", "fill-opacity": 0.75, "intersection_density": 184.278}, "geometry": {"type": "Polygon", "coordinates": [[[-122.185973, 37.775802], [-122.185933, 37.775838], [-122.185801, 37.775760999999996], [-122.185405, 37.775529999999996], [-122.185337, 37.775490999999995], [-122.185397, 37.775449], [-122.185973, 37.775802]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 110.771}, "geometry": {"type": "Polygon", "coordinates": [[[-122.201602, 37.785132999999995], [-122.201439, 37.784980999999995], [-122.200768, 37.784326], [-122.20182299999999, 37.783774], [-122.20258799999999, 37.783384999999996], [-122.202653, 37.78346], [-122.202784, 37.783578], [-122.203555, 37.784275], [-122.203812, 37.784507999999995], [-122.202123, 37.785633], [-122.201878, 37.785126999999996], [-122.20186, 37.785125], [-122.20170999999999, 37.785233], [-122.201602, 37.785132999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,222,0)", "fill-opacity": 0.75, "intersection_density": 63.333999999999996}, "geometry": {"type": "Polygon", "coordinates": [[[-122.233644, 37.780333], [-122.23346699999999, 37.780183], [-122.233156, 37.779944], [-122.232818, 37.779699], [-122.23252, 37.77946], [-122.232243, 37.779253], [-122.231814, 37.778953], [-122.231585, 37.778802999999996], [-122.230904, 37.778397], [-122.230574, 37.778233], [-122.230357, 37.778101], [-122.230591, 37.777845], [-122.230828, 37.777958999999996], [-122.231104, 37.778085], [-122.231528, 37.778273], [-122.231586, 37.778299], [-122.232002, 37.778493999999995], [-122.232331, 37.778673999999995], [-122.23267899999999, 37.778884999999995], [-122.232981, 37.779074], [-122.233225, 37.779244], [-122.233794, 37.779652999999996], [-122.234304, 37.780003], [-122.23437, 37.780048], [-122.23528999999999, 37.780685999999996], [-122.23527899999999, 37.780696999999996], [-122.235246, 37.780729], [-122.235236, 37.780741], [-122.234781, 37.78121], [-122.234392, 37.780927999999996], [-122.234042, 37.780653], [-122.233644, 37.780333]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 112.147}, "geometry": {"type": "Polygon", "coordinates": [[[-122.253954, 37.802530999999995], [-122.254073, 37.802521], [-122.253809, 37.802845999999995], [-122.253747, 37.802931], [-122.253665, 37.803106], [-122.253447, 37.803608], [-122.253382, 37.80372], [-122.25332399999999, 37.803793999999996], [-122.253266, 37.80385], [-122.253177, 37.803919], [-122.253034, 37.803999], [-122.252877, 37.804058999999995], [-122.25276099999999, 37.804089999999995], [-122.252654, 37.804106999999995], [-122.252241, 37.804159], [-122.251741, 37.804234], [-122.251471, 37.804283999999996], [-122.251401, 37.804307], [-122.251311, 37.804347], [-122.251126, 37.804438], [-122.251072, 37.804384], [-122.251049, 37.804361], [-122.251258, 37.804274], [-122.251361, 37.804235999999996], [-122.251439, 37.804214], [-122.251725, 37.804164], [-122.252223, 37.804089], [-122.252737, 37.80402], [-122.25283400000001, 37.803996], [-122.252992, 37.803936], [-122.25312199999999, 37.803861999999995], [-122.253195, 37.803804], [-122.253253, 37.803748], [-122.253305, 37.803681], [-122.253362, 37.803582], [-122.253491, 37.803286], [-122.253663, 37.802901], [-122.253732, 37.802807], [-122.253954, 37.802530999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,206,0)", "fill-opacity": 0.75, "intersection_density": 94.8}, "geometry": {"type": "Polygon", "coordinates": [[[-122.226856, 37.784400999999995], [-122.226845, 37.784461], [-122.226659, 37.784448999999995], [-122.225515, 37.784371], [-122.22556399999999, 37.784315], [-122.226856, 37.784400999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,182,0)", "fill-opacity": 0.75, "intersection_density": 140.352}, "geometry": {"type": "Polygon", "coordinates": [[[-122.196102, 37.797402], [-122.196016, 37.797284999999995], [-122.19599, 37.797256999999995], [-122.19563600000001, 37.796876], [-122.195616, 37.796856999999996], [-122.195574, 37.796816], [-122.196832, 37.796082], [-122.196867, 37.796119999999995], [-122.197229, 37.796523], [-122.197274, 37.796572999999995], [-122.197359, 37.796648], [-122.196102, 37.797402]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,152,0)", "fill-opacity": 0.75, "intersection_density": 196.59099999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.22944, 37.804744], [-122.228984, 37.804621], [-122.228924, 37.8046], [-122.228892, 37.804570999999996], [-122.229096, 37.804552], [-122.229352, 37.804545], [-122.229378, 37.804657], [-122.22944, 37.804744]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,134,0)", "fill-opacity": 0.75, "intersection_density": 231.08900000000003}, "geometry": {"type": "Polygon", "coordinates": [[[-122.140644, 37.735958], [-122.14048700000001, 37.735622], [-122.14031800000001, 37.735143], [-122.140145, 37.734552], [-122.140135, 37.734519], [-122.140117, 37.734457], [-122.140205, 37.734452], [-122.140218, 37.734501], [-122.140247, 37.734603], [-122.140463, 37.735341999999996], [-122.140578, 37.735748], [-122.140644, 37.735958]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,171,0)", "fill-opacity": 0.75, "intersection_density": 161.138}, "geometry": {"type": "Polygon", "coordinates": [[[-122.25283999999999, 37.817107], [-122.25240099999999, 37.816282], [-122.252507, 37.816449999999996], [-122.25283999999999, 37.817107]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,174,0)", "fill-opacity": 0.75, "intersection_density": 154.924}, "geometry": {"type": "Polygon", "coordinates": [[[-122.17040399999999, 37.731929], [-122.170752, 37.73177], [-122.17093, 37.731736], [-122.171427, 37.732175], [-122.171464, 37.732135], [-122.172513, 37.733028999999995], [-122.172608, 37.733112], [-122.173919, 37.73426], [-122.174369, 37.734622], [-122.17475999999999, 37.734973], [-122.174935, 37.735127], [-122.175126, 37.735292], [-122.174923, 37.735347999999995], [-122.17489499999999, 37.735355999999996], [-122.174763, 37.735425], [-122.174626, 37.735369999999996], [-122.174503, 37.73531], [-122.174473, 37.73529], [-122.174392, 37.735234999999996], [-122.174079, 37.734991], [-122.174042, 37.734961999999996], [-122.173716, 37.734702999999996], [-122.173492, 37.734525999999995], [-122.17346599999999, 37.734505], [-122.173348, 37.734401999999996], [-122.172994, 37.734094], [-122.172876, 37.733992], [-122.17278400000001, 37.733913], [-122.17250899999999, 37.733675999999996], [-122.172418, 37.733596999999996], [-122.172142, 37.733359], [-122.172108, 37.733329], [-122.171736, 37.733016], [-122.17103, 37.732434999999995], [-122.17040399999999, 37.731929]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,195,0)", "fill-opacity": 0.75, "intersection_density": 115.48299999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.288397, 37.848803], [-122.288483, 37.849081], [-122.28798, 37.84916], [-122.287897, 37.848909], [-122.288295, 37.848825], [-122.288397, 37.848803]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,154,0)", "fill-opacity": 0.75, "intersection_density": 194.362}, "geometry": {"type": "Polygon", "coordinates": [[[-122.214253, 37.840281], [-122.214298, 37.840213999999996], [-122.214301, 37.840142], [-122.214303, 37.840123999999996], [-122.214316, 37.839997], [-122.214353, 37.84005], [-122.214372, 37.840098], [-122.214381, 37.840145], [-122.214392, 37.840194], [-122.214406, 37.840244999999996], [-122.214434, 37.840303], [-122.214457, 37.840347], [-122.214495, 37.840385999999995], [-122.214528, 37.840424999999996], [-122.214542, 37.840471], [-122.214253, 37.840281]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,132,0)", "fill-opacity": 0.75, "intersection_density": 235.38099999999997}, "geometry": {"type": "Polygon", "coordinates": [[[-122.289604, 37.857282999999995], [-122.289633, 37.857368], [-122.289705, 37.857551], [-122.289721, 37.857602], [-122.289747, 37.857685], [-122.289767, 37.857777], [-122.289543, 37.857839999999996], [-122.289175, 37.857945], [-122.288867, 37.858014], [-122.28864, 37.858064999999996], [-122.288612, 37.857977999999996], [-122.288531, 37.857718], [-122.288504, 37.857631999999995], [-122.288478, 37.857545], [-122.28840000000001, 37.857285], [-122.288374, 37.857199], [-122.288595, 37.857143], [-122.289259, 37.856975999999996], [-122.289481, 37.856921], [-122.28953899999999, 37.857092], [-122.289604, 37.857282999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,191,0)", "fill-opacity": 0.75, "intersection_density": 123.456}, "geometry": {"type": "Polygon", "coordinates": [[[-122.285237, 37.857245], [-122.285174, 37.856849], [-122.285162, 37.856767], [-122.284993, 37.856038], [-122.284967, 37.855871], [-122.284921, 37.855674], [-122.284832, 37.855284], [-122.28501, 37.85526], [-122.285547, 37.855188999999996], [-122.285727, 37.855166], [-122.28581, 37.855588999999995], [-122.286051, 37.856812999999995], [-122.286067, 37.856857], [-122.286086, 37.856905], [-122.286124, 37.856971], [-122.28617299999999, 37.857028], [-122.286205, 37.857054999999995], [-122.286238, 37.857068999999996], [-122.286383, 37.857112], [-122.286153, 37.857138], [-122.285466, 37.857217999999996], [-122.285237, 37.857245]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,201,0)", "fill-opacity": 0.75, "intersection_density": 104.335}, "geometry": {"type": "Polygon", "coordinates": [[[-122.25813600000001, 37.871269999999996], [-122.25829, 37.871184], [-122.258423, 37.87112], [-122.258442, 37.871112], [-122.25860399999999, 37.871044], [-122.258819, 37.870964], [-122.25932, 37.870768999999996], [-122.259329, 37.870765999999996], [-122.25963999999999, 37.870674], [-122.259697, 37.870852], [-122.259871, 37.871387], [-122.259929, 37.871566], [-122.259623, 37.871634], [-122.258707, 37.871838], [-122.258402, 37.871907], [-122.258349, 37.871779], [-122.25825, 37.871539], [-122.258189, 37.871397], [-122.25813600000001, 37.871269999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,180,0)", "fill-opacity": 0.75, "intersection_density": 144.166}, "geometry": {"type": "Polygon", "coordinates": [[[-122.281117, 37.854635], [-122.281256, 37.854613], [-122.281675, 37.854548], [-122.281815, 37.854527], [-122.281875, 37.854566], [-122.281921, 37.854611], [-122.281964, 37.85472], [-122.281967, 37.854728], [-122.282126, 37.855464999999995], [-122.28218, 37.855714], [-122.282002, 37.855737999999995], [-122.281471, 37.85581], [-122.281294, 37.855835], [-122.281241, 37.855591], [-122.28108499999999, 37.854862], [-122.28106199999999, 37.854754], [-122.281065, 37.854715999999996], [-122.281091, 37.854653], [-122.281117, 37.854635]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,201,0)", "fill-opacity": 0.75, "intersection_density": 103.29799999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.281238, 37.85241], [-122.281201, 37.852239999999995], [-122.281146, 37.851980999999995], [-122.281092, 37.851732999999996], [-122.281056, 37.851563999999996], [-122.28150099999999, 37.851473], [-122.282836, 37.851200999999996], [-122.283282, 37.851110999999996], [-122.283331, 37.851278], [-122.283418, 37.851569], [-122.28348199999999, 37.85178], [-122.283533, 37.851948], [-122.283074, 37.852039999999995], [-122.281696, 37.852317], [-122.281238, 37.85241]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,187,0)", "fill-opacity": 0.75, "intersection_density": 130.393}, "geometry": {"type": "Polygon", "coordinates": [[[-122.282724, 37.849455999999996], [-122.282888, 37.849418], [-122.283364, 37.849311], [-122.283382, 37.849306], [-122.283547, 37.849269], [-122.283603, 37.849461], [-122.283772, 37.850035999999996], [-122.283829, 37.850229], [-122.283675, 37.850260999999996], [-122.283215, 37.850358], [-122.283062, 37.850390999999995], [-122.282994, 37.850204], [-122.282791, 37.849643], [-122.282724, 37.849455999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,174,0)", "fill-opacity": 0.75, "intersection_density": 154.47799999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.27891, 37.852371], [-122.27889, 37.852292], [-122.27886699999999, 37.852194], [-122.27874299999999, 37.851665], [-122.278702, 37.851489], [-122.27881, 37.851471], [-122.278849, 37.851465], [-122.27898, 37.851441], [-122.279136, 37.851411999999996], [-122.279245, 37.851393], [-122.27931, 37.85161], [-122.279343, 37.851763999999996], [-122.279429, 37.852151], [-122.279604, 37.852888], [-122.279693, 37.853263], [-122.279578, 37.853266999999995], [-122.27941799999999, 37.853273], [-122.2793, 37.853283999999995], [-122.279235, 37.853285], [-122.279121, 37.853287], [-122.279079, 37.853103], [-122.278967, 37.852612], [-122.278953, 37.852553], [-122.27891, 37.852371]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,185,0)", "fill-opacity": 0.75, "intersection_density": 133.506}, "geometry": {"type": "Polygon", "coordinates": [[[-122.278549, 37.851517], [-122.278753, 37.852404], [-122.27873, 37.852407], [-122.278662, 37.852416], [-122.27864, 37.852419999999995], [-122.278267, 37.852471], [-122.27715, 37.852624], [-122.277097, 37.852632], [-122.276776, 37.85266], [-122.276737, 37.852481999999995], [-122.276623, 37.851948], [-122.276585, 37.851771], [-122.276955, 37.851735999999995], [-122.277113, 37.851721999999995], [-122.277466, 37.851668], [-122.278063, 37.851597], [-122.278157, 37.851586999999995], [-122.278431, 37.851538], [-122.278485, 37.851528], [-122.278549, 37.851517]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,138,0)", "fill-opacity": 0.75, "intersection_density": 224.442}, "geometry": {"type": "Polygon", "coordinates": [[[-122.278887, 37.851040999999995], [-122.278623, 37.851102999999995], [-122.278599, 37.851006999999996], [-122.278528, 37.850719], [-122.278505, 37.850623999999996], [-122.278494, 37.850578999999996], [-122.278464, 37.850445], [-122.278455, 37.850401], [-122.278631, 37.850367999999996], [-122.278825, 37.850319], [-122.279929, 37.850041999999995], [-122.280298, 37.84995], [-122.280366, 37.849934999999995], [-122.280475, 37.849913], [-122.280574, 37.849907], [-122.280644, 37.849903], [-122.280682, 37.850041], [-122.280798, 37.850455], [-122.28083699999999, 37.850594], [-122.280394, 37.850697], [-122.280146, 37.850756], [-122.279065, 37.851], [-122.278887, 37.851040999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,202,0)", "fill-opacity": 0.75, "intersection_density": 100.90799999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.278284, 37.849683], [-122.278243, 37.849511], [-122.278121, 37.848997], [-122.278098, 37.848898], [-122.27807899999999, 37.848825999999995], [-122.27826400000001, 37.848802], [-122.278422, 37.84878], [-122.27945199999999, 37.848638], [-122.279796, 37.848591], [-122.279837, 37.848728], [-122.279963, 37.849139], [-122.280005, 37.849277], [-122.27966, 37.849357], [-122.278627, 37.8496], [-122.278471, 37.849637], [-122.278284, 37.849683]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,204,0)", "fill-opacity": 0.75, "intersection_density": 98.02600000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.252839, 37.854865], [-122.252744, 37.853907], [-122.252788, 37.853907], [-122.25283400000001, 37.853901], [-122.252852, 37.85409], [-122.252909, 37.854659999999996], [-122.252928, 37.85485], [-122.252839, 37.854865]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,191,0)", "fill-opacity": 0.75, "intersection_density": 122.84299999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.24873, 37.853949], [-122.24880999999999, 37.853847], [-122.24905, 37.853541], [-122.249131, 37.85344], [-122.249167, 37.853442], [-122.24921499999999, 37.853457999999996], [-122.249291, 37.853493], [-122.249296, 37.853496], [-122.249363, 37.853538], [-122.249476, 37.853591], [-122.249552, 37.853607], [-122.24963199999999, 37.853618999999995], [-122.249748, 37.853612999999996], [-122.24980000000001, 37.853606], [-122.249803, 37.853606], [-122.249851, 37.853589], [-122.249957, 37.853525999999995], [-122.249965, 37.853483], [-122.249961, 37.853425], [-122.249944, 37.853378], [-122.249943, 37.853375], [-122.249904, 37.853321], [-122.249861, 37.853277999999996], [-122.249797, 37.853237], [-122.24958, 37.853121], [-122.249448, 37.853049999999996], [-122.249459, 37.85303], [-122.249495, 37.85297], [-122.249507, 37.852951], [-122.249612, 37.852826], [-122.249928, 37.852454], [-122.250034, 37.852329999999995], [-122.250079, 37.852364], [-122.25031, 37.852647999999995], [-122.25111, 37.853632], [-122.25137699999999, 37.853961], [-122.251297, 37.853981], [-122.251227, 37.854009999999995], [-122.251169, 37.854043], [-122.251098, 37.854096999999996], [-122.25104, 37.854135], [-122.25091499999999, 37.854192999999995], [-122.250877, 37.854205], [-122.250847, 37.854214999999996], [-122.250777, 37.854225], [-122.250604, 37.854237999999995], [-122.250111, 37.854265999999996], [-122.249345, 37.854288], [-122.249276, 37.854279], [-122.24920399999999, 37.854248], [-122.249196, 37.854245], [-122.24873, 37.853949]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,188,0)", "fill-opacity": 0.75, "intersection_density": 128.351}, "geometry": {"type": "Polygon", "coordinates": [[[-122.247388, 37.851670999999996], [-122.247349, 37.851693], [-122.24731, 37.851726], [-122.247267, 37.851763], [-122.247193, 37.85185], [-122.247145, 37.851938], [-122.24714, 37.851953], [-122.247114, 37.852046], [-122.247116, 37.852107], [-122.247131, 37.85227], [-122.24713299999999, 37.852291], [-122.247151, 37.852388], [-122.247168, 37.852443], [-122.247199, 37.852506], [-122.247287, 37.852646], [-122.247327, 37.852700999999996], [-122.24741, 37.8528], [-122.24743699999999, 37.852858], [-122.247438, 37.852861], [-122.247447, 37.852913], [-122.247433, 37.852973999999996], [-122.247405, 37.853016], [-122.247368, 37.853059], [-122.247325, 37.853075], [-122.24727, 37.853083], [-122.247208, 37.853085], [-122.24714900000001, 37.853076], [-122.24709899999999, 37.853069], [-122.246955, 37.853023], [-122.246799, 37.852979], [-122.24651, 37.852881], [-122.246382, 37.852838999999996], [-122.246332, 37.852818], [-122.246305, 37.852798], [-122.24627, 37.8526], [-122.246262, 37.85255], [-122.246254, 37.852457], [-122.246231, 37.852329], [-122.246179, 37.85201], [-122.246177, 37.852005999999996], [-122.246141, 37.851886], [-122.246139, 37.851811], [-122.246388, 37.851783], [-122.247138, 37.851698], [-122.247388, 37.851670999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,208,0)", "fill-opacity": 0.75, "intersection_density": 90.579}, "geometry": {"type": "Polygon", "coordinates": [[[-122.243435, 37.854032], [-122.243388, 37.854017999999996], [-122.243354, 37.853998], [-122.243251, 37.853902], [-122.243221, 37.853871], [-122.243166, 37.853778], [-122.243158, 37.853769], [-122.24307, 37.853671], [-122.24298, 37.853608], [-122.24256, 37.853425], [-122.242462, 37.853367999999996], [-122.24239299999999, 37.85332], [-122.242312, 37.853254], [-122.242219, 37.853187999999996], [-122.242176, 37.853145999999995], [-122.242079, 37.853052], [-122.242041, 37.853002], [-122.24202700000001, 37.852955], [-122.242013, 37.852810999999996], [-122.242068, 37.852723], [-122.242115, 37.852681], [-122.242468, 37.852446], [-122.24255099999999, 37.852396999999996], [-122.242653, 37.852339], [-122.242819, 37.852295], [-122.242896, 37.852291], [-122.242954, 37.852303], [-122.243186, 37.852381], [-122.24355299999999, 37.852548], [-122.243766, 37.852626], [-122.244066, 37.852702], [-122.244208, 37.852728], [-122.24436399999999, 37.852747], [-122.244513, 37.852754], [-122.24471, 37.852765], [-122.24520000000001, 37.852790999999996], [-122.24516, 37.853014], [-122.245043, 37.853687], [-122.245004, 37.853911], [-122.244894, 37.85395], [-122.244704, 37.85402], [-122.244647, 37.854026], [-122.244557, 37.854017], [-122.244522, 37.854014], [-122.244441, 37.854017999999996], [-122.244239, 37.854023999999995], [-122.244139, 37.854028], [-122.243635, 37.854048999999996], [-122.243602, 37.854051], [-122.243516, 37.854048], [-122.243435, 37.854032]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,227,0)", "fill-opacity": 0.75, "intersection_density": 53.982}, "geometry": {"type": "Polygon", "coordinates": [[[-122.30282199999999, 37.873453999999995], [-122.302838, 37.873506], [-122.301858, 37.873709999999996], [-122.301841, 37.873656], [-122.302037, 37.873615], [-122.302625, 37.873494], [-122.30282199999999, 37.873453999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,196,0)", "fill-opacity": 0.75, "intersection_density": 113.50200000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.29516699999999, 37.884153], [-122.294804, 37.883082], [-122.294707, 37.882774999999995], [-122.295448, 37.882977], [-122.295688, 37.88301], [-122.295985, 37.883986], [-122.295536, 37.884076], [-122.29516699999999, 37.884153]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,213,0)", "fill-opacity": 0.75, "intersection_density": 80.771}, "geometry": {"type": "Polygon", "coordinates": [[[-122.279612, 37.847684], [-122.277868, 37.847927999999996], [-122.277853, 37.847868999999996], [-122.278202, 37.847819], [-122.279249, 37.847673], [-122.27959899999999, 37.847625], [-122.279612, 37.847684]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,212,0)", "fill-opacity": 0.75, "intersection_density": 83.26299999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.276169, 37.861063], [-122.27613, 37.860884999999996], [-122.276016, 37.860352999999996], [-122.275978, 37.860175999999996], [-122.276421, 37.860119], [-122.27775, 37.859952], [-122.278194, 37.859897], [-122.27823000000001, 37.860071999999995], [-122.27834, 37.860597], [-122.278377, 37.860772], [-122.277935, 37.86083], [-122.27661, 37.861004], [-122.276169, 37.861063]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,212,0)", "fill-opacity": 0.75, "intersection_density": 82.999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.273557, 37.859555], [-122.274006, 37.859499], [-122.275354, 37.859333], [-122.275804, 37.859277999999996], [-122.275838, 37.859457], [-122.275943, 37.859995999999995], [-122.275978, 37.860175999999996], [-122.275528, 37.860225], [-122.275394, 37.86024], [-122.275232, 37.860268], [-122.27506199999999, 37.860303], [-122.274941, 37.860316], [-122.274746, 37.860313], [-122.27455499999999, 37.860298], [-122.27449, 37.8603], [-122.274183, 37.86034], [-122.273735, 37.860399], [-122.273699, 37.86023], [-122.27359200000001, 37.859722999999995], [-122.273557, 37.859555]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,205,0)", "fill-opacity": 0.75, "intersection_density": 96.426}, "geometry": {"type": "Polygon", "coordinates": [[[-122.27168, 37.858888], [-122.27165600000001, 37.858700999999996], [-122.271585, 37.858143], [-122.271562, 37.857957], [-122.27189, 37.857918], [-122.272877, 37.857804], [-122.273206, 37.857766], [-122.273242, 37.857946], [-122.27335, 37.858488], [-122.273387, 37.858669], [-122.273045, 37.858712], [-122.272021, 37.858843], [-122.27168, 37.858888]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,189,0)", "fill-opacity": 0.75, "intersection_density": 125.804}, "geometry": {"type": "Polygon", "coordinates": [[[-122.273325, 37.854822], [-122.273401, 37.855472999999996], [-122.273443, 37.855832], [-122.27331699999999, 37.855851], [-122.27294, 37.855906999999995], [-122.272815, 37.855927], [-122.272729, 37.85594], [-122.27247299999999, 37.855978], [-122.272388, 37.855992], [-122.272345, 37.855624999999996], [-122.272217, 37.854524], [-122.272175, 37.854157], [-122.27231499999999, 37.85416], [-122.272388, 37.85415], [-122.27302399999999, 37.854065999999996], [-122.273237, 37.854039], [-122.273269, 37.854397999999996], [-122.27327199999999, 37.854431999999996], [-122.273325, 37.854822]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,214,0)", "fill-opacity": 0.75, "intersection_density": 78.166}, "geometry": {"type": "Polygon", "coordinates": [[[-121.960663, 37.526906], [-121.96064, 37.526892], [-121.96062, 37.526866999999996], [-121.960607, 37.526824], [-121.960587, 37.526683999999996], [-121.960565, 37.526559], [-121.960424, 37.525748], [-121.960374, 37.525504], [-121.960359, 37.525465], [-121.960351, 37.525441], [-121.960316, 37.525388], [-121.960125, 37.52518], [-121.960174, 37.525138999999996], [-121.96026499999999, 37.525037999999995], [-121.960667, 37.524594], [-121.96070499999999, 37.524553999999995], [-121.960799, 37.524443999999995], [-121.96098, 37.524584999999995], [-121.961052, 37.524651], [-121.961108, 37.524713], [-121.961153, 37.524783], [-121.961161, 37.524805], [-121.96117699999999, 37.524846], [-121.96144100000001, 37.526333], [-121.961509, 37.52671], [-121.961529, 37.526844], [-121.961355, 37.526857], [-121.961082, 37.52688], [-121.960835, 37.526905], [-121.960786, 37.526911], [-121.960692, 37.526914999999995], [-121.960663, 37.526906]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,169,0)", "fill-opacity": 0.75, "intersection_density": 165.285}, "geometry": {"type": "Polygon", "coordinates": [[[-121.957383, 37.522845], [-121.957381, 37.522833999999996], [-121.95734, 37.522694], [-121.957304, 37.522593], [-121.957254, 37.522482], [-121.95711299999999, 37.52221], [-121.956908, 37.521812], [-121.956874, 37.521753], [-121.956772, 37.521578], [-121.956738, 37.521519999999995], [-121.956683, 37.521426], [-121.95652, 37.521146], [-121.956466, 37.521052999999995], [-121.95656199999999, 37.521021999999995], [-121.956657, 37.520994], [-121.956704, 37.520981], [-121.956823, 37.520961], [-121.957131, 37.52093], [-121.957236, 37.520916], [-121.957252, 37.520913], [-121.95745, 37.520879], [-121.957622, 37.520858], [-121.95814, 37.520793999999995], [-121.958313, 37.520773999999996], [-121.958486, 37.520753], [-121.959007, 37.520689], [-121.959181, 37.520669], [-121.959213, 37.520773], [-121.959224, 37.520823], [-121.959315, 37.521201999999995], [-121.959332, 37.521291999999995], [-121.959362, 37.52145], [-121.959394, 37.521609], [-121.959493, 37.522085], [-121.959493, 37.522086], [-121.959531, 37.522245], [-121.95957899999999, 37.522419], [-121.959586, 37.522439999999996], [-121.95965699999999, 37.522645], [-121.9598, 37.522995], [-121.959805, 37.523009], [-121.959874, 37.523201], [-121.959888, 37.523258], [-121.959893, 37.523285], [-121.959947, 37.52354], [-121.959965, 37.523626], [-121.959491, 37.523685], [-121.958894, 37.523759999999996], [-121.958841, 37.52351], [-121.95877899999999, 37.523216999999995], [-121.958335, 37.523278999999995], [-121.95828, 37.523281], [-121.95824400000001, 37.523275999999996], [-121.958207, 37.523271], [-121.958163, 37.523271], [-121.957826, 37.523317999999996], [-121.957769, 37.52303], [-121.957754, 37.522954], [-121.957725, 37.522825999999995], [-121.957717, 37.522800000000004], [-121.957383, 37.522845]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,176,0)", "fill-opacity": 0.75, "intersection_density": 150.967}, "geometry": {"type": "Polygon", "coordinates": [[[-121.951301, 37.512347999999996], [-121.95121, 37.512176], [-121.95116999999999, 37.512099], [-121.951281, 37.512079], [-121.951349, 37.512067], [-121.951563, 37.512029999999996], [-121.951729, 37.512], [-121.951885, 37.511966], [-121.952063, 37.511928999999995], [-121.95224999999999, 37.511880999999995], [-121.952386, 37.511841], [-121.952621, 37.511759999999995], [-121.952865, 37.511677], [-121.95300399999999, 37.511626], [-121.953126, 37.511589], [-121.953469, 37.511503999999995], [-121.954319, 37.51134], [-121.954893, 37.51123], [-121.955568, 37.511113], [-121.95562100000001, 37.511103999999996], [-121.95759, 37.510746], [-121.95791, 37.510689], [-121.958264, 37.510622], [-121.958333, 37.510788], [-121.958345, 37.510833], [-121.958366, 37.510912], [-121.958466, 37.511303], [-121.95849, 37.511418], [-121.958496, 37.511495], [-121.958505, 37.511603], [-121.958506, 37.511722], [-121.95854299999999, 37.511683999999995], [-121.958579, 37.511655], [-121.958584, 37.511651], [-121.958645, 37.511615], [-121.958775, 37.511573], [-121.95888, 37.511565], [-121.958884, 37.511565], [-121.95899, 37.511565999999995], [-121.959094, 37.511627], [-121.959215, 37.511699], [-121.959418, 37.51179], [-121.959445, 37.511801999999996], [-121.959531, 37.511835], [-121.95966899999999, 37.511879], [-121.959782, 37.511902], [-121.959806, 37.511905], [-121.959918, 37.511919], [-121.960144, 37.51193], [-121.960312, 37.511928999999995], [-121.960465, 37.511919999999996], [-121.960645, 37.511899], [-121.960658, 37.511896], [-121.960762, 37.511874999999996], [-121.960935, 37.511827], [-121.961229, 37.511748], [-121.962113, 37.511514], [-121.962408, 37.511435999999996], [-121.962734, 37.511359], [-121.96274700000001, 37.511356], [-121.962841, 37.511316], [-121.962904, 37.511281], [-121.962958, 37.511238], [-121.963021, 37.511153], [-121.963058, 37.51105], [-121.963086, 37.510897], [-121.96311399999999, 37.510852], [-121.963164, 37.510813999999996], [-121.963399, 37.510698999999995], [-121.963701, 37.510553], [-121.963795, 37.510694], [-121.964078, 37.511117999999996], [-121.964173, 37.51126], [-121.96395, 37.511444], [-121.963281, 37.511998], [-121.963059, 37.512183], [-121.963009, 37.512215], [-121.962991, 37.512228], [-121.962973, 37.512243999999995], [-121.96292700000001, 37.512304], [-121.962861, 37.512431], [-121.962824, 37.512504], [-121.962575, 37.512477], [-121.96249, 37.512473], [-121.96232599999999, 37.512468], [-121.962141, 37.512477], [-121.961927, 37.512510999999996], [-121.96150399999999, 37.512631], [-121.961182, 37.512723], [-121.961016, 37.512769], [-121.960519, 37.512907999999996], [-121.960354, 37.512955], [-121.959878, 37.51309], [-121.95845, 37.513497], [-121.957975, 37.513633], [-121.957822, 37.513677], [-121.957364, 37.513813], [-121.957212, 37.513858], [-121.95705, 37.513902], [-121.956567, 37.514037], [-121.956406, 37.514083], [-121.955913, 37.514226], [-121.954436, 37.514659], [-121.953944, 37.514803], [-121.953739, 37.514857], [-121.953482, 37.514927], [-121.95329, 37.514987999999995], [-121.953131, 37.515041], [-121.952931, 37.515108999999995], [-121.952778, 37.514854], [-121.952319, 37.514092], [-121.952167, 37.513838], [-121.952041, 37.513625999999995], [-121.951782, 37.513191], [-121.951663, 37.512991], [-121.951538, 37.51278], [-121.951505, 37.512721], [-121.951408, 37.512546], [-121.951376, 37.512488], [-121.951334, 37.512409999999996], [-121.951301, 37.512347999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,252,0)", "fill-opacity": 0.75, "intersection_density": 5.439}, "geometry": {"type": "Polygon", "coordinates": [[[-121.905368, 37.490837], [-121.905726, 37.491605], [-121.906024, 37.492246], [-121.906049, 37.492278], [-121.90611200000001, 37.492360999999995], [-121.90624199999999, 37.492536], [-121.906361, 37.492699], [-121.906504, 37.492877], [-121.906598, 37.492993999999996], [-121.90664699999999, 37.493055999999996], [-121.906856, 37.493348], [-121.907037, 37.493573], [-121.907106, 37.493643], [-121.907231, 37.49373], [-121.907406, 37.493835], [-121.90762, 37.493952], [-121.90795299999999, 37.494122], [-121.908103, 37.494216], [-121.908205, 37.494301], [-121.90822299999999, 37.494316], [-121.908305, 37.494412], [-121.908371, 37.494547], [-121.908413, 37.494673999999996], [-121.908458, 37.494904], [-121.908484, 37.494986], [-121.908537, 37.495063], [-121.908602, 37.495131], [-121.908614, 37.49514], [-121.908716, 37.495218], [-121.90883, 37.495277], [-121.909062, 37.495356], [-121.909167, 37.495385], [-121.909363, 37.495439999999995], [-121.909281, 37.495591999999995], [-121.909231, 37.495687], [-121.909051, 37.496055], [-121.908976, 37.496210999999995], [-121.908891, 37.496359], [-121.908846, 37.49644], [-121.908736, 37.496708999999996], [-121.908708, 37.496832999999995], [-121.908672, 37.497], [-121.908636, 37.497191], [-121.908531, 37.497764], [-121.908496, 37.497955999999995], [-121.908484, 37.498028], [-121.90844799999999, 37.498244], [-121.908436, 37.498315999999996], [-121.908417, 37.498408999999995], [-121.90841, 37.498444], [-121.908376, 37.498563], [-121.90834, 37.498664], [-121.908332, 37.49868], [-121.908293, 37.498767], [-121.90814499999999, 37.499044], [-121.90811, 37.499112], [-121.907974, 37.499384], [-121.907939, 37.499485], [-121.907905, 37.499576999999995], [-121.907879, 37.499685], [-121.907865, 37.499777], [-121.907856, 37.499897], [-121.907856, 37.499931], [-121.907861, 37.500097], [-121.907871, 37.500181], [-121.907883, 37.500243999999995], [-121.907891, 37.500276], [-121.907923, 37.500402], [-121.907989, 37.500532], [-121.908006, 37.500565], [-121.908108, 37.500693999999996], [-121.908154, 37.500744], [-121.908225, 37.50081], [-121.908396, 37.500931], [-121.908487, 37.500982], [-121.908599, 37.50103], [-121.908716, 37.501073], [-121.908736, 37.501081], [-121.908882, 37.501112], [-121.909019, 37.501132999999996], [-121.908949, 37.501328], [-121.908938, 37.501368], [-121.908818, 37.501827999999996], [-121.908758, 37.502092], [-121.90874099999999, 37.502172], [-121.908742, 37.502213999999995], [-121.908792, 37.502328999999996], [-121.908909, 37.502809], [-121.909123, 37.503679999999996], [-121.906931, 37.50403], [-121.9068, 37.504056999999996], [-121.906631, 37.504084], [-121.906331, 37.504134], [-121.905779, 37.504211], [-121.90558300000001, 37.504249], [-121.90553, 37.504259999999995], [-121.905268, 37.504374999999996], [-121.905257, 37.504380999999995], [-121.904979, 37.504523999999996], [-121.904434, 37.504765], [-121.90392299999999, 37.504809], [-121.90382, 37.504836], [-121.903496, 37.504968], [-121.90337199999999, 37.505044999999996], [-121.903323, 37.505061], [-121.903165, 37.505089], [-121.902999, 37.505094], [-121.902875, 37.505083], [-121.902758, 37.505061], [-121.90226799999999, 37.505023], [-121.901965, 37.505061], [-121.901909, 37.505078], [-121.901792, 37.505131999999996], [-121.90164, 37.50522], [-121.901433, 37.505369], [-121.90124, 37.505539], [-121.90113, 37.505714], [-121.900971, 37.506071999999996], [-121.900923, 37.506132], [-121.900864, 37.506181999999995], [-121.90075, 37.50628], [-121.900502, 37.50644], [-121.900364, 37.506566], [-121.900309, 37.506599], [-121.900095, 37.50667], [-121.899847, 37.506719], [-121.899584, 37.506741], [-121.89935, 37.506747], [-121.899253, 37.506769], [-121.899122, 37.506817999999996], [-121.899074, 37.506857], [-121.899053, 37.506906], [-121.89904, 37.506999], [-121.899005, 37.507048999999995], [-121.898826, 37.507214], [-121.89875, 37.507258], [-121.898639, 37.50729], [-121.898129, 37.507405999999996], [-121.897936, 37.507405999999996], [-121.897632, 37.507466], [-121.897501, 37.507526], [-121.897136, 37.507768], [-121.896915, 37.507872], [-121.896632, 37.507982], [-121.89627999999999, 37.508086], [-121.895928, 37.508179], [-121.895811, 37.508223], [-121.895763, 37.508218], [-121.89569399999999, 37.508244999999995], [-121.895556, 37.508272999999996], [-121.895397, 37.508295], [-121.894218, 37.508388], [-121.894135, 37.508415], [-121.893997, 37.508486], [-121.893901, 37.508525], [-121.89361099999999, 37.508569], [-121.893156, 37.508525], [-121.892928, 37.508491], [-121.892073, 37.508331999999996], [-121.891887, 37.508249], [-121.89177699999999, 37.508182999999995], [-121.891466, 37.50804], [-121.891066, 37.507968999999996], [-121.89097699999999, 37.507940999999995], [-121.89037, 37.507666], [-121.889453, 37.507369], [-121.888908, 37.507061], [-121.888826, 37.507000999999995], [-121.88846699999999, 37.506648999999996], [-121.888019, 37.506347], [-121.887337, 37.505989], [-121.887137, 37.505841], [-121.887034, 37.505702], [-121.88689600000001, 37.505517], [-121.886606, 37.505154], [-121.886379, 37.504768999999996], [-121.886269, 37.504636999999995], [-121.886131, 37.504494], [-121.885648, 37.503884], [-121.885573, 37.503813], [-121.885297, 37.503592999999995], [-121.885249, 37.503588], [-121.885104, 37.503516], [-121.885001, 37.503505], [-121.884208, 37.503318], [-121.884049, 37.50329], [-121.883815, 37.503263], [-121.883594, 37.503257], [-121.883366, 37.503262], [-121.883021, 37.503305999999995], [-121.882795, 37.502168999999995], [-121.882695, 37.501666], [-121.88352, 37.500374], [-121.884102, 37.499463], [-121.884021, 37.499123999999995], [-121.883752, 37.497997999999995], [-121.883149, 37.496055999999996], [-121.882368, 37.493536999999996], [-121.881868, 37.493237], [-121.880764, 37.492446], [-121.87953, 37.491561], [-121.877878, 37.490378], [-121.88014799999999, 37.489269], [-121.885757, 37.486532], [-121.885419, 37.485236], [-121.884783, 37.482791999999996], [-121.88481999999999, 37.482774], [-121.884958, 37.482549], [-121.884993, 37.482472], [-121.885041, 37.482395], [-121.885119, 37.482346], [-121.885138, 37.482335], [-121.885386, 37.482264], [-121.88562, 37.482203], [-121.885827, 37.482116], [-121.886082, 37.482], [-121.886262, 37.481907], [-121.88640000000001, 37.481792], [-121.886558, 37.481626999999996], [-121.88660999999999, 37.481567], [-121.886641, 37.481533999999996], [-121.886807, 37.481435], [-121.887027, 37.481336], [-121.88711599999999, 37.48131], [-121.887193, 37.481287], [-121.887489, 37.481176999999995], [-121.887738, 37.481072999999995], [-121.887931, 37.480951999999995], [-121.888179, 37.480826], [-121.888441, 37.480655], [-121.888786, 37.480485], [-121.888803, 37.480477], [-121.889027, 37.480385999999996], [-121.889282, 37.480337], [-121.889758, 37.480266], [-121.889972, 37.480239], [-121.89026799999999, 37.480222], [-121.890634, 37.480216999999996], [-121.89103399999999, 37.480267], [-121.891282, 37.480239], [-121.89153, 37.480162], [-121.891951, 37.479980999999995], [-121.89213, 37.479943], [-121.892296, 37.479876999999995], [-121.89244, 37.479794999999996], [-121.89264, 37.479712], [-121.89293, 37.479635], [-121.893157, 37.479592], [-121.893295, 37.479569999999995], [-121.89348799999999, 37.479569999999995], [-121.893688, 37.479597], [-121.894311, 37.479538], [-121.894495, 37.479521], [-121.89464699999999, 37.479515], [-121.894784, 37.479537], [-121.895005, 37.479653], [-121.89517000000001, 37.479763], [-121.895294, 37.479796], [-121.89553599999999, 37.479839999999996], [-121.895839, 37.479834], [-121.89599799999999, 37.4799], [-121.896058, 37.4799], [-121.896114, 37.479894], [-121.896108, 37.479909], [-121.896084, 37.47998], [-121.89607699999999, 37.480032], [-121.896071, 37.480149], [-121.89607699999999, 37.480291], [-121.89609899999999, 37.480402], [-121.89613800000001, 37.480515], [-121.896164, 37.480568999999996], [-121.896225, 37.480668], [-121.896244, 37.480699], [-121.896388, 37.480861999999995], [-121.896485, 37.480948999999995], [-121.896559, 37.481001], [-121.896688, 37.481079], [-121.896824, 37.481142999999996], [-121.896912, 37.481178], [-121.897003, 37.481221999999995], [-121.897173, 37.481318], [-121.897336, 37.481418999999995], [-121.897468, 37.481514], [-121.89766, 37.481677999999995], [-121.89784399999999, 37.481876], [-121.897927, 37.481989999999996], [-121.898062, 37.4822], [-121.898062, 37.482200999999996], [-121.898101, 37.482273], [-121.89815899999999, 37.482411], [-121.898191, 37.482499], [-121.898246, 37.482687], [-121.898266, 37.482793], [-121.898282, 37.482976], [-121.89828299999999, 37.483259], [-121.898293, 37.483401], [-121.89831, 37.483492], [-121.898316, 37.483520999999996], [-121.898336, 37.483574999999995], [-121.898424, 37.48375], [-121.898518, 37.483879], [-121.898577, 37.483945], [-121.89868799999999, 37.484038], [-121.898752, 37.484079], [-121.898952, 37.484221], [-121.899174, 37.484362999999995], [-121.899418, 37.484528], [-121.899521, 37.484598], [-121.899705, 37.484764], [-121.89980299999999, 37.484873], [-121.899858, 37.484941], [-121.89991, 37.485016], [-121.899997, 37.485175], [-121.900002, 37.485184], [-121.900056, 37.485307999999996], [-121.90038, 37.486186], [-121.90050600000001, 37.486525], [-121.900576, 37.486731], [-121.90065, 37.486906999999995], [-121.900685, 37.48697], [-121.900779, 37.487097], [-121.900831, 37.487154], [-121.900958, 37.487261], [-121.900966, 37.487266999999996], [-121.901089, 37.487353], [-121.901229, 37.487426], [-121.901382, 37.487488], [-121.90147, 37.487516], [-121.90163799999999, 37.487552], [-121.901714, 37.487561], [-121.901895, 37.487572], [-121.90202099999999, 37.487570999999996], [-121.902717, 37.487528], [-121.902925, 37.487521], [-121.903052, 37.487522], [-121.903227, 37.487525999999995], [-121.90348, 37.487559999999995], [-121.903573, 37.487578], [-121.90376499999999, 37.487615999999996], [-121.904445, 37.487769], [-121.904313, 37.488141], [-121.904209, 37.488436], [-121.90418700000001, 37.488546], [-121.904184, 37.4887], [-121.904206, 37.488794], [-121.90424999999999, 37.48889], [-121.90433999999999, 37.489017], [-121.904425, 37.489095999999996], [-121.90453099999999, 37.489174], [-121.904543, 37.489183], [-121.904676, 37.489252], [-121.904758, 37.489284], [-121.904899, 37.489306], [-121.90503799999999, 37.489464], [-121.905095, 37.489543999999995], [-121.905221, 37.489630999999996], [-121.905401, 37.489883], [-121.905415, 37.489927], [-121.905424, 37.489965999999995], [-121.905441, 37.490069], [-121.905442, 37.490131], [-121.905441, 37.490184], [-121.905437, 37.490224999999995], [-121.90543199999999, 37.490266999999996], [-121.905423, 37.490308], [-121.905383, 37.490449999999996], [-121.905362, 37.490536], [-121.905354, 37.490590999999995], [-121.90535, 37.490663], [-121.905352, 37.490725999999995], [-121.905359, 37.490789], [-121.905368, 37.490837]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,209,0)", "fill-opacity": 0.75, "intersection_density": 87.56200000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.062939, 37.598498], [-122.062688, 37.598523], [-122.062459, 37.598557], [-122.06219300000001, 37.598611], [-122.061803, 37.598712], [-122.061694, 37.598735999999995], [-122.061506, 37.598768], [-122.061307, 37.598789], [-122.061246, 37.598711], [-122.061222, 37.59868], [-122.061402, 37.598667999999996], [-122.061497, 37.598655], [-122.061579, 37.598638], [-122.061781, 37.598594], [-122.062478, 37.598425999999996], [-122.06248099999999, 37.598425999999996], [-122.062719, 37.598399], [-122.063076, 37.598361], [-122.06461999999999, 37.598234999999995], [-122.064761, 37.598223999999995], [-122.065336, 37.598183], [-122.065603, 37.59816], [-122.066131, 37.598115], [-122.066406, 37.598093], [-122.06640999999999, 37.598093], [-122.066562, 37.598079999999996], [-122.06661199999999, 37.598076], [-122.066673, 37.598065], [-122.066685, 37.598167], [-122.066575, 37.598179], [-122.066423, 37.598192], [-122.065406, 37.598278], [-122.064776, 37.598338999999996], [-122.062939, 37.598498]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,143,0)", "fill-opacity": 0.75, "intersection_density": 215.109}, "geometry": {"type": "Polygon", "coordinates": [[[-122.080978, 37.595987], [-122.08098, 37.595889], [-122.08098799999999, 37.595596], [-122.080991, 37.595499], [-122.08115, 37.595499], [-122.081631, 37.595501999999996], [-122.081791, 37.595503], [-122.081794, 37.595557], [-122.081794, 37.595600999999995], [-122.081795, 37.595895], [-122.081796, 37.595994], [-122.081632, 37.595991999999995], [-122.081141, 37.595988], [-122.080978, 37.595987]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,214,0)", "fill-opacity": 0.75, "intersection_density": 78.555}, "geometry": {"type": "Polygon", "coordinates": [[[-122.07540399999999, 37.596559], [-122.075489, 37.596551], [-122.07554400000001, 37.596542], [-122.075782, 37.596526], [-122.076916, 37.596517999999996], [-122.076911, 37.596547], [-122.07684499999999, 37.596939], [-122.07682299999999, 37.597069999999995], [-122.07680500000001, 37.597159999999995], [-122.07679, 37.597207999999995], [-122.076772, 37.597241], [-122.07645, 37.597668999999996], [-122.076343, 37.597812], [-122.076216, 37.597742], [-122.076132, 37.597691], [-122.076042, 37.597629999999995], [-122.075977, 37.597586], [-122.075782, 37.597439], [-122.07574, 37.597395], [-122.075601, 37.597232], [-122.07556199999999, 37.597173], [-122.0755, 37.59706], [-122.075456, 37.596954], [-122.075414, 37.596816], [-122.075398, 37.596705], [-122.07540399999999, 37.596559]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,221,0)", "fill-opacity": 0.75, "intersection_density": 65.866}, "geometry": {"type": "Polygon", "coordinates": [[[-122.076348, 37.588284], [-122.07642899999999, 37.588269], [-122.076567, 37.588225], [-122.07663600000001, 37.588176], [-122.076668, 37.588139999999996], [-122.07684, 37.587952], [-122.076912, 37.587872999999995], [-122.07703000000001, 37.587741], [-122.077601, 37.587108], [-122.07777899999999, 37.586912999999996], [-122.077797, 37.586904], [-122.07790299999999, 37.586965], [-122.078224, 37.587148], [-122.07833099999999, 37.58721], [-122.078023, 37.587562999999996], [-122.07713799999999, 37.58858], [-122.077095, 37.588619], [-122.07705, 37.588660999999995], [-122.076953, 37.588718], [-122.076808, 37.588774], [-122.076673, 37.588809], [-122.076355, 37.588871], [-122.075402, 37.589059999999996], [-122.075085, 37.589123], [-122.075045, 37.589025], [-122.074928, 37.588733999999995], [-122.074889, 37.588637], [-122.07481, 37.588567999999995], [-122.074896, 37.588544], [-122.074986, 37.588528], [-122.075523, 37.588434], [-122.075702, 37.588403], [-122.075952, 37.588359], [-122.07612499999999, 37.588329], [-122.076348, 37.588284]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 111.779}, "geometry": {"type": "Polygon", "coordinates": [[[-122.080755, 37.583538], [-122.08073999999999, 37.583546], [-122.080737, 37.583549], [-122.080698, 37.58359], [-122.080241, 37.584089], [-122.080198, 37.584137], [-122.080079, 37.584275], [-122.079909, 37.584469999999996], [-122.079401, 37.585057], [-122.07923199999999, 37.585253], [-122.079032, 37.585482999999996], [-122.078943, 37.585581999999995], [-122.078424, 37.586165], [-122.078078, 37.58657], [-122.077899, 37.58678], [-122.07780199999999, 37.586887], [-122.077797, 37.586904], [-122.07770099999999, 37.586852], [-122.077413, 37.586697], [-122.07731799999999, 37.586646], [-122.077617, 37.586296], [-122.078515, 37.585245], [-122.07881499999999, 37.584896], [-122.079126, 37.584531], [-122.07995700000001, 37.583557], [-122.080048, 37.583439999999996], [-122.080051, 37.583431], [-122.080096, 37.583326], [-122.080131, 37.583193], [-122.080145, 37.582966], [-122.07996299999999, 37.582965], [-122.07942, 37.582965], [-122.079239, 37.582965], [-122.079241, 37.582854999999995], [-122.079249, 37.582527], [-122.079252, 37.582418], [-122.07925, 37.582193], [-122.079248, 37.581796], [-122.079253, 37.581635999999996], [-122.079263, 37.581579999999995], [-122.079286, 37.581526], [-122.079345, 37.581423], [-122.079405, 37.581334999999996], [-122.079477, 37.581258], [-122.079486, 37.58125], [-122.079688, 37.581063], [-122.079709, 37.581041], [-122.079784, 37.580967], [-122.079995, 37.581103], [-122.080163, 37.581210999999996], [-122.080331, 37.581302], [-122.080406, 37.581334], [-122.08046999999999, 37.581354999999995], [-122.08061000000001, 37.581388], [-122.08068, 37.581396999999996], [-122.08071699999999, 37.581402], [-122.08092500000001, 37.58137], [-122.080926, 37.581452999999996], [-122.08092500000001, 37.581810999999995], [-122.080923, 37.582967], [-122.08093, 37.583217999999995], [-122.080953, 37.583422], [-122.080755, 37.583538]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,207,0)", "fill-opacity": 0.75, "intersection_density": 92.506}, "geometry": {"type": "Polygon", "coordinates": [[[-122.07674, 37.57807], [-122.076853, 37.577963], [-122.07686, 37.577954999999996], [-122.077123, 37.577672], [-122.077195, 37.577584], [-122.077302, 37.577456999999995], [-122.077433, 37.577284999999996], [-122.07750899999999, 37.577188], [-122.077557, 37.577134], [-122.077597, 37.577054], [-122.077631, 37.576948], [-122.077694, 37.576802], [-122.07774599999999, 37.576723], [-122.077867, 37.576544], [-122.077941, 37.576586], [-122.077976, 37.576606], [-122.078169, 37.576705], [-122.07824600000001, 37.576744999999995], [-122.078505, 37.576889], [-122.079283, 37.577324], [-122.079408, 37.577394], [-122.079467, 37.577444], [-122.079503, 37.577512], [-122.079496, 37.577569], [-122.079471, 37.577629], [-122.079285, 37.577839], [-122.078487, 37.578745999999995], [-122.078304, 37.578953999999996], [-122.07824600000001, 37.578984999999996], [-122.078188, 37.579], [-122.07809499999999, 37.578997], [-122.078019, 37.57897], [-122.078014, 37.578967], [-122.077775, 37.578837], [-122.077547, 37.578706], [-122.077508, 37.578683999999996], [-122.077396, 37.578613], [-122.077256, 37.578514], [-122.077242, 37.578503999999995], [-122.076867, 37.578182], [-122.076808, 37.578131], [-122.07674, 37.57807]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,221,0)", "fill-opacity": 0.75, "intersection_density": 64.813}, "geometry": {"type": "Polygon", "coordinates": [[[-122.076964, 37.579260999999995], [-122.076887, 37.579353], [-122.07686, 37.579381999999995], [-122.076539, 37.579741], [-122.076433, 37.579861], [-122.076304, 37.579772], [-122.076033, 37.579599], [-122.075829, 37.579446], [-122.075766, 37.579391], [-122.075627, 37.579269], [-122.075477, 37.579122999999996], [-122.07526899999999, 37.578905999999996], [-122.075072, 37.578714999999995], [-122.074823, 37.578494], [-122.074598, 37.578309999999995], [-122.074443, 37.578192], [-122.073983, 37.577892999999996], [-122.073933, 37.577864999999996], [-122.073895, 37.577836], [-122.073891, 37.57783], [-122.07387, 37.577799], [-122.073867, 37.577759], [-122.073887, 37.577715999999995], [-122.073909, 37.577683], [-122.074343, 37.577197], [-122.074475, 37.57727], [-122.07471699999999, 37.577425], [-122.074789, 37.577470999999996], [-122.07533699999999, 37.577864999999996], [-122.075586, 37.578078999999995], [-122.07575299999999, 37.578230999999995], [-122.076027, 37.578479], [-122.076073, 37.578531], [-122.076221, 37.578697], [-122.076227, 37.578703], [-122.076378, 37.578846999999996], [-122.076577, 37.57901], [-122.076767, 37.579138], [-122.076841, 37.579187999999995], [-122.076964, 37.579260999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,168,0)", "fill-opacity": 0.75, "intersection_density": 166.137}, "geometry": {"type": "Polygon", "coordinates": [[[-122.069669, 37.60285], [-122.070366, 37.600384], [-122.070484, 37.600401999999995], [-122.070841, 37.600457], [-122.07096, 37.600476], [-122.070852, 37.600865], [-122.070529, 37.602033999999996], [-122.07042200000001, 37.602424], [-122.070394, 37.602516], [-122.070353, 37.602657], [-122.07032, 37.602772], [-122.07031, 37.602792], [-122.0703, 37.602817], [-122.070272, 37.602857], [-122.070256, 37.602871], [-122.070219, 37.602893], [-122.070155, 37.60291], [-122.070104, 37.602911], [-122.070072, 37.602911999999996], [-122.069669, 37.60285]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,183,0)", "fill-opacity": 0.75, "intersection_density": 138.393}, "geometry": {"type": "Polygon", "coordinates": [[[-122.06815, 37.593271], [-122.068185, 37.59326], [-122.068225, 37.593253], [-122.068294, 37.593244999999996], [-122.068352, 37.593233999999995], [-122.06835699999999, 37.593230999999996], [-122.068734, 37.593084999999995], [-122.06886, 37.593036999999995], [-122.06893099999999, 37.593154], [-122.069144, 37.593506], [-122.069215, 37.593624], [-122.069102, 37.593683999999996], [-122.06902, 37.593720999999995], [-122.06882, 37.59379], [-122.06809200000001, 37.594043], [-122.067611, 37.594229], [-122.067607, 37.594231], [-122.067257, 37.594372], [-122.067212, 37.594384999999996], [-122.067201, 37.594387999999995], [-122.067155, 37.594387], [-122.067124, 37.59438], [-122.067097, 37.594362], [-122.067078, 37.594341], [-122.06706199999999, 37.594322999999996], [-122.066835, 37.593964], [-122.066797, 37.593903999999995], [-122.066789, 37.593872999999995], [-122.066797, 37.593827999999995], [-122.066811, 37.593807999999996], [-122.066889, 37.593761], [-122.067068, 37.593689], [-122.06793, 37.593346], [-122.06801, 37.593315], [-122.06815, 37.593271]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,196,0)", "fill-opacity": 0.75, "intersection_density": 112.96}, "geometry": {"type": "Polygon", "coordinates": [[[-122.054811, 37.605542], [-122.054824, 37.605411], [-122.05484200000001, 37.605337999999996], [-122.054884, 37.60518], [-122.054924, 37.605067], [-122.05501, 37.604904], [-122.055095, 37.604779], [-122.055212, 37.60461], [-122.05541, 37.604679999999995], [-122.055635, 37.60476], [-122.055781, 37.604802], [-122.055856, 37.604818], [-122.055915, 37.604825], [-122.05601899999999, 37.604835], [-122.056066, 37.604839999999996], [-122.05623, 37.604842], [-122.056419, 37.604845], [-122.056479, 37.604845999999995], [-122.056986, 37.604849], [-122.057176, 37.604851], [-122.057268, 37.604852], [-122.057339, 37.604855], [-122.057565, 37.604867999999996], [-122.057777, 37.60489], [-122.057825, 37.604901], [-122.05787, 37.604911], [-122.05798300000001, 37.604945], [-122.057929, 37.605075], [-122.05788, 37.605197], [-122.057802, 37.605336], [-122.05772999999999, 37.605444999999996], [-122.057699, 37.605492999999996], [-122.05766299999999, 37.605536], [-122.057641, 37.605553], [-122.05760699999999, 37.605567], [-122.057474, 37.605575], [-122.05707699999999, 37.60557], [-122.055377, 37.605548999999996], [-122.054811, 37.605542]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,164,0)", "fill-opacity": 0.75, "intersection_density": 174.33700000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-122.061272, 37.602772], [-122.06134, 37.602765999999995], [-122.061396, 37.602751], [-122.061424, 37.60274], [-122.061476, 37.602703999999996], [-122.061516, 37.602657], [-122.061533, 37.602612], [-122.061539, 37.602562999999996], [-122.06152900000001, 37.602512999999995], [-122.061545, 37.602525], [-122.061618, 37.602540999999995], [-122.061654, 37.602543], [-122.061707, 37.602534999999996], [-122.061724, 37.60253], [-122.062904, 37.604137], [-122.062803, 37.604445], [-122.06231, 37.604344999999995], [-122.062324, 37.604227], [-122.06231, 37.604169], [-122.062292, 37.604138999999996], [-122.062135, 37.603938], [-122.061272, 37.602772]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,158,0)", "fill-opacity": 0.75, "intersection_density": 185.76}, "geometry": {"type": "Polygon", "coordinates": [[[-122.060397, 37.600787], [-122.060439, 37.600704], [-122.060439, 37.600702], [-122.060457, 37.600629999999995], [-122.060509, 37.600429], [-122.06053299999999, 37.600338], [-122.060633, 37.600356], [-122.060711, 37.600384], [-122.060766, 37.600415999999996], [-122.06081499999999, 37.600457], [-122.060846, 37.600491], [-122.061258, 37.601067], [-122.061902, 37.601932], [-122.061838, 37.601949999999995], [-122.061478, 37.602197], [-122.060565, 37.600957], [-122.060502, 37.600882999999996], [-122.060397, 37.600787]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,178,0)", "fill-opacity": 0.75, "intersection_density": 147.094}, "geometry": {"type": "Polygon", "coordinates": [[[-122.013543, 37.55836], [-122.013538, 37.558355999999996], [-122.013429, 37.558274], [-122.01354, 37.558124], [-122.013875, 37.557676], [-122.013987, 37.557527], [-122.014113, 37.557584999999996], [-122.013543, 37.55836]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,141,0)", "fill-opacity": 0.75, "intersection_density": 219.31599999999997}, "geometry": {"type": "Polygon", "coordinates": [[[-121.964193, 37.563744], [-121.96415400000001, 37.563770999999996], [-121.962313, 37.56508], [-121.96222, 37.565011999999996], [-121.962589, 37.564748], [-121.963698, 37.563956999999995], [-121.964068, 37.563694], [-121.964103, 37.563669999999995], [-121.964193, 37.563744]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,191,0)", "fill-opacity": 0.75, "intersection_density": 122.521}, "geometry": {"type": "Polygon", "coordinates": [[[-122.082375, 37.605613], [-122.08232, 37.605135], [-122.082252, 37.604776], [-122.08219, 37.604478], [-122.08207999999999, 37.603684], [-122.08207, 37.603564999999996], [-122.082241, 37.603713], [-122.08228199999999, 37.604076], [-122.082284, 37.604096999999996], [-122.082332, 37.604445999999996], [-122.082398, 37.604773], [-122.082463, 37.605136], [-122.082477, 37.605239999999995], [-122.082533, 37.605623], [-122.082375, 37.605613]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,213,0)", "fill-opacity": 0.75, "intersection_density": 81.22399999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.081859, 37.599841], [-122.081715, 37.599852999999996], [-122.081576, 37.598682], [-122.08156, 37.598574], [-122.081711, 37.598563999999996], [-122.08174, 37.598819], [-122.081786, 37.599218], [-122.081829, 37.599585], [-122.081859, 37.599841]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,202,0)", "fill-opacity": 0.75, "intersection_density": 101.244}, "geometry": {"type": "Polygon", "coordinates": [[[-122.063277, 37.576187], [-122.062174, 37.577428999999995], [-122.062123, 37.577383], [-122.061459, 37.577009], [-122.062556, 37.57578], [-122.063277, 37.576187]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,173,0)", "fill-opacity": 0.75, "intersection_density": 158.12}, "geometry": {"type": "Polygon", "coordinates": [[[-121.951563, 37.512029999999996], [-121.951349, 37.512067], [-121.951281, 37.512079], [-121.95116999999999, 37.512099], [-121.95110000000001, 37.511972], [-121.951212, 37.511953999999996], [-121.95161999999999, 37.511889], [-121.952013, 37.511813], [-121.952063, 37.511928999999995], [-121.951885, 37.511966], [-121.951729, 37.512], [-121.951563, 37.512029999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,192,0)", "fill-opacity": 0.75, "intersection_density": 120.56299999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-121.957032, 37.503719], [-121.957572, 37.504082], [-121.95902699999999, 37.505043], [-121.958893, 37.505148], [-121.958502, 37.504878], [-121.957481, 37.504173], [-121.95733, 37.504072], [-121.956936, 37.50381], [-121.957032, 37.503719]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,216,0)", "fill-opacity": 0.75, "intersection_density": 73.907}, "geometry": {"type": "Polygon", "coordinates": [[[-121.97070099999999, 37.559546], [-121.97064, 37.559481], [-121.97056599999999, 37.559453999999995], [-121.970475, 37.559433], [-121.970399, 37.559411], [-121.97033, 37.559382], [-121.970277, 37.559352], [-121.970134, 37.559214], [-121.970117, 37.559194], [-121.970085, 37.559149], [-121.970058, 37.559103], [-121.97004, 37.559059], [-121.97001900000001, 37.559021], [-121.969986, 37.558976], [-121.969948, 37.558942], [-121.969894, 37.558906], [-121.969837, 37.558876], [-121.969772, 37.558842999999996], [-121.969742, 37.558824], [-121.969719, 37.558803], [-121.96861200000001, 37.557691999999996], [-121.968602, 37.557674999999996], [-121.968599, 37.55766], [-121.968595, 37.557645], [-121.96859599999999, 37.557628], [-121.96860000000001, 37.557609], [-121.96861200000001, 37.557593], [-121.968624, 37.55758], [-121.968637, 37.557567999999996], [-121.968777, 37.557477], [-121.969335, 37.557137], [-121.969399, 37.557204999999996], [-121.96963099999999, 37.557441], [-121.969809, 37.557623], [-121.969864, 37.557676], [-121.97003, 37.557834], [-121.970108, 37.557916999999996], [-121.97019, 37.558017], [-121.970229, 37.558078], [-121.970246, 37.558104], [-121.970427, 37.558427], [-121.97053, 37.5586], [-121.970565, 37.558657], [-121.970693, 37.558844], [-121.970702, 37.558855], [-121.970814, 37.558991], [-121.971102, 37.559295999999996], [-121.970827, 37.559467], [-121.97070099999999, 37.559546]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,136,0)", "fill-opacity": 0.75, "intersection_density": 228.44099999999997}, "geometry": {"type": "Polygon", "coordinates": [[[-121.970339, 37.556501], [-121.97037399999999, 37.556207], [-121.97041300000001, 37.555973], [-121.970435, 37.555952], [-121.970524, 37.555887999999996], [-121.970547, 37.555884999999996], [-121.97064, 37.555887], [-121.970581, 37.556163], [-121.97056, 37.556334], [-121.970549, 37.556363], [-121.970529, 37.556385], [-121.970339, 37.556501]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,167,0)", "fill-opacity": 0.75, "intersection_density": 168.956}, "geometry": {"type": "Polygon", "coordinates": [[[-121.981887, 37.553883], [-121.98202599999999, 37.553703999999996], [-121.982029, 37.553699], [-121.98282499999999, 37.552667], [-121.98284100000001, 37.552648], [-121.983045, 37.552383999999996], [-121.984524, 37.55317], [-121.984235, 37.553523999999996], [-121.983802, 37.554055999999996], [-121.983316, 37.554651], [-121.982782, 37.554364], [-121.982573, 37.554252], [-121.981887, 37.553883]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,198,0)", "fill-opacity": 0.75, "intersection_density": 108.59899999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.025745, 37.60111], [-122.026291, 37.601582], [-122.026324, 37.60161], [-122.026821, 37.602039999999995], [-122.027343, 37.602491], [-122.02806, 37.603114], [-122.028639, 37.603617], [-122.02864199999999, 37.603642], [-122.028636, 37.603665], [-122.028623, 37.60373], [-122.028598, 37.603806999999996], [-122.028583, 37.603854], [-122.02838, 37.603676], [-122.027769, 37.603142], [-122.027513, 37.602917999999995], [-122.02635000000001, 37.601901], [-122.025426, 37.601081], [-122.025333, 37.601], [-122.024518, 37.600291], [-122.024676, 37.600182], [-122.024889, 37.600367], [-122.025531, 37.600924], [-122.025745, 37.60111]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,181,0)", "fill-opacity": 0.75, "intersection_density": 141.664}, "geometry": {"type": "Polygon", "coordinates": [[[-122.07197099999999, 37.566154999999995], [-122.072088, 37.566227999999995], [-122.072686, 37.566556999999996], [-122.07277500000001, 37.566599], [-122.072872, 37.566621999999995], [-122.072988, 37.566634], [-122.073145, 37.566638], [-122.073148, 37.566764], [-122.07314099999999, 37.566845], [-122.07311899999999, 37.566921], [-122.073077, 37.566998], [-122.073031, 37.56706], [-122.07280399999999, 37.567322], [-122.072749, 37.56736], [-122.072683, 37.567381999999995], [-122.072625, 37.567372999999996], [-122.072565, 37.567352], [-122.071241, 37.566615999999996], [-122.071174, 37.566582], [-122.071132, 37.566542999999996], [-122.071122, 37.566505], [-122.071147, 37.565923], [-122.07133999999999, 37.565932], [-122.071507, 37.565957999999995], [-122.071586, 37.565974], [-122.07168300000001, 37.566013], [-122.071834, 37.566091], [-122.07197099999999, 37.566154999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,80,0)", "fill-opacity": 0.75, "intersection_density": 335.779}, "geometry": {"type": "Polygon", "coordinates": [[[-122.080716, 37.588623999999996], [-122.080624, 37.588623], [-122.080349, 37.58862], [-122.080258, 37.58862], [-122.080255, 37.588502], [-122.080249, 37.588148], [-122.080247, 37.588029999999996], [-122.08034, 37.588029], [-122.08062100000001, 37.588027], [-122.080715, 37.588027], [-122.080716, 37.588623999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,133,0)", "fill-opacity": 0.75, "intersection_density": 233.375}, "geometry": {"type": "Polygon", "coordinates": [[[-122.074279, 37.587722], [-122.074258, 37.587778], [-122.07415, 37.587752], [-122.074102, 37.587736], [-122.074077, 37.587728999999996], [-122.073914, 37.58766], [-122.073664, 37.587531], [-122.073521, 37.587457], [-122.07356300000001, 37.587407], [-122.073958, 37.587613], [-122.074114, 37.587675], [-122.074279, 37.587722]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,170,0)", "fill-opacity": 0.75, "intersection_density": 162.412}, "geometry": {"type": "Polygon", "coordinates": [[[-121.989117, 37.524758], [-121.98926399999999, 37.524833], [-121.989358, 37.524881], [-121.989435, 37.52492], [-121.98966899999999, 37.525037999999995], [-121.989747, 37.525078], [-121.98971, 37.525121], [-121.989321, 37.524924], [-121.989104, 37.524811], [-121.989082, 37.5248], [-121.98897, 37.524747], [-121.988853, 37.524699], [-121.988888, 37.524651999999996], [-121.988984, 37.524693], [-121.98901599999999, 37.524707], [-121.989117, 37.524758]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,207,0)", "fill-opacity": 0.75, "intersection_density": 91.359}, "geometry": {"type": "Polygon", "coordinates": [[[-121.99874299999999, 37.5604], [-122.001214, 37.559917], [-122.001229, 37.559968999999995], [-122.000687, 37.560075], [-121.99918, 37.560370999999996], [-121.999061, 37.560393999999995], [-121.99852, 37.560500999999995], [-121.998504, 37.560449], [-121.99874299999999, 37.5604]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,208,0)", "fill-opacity": 0.75, "intersection_density": 89.598}, "geometry": {"type": "Polygon", "coordinates": [[[-122.042765, 37.579015], [-122.04273, 37.579068], [-122.042587, 37.579004], [-122.04247699999999, 37.578949], [-122.041725, 37.578579], [-122.04147499999999, 37.578455999999996], [-122.041501, 37.578419], [-122.041513, 37.578404], [-122.042412, 37.578846], [-122.042765, 37.579015]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,146,0)", "fill-opacity": 0.75, "intersection_density": 208.627}, "geometry": {"type": "Polygon", "coordinates": [[[-122.049966, 37.547042999999995], [-122.048135, 37.54613], [-122.04818900000001, 37.546051], [-122.048559, 37.546227], [-122.048681, 37.546285999999995], [-122.049662, 37.546774], [-122.05002999999999, 37.546958], [-122.049966, 37.547042999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,154,0)", "fill-opacity": 0.75, "intersection_density": 193.425}, "geometry": {"type": "Polygon", "coordinates": [[[-121.921668, 37.525034999999995], [-121.921864, 37.524622], [-121.921945, 37.524479], [-121.921981, 37.524432], [-121.922033, 37.524378], [-121.922136, 37.524288999999996], [-121.922242, 37.524206], [-121.922476, 37.524021999999995], [-121.922591, 37.523935], [-121.922726, 37.523832999999996], [-121.922789, 37.523896], [-121.922674, 37.523978], [-121.922536, 37.524076], [-121.922438, 37.524152], [-121.922271, 37.524285], [-121.922204, 37.524336999999996], [-121.922099, 37.524432999999995], [-121.922024, 37.524522], [-121.921948, 37.52465], [-121.921873, 37.524808], [-121.921749, 37.525074], [-121.921668, 37.525034999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,189,0)", "fill-opacity": 0.75, "intersection_density": 127.115}, "geometry": {"type": "Polygon", "coordinates": [[[-121.93417600000001, 37.531583999999995], [-121.934053, 37.531245], [-121.933979, 37.531078], [-121.933914, 37.530971], [-121.933826, 37.530854999999995], [-121.933596, 37.530617], [-121.933441, 37.530443999999996], [-121.933178, 37.530176], [-121.932797, 37.529765], [-121.93248, 37.529438999999996], [-121.931494, 37.528374], [-121.931602, 37.528296999999995], [-121.93187499999999, 37.528107], [-121.931977, 37.528056], [-121.932085, 37.528012], [-121.932183, 37.527975999999995], [-121.93239299999999, 37.5279], [-121.932499, 37.528061], [-121.932545, 37.528130999999995], [-121.932658, 37.528281], [-121.932825, 37.528458], [-121.932871, 37.528504], [-121.933009, 37.528639999999996], [-121.933172, 37.528825999999995], [-121.933424, 37.529114], [-121.933669, 37.529371], [-121.933673, 37.529375], [-121.933863, 37.529534999999996], [-121.933982, 37.52966], [-121.934341, 37.530035], [-121.934461, 37.530159999999995], [-121.934668, 37.530035], [-121.934708, 37.530012], [-121.934803, 37.529973999999996], [-121.934882, 37.529948], [-121.934989, 37.529928999999996], [-121.93537, 37.529885], [-121.935611, 37.529858], [-121.936002, 37.529818], [-121.936048, 37.529810999999995], [-121.937105, 37.529675], [-121.937228, 37.529663], [-121.937358, 37.529638999999996], [-121.937789, 37.529545999999996], [-121.937983, 37.529838], [-121.938385, 37.530440999999996], [-121.938511, 37.530657], [-121.938548, 37.530727], [-121.938603, 37.530831], [-121.938646, 37.530937], [-121.938682, 37.531051999999995], [-121.938361, 37.531085], [-121.937848, 37.531137], [-121.937512, 37.531168], [-121.937325, 37.531182], [-121.936847, 37.531223], [-121.93655, 37.531248999999995], [-121.936381, 37.531264], [-121.935982, 37.531303], [-121.93573599999999, 37.531332], [-121.9355, 37.531366], [-121.934995, 37.531447], [-121.934618, 37.531507999999995], [-121.93451999999999, 37.531524], [-121.9345, 37.531527], [-121.93417600000001, 37.531583999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,207,0)", "fill-opacity": 0.75, "intersection_density": 91.404}, "geometry": {"type": "Polygon", "coordinates": [[[-121.96796499999999, 37.572770999999996], [-121.96789799999999, 37.572691], [-121.967817, 37.572601], [-121.967365, 37.572099], [-121.967215, 37.571932], [-121.967333, 37.571864], [-121.967767, 37.572345], [-121.968023, 37.572631], [-121.968082, 37.572705], [-121.96796499999999, 37.572770999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,165,0)", "fill-opacity": 0.75, "intersection_density": 173.452}, "geometry": {"type": "Polygon", "coordinates": [[[-122.06194099999999, 37.559312999999996], [-122.061995, 37.559283], [-122.06205, 37.559253999999996], [-122.062107, 37.559227], [-122.062212, 37.55918], [-122.06225599999999, 37.559159], [-122.062299, 37.559135], [-122.062341, 37.55911], [-122.062359, 37.559097], [-122.062378, 37.559084], [-122.062395, 37.559070999999996], [-122.062427, 37.559048], [-122.062461, 37.559028], [-122.062498, 37.55901], [-122.062536, 37.558994999999996], [-122.062575, 37.558983], [-122.06261599999999, 37.558974], [-122.06280699999999, 37.558937], [-122.062826, 37.558934], [-122.062845, 37.558935], [-122.062863, 37.558938], [-122.062881, 37.558943], [-122.06289699999999, 37.558951], [-122.062911, 37.558961], [-122.062923, 37.558973], [-122.062932, 37.558986], [-122.062938, 37.559000000000005], [-122.063061, 37.559400000000004], [-122.063183, 37.5598], [-122.063186, 37.559813999999996], [-122.063185, 37.559827999999996], [-122.063182, 37.559843], [-122.063176, 37.559855999999996], [-122.06316699999999, 37.559869], [-122.062952, 37.560117999999996], [-122.062712, 37.560393999999995], [-122.062473, 37.560671], [-122.062159, 37.560499], [-122.061846, 37.560327], [-122.062146, 37.559979999999996], [-122.062395, 37.559692], [-122.062404, 37.559678999999996], [-122.062411, 37.559664], [-122.062414, 37.559649], [-122.062414, 37.559633999999996], [-122.062411, 37.559618], [-122.062404, 37.559602999999996], [-122.062394, 37.55959], [-122.062382, 37.559577999999995], [-122.062366, 37.559568], [-122.062029, 37.559383], [-122.062006, 37.559369], [-122.06198499999999, 37.559354], [-122.061966, 37.559338], [-122.061948, 37.559321], [-122.06194099999999, 37.559312999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,164,0)", "fill-opacity": 0.75, "intersection_density": 174.977}, "geometry": {"type": "Polygon", "coordinates": [[[-121.994344, 37.514978], [-121.994506, 37.515056], [-121.994522, 37.515069], [-121.99453, 37.515091999999996], [-121.994522, 37.515121], [-121.994236, 37.515484], [-121.994218, 37.515495], [-121.994191, 37.515495], [-121.994114, 37.515462], [-121.99404, 37.515420999999996], [-121.994025, 37.515401], [-121.994024, 37.515378], [-121.994344, 37.514978]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,200,0)", "fill-opacity": 0.75, "intersection_density": 106.007}, "geometry": {"type": "Polygon", "coordinates": [[[-122.09949, 37.634336999999995], [-122.099791, 37.634208], [-122.100695, 37.633823], [-122.100997, 37.633694999999996], [-122.101231, 37.634012], [-122.10127299999999, 37.634055], [-122.10129, 37.634067], [-122.101317, 37.634077], [-122.101326, 37.634080999999995], [-122.10140000000001, 37.634085999999996], [-122.10156, 37.634067], [-122.101752, 37.634039], [-122.102107, 37.633963], [-122.102363, 37.633902], [-122.102724, 37.633803], [-122.102794, 37.633778], [-122.103272, 37.633615999999996], [-122.10335, 37.633741], [-122.103584, 37.634116999999996], [-122.103662, 37.634243], [-122.103175, 37.634403], [-122.102921, 37.634479], [-122.102592, 37.634578999999995], [-122.102369, 37.634631999999996], [-122.102237, 37.634654999999995], [-122.102063, 37.634674], [-122.100616, 37.634791], [-122.100559, 37.634796], [-122.10031000000001, 37.634820999999995], [-122.100208, 37.634836], [-122.099949, 37.63489], [-122.099851, 37.634917], [-122.099778, 37.634800999999996], [-122.09956199999999, 37.634453], [-122.09949, 37.634336999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,148,0)", "fill-opacity": 0.75, "intersection_density": 205.352}, "geometry": {"type": "Polygon", "coordinates": [[[-122.097595, 37.654483], [-122.097736, 37.654426], [-122.098161, 37.654254], [-122.098303, 37.654198], [-122.098447, 37.654143999999995], [-122.098878, 37.653983], [-122.099023, 37.653929999999995], [-122.099085, 37.654047999999996], [-122.099111, 37.654095999999996], [-122.099172, 37.654227], [-122.099252, 37.654413], [-122.099305, 37.654536], [-122.099031, 37.654638], [-122.09821, 37.654948], [-122.097937, 37.655051], [-122.097868, 37.654937], [-122.097663, 37.654596], [-122.097595, 37.654483]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,207,0)", "fill-opacity": 0.75, "intersection_density": 91.939}, "geometry": {"type": "Polygon", "coordinates": [[[-122.09886399999999, 37.656586], [-122.098749, 37.656394], [-122.098404, 37.655819], [-122.098289, 37.655628], [-122.09852599999999, 37.655527], [-122.098727, 37.655442], [-122.098874, 37.655373999999995], [-122.098955, 37.655345], [-122.099029, 37.655336], [-122.09915, 37.655336999999996], [-122.099211, 37.655342], [-122.099262, 37.655349], [-122.099339, 37.655361], [-122.099516, 37.655398999999996], [-122.099465, 37.655617], [-122.099446, 37.655685], [-122.09938, 37.655929], [-122.099347, 37.656089], [-122.09928099999999, 37.656355], [-122.099254, 37.656402], [-122.09922, 37.656434999999995], [-122.09914, 37.656482], [-122.099138, 37.656484], [-122.09901099999999, 37.656535], [-122.09886399999999, 37.656586]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,188,0)", "fill-opacity": 0.75, "intersection_density": 128.226}, "geometry": {"type": "Polygon", "coordinates": [[[-122.098303, 37.654198], [-122.098013, 37.653718], [-122.097146, 37.652280999999995], [-122.096858, 37.651801999999996], [-122.097001, 37.651748999999995], [-122.097433, 37.651592], [-122.097577, 37.65154], [-122.097866, 37.652018], [-122.098733, 37.653452], [-122.099023, 37.653929999999995], [-122.098878, 37.653983], [-122.098447, 37.654143999999995], [-122.098303, 37.654198]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,169,0)", "fill-opacity": 0.75, "intersection_density": 164.67700000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-122.096138, 37.652066999999995], [-122.095846, 37.651587], [-122.094972, 37.650147], [-122.094681, 37.649668], [-122.094821, 37.649614], [-122.095242, 37.649453], [-122.095383, 37.6494], [-122.095679, 37.649879], [-122.095896, 37.650228999999996], [-122.096563, 37.651320999999996], [-122.096858, 37.651801999999996], [-122.096713, 37.651855], [-122.096282, 37.652014], [-122.096138, 37.652066999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,175,0)", "fill-opacity": 0.75, "intersection_density": 153.958}, "geometry": {"type": "Polygon", "coordinates": [[[-122.094268, 37.652015], [-122.093799, 37.651402999999995], [-122.093351, 37.650849], [-122.092986, 37.65031], [-122.093063, 37.650279999999995], [-122.093734, 37.650022], [-122.093958, 37.649937], [-122.09424899999999, 37.650417999999995], [-122.095087, 37.651801999999996], [-122.095122, 37.651862], [-122.095407, 37.652347999999996], [-122.095236, 37.652414], [-122.094724, 37.652614], [-122.094686, 37.652629], [-122.094268, 37.652015]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,120,0)", "fill-opacity": 0.75, "intersection_density": 259.12}, "geometry": {"type": "Polygon", "coordinates": [[[-122.093655, 37.647952], [-122.093878, 37.647864], [-122.093995, 37.647819], [-122.094466, 37.647627], [-122.094548, 37.647594], [-122.094772, 37.647507], [-122.094856, 37.647613], [-122.095108, 37.647932999999995], [-122.095193, 37.64804], [-122.094957, 37.648142], [-122.094954, 37.648143999999995], [-122.094264, 37.648409], [-122.094236, 37.648419], [-122.093998, 37.648516], [-122.093931, 37.648402], [-122.09391, 37.648365999999996], [-122.093717, 37.648067999999995], [-122.093716, 37.648064999999995], [-122.093655, 37.647952]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,165,0)", "fill-opacity": 0.75, "intersection_density": 172.44299999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.090674, 37.644729], [-122.090837, 37.644708], [-122.091329, 37.644645], [-122.091493, 37.644625], [-122.091531, 37.644777999999995], [-122.091579, 37.644964], [-122.091604, 37.645119], [-122.091602, 37.645243], [-122.091601, 37.645244], [-122.091577, 37.645401], [-122.091521, 37.645565], [-122.091503, 37.645610999999995], [-122.091427, 37.64581], [-122.09135, 37.645973], [-122.091328, 37.646021], [-122.091283, 37.646102], [-122.091215, 37.646195999999996], [-122.091204, 37.646207], [-122.091184, 37.646232], [-122.091105, 37.64631], [-122.091041, 37.646359], [-122.090914, 37.646439], [-122.090811, 37.646507], [-122.090724, 37.646566], [-122.09062, 37.646615], [-122.09049, 37.646645], [-122.090209, 37.646685999999995], [-122.090029, 37.646706], [-122.089758, 37.646737], [-122.08973, 37.646617], [-122.089663, 37.646328], [-122.08964399999999, 37.64626], [-122.08963299999999, 37.646217], [-122.08959, 37.646152], [-122.08975, 37.646111999999995], [-122.089814, 37.646097], [-122.090213, 37.64601], [-122.090235, 37.646003], [-122.090323, 37.645976999999995], [-122.090389, 37.645942], [-122.090457, 37.645899], [-122.090504, 37.645852], [-122.090574, 37.645767], [-122.090581, 37.645755], [-122.090651, 37.645638999999996], [-122.090702, 37.645534], [-122.090751, 37.645415], [-122.090774, 37.645305], [-122.090784, 37.645226], [-122.09078, 37.645157999999995], [-122.090769, 37.645081], [-122.090744, 37.64499], [-122.090674, 37.644729]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,201,0)", "fill-opacity": 0.75, "intersection_density": 103.329}, "geometry": {"type": "Polygon", "coordinates": [[[-122.094348, 37.64364], [-122.094632, 37.643124], [-122.095086, 37.642282], [-122.095449, 37.641574999999996], [-122.096126, 37.640305], [-122.096702, 37.639272999999996], [-122.096733, 37.639216999999995], [-122.09674799999999, 37.639223], [-122.097001, 37.639317999999996], [-122.096969, 37.639374], [-122.09674, 37.639779], [-122.096315, 37.640532], [-122.095938, 37.641152], [-122.095663, 37.641605999999996], [-122.095361, 37.642106999999996], [-122.095286, 37.642232], [-122.094862, 37.642979], [-122.094512, 37.643643], [-122.094501, 37.643665999999996], [-122.094234, 37.644158], [-122.094184, 37.644248], [-122.094036, 37.644521999999995], [-122.093987, 37.644613], [-122.093974, 37.644631], [-122.093965, 37.644647], [-122.093908, 37.644757999999996], [-122.09389, 37.644794999999995], [-122.093869, 37.644760999999995], [-122.093808, 37.644662], [-122.093788, 37.644628999999995], [-122.093883, 37.644484], [-122.093901, 37.644453], [-122.093988, 37.644301999999996], [-122.094348, 37.64364]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,164,0)", "fill-opacity": 0.75, "intersection_density": 174.68599999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.084298, 37.631651], [-122.08422, 37.631555999999996], [-122.084513, 37.631558], [-122.084733, 37.631885], [-122.084866, 37.632075], [-122.084971, 37.632224], [-122.085285, 37.632656], [-122.085837, 37.633413999999995], [-122.086533, 37.634406], [-122.086945, 37.634993], [-122.087133, 37.635261], [-122.087291, 37.635487], [-122.087705, 37.63606], [-122.087898, 37.636326], [-122.087679, 37.63642], [-122.087039, 37.635543999999996], [-122.086471, 37.634747999999995], [-122.086172, 37.634329], [-122.084727, 37.632264], [-122.084298, 37.631651]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,200,0)", "fill-opacity": 0.75, "intersection_density": 106.345}, "geometry": {"type": "Polygon", "coordinates": [[[-122.08621600000001, 37.644551], [-122.08633499999999, 37.644388], [-122.086692, 37.643902], [-122.086812, 37.64374], [-122.08704, 37.643429], [-122.087724, 37.642497], [-122.087953, 37.642187], [-122.088094, 37.642253], [-122.088517, 37.642452], [-122.088659, 37.642519], [-122.088312, 37.64299], [-122.087273, 37.644406], [-122.086927, 37.644878], [-122.086784, 37.644812], [-122.086358, 37.644616], [-122.08621600000001, 37.644551]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,216,0)", "fill-opacity": 0.75, "intersection_density": 73.95}, "geometry": {"type": "Polygon", "coordinates": [[[-122.083513, 37.639593], [-122.083514, 37.639452999999996], [-122.083519, 37.639035], [-122.083522, 37.638895999999995], [-122.084517, 37.63888], [-122.085858, 37.63886], [-122.087502, 37.638828], [-122.087679, 37.638825], [-122.08778699999999, 37.638812], [-122.08791099999999, 37.638791], [-122.08801, 37.638767], [-122.088236, 37.63869], [-122.08838, 37.638621], [-122.088453, 37.638579], [-122.088576, 37.638746], [-122.088948, 37.639249], [-122.089072, 37.639417], [-122.088892, 37.639477], [-122.088838, 37.639486999999995], [-122.08878, 37.639491], [-122.088435, 37.639482], [-122.088297, 37.639482], [-122.08809, 37.639482], [-122.087688, 37.639488], [-122.086602, 37.639514999999996], [-122.08594099999999, 37.639526], [-122.085496, 37.639534], [-122.085156, 37.639548999999995], [-122.084986, 37.639551], [-122.084479, 37.639561], [-122.08431, 37.639565], [-122.08415, 37.63957], [-122.083672, 37.639587], [-122.083513, 37.639593]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,226,0)", "fill-opacity": 0.75, "intersection_density": 55.463}, "geometry": {"type": "Polygon", "coordinates": [[[-122.083523, 37.638241], [-122.084123, 37.638242999999996], [-122.08442600000001, 37.638235], [-122.085095, 37.638219], [-122.085922, 37.638208], [-122.086712, 37.638182], [-122.087081, 37.638183], [-122.087135, 37.63818], [-122.087277, 37.638175], [-122.08752799999999, 37.638177], [-122.087609, 37.638171], [-122.08768, 37.63816], [-122.087732, 37.638147], [-122.087786, 37.638127], [-122.087893, 37.638072], [-122.087992, 37.637994], [-122.088084, 37.638110999999995], [-122.08836, 37.638462], [-122.088453, 37.638579], [-122.08838, 37.638621], [-122.088236, 37.63869], [-122.08801, 37.638767], [-122.08791099999999, 37.638791], [-122.08778699999999, 37.638812], [-122.087679, 37.638825], [-122.087502, 37.638828], [-122.085858, 37.63886], [-122.084517, 37.63888], [-122.083522, 37.638895999999995], [-122.083522, 37.638765], [-122.083522, 37.638371], [-122.083523, 37.638241]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,169,0)", "fill-opacity": 0.75, "intersection_density": 164.234}, "geometry": {"type": "Polygon", "coordinates": [[[-122.100013, 37.705321999999995], [-122.099863, 37.70521], [-122.09967499999999, 37.705031], [-122.09966299999999, 37.705042], [-122.099525, 37.704944], [-122.09940499999999, 37.704853], [-122.098321, 37.704004], [-122.098233, 37.703932], [-122.09797, 37.703719], [-122.097883, 37.703649], [-122.09796399999999, 37.703657], [-122.098264, 37.703579], [-122.09929, 37.703314999999996], [-122.099403, 37.703286999999996], [-122.09969, 37.703216999999995], [-122.099777, 37.703173], [-122.099926, 37.703137999999996], [-122.100044, 37.703108], [-122.10084499999999, 37.702906999999996], [-122.101113, 37.702839999999995], [-122.101177, 37.703016], [-122.101178, 37.703018], [-122.10121699999999, 37.703075], [-122.101261, 37.703120999999996], [-122.10134, 37.703238], [-122.101379, 37.703327], [-122.101383, 37.703415], [-122.101367, 37.703478], [-122.101344, 37.70352], [-122.101333, 37.703579], [-122.101347, 37.703708999999996], [-122.101237, 37.703758], [-122.101166, 37.703790999999995], [-122.101019, 37.703874], [-122.10092900000001, 37.703942999999995], [-122.10083399999999, 37.704017], [-122.100543, 37.704192], [-122.100436, 37.704273], [-122.100269, 37.704391], [-122.10017500000001, 37.704482], [-122.10014, 37.704532], [-122.100112, 37.704586], [-122.100093, 37.704644], [-122.100097, 37.704732], [-122.10018, 37.705121999999996], [-122.100176, 37.705155999999995], [-122.100144, 37.705211999999996], [-122.100109, 37.70525], [-122.100013, 37.705321999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,213,0)", "fill-opacity": 0.75, "intersection_density": 81.35300000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.097722, 37.713848999999996], [-122.09751, 37.713944], [-122.097318, 37.714048], [-122.097218, 37.714124], [-122.097144, 37.714191], [-122.097062, 37.714281], [-122.09681499999999, 37.714531], [-122.096602, 37.71474], [-122.096434, 37.714907], [-122.096321, 37.715033999999996], [-122.096249, 37.715126], [-122.096195, 37.715225], [-122.096166, 37.715299], [-122.096144, 37.715375], [-122.096121, 37.715471], [-122.096053, 37.715762], [-122.09580000000001, 37.71574], [-122.095788, 37.715737], [-122.095714, 37.715724], [-122.095625, 37.715697999999996], [-122.095526, 37.715661], [-122.095391, 37.715599], [-122.095077, 37.715393], [-122.094855, 37.715247999999995], [-122.095267, 37.714829], [-122.096507, 37.713575], [-122.096829, 37.713251], [-122.096918, 37.713155], [-122.097182, 37.713299], [-122.097286, 37.713367], [-122.097368, 37.713432999999995], [-122.097467, 37.713522], [-122.097608, 37.71369], [-122.097722, 37.713848999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,226,0)", "fill-opacity": 0.75, "intersection_density": 55.062}, "geometry": {"type": "Polygon", "coordinates": [[[-122.08452299999999, 37.71682], [-122.084515, 37.716712], [-122.08452, 37.716651999999996], [-122.08452199999999, 37.716631], [-122.084535, 37.716561], [-122.084586, 37.716451], [-122.084683, 37.716344], [-122.084795, 37.716266], [-122.084803, 37.716260999999996], [-122.084872, 37.716226], [-122.084956, 37.71619], [-122.085009, 37.716167999999996], [-122.085146, 37.716086], [-122.08527699999999, 37.715965], [-122.0854, 37.715841999999995], [-122.085425, 37.71581], [-122.085465, 37.715762], [-122.08556300000001, 37.71563], [-122.085924, 37.715030999999996], [-122.085956, 37.71499], [-122.086131, 37.714836], [-122.086354, 37.714670999999996], [-122.08663, 37.714475], [-122.087128, 37.714123], [-122.087423, 37.714475], [-122.087469, 37.714515], [-122.087512, 37.714541], [-122.087555, 37.714560999999996], [-122.087644, 37.71458], [-122.087671, 37.714587], [-122.08782, 37.714594999999996], [-122.088166, 37.714588], [-122.088239, 37.714593], [-122.088295, 37.714603], [-122.08834999999999, 37.714624], [-122.088393, 37.714649], [-122.088418, 37.714676], [-122.088442, 37.714729999999996], [-122.088447, 37.714811], [-122.088419, 37.715129], [-122.088354, 37.715607999999996], [-122.088334, 37.715705], [-122.08828, 37.715851], [-122.088245, 37.715916], [-122.088208, 37.715961], [-122.08819199999999, 37.715983], [-122.088067, 37.716094999999996], [-122.087995, 37.716145999999995], [-122.08787699999999, 37.716218], [-122.087619, 37.716346], [-122.087355, 37.716477], [-122.087352, 37.716479], [-122.08729, 37.716504], [-122.087231, 37.716519], [-122.087173, 37.716525], [-122.08648, 37.716566], [-122.086403, 37.716571], [-122.086315, 37.716584], [-122.086201, 37.716642], [-122.08617, 37.7167], [-122.086133, 37.716738], [-122.08609799999999, 37.716758], [-122.08603600000001, 37.716775999999996], [-122.08591200000001, 37.716783], [-122.085765, 37.716792], [-122.08487, 37.716812], [-122.08452299999999, 37.71682]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,178,0)", "fill-opacity": 0.75, "intersection_density": 146.937}, "geometry": {"type": "Polygon", "coordinates": [[[-122.107627, 37.698176], [-122.108167, 37.698662], [-122.108182, 37.698675], [-122.108363, 37.698823999999995], [-122.10849400000001, 37.698919], [-122.108465, 37.698983999999996], [-122.1084, 37.699403], [-122.108346, 37.69972], [-122.107842, 37.699197999999996], [-122.106624, 37.697842], [-122.106435, 37.697631], [-122.106495, 37.697576], [-122.106695, 37.697393], [-122.106813, 37.697286], [-122.107139, 37.697649], [-122.107531, 37.698087], [-122.107627, 37.698176]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,192,0)", "fill-opacity": 0.75, "intersection_density": 121.448}, "geometry": {"type": "Polygon", "coordinates": [[[-122.10464400000001, 37.695524], [-122.104485, 37.695519999999995], [-122.104456, 37.695493], [-122.10442, 37.69545], [-122.104587, 37.695453], [-122.105048, 37.695457], [-122.10508300000001, 37.69545], [-122.10513, 37.695433], [-122.105188, 37.695498], [-122.105132, 37.695524999999996], [-122.105097, 37.695532], [-122.104989, 37.695532], [-122.104945, 37.695533], [-122.10464400000001, 37.695524]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,174,0)", "fill-opacity": 0.75, "intersection_density": 155.844}, "geometry": {"type": "Polygon", "coordinates": [[[-122.110697, 37.691322], [-122.110564, 37.691384], [-122.11041399999999, 37.69148], [-122.11026799999999, 37.691598], [-122.110207, 37.691649999999996], [-122.109791, 37.691356999999996], [-122.108375, 37.690362], [-122.107905, 37.69003], [-122.10813999999999, 37.689789], [-122.108207, 37.689719], [-122.108281, 37.689645], [-122.10842, 37.689523], [-122.108493, 37.68946], [-122.10884899999999, 37.689707], [-122.109293, 37.690014], [-122.10942, 37.690078], [-122.10954699999999, 37.690124], [-122.10965999999999, 37.690154], [-122.109776, 37.690179], [-122.109892, 37.690194], [-122.110011, 37.690204], [-122.110024, 37.690204], [-122.110458, 37.690214], [-122.110466, 37.690456999999995], [-122.110483, 37.690895], [-122.11049, 37.690933], [-122.11050900000001, 37.690988999999995], [-122.110541, 37.691055], [-122.110602, 37.691159999999996], [-122.110697, 37.691322]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,199,0)", "fill-opacity": 0.75, "intersection_density": 106.824}, "geometry": {"type": "Polygon", "coordinates": [[[-122.056719, 37.700542], [-122.056772, 37.700542], [-122.057075, 37.700562999999995], [-122.057158, 37.700572], [-122.058148, 37.70068], [-122.058472, 37.700716], [-122.05891, 37.700765], [-122.058895, 37.700882], [-122.058872, 37.701082], [-122.058841, 37.701232999999995], [-122.058828, 37.7013], [-122.058832, 37.70135], [-122.058854, 37.701482999999996], [-122.058853, 37.701488999999995], [-122.058853, 37.7016], [-122.058835, 37.701764], [-122.058806, 37.70191], [-122.05878, 37.70205], [-122.058593, 37.702028999999996], [-122.058218, 37.701989], [-122.058035, 37.701972999999995], [-122.057849, 37.701957], [-122.057631, 37.701927999999995], [-122.057217, 37.701875], [-122.057136, 37.70187], [-122.056977, 37.701874], [-122.056757, 37.70189], [-122.056745, 37.701758999999996], [-122.056675, 37.70149], [-122.056618, 37.701265], [-122.05673999999999, 37.701232999999995], [-122.05681, 37.701215999999995], [-122.057002, 37.701184], [-122.057067, 37.70118], [-122.057113, 37.701184], [-122.057183, 37.70119], [-122.057238, 37.701204], [-122.05713399999999, 37.701071], [-122.056822, 37.700674], [-122.056719, 37.700542]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,231,0)", "fill-opacity": 0.75, "intersection_density": 45.255}, "geometry": {"type": "Polygon", "coordinates": [[[-122.13301799999999, 37.699875999999996], [-122.13300699999999, 37.699801], [-122.132977, 37.699579], [-122.13296700000001, 37.699504999999995], [-122.13296700000001, 37.699444], [-122.13296700000001, 37.699262999999995], [-122.13296700000001, 37.699203], [-122.133682, 37.699200000000005], [-122.133823, 37.699200000000005], [-122.135829, 37.69921], [-122.136034, 37.699211999999996], [-122.136217, 37.699208999999996], [-122.136287, 37.699203], [-122.136337, 37.699194], [-122.136539, 37.699146], [-122.13664299999999, 37.699233], [-122.136935, 37.699478], [-122.136957, 37.699497], [-122.137059, 37.699588999999996], [-122.137084, 37.699613], [-122.137159, 37.699687999999995], [-122.137185, 37.699712999999996], [-122.137212, 37.699762], [-122.13729599999999, 37.699909], [-122.137325, 37.699957999999995], [-122.137136, 37.699946], [-122.136586, 37.699946], [-122.134681, 37.699948], [-122.134393, 37.699920999999996], [-122.134372, 37.699916], [-122.134282, 37.699898], [-122.13415599999999, 37.699883], [-122.133914, 37.69987], [-122.133637, 37.699881999999995], [-122.133513, 37.69988], [-122.133304, 37.699877], [-122.133141, 37.699875999999996], [-122.13301799999999, 37.699875999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,215,0)", "fill-opacity": 0.75, "intersection_density": 76.82}, "geometry": {"type": "Polygon", "coordinates": [[[-122.071336, 37.659617], [-122.07198199999999, 37.659109], [-122.072628, 37.658601999999995], [-122.07288299999999, 37.658924999999996], [-122.073649, 37.659897], [-122.073905, 37.660221], [-122.073128, 37.66061], [-122.072787, 37.660782], [-122.072554, 37.660891], [-122.072292, 37.66099], [-122.072017, 37.661073], [-122.071695, 37.66115], [-122.070884, 37.661311999999995], [-122.0708, 37.661321], [-122.07072099999999, 37.661325], [-122.070643, 37.661324], [-122.07064199999999, 37.661324], [-122.070538, 37.661311999999995], [-122.07041, 37.661286], [-122.069802, 37.661111999999996], [-122.069694, 37.661077], [-122.069371, 37.660975], [-122.069264, 37.660941], [-122.069968, 37.660519], [-122.070899, 37.659963], [-122.071336, 37.659617]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,225,0)", "fill-opacity": 0.75, "intersection_density": 58.43}, "geometry": {"type": "Polygon", "coordinates": [[[-122.078024, 37.665503], [-122.076761, 37.665481], [-122.076741, 37.665547], [-122.076728, 37.665575], [-122.076695, 37.66562], [-122.07658599999999, 37.665703], [-122.076498, 37.66576], [-122.076449, 37.665783], [-122.076388, 37.665794999999996], [-122.076313, 37.665791], [-122.07621499999999, 37.665805], [-122.076065, 37.665839999999996], [-122.076003, 37.665863], [-122.075962, 37.665901999999996], [-122.075884, 37.665956], [-122.075867, 37.665969], [-122.075826, 37.665991999999996], [-122.075751, 37.666027], [-122.075628, 37.666115999999995], [-122.075527, 37.666173], [-122.075328, 37.666309], [-122.075234, 37.666365], [-122.07514499999999, 37.666433], [-122.075063, 37.666483], [-122.075022, 37.666505], [-122.074968, 37.666529], [-122.074919, 37.666540999999995], [-122.074878, 37.666563], [-122.074838, 37.666596999999996], [-122.074749, 37.666626], [-122.0747, 37.666649], [-122.074652, 37.666661], [-122.074598, 37.666683], [-122.074544, 37.666712], [-122.07444, 37.666747], [-122.074337, 37.666776], [-122.074297, 37.666799], [-122.074223, 37.666866], [-122.074187, 37.666895], [-122.074079, 37.66694], [-122.074037, 37.666953], [-122.07394099999999, 37.666992], [-122.073887, 37.667021], [-122.073846, 37.667037], [-122.073811, 37.667044], [-122.073757, 37.667083], [-122.07371599999999, 37.667100999999995], [-122.07362, 37.667123], [-122.073607, 37.667152], [-122.073532, 37.667176], [-122.07348999999999, 37.667192], [-122.073414, 37.66721], [-122.07329899999999, 37.667249999999996], [-122.073038, 37.667316], [-122.072989, 37.667322], [-122.07295500000001, 37.667339999999996], [-122.072907, 37.667345999999995], [-122.072776, 37.667381], [-122.072694, 37.667381999999996], [-122.07264599999999, 37.667394], [-122.072555, 37.667396], [-122.072515, 37.667408], [-122.072364, 37.66741], [-122.072314, 37.667417], [-122.072246, 37.667412], [-122.072191, 37.667412999999996], [-122.072129, 37.667421], [-122.072053, 37.667417], [-122.071942, 37.667418], [-122.071901, 37.667414], [-122.071853, 37.66742], [-122.071784, 37.667421], [-122.071681, 37.667441], [-122.071606, 37.667425], [-122.071508, 37.667415999999996], [-122.071466, 37.667401], [-122.071328, 37.667386], [-122.071231, 37.667366], [-122.07109299999999, 37.667345999999995], [-122.071045, 37.667331], [-122.070963, 37.667322999999996], [-122.070921, 37.667307], [-122.070873, 37.667296], [-122.070831, 37.667274], [-122.070776, 37.667252], [-122.07059, 37.667153], [-122.070562, 37.667125], [-122.07052, 37.667092], [-122.070479, 37.667069999999995], [-122.070437, 37.667037], [-122.07032, 37.666987999999996], [-122.070279, 37.666987999999996], [-122.07023699999999, 37.666976999999996], [-122.070189, 37.666990999999996], [-122.070126, 37.66701], [-122.069961, 37.667032], [-122.069912, 37.667043], [-122.069857, 37.667048], [-122.069739, 37.667086999999995], [-122.069698, 37.667108999999996], [-122.069656, 37.667114], [-122.069615, 37.667131], [-122.06957299999999, 37.667136], [-122.069525, 37.667153], [-122.06947, 37.667158], [-122.069428, 37.667175], [-122.069387, 37.667175], [-122.06929, 37.667197], [-122.06923499999999, 37.667201999999996], [-122.06918, 37.667213], [-122.069124, 37.667207999999995], [-122.068986, 37.667207999999995], [-122.068938, 37.667201999999996], [-122.068896, 37.667201999999996], [-122.068855, 37.667190999999995], [-122.068799, 37.667186], [-122.06875099999999, 37.667186], [-122.068689, 37.667175], [-122.068551, 37.667164], [-122.06844, 37.667164], [-122.068392, 37.667153], [-122.068329, 37.667153], [-122.068288, 37.667142], [-122.06824, 37.667147], [-122.068184, 37.667147], [-122.068168, 37.667142], [-122.068136, 37.667131], [-122.068039, 37.667108999999996], [-122.067991, 37.667092], [-122.06792899999999, 37.667086999999995], [-122.067818, 37.667069999999995], [-122.06777, 37.667054], [-122.067611, 37.667021], [-122.067528, 37.667004999999996], [-122.067486, 37.666987999999996], [-122.06744499999999, 37.666965999999995], [-122.067369, 37.66695], [-122.067313, 37.666944], [-122.06717499999999, 37.666906], [-122.067134, 37.666889], [-122.06708499999999, 37.666878], [-122.067064, 37.666875], [-122.067037, 37.666872999999995], [-122.066989, 37.666862], [-122.066933, 37.666855999999996], [-122.066878, 37.666834], [-122.066836, 37.666829], [-122.06678099999999, 37.666807], [-122.066726, 37.66679], [-122.066664, 37.666785], [-122.066574, 37.666757], [-122.066525, 37.666745999999996], [-122.066484, 37.66673], [-122.06638699999999, 37.666719], [-122.066249, 37.666675], [-122.06618, 37.666647], [-122.066125, 37.666641999999996], [-122.066035, 37.666582], [-122.065931, 37.666554], [-122.06589, 37.666537999999996], [-122.065814, 37.666516], [-122.065772, 37.666499], [-122.065731, 37.666472], [-122.065627, 37.666433], [-122.065482, 37.666367], [-122.065427, 37.666356], [-122.065371, 37.666329], [-122.065316, 37.66629], [-122.06524, 37.666252], [-122.065198, 37.666224], [-122.065157, 37.666208], [-122.065026, 37.666142], [-122.064977, 37.666125], [-122.064874, 37.666064999999996], [-122.064832, 37.666053999999995], [-122.064791, 37.666027], [-122.064742, 37.66601], [-122.064694, 37.665977], [-122.064646, 37.665955], [-122.064611, 37.665928], [-122.064549, 37.665895], [-122.064494, 37.665873], [-122.064459, 37.665845], [-122.064411, 37.665822999999996], [-122.064362, 37.66579], [-122.064321, 37.665768], [-122.064286, 37.665741], [-122.064245, 37.665718999999996], [-122.06420299999999, 37.665707999999995], [-122.064162, 37.665686], [-122.06412, 37.66567], [-122.064072, 37.665642], [-122.064003, 37.665631], [-122.063961, 37.665642], [-122.063935, 37.665662], [-122.063927, 37.66567], [-122.063906, 37.665701999999996], [-122.06386499999999, 37.665729999999996], [-122.06368499999999, 37.665807], [-122.063643, 37.665811999999995], [-122.063602, 37.665800999999995], [-122.063526, 37.665763], [-122.063484, 37.665729999999996], [-122.06341499999999, 37.665664], [-122.063367, 37.665642], [-122.063332, 37.665603999999995], [-122.063284, 37.665521], [-122.063249, 37.665493999999995], [-122.063194, 37.665422], [-122.063097, 37.665351], [-122.063056, 37.665318], [-122.06304, 37.665307999999996], [-122.06302099999999, 37.665296], [-122.06298699999999, 37.665262999999996], [-122.062945, 37.665241], [-122.062918, 37.665219], [-122.062835, 37.665197], [-122.062779, 37.665191], [-122.062745, 37.665191], [-122.06269, 37.665202], [-122.062573, 37.665237999999995], [-122.062565, 37.665241], [-122.06232299999999, 37.665383999999996], [-122.062296, 37.665411], [-122.062254, 37.665433], [-122.062171, 37.665493999999995], [-122.062137, 37.665538], [-122.062047, 37.665565], [-122.062012, 37.665582], [-122.061964, 37.665565], [-122.06186, 37.665565], [-122.06180499999999, 37.665554], [-122.061757, 37.665549], [-122.061674, 37.665527], [-122.061611, 37.665521], [-122.061556, 37.665504999999996], [-122.061487, 37.665504999999996], [-122.06141099999999, 37.665538], [-122.061383, 37.665569999999995], [-122.061342, 37.665597999999996], [-122.0613, 37.665636], [-122.061259, 37.665636], [-122.061217, 37.665656], [-122.06113500000001, 37.665697], [-122.06110699999999, 37.665729999999996], [-122.061086, 37.665763], [-122.061038, 37.665811999999995], [-122.060969, 37.665828999999995], [-122.06092699999999, 37.665834], [-122.060893, 37.665818], [-122.060879, 37.665785], [-122.060872, 37.665752], [-122.060872, 37.665718999999996], [-122.060868, 37.665709], [-122.061516, 37.665485], [-122.063461, 37.664814], [-122.06411, 37.664591], [-122.064191, 37.664563], [-122.064437, 37.664479], [-122.064519, 37.664452], [-122.064947, 37.664724], [-122.06529, 37.664921], [-122.065609, 37.665076], [-122.06566699999999, 37.665104], [-122.066075, 37.665278], [-122.066508, 37.665453], [-122.067403, 37.665832], [-122.067889, 37.666008999999995], [-122.068025, 37.666042], [-122.068117, 37.666058], [-122.068364, 37.66609], [-122.068494, 37.666098], [-122.068642, 37.666098999999996], [-122.068805, 37.666091], [-122.068941, 37.666078999999996], [-122.069084, 37.666059], [-122.069189, 37.666039999999995], [-122.069214, 37.666036], [-122.069366, 37.666001], [-122.069529, 37.665952], [-122.069746, 37.66588], [-122.070387, 37.665656999999996], [-122.070506, 37.665805], [-122.070865, 37.666252], [-122.07098500000001, 37.666401], [-122.071151, 37.666623], [-122.071187, 37.666651], [-122.071229, 37.666672999999996], [-122.07126099999999, 37.666685], [-122.071301, 37.666692], [-122.071387, 37.666697], [-122.071569, 37.666697], [-122.072728, 37.666700999999996], [-122.0728, 37.666692999999995], [-122.072839, 37.666684], [-122.07292, 37.666661999999995], [-122.072997, 37.666629], [-122.073037, 37.666602], [-122.073078, 37.666565999999996], [-122.07310799999999, 37.666520999999996], [-122.073134, 37.666472], [-122.073161, 37.666362], [-122.07316, 37.666297], [-122.073148, 37.666238], [-122.073114, 37.666181], [-122.073054, 37.666104], [-122.072991, 37.666044], [-122.072474, 37.665554], [-122.072607, 37.665442999999996], [-122.073005, 37.665112], [-122.073005, 37.665110999999996], [-122.073133, 37.664994], [-122.073057, 37.664922], [-122.07283799999999, 37.664716999999996], [-122.072828, 37.664708999999995], [-122.072749, 37.664642], [-122.07269099999999, 37.66459], [-122.07252, 37.664435999999995], [-122.072463, 37.664384999999996], [-122.07265699999999, 37.664297], [-122.072681, 37.664287], [-122.072906, 37.66421], [-122.073073, 37.664170999999996], [-122.073274, 37.664141], [-122.073486, 37.664131], [-122.073588, 37.664131999999995], [-122.073732, 37.664148999999995], [-122.07378800000001, 37.664159], [-122.073944, 37.664187], [-122.074623, 37.664321], [-122.074685, 37.664327], [-122.074804, 37.664339999999996], [-122.07487, 37.664341], [-122.074989, 37.66433], [-122.075116, 37.664302], [-122.075193, 37.664273], [-122.075345, 37.664215999999996], [-122.075462, 37.664165], [-122.075774, 37.664013], [-122.075966, 37.663920999999995], [-122.076079, 37.663866999999996], [-122.076094, 37.663861], [-122.076244, 37.663784], [-122.07641699999999, 37.663703], [-122.076531, 37.663651], [-122.076574, 37.663706999999995], [-122.076706, 37.663877], [-122.07675, 37.663934], [-122.07688999999999, 37.664116], [-122.076982, 37.664234], [-122.07719, 37.664491], [-122.077328, 37.664649], [-122.078024, 37.665503]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,218,0)", "fill-opacity": 0.75, "intersection_density": 71.59100000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.064538, 37.689932999999996], [-122.064607, 37.689896999999995], [-122.06481600000001, 37.689789999999995], [-122.064886, 37.689755], [-122.064877, 37.68982], [-122.064851, 37.690017999999995], [-122.064843, 37.690084], [-122.06500199999999, 37.690293], [-122.065163, 37.690503], [-122.065231, 37.690581], [-122.065377, 37.690723999999996], [-122.06541899999999, 37.690782999999996], [-122.065437, 37.690823], [-122.06545, 37.690872999999996], [-122.065457, 37.690923], [-122.065499, 37.691184], [-122.06504699999999, 37.691219], [-122.064817, 37.691237], [-122.064493, 37.691255], [-122.064435, 37.691255], [-122.064379, 37.691243], [-122.064347, 37.691221999999996], [-122.06430399999999, 37.691182], [-122.063937, 37.690715999999995], [-122.063733, 37.690456], [-122.063715, 37.690418], [-122.06370799999999, 37.690384], [-122.063715, 37.690339], [-122.063737, 37.690304999999995], [-122.06376, 37.690284], [-122.063796, 37.690253999999996], [-122.06394399999999, 37.690177], [-122.064008, 37.690145], [-122.06403, 37.690135], [-122.064058, 37.690123], [-122.064099, 37.690111], [-122.064123, 37.690104999999996], [-122.064204, 37.690067], [-122.064328, 37.690011999999996], [-122.064453, 37.689963999999996], [-122.064538, 37.689932999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,208,0)", "fill-opacity": 0.75, "intersection_density": 90.541}, "geometry": {"type": "Polygon", "coordinates": [[[-122.144973, 37.674288], [-122.14490599999999, 37.674147], [-122.144706, 37.673724], [-122.14464, 37.673583], [-122.14479, 37.673511999999995], [-122.144798, 37.673507], [-122.145276, 37.673283], [-122.14533, 37.673259], [-122.14543499999999, 37.673207], [-122.145511, 37.673169], [-122.14573899999999, 37.673055999999995], [-122.145816, 37.673019], [-122.145907, 37.673139], [-122.145978, 37.673218999999996], [-122.146002, 37.673246], [-122.146169, 37.673396], [-122.146434, 37.673570999999995], [-122.14649, 37.673629999999996], [-122.146562, 37.673716999999996], [-122.146727, 37.673916], [-122.14658, 37.673987], [-122.146142, 37.674203], [-122.145996, 37.674275], [-122.14585, 37.674347], [-122.145412, 37.674563], [-122.14526599999999, 37.674634999999995], [-122.145207, 37.674565], [-122.145031, 37.674357], [-122.144973, 37.674288]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,170,0)", "fill-opacity": 0.75, "intersection_density": 163.666}, "geometry": {"type": "Polygon", "coordinates": [[[-122.11930100000001, 37.680372999999996], [-122.11940899999999, 37.68027], [-122.119733, 37.679964999999996], [-122.119842, 37.679863], [-122.119935, 37.679825], [-122.119982, 37.679784999999995], [-122.120047, 37.679731], [-122.12034, 37.679457], [-122.120459, 37.679347], [-122.120464, 37.679528999999995], [-122.120481, 37.680077], [-122.120487, 37.68026], [-122.120486, 37.680333999999995], [-122.120486, 37.680344999999996], [-122.120492, 37.680389999999996], [-122.120506, 37.680431], [-122.120542, 37.680481], [-122.120582, 37.680527999999995], [-122.120631, 37.680585], [-122.120493, 37.680669], [-122.120082, 37.680921], [-122.119945, 37.681006], [-122.119816, 37.680879], [-122.119429, 37.680499], [-122.11930100000001, 37.680372999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,215,0)", "fill-opacity": 0.75, "intersection_density": 76.286}, "geometry": {"type": "Polygon", "coordinates": [[[-122.116661, 37.680347], [-122.116757, 37.680237], [-122.117048, 37.679908999999995], [-122.117145, 37.6798], [-122.117343, 37.679677], [-122.11794, 37.679307], [-122.118139, 37.679185], [-122.118244, 37.679289], [-122.118561, 37.679603], [-122.118667, 37.679708], [-122.118347, 37.679905999999995], [-122.11739, 37.680504], [-122.117071, 37.680703], [-122.11698799999999, 37.680631], [-122.116742, 37.680417999999996], [-122.116661, 37.680347]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,174,0)", "fill-opacity": 0.75, "intersection_density": 155.746}, "geometry": {"type": "Polygon", "coordinates": [[[-122.101342, 37.682556999999996], [-122.101289, 37.682455999999995], [-122.101353, 37.682432999999996], [-122.10240999999999, 37.682061999999995], [-122.102763, 37.681939], [-122.102846, 37.682094], [-122.103095, 37.682559999999995], [-122.103179, 37.682716], [-122.10308599999999, 37.682746], [-122.102807, 37.682839], [-122.102715, 37.68287], [-122.102693, 37.682879], [-122.102627, 37.682905], [-122.102606, 37.682915], [-122.10237000000001, 37.682989], [-122.101683, 37.683205], [-122.101342, 37.682556999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,190,0)", "fill-opacity": 0.75, "intersection_density": 125.046}, "geometry": {"type": "Polygon", "coordinates": [[[-122.103942, 37.671555], [-122.104113, 37.671484], [-122.104152, 37.671523], [-122.102639, 37.672149], [-122.102606, 37.672106], [-122.102907, 37.671980999999995], [-122.10381100000001, 37.671608], [-122.103942, 37.671555]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,196,0)", "fill-opacity": 0.75, "intersection_density": 112.46}, "geometry": {"type": "Polygon", "coordinates": [[[-122.095614, 37.635294], [-122.095885, 37.635294], [-122.096233, 37.63529], [-122.096338, 37.635290999999995], [-122.09656, 37.635284], [-122.09678, 37.635259999999995], [-122.096896, 37.635241], [-122.097013, 37.635213], [-122.097117, 37.635182], [-122.097419, 37.635058], [-122.09753599999999, 37.635016], [-122.097568, 37.63507], [-122.097278, 37.63519], [-122.097197, 37.63522], [-122.097166, 37.635231999999995], [-122.097011, 37.635276], [-122.09694, 37.635290999999995], [-122.09670299999999, 37.635329999999996], [-122.096427, 37.635348], [-122.096012, 37.635354], [-122.095613, 37.63536], [-122.095614, 37.635294]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,192,0)", "fill-opacity": 0.75, "intersection_density": 121.43}, "geometry": {"type": "Polygon", "coordinates": [[[-122.065343, 37.646381], [-122.065435, 37.646311], [-122.065711, 37.646103], [-122.065804, 37.646034], [-122.065905, 37.646162], [-122.066209, 37.646546], [-122.066311, 37.646674999999995], [-122.066197, 37.646736], [-122.065856, 37.646919], [-122.065788, 37.646957], [-122.065737, 37.646961], [-122.065656, 37.647036], [-122.065416, 37.647262999999995], [-122.065336, 37.64734], [-122.065256, 37.647239], [-122.06522799999999, 37.647203], [-122.06491, 37.646792], [-122.064804, 37.646656], [-122.06491, 37.646597], [-122.06521000000001, 37.646434], [-122.06523, 37.646425], [-122.065343, 37.646381]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,178,0)", "fill-opacity": 0.75, "intersection_density": 147.352}, "geometry": {"type": "Polygon", "coordinates": [[[-122.101846, 37.628921999999996], [-122.10104, 37.629234], [-122.10073, 37.629355], [-122.100672, 37.629376], [-122.10050000000001, 37.629442999999995], [-122.100443, 37.629466], [-122.100409, 37.629402999999996], [-122.10225, 37.628693], [-122.102285, 37.628754], [-122.101973, 37.628873], [-122.101846, 37.628921999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,206,0)", "fill-opacity": 0.75, "intersection_density": 93.131}, "geometry": {"type": "Polygon", "coordinates": [[[-122.089781, 37.618406], [-122.090164, 37.618248], [-122.090186, 37.61824], [-122.090424, 37.618154], [-122.090546, 37.61813], [-122.090618, 37.618122], [-122.090957, 37.618106], [-122.09138899999999, 37.6181], [-122.091604, 37.618097999999996], [-122.091711, 37.618106], [-122.091742, 37.618114999999996], [-122.091796, 37.618142], [-122.091811, 37.618158], [-122.091838, 37.618201], [-122.091844, 37.618233], [-122.091845, 37.618283], [-122.091855, 37.618569], [-122.091852, 37.618748], [-122.09185099999999, 37.618904], [-122.091714, 37.618902999999996], [-122.091303, 37.618901], [-122.091166, 37.618901], [-122.090998, 37.618978999999996], [-122.090497, 37.619212], [-122.09033, 37.619291], [-122.09022, 37.619113], [-122.08989, 37.618581999999996], [-122.089781, 37.618406]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,208,0)", "fill-opacity": 0.75, "intersection_density": 90.564}, "geometry": {"type": "Polygon", "coordinates": [[[-122.07855599999999, 37.621528], [-122.07838100000001, 37.621615], [-122.077859, 37.621877], [-122.077685, 37.621964999999996], [-122.077609, 37.621857999999996], [-122.077381, 37.621538], [-122.077306, 37.621432], [-122.077477, 37.621322], [-122.077991, 37.620993999999996], [-122.078163, 37.620885], [-122.078384, 37.620788999999995], [-122.079049, 37.620501999999995], [-122.079271, 37.620407], [-122.079358, 37.620528], [-122.079619, 37.620892], [-122.079707, 37.621013999999995], [-122.079476, 37.621116], [-122.078786, 37.621424999999995], [-122.07855599999999, 37.621528]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,165,0)", "fill-opacity": 0.75, "intersection_density": 173.22}, "geometry": {"type": "Polygon", "coordinates": [[[-122.073607, 37.623756], [-122.073564, 37.623866], [-122.073543, 37.623892], [-122.073534, 37.623903999999996], [-122.07350000000001, 37.623934999999996], [-122.073462, 37.623957], [-122.073415, 37.623977], [-122.073319, 37.624004], [-122.07312, 37.62403], [-122.07297, 37.62405], [-122.072958, 37.623515], [-122.07295500000001, 37.623340999999996], [-122.072958, 37.623311], [-122.072975, 37.623278], [-122.073004, 37.623255], [-122.073049, 37.623244], [-122.073073, 37.623242], [-122.074327, 37.623267], [-122.074862, 37.623279], [-122.074926, 37.623332999999995], [-122.074938, 37.623343], [-122.075024, 37.623402], [-122.075127, 37.623487], [-122.075192, 37.623540999999996], [-122.075197, 37.623582999999996], [-122.07520099999999, 37.623605999999995], [-122.075203, 37.623712], [-122.075204, 37.623754999999996], [-122.075013, 37.623749], [-122.07444100000001, 37.623732], [-122.074251, 37.623726999999995], [-122.074114, 37.623779], [-122.07370399999999, 37.623934], [-122.073568, 37.623987], [-122.073575, 37.62394], [-122.073599, 37.623802], [-122.073607, 37.623756]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,222,0)", "fill-opacity": 0.75, "intersection_density": 62.698}, "geometry": {"type": "Polygon", "coordinates": [[[-122.094263, 37.689478], [-122.093723, 37.690076], [-122.091576, 37.690250999999996], [-122.088903, 37.690447999999996], [-122.088795, 37.690256], [-122.088729, 37.690166], [-122.088619, 37.690016], [-122.088747, 37.689983], [-122.088817, 37.689961], [-122.088844, 37.689949999999996], [-122.088917, 37.689921], [-122.089009, 37.68989], [-122.089094, 37.689865999999995], [-122.089148, 37.689856999999996], [-122.089293, 37.689854], [-122.089362, 37.689859], [-122.089531, 37.689884], [-122.089679, 37.689907], [-122.089764, 37.689910999999995], [-122.089984, 37.689999], [-122.090925, 37.689868], [-122.091283, 37.689851999999995], [-122.091407, 37.689833], [-122.09233, 37.689696], [-122.092704, 37.689541], [-122.092962, 37.689149], [-122.092949, 37.688865], [-122.092141, 37.687084], [-122.09234000000001, 37.686872], [-122.091833, 37.686425], [-122.09173799999999, 37.686341999999996], [-122.092005, 37.686242], [-122.092037, 37.686229999999995], [-122.092071, 37.686262], [-122.092136, 37.686324], [-122.09249299999999, 37.685992], [-122.09286, 37.686752], [-122.09304399999999, 37.687084], [-122.093079, 37.687158], [-122.093234, 37.687487], [-122.09333699999999, 37.687684], [-122.093538, 37.68803], [-122.093658, 37.688210999999995], [-122.093763, 37.688359999999996], [-122.093769, 37.688368], [-122.09396699999999, 37.688626], [-122.09405, 37.688722999999996], [-122.094421, 37.689102999999996], [-122.094584, 37.689248], [-122.094263, 37.689478]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,181,0)", "fill-opacity": 0.75, "intersection_density": 141.05100000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-122.158914, 37.720331], [-122.159461, 37.721193], [-122.159391, 37.721222], [-122.158661, 37.721528], [-122.158418, 37.72163], [-122.158295, 37.721446], [-122.157927, 37.720894], [-122.157848, 37.720774], [-122.158914, 37.720331]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,135,0)", "fill-opacity": 0.75, "intersection_density": 229.803}, "geometry": {"type": "Polygon", "coordinates": [[[-122.138559, 37.652581], [-122.13856799999999, 37.652443], [-122.138569, 37.652291999999996], [-122.138581, 37.652099], [-122.13855699999999, 37.65188], [-122.138513, 37.651680999999996], [-122.138452, 37.651516], [-122.138379, 37.651351], [-122.138267, 37.651165999999996], [-122.13810699999999, 37.650942], [-122.138012, 37.650815], [-122.137865, 37.650597], [-122.137836, 37.650552], [-122.137889, 37.650521], [-122.137953, 37.650492], [-122.13803899999999, 37.65063], [-122.138218, 37.650881999999996], [-122.138387, 37.651119], [-122.138493, 37.651309], [-122.138571, 37.651472], [-122.13863599999999, 37.651635], [-122.138695, 37.651816], [-122.138728, 37.651947], [-122.138747, 37.652062], [-122.138753, 37.652170999999996], [-122.138755, 37.652198999999996], [-122.138754, 37.65244], [-122.13873699999999, 37.652643], [-122.138559, 37.652581]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,175,0)", "fill-opacity": 0.75, "intersection_density": 154.264}, "geometry": {"type": "Polygon", "coordinates": [[[-122.130953, 37.709824], [-122.130975, 37.709821999999996], [-122.131016, 37.709804], [-122.13104200000001, 37.709786], [-122.131087, 37.709745], [-122.131447, 37.709427999999996], [-122.131529, 37.709357], [-122.132165, 37.709803], [-122.132086, 37.709876], [-122.131733, 37.710207], [-122.131616, 37.710318], [-122.131492, 37.710426999999996], [-122.13112, 37.710755], [-122.13099700000001, 37.710865], [-122.13068200000001, 37.710645], [-122.129737, 37.709987], [-122.129732, 37.709984], [-122.12968000000001, 37.709952], [-122.129627, 37.709928999999995], [-122.129564, 37.709913], [-122.12949499999999, 37.709903], [-122.129372, 37.709897999999995], [-122.129515, 37.70977], [-122.129946, 37.709387], [-122.13009, 37.70926], [-122.13025999999999, 37.709376999999996], [-122.13077200000001, 37.709728999999996], [-122.130883, 37.709804999999996], [-122.130904, 37.709814], [-122.130953, 37.709824]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,186,0)", "fill-opacity": 0.75, "intersection_density": 132.45600000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-121.94650899999999, 37.706832999999996], [-121.94640799999999, 37.706835999999996], [-121.946355, 37.706838], [-121.946202, 37.706852999999995], [-121.946166, 37.706857], [-121.94608, 37.70686], [-121.94591299999999, 37.706852], [-121.945748, 37.706815], [-121.945746, 37.706815], [-121.945707, 37.706799], [-121.94565, 37.706761], [-121.945634, 37.706748], [-121.945627, 37.70673], [-121.945587, 37.70675], [-121.94551899999999, 37.706758], [-121.945499, 37.706761], [-121.945358, 37.706755], [-121.945183, 37.706739], [-121.945071, 37.70673], [-121.94496699999999, 37.706773999999996], [-121.944658, 37.706908], [-121.944555, 37.706953], [-121.944367, 37.706917], [-121.944363, 37.706916], [-121.94427400000001, 37.706911999999996], [-121.94417899999999, 37.706916], [-121.944091, 37.706933], [-121.943939, 37.706973999999995], [-121.943794, 37.707023], [-121.94361, 37.707086], [-121.943541, 37.70691], [-121.943464, 37.706714999999996], [-121.943422, 37.706632], [-121.943337, 37.706483999999996], [-121.943289, 37.706406], [-121.943192, 37.706246], [-121.943089, 37.706063], [-121.943037, 37.705962], [-121.943027, 37.705943], [-121.942985, 37.705839], [-121.942943, 37.705718999999995], [-121.94292, 37.705622], [-121.942902, 37.705529999999996], [-121.942902, 37.705521], [-121.942903, 37.705424], [-121.942909, 37.705298], [-121.942927, 37.705185], [-121.942973, 37.705023], [-121.94306399999999, 37.704713], [-121.94311, 37.704578999999995], [-121.943251, 37.704178999999996], [-121.943298, 37.704046], [-121.943428, 37.704065], [-121.943578, 37.704077999999996], [-121.943651, 37.70408], [-121.943746, 37.704084], [-121.943912, 37.704083], [-121.944041, 37.704073], [-121.944165, 37.704057999999996], [-121.944289, 37.704032], [-121.944475, 37.703981999999996], [-121.944695, 37.70391], [-121.944696, 37.703908999999996], [-121.945036, 37.703804999999996], [-121.94522, 37.703745], [-121.94531599999999, 37.703714999999995], [-121.945547, 37.703652], [-121.945781, 37.703598], [-121.945862, 37.703579999999995], [-121.945852, 37.703702], [-121.945851, 37.703866], [-121.94586799999999, 37.704087], [-121.94592, 37.70436], [-121.946002, 37.704298], [-121.946012, 37.704336], [-121.946018, 37.704356], [-121.946029, 37.704395], [-121.946046, 37.704449], [-121.946058, 37.704487], [-121.94609, 37.704589999999996], [-121.9461, 37.704623], [-121.946163, 37.704831], [-121.946204, 37.704944], [-121.946315, 37.705276], [-121.946353, 37.705399], [-121.94647, 37.705769], [-121.94651, 37.705892999999996], [-121.946513, 37.705904], [-121.946522, 37.705937999999996], [-121.946526, 37.70595], [-121.946534, 37.705979], [-121.946546, 37.706019999999995], [-121.946555, 37.706069], [-121.946562, 37.7061], [-121.946574, 37.706157], [-121.946575, 37.706173], [-121.946602, 37.706395], [-121.946612, 37.706469], [-121.946517, 37.706475], [-121.94651999999999, 37.706668], [-121.94650899999999, 37.706832999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,200,0)", "fill-opacity": 0.75, "intersection_density": 105.552}, "geometry": {"type": "Polygon", "coordinates": [[[-121.91063199999999, 37.725353], [-121.910646, 37.72535], [-121.910684, 37.725344], [-121.91069, 37.725342], [-121.91070500000001, 37.725339999999996], [-121.91083, 37.725316], [-121.910932, 37.725301], [-121.910978, 37.725291], [-121.911043, 37.725277999999996], [-121.911154, 37.725260999999996], [-121.911268, 37.725249999999996], [-121.911492, 37.725243], [-121.91176, 37.725259], [-121.911806, 37.725266999999995], [-121.911958, 37.725294999999996], [-121.912081, 37.725291999999996], [-121.912061, 37.725336999999996], [-121.912042, 37.725395], [-121.912036, 37.725477999999995], [-121.912044, 37.725607], [-121.91206700000001, 37.725733], [-121.912104, 37.725820999999996], [-121.912137, 37.725878], [-121.912206, 37.725975999999996], [-121.912252, 37.726022], [-121.912348, 37.726116999999995], [-121.912427, 37.726175999999995], [-121.912575, 37.726267], [-121.912678, 37.726309], [-121.912786, 37.726358999999995], [-121.912938, 37.726447], [-121.91304199999999, 37.726531], [-121.913134, 37.726613], [-121.913246, 37.726721999999995], [-121.913292, 37.726774], [-121.913391, 37.726931], [-121.91348099999999, 37.727095999999996], [-121.913533, 37.727263], [-121.913546, 37.727342], [-121.91356, 37.727517999999996], [-121.913561, 37.72773], [-121.91359, 37.727806], [-121.913596, 37.72782], [-121.913689, 37.727962999999995], [-121.913765, 37.728045], [-121.913854, 37.728108999999996], [-121.913957, 37.728168], [-121.914067, 37.72821], [-121.914209, 37.728274], [-121.914105, 37.728457999999996], [-121.914089, 37.728496], [-121.914084, 37.728511], [-121.91407699999999, 37.728541], [-121.91406, 37.728622], [-121.914052, 37.728784], [-121.914071, 37.728871999999996], [-121.914113, 37.728967], [-121.914154, 37.729034999999996], [-121.91421, 37.729101], [-121.91433, 37.729223], [-121.914372, 37.729265], [-121.91445, 37.729363], [-121.914469, 37.729445999999996], [-121.91447600000001, 37.729481], [-121.914499, 37.729586999999995], [-121.914507, 37.729623], [-121.914254, 37.729678], [-121.913568, 37.729828], [-121.913497, 37.729839999999996], [-121.913243, 37.729887], [-121.912688, 37.730000000000004], [-121.911147, 37.730318], [-121.911021, 37.730329999999995], [-121.91057, 37.73038], [-121.910459, 37.730393], [-121.91040699999999, 37.73036], [-121.913065, 37.729628999999996], [-121.912187, 37.727754], [-121.911866, 37.726991999999996], [-121.911824, 37.726923], [-121.911786, 37.726836999999996], [-121.911731, 37.726785], [-121.911509, 37.726544], [-121.911295, 37.726324999999996], [-121.911202, 37.726219], [-121.910919, 37.725815], [-121.91076699999999, 37.725665], [-121.910739, 37.725601999999995], [-121.910658, 37.725415], [-121.91063199999999, 37.725353]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,249,0)", "fill-opacity": 0.75, "intersection_density": 10.56}, "geometry": {"type": "Polygon", "coordinates": [[[-121.693983, 37.528185], [-121.695093, 37.528178], [-121.698424, 37.528158999999995], [-121.699535, 37.528152999999996], [-121.69954, 37.528172999999995], [-121.699555, 37.528205], [-121.699562, 37.528276999999996], [-121.69955, 37.528349], [-121.699519, 37.528417999999995], [-121.699471, 37.528479], [-121.699408, 37.528532], [-121.69936799999999, 37.528552999999995], [-121.69909799999999, 37.528704], [-121.69896299999999, 37.528786], [-121.698854, 37.528858], [-121.698754, 37.528937], [-121.698681, 37.529008], [-121.69861900000001, 37.529084], [-121.698536, 37.529168999999996], [-121.698419, 37.529255], [-121.698257, 37.529347], [-121.698195, 37.529379], [-121.698054, 37.529454], [-121.697931, 37.529508], [-121.697771, 37.529607], [-121.697334, 37.529782], [-121.697216, 37.529815], [-121.697011, 37.529855], [-121.69693, 37.529866], [-121.69678, 37.529889], [-121.696657, 37.529899], [-121.696525, 37.529903], [-121.696451, 37.529900000000005], [-121.696399, 37.529894], [-121.69632, 37.529866], [-121.696264, 37.529831], [-121.69622799999999, 37.529799], [-121.696109, 37.529613999999995], [-121.696042, 37.529525], [-121.69597, 37.529449], [-121.695888, 37.529379999999996], [-121.69582, 37.529332], [-121.695657, 37.529233], [-121.69528700000001, 37.528988999999996], [-121.695176, 37.528929999999995], [-121.69498, 37.52885], [-121.69481999999999, 37.528776], [-121.694695, 37.528704999999995], [-121.694676, 37.528694], [-121.69433699999999, 37.528462], [-121.694096, 37.528278], [-121.693995, 37.528195], [-121.693983, 37.528185]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,252,0)", "fill-opacity": 0.75, "intersection_density": 5.165}, "geometry": {"type": "Polygon", "coordinates": [[[-121.768075, 37.645195], [-121.768006, 37.645148999999996], [-121.767876, 37.645145], [-121.767192, 37.645143], [-121.765666, 37.645126999999995], [-121.764132, 37.645126], [-121.762635, 37.645145], [-121.761101, 37.645137], [-121.760369, 37.645125], [-121.758258, 37.645120999999996], [-121.757517, 37.645112999999995], [-121.75598099999999, 37.645115], [-121.755354, 37.645129], [-121.755299, 37.645123999999996], [-121.755251, 37.645114], [-121.75521, 37.645087], [-121.755189, 37.645016999999996], [-121.755202, 37.644985], [-121.755247, 37.644951999999996], [-121.755702, 37.644698], [-121.75612699999999, 37.644442999999995], [-121.756264, 37.644354], [-121.756353, 37.64429], [-121.756389, 37.644238], [-121.75639799999999, 37.644141999999995], [-121.756387, 37.644056], [-121.756385, 37.643966], [-121.756389, 37.6439], [-121.75641, 37.643858], [-121.756459, 37.643817999999996], [-121.757001, 37.643530999999996], [-121.757368, 37.643343], [-121.757818, 37.643104], [-121.75856999999999, 37.64268], [-121.759319, 37.642266], [-121.759716, 37.642058], [-121.76010600000001, 37.641864], [-121.760981, 37.641394], [-121.761442, 37.641141999999995], [-121.762324, 37.640673], [-121.762775, 37.640425], [-121.763605, 37.639998999999996], [-121.764587, 37.639469], [-121.764888, 37.639317], [-121.765085, 37.639621], [-121.765893, 37.640910999999996], [-121.766449, 37.641793], [-121.766576, 37.642007], [-121.766755, 37.642295], [-121.767316, 37.643175], [-121.767536, 37.643544], [-121.767543, 37.643555], [-121.767697, 37.643805], [-121.767796, 37.644006999999995], [-121.767836, 37.644117], [-121.767856, 37.644196], [-121.76787999999999, 37.644341], [-121.76801, 37.644901], [-121.768057, 37.645075], [-121.768075, 37.645195]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,204,0)", "fill-opacity": 0.75, "intersection_density": 97.786}, "geometry": {"type": "Polygon", "coordinates": [[[-121.758837, 37.675942], [-121.758631, 37.675805], [-121.75836699999999, 37.675622], [-121.75742, 37.675025999999995], [-121.75692599999999, 37.674703], [-121.756982, 37.674645], [-121.757121, 37.674732], [-121.757357, 37.674887999999996], [-121.757537, 37.675007], [-121.757993, 37.675289], [-121.758416, 37.675565999999996], [-121.758489, 37.675612], [-121.758869, 37.67585], [-121.758837, 37.675942]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,196,0)", "fill-opacity": 0.75, "intersection_density": 112.204}, "geometry": {"type": "Polygon", "coordinates": [[[-121.751536, 37.679963], [-121.751576, 37.679963], [-121.751695, 37.679964999999996], [-121.751736, 37.679966], [-121.751733, 37.68011], [-121.751725, 37.680541999999996], [-121.751723, 37.680687], [-121.751721, 37.680808], [-121.751721, 37.680836], [-121.751727, 37.681286], [-121.751729, 37.681436999999995], [-121.751053, 37.681433999999996], [-121.75030699999999, 37.681430999999996], [-121.749027, 37.681425], [-121.748778, 37.681424], [-121.748352, 37.681419], [-121.748352, 37.681286], [-121.748353, 37.681138], [-121.748355, 37.68089], [-121.748357, 37.680758], [-121.748358, 37.680676], [-121.748356, 37.680597999999996], [-121.74835, 37.680121], [-121.74835, 37.680063], [-121.748355, 37.679961999999996], [-121.748991, 37.679961], [-121.750899, 37.67996], [-121.751356, 37.67996], [-121.751536, 37.679963]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,219,0)", "fill-opacity": 0.75, "intersection_density": 69.477}, "geometry": {"type": "Polygon", "coordinates": [[[-121.751732, 37.682147], [-121.751727, 37.682269], [-121.751727, 37.682291], [-121.751727, 37.682724], [-121.751727, 37.682762], [-121.75171, 37.682868], [-121.75142, 37.682874], [-121.751038, 37.682871], [-121.750851, 37.68287], [-121.749615, 37.682852], [-121.74902399999999, 37.682849999999995], [-121.74866399999999, 37.682849], [-121.748353, 37.682857], [-121.748353, 37.682711999999995], [-121.748355, 37.682278], [-121.748357, 37.682134], [-121.749031, 37.682137999999995], [-121.749861, 37.682142999999996], [-121.751057, 37.682142], [-121.751241, 37.682142], [-121.751732, 37.682147]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,193,0)", "fill-opacity": 0.75, "intersection_density": 119.61200000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-121.89850000000001, 37.704476], [-121.89849699999999, 37.704539], [-121.898493, 37.704585], [-121.898499, 37.704631], [-121.898527, 37.704682999999996], [-121.898569, 37.704726], [-121.89858100000001, 37.704777], [-121.898538, 37.704814], [-121.89850000000001, 37.704857], [-121.898484, 37.704901], [-121.898483, 37.704948], [-121.898496, 37.705006999999995], [-121.898488, 37.705075], [-121.89848, 37.705124], [-121.898479, 37.705186], [-121.898487, 37.705244], [-121.89848599999999, 37.705290999999995], [-121.898473, 37.705338], [-121.898473, 37.705387], [-121.898469, 37.705445999999995], [-121.898467, 37.705497], [-121.89845, 37.705552999999995], [-121.898431, 37.705601], [-121.89841, 37.705645], [-121.898425, 37.705695999999996], [-121.898442, 37.705745], [-121.898474, 37.705785], [-121.898515, 37.705836], [-121.89837299999999, 37.705853999999995], [-121.897884, 37.70594], [-121.89761899999999, 37.705988999999995], [-121.897258, 37.706058], [-121.897089, 37.706095], [-121.897098, 37.705146], [-121.897108, 37.704231], [-121.89711, 37.70408], [-121.897263, 37.704093], [-121.89889, 37.704101], [-121.899839, 37.704105999999996], [-121.899832, 37.704274999999996], [-121.899827, 37.704364], [-121.899764, 37.70436], [-121.899701, 37.704356], [-121.899632, 37.704358], [-121.899552, 37.704366], [-121.899496, 37.704397], [-121.899451, 37.704439], [-121.899397, 37.704471999999996], [-121.89934, 37.70448], [-121.899265, 37.704485999999996], [-121.89919499999999, 37.704484], [-121.899138, 37.704482999999996], [-121.899069, 37.704485], [-121.899, 37.704485999999996], [-121.898932, 37.704487], [-121.898875, 37.704482999999996], [-121.898816, 37.704482999999996], [-121.898747, 37.704481], [-121.89869, 37.704477], [-121.89863, 37.704477], [-121.89856, 37.704477], [-121.89850000000001, 37.704476]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,209,0)", "fill-opacity": 0.75, "intersection_density": 87.339}, "geometry": {"type": "Polygon", "coordinates": [[[-121.872045, 37.646663], [-121.872145, 37.646738], [-121.87219400000001, 37.646775], [-121.872264, 37.646837999999995], [-121.87235, 37.646936], [-121.872405, 37.64701], [-121.872444, 37.647061], [-121.872476, 37.647115], [-121.872502, 37.647180999999996], [-121.87251599999999, 37.647233], [-121.872545, 37.647373], [-121.872545, 37.647388], [-121.872548, 37.647507999999995], [-121.872528, 37.64765], [-121.872472, 37.647798], [-121.872438, 37.647864999999996], [-121.872361, 37.64798], [-121.872285, 37.648067], [-121.872215, 37.648136], [-121.872154, 37.648198], [-121.872008, 37.64833], [-121.871898, 37.648278999999995], [-121.87185099999999, 37.648263], [-121.871743, 37.648226], [-121.87168, 37.648207], [-121.871617, 37.648193], [-121.87153599999999, 37.648182999999996], [-121.871383, 37.648177], [-121.871351, 37.648178], [-121.871195, 37.648188999999995], [-121.871182, 37.648192], [-121.871107, 37.648207], [-121.871059, 37.648216999999995], [-121.870981, 37.648239], [-121.870889, 37.648272], [-121.870818, 37.648298], [-121.87079, 37.648246], [-121.87075, 37.648188], [-121.870683, 37.648089999999996], [-121.870583, 37.647974], [-121.870497, 37.647898999999995], [-121.870401, 37.647814], [-121.870236, 37.647698], [-121.870042, 37.647573], [-121.86971299999999, 37.647362], [-121.869392, 37.647151], [-121.868953, 37.646873], [-121.868875, 37.646823999999995], [-121.868692, 37.646701], [-121.868597, 37.64663], [-121.868819, 37.646488], [-121.86892, 37.646429999999995], [-121.868959, 37.646409999999996], [-121.86904, 37.64637], [-121.869175, 37.646319999999996], [-121.86931, 37.646285], [-121.869424, 37.646266], [-121.869565, 37.646260999999996], [-121.869763, 37.646269], [-121.870081, 37.646304], [-121.870204, 37.646318], [-121.870626, 37.64637], [-121.870915, 37.646405], [-121.871305, 37.646453], [-121.871526, 37.646474999999995], [-121.871595, 37.64649], [-121.871768, 37.646539], [-121.871779, 37.646543], [-121.87187, 37.646575999999996], [-121.87195, 37.646612], [-121.872045, 37.646663]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,228,0)", "fill-opacity": 0.75, "intersection_density": 51.335}, "geometry": {"type": "Polygon", "coordinates": [[[-121.898136, 37.712905], [-121.898124, 37.712904], [-121.89809, 37.712904], [-121.898079, 37.712904], [-121.898082, 37.712588], [-121.898093, 37.711642], [-121.898097, 37.711327], [-121.898115, 37.711326], [-121.898169, 37.711324999999995], [-121.898188, 37.711324999999995], [-121.898451, 37.711321], [-121.898776, 37.711324], [-121.900542, 37.711345], [-121.90113099999999, 37.711352999999995], [-121.901132, 37.711667999999996], [-121.901135, 37.712613], [-121.901137, 37.712928], [-121.900536, 37.712922999999996], [-121.898736, 37.712908999999996], [-121.898387, 37.712907], [-121.898136, 37.712905]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,253,0)", "fill-opacity": 0.75, "intersection_density": 3.9760000000000004}, "geometry": {"type": "Polygon", "coordinates": [[[-121.628379, 37.610005], [-121.628452, 37.610029], [-121.628503, 37.610045], [-121.628535, 37.610054999999996], [-121.628767, 37.610213], [-121.628825, 37.610268], [-121.62886, 37.6103], [-121.628893, 37.61035], [-121.628911, 37.610367], [-121.628927, 37.610382], [-121.628969, 37.610403], [-121.629028, 37.610406], [-121.62920000000001, 37.610394], [-121.629327, 37.610443], [-121.629454, 37.610516], [-121.62963500000001, 37.610638], [-121.62964, 37.610641], [-121.629768, 37.610721], [-121.629869, 37.610796], [-121.630064, 37.610879], [-121.630132, 37.610912], [-121.63023799999999, 37.610945], [-121.630383, 37.61096], [-121.63069, 37.611013], [-121.630822, 37.611032], [-121.630962, 37.611061], [-121.631098, 37.611098999999996], [-121.631268, 37.611157], [-121.631613, 37.611197], [-121.631799, 37.611233], [-121.63192699999999, 37.611241], [-121.631956, 37.611246], [-121.632114, 37.611275], [-121.632246, 37.611304], [-121.632387, 37.611301], [-121.632537, 37.611266], [-121.632674, 37.611208999999995], [-121.632731, 37.61117], [-121.632879, 37.611115], [-121.63302999999999, 37.611081], [-121.63319899999999, 37.611083], [-121.633375, 37.611114], [-121.633484, 37.611183], [-121.633594, 37.611243], [-121.633729, 37.611332], [-121.63394199999999, 37.611463], [-121.63415499999999, 37.61158], [-121.63430199999999, 37.611765], [-121.634368, 37.611872999999996], [-121.634406, 37.611911], [-121.634567, 37.612066999999996], [-121.634689, 37.612193], [-121.634841, 37.612376999999995], [-121.63493, 37.612423], [-121.635003, 37.612462], [-121.635711, 37.612598999999996], [-121.635951, 37.612674], [-121.63610299999999, 37.612743], [-121.63636199999999, 37.612805], [-121.637032, 37.612868999999996], [-121.63737, 37.612924], [-121.637643, 37.613], [-121.63788199999999, 37.613060999999995], [-121.638117, 37.613073], [-121.63833199999999, 37.613127], [-121.63846699999999, 37.613201], [-121.63855699999999, 37.613281], [-121.638672, 37.613365], [-121.638781, 37.613475], [-121.638812, 37.613579], [-121.638875, 37.61371], [-121.638991, 37.613772], [-121.63909100000001, 37.613800000000005], [-121.639235, 37.613827], [-121.639455, 37.613907999999995], [-121.639635, 37.614022999999996], [-121.63969900000001, 37.614062], [-121.639913, 37.614193], [-121.640061, 37.614247], [-121.640191, 37.614264], [-121.640321, 37.614264999999996], [-121.640409, 37.614275], [-121.64059499999999, 37.614292999999996], [-121.64071799999999, 37.614326], [-121.64093199999999, 37.614408], [-121.641062, 37.614425], [-121.64151, 37.614506999999996], [-121.641602, 37.614546], [-121.641113, 37.614796], [-121.638975, 37.615035999999996], [-121.638353, 37.615107], [-121.63786400000001, 37.615013], [-121.637232, 37.61508], [-121.636369, 37.615282], [-121.634443, 37.614841], [-121.633667, 37.614838], [-121.633206, 37.61495], [-121.632143, 37.615632999999995], [-121.631568, 37.615629999999996], [-121.63118399999999, 37.615567], [-121.629842, 37.61535], [-121.628723, 37.615369], [-121.628521, 37.615459], [-121.628533, 37.615652], [-121.628756, 37.615927], [-121.62919099999999, 37.616462], [-121.629192, 37.616955], [-121.629025, 37.617385], [-121.628968, 37.617533], [-121.62902, 37.617919], [-121.629368, 37.618093], [-121.629969, 37.618393999999995], [-121.630033, 37.618885], [-121.630059, 37.619076], [-121.63024, 37.619154], [-121.630594, 37.619369999999996], [-121.63081700000001, 37.619612], [-121.630825, 37.619851], [-121.630959, 37.619996], [-121.63125, 37.620187], [-121.631447, 37.620317], [-121.631314, 37.620702], [-121.630751, 37.621241], [-121.630173, 37.621452999999995], [-121.630007, 37.621837], [-121.629949, 37.622268999999996], [-121.630152, 37.62263], [-121.630166, 37.622845], [-121.62991, 37.623233], [-121.62942, 37.623582], [-121.628176, 37.624471], [-121.628203, 37.62437], [-121.628221, 37.624252999999996], [-121.628266, 37.624153], [-121.628385, 37.62401], [-121.628489, 37.623894], [-121.628654, 37.623722], [-121.628748, 37.623595], [-121.628827, 37.623445], [-121.628888, 37.623301], [-121.628895, 37.62318], [-121.628848, 37.623000999999995], [-121.628764, 37.62284], [-121.628671, 37.622688], [-121.628589, 37.622462], [-121.628553, 37.622330999999996], [-121.628532, 37.622136999999995], [-121.62853799999999, 37.621846], [-121.62849299999999, 37.621705999999996], [-121.628383, 37.621629999999996], [-121.628328, 37.621598999999996], [-121.628218, 37.621538], [-121.628036, 37.621505], [-121.62794099999999, 37.621531], [-121.627814, 37.621553999999996], [-121.627687, 37.621539], [-121.627565, 37.621465], [-121.62735599999999, 37.621355], [-121.627073, 37.621264], [-121.626837, 37.621261], [-121.626713, 37.621297999999996], [-121.62650099999999, 37.621354], [-121.626305, 37.621383], [-121.626147, 37.621373999999996], [-121.625888, 37.621348999999995], [-121.62573, 37.621309], [-121.625537, 37.621223], [-121.625372, 37.621133], [-121.625055, 37.620943], [-121.62490700000001, 37.620812], [-121.62478899999999, 37.620698], [-121.62471, 37.620596], [-121.624656, 37.620453999999995], [-121.624623, 37.620266], [-121.624651, 37.620064], [-121.624689, 37.61999], [-121.624714, 37.619927], [-121.624747, 37.619769999999995], [-121.624741, 37.619710999999995], [-121.624681, 37.619625], [-121.62451, 37.619417999999996], [-121.624403, 37.619301], [-121.624301, 37.619109], [-121.624269, 37.619057], [-121.624222, 37.619009], [-121.624174, 37.618978999999996], [-121.624078, 37.618953], [-121.623982, 37.618916], [-121.623877, 37.618887], [-121.62373099999999, 37.618854], [-121.623593, 37.618832], [-121.623492, 37.618826999999996], [-121.623419, 37.618818999999995], [-121.62337099999999, 37.618805], [-121.623287, 37.618732], [-121.623171, 37.618618], [-121.622931, 37.618415], [-121.62281899999999, 37.61835], [-121.622642, 37.618266999999996], [-121.622529, 37.618209], [-121.622315, 37.618144], [-121.62223900000001, 37.6181], [-121.622028, 37.617962], [-121.62186, 37.617872999999996], [-121.621751, 37.617830999999995], [-121.621658, 37.617807], [-121.621565, 37.617765], [-121.621465, 37.617709999999995], [-121.62138, 37.617684], [-121.621239, 37.617633], [-121.620981, 37.617511], [-121.620858, 37.617478], [-121.620584, 37.617391], [-121.620571, 37.617387], [-121.620491, 37.617354], [-121.620423, 37.617315], [-121.62034299999999, 37.617244], [-121.620283, 37.617169], [-121.62022400000001, 37.617045], [-121.620012, 37.61656], [-121.619945, 37.616448999999996], [-121.619807, 37.616257999999995], [-121.619716, 37.61614], [-121.619609, 37.615958], [-121.619514, 37.615711], [-121.619452, 37.615587], [-121.619385, 37.615471], [-121.619317, 37.615398], [-121.61921699999999, 37.615328999999996], [-121.619049, 37.615218999999996], [-121.61891299999999, 37.615100000000005], [-121.618837, 37.615023], [-121.618765, 37.61497], [-121.618673, 37.614913], [-121.618629, 37.614894], [-121.618487, 37.614632], [-121.618018, 37.614284], [-121.61762999999999, 37.613949999999996], [-121.617457, 37.613800999999995], [-121.617178, 37.613409], [-121.616822, 37.612946], [-121.616761, 37.612866], [-121.616348, 37.612413], [-121.616332, 37.611961], [-121.616495, 37.611152], [-121.616674, 37.610459], [-121.616725, 37.610288], [-121.61685800000001, 37.609845], [-121.61696599999999, 37.609201], [-121.617015, 37.608928], [-121.617828, 37.608841999999996], [-121.620268, 37.608585], [-121.621026, 37.608506], [-121.621081, 37.608497], [-121.621194, 37.608568], [-121.621385, 37.608636], [-121.621504, 37.608691], [-121.621656, 37.608793999999996], [-121.621756, 37.608874], [-121.621866, 37.60895], [-121.621968, 37.609003], [-121.622141, 37.609082], [-121.622354, 37.609156], [-121.622456, 37.609196], [-121.62251499999999, 37.609218999999996], [-121.622655, 37.609261], [-121.622761, 37.609283], [-121.623055, 37.609318], [-121.623248, 37.609322], [-121.623745, 37.609355], [-121.62415, 37.609401999999996], [-121.624217, 37.609417], [-121.624307, 37.609446999999996], [-121.624404, 37.609507], [-121.624547, 37.609648], [-121.624706, 37.609778], [-121.624807, 37.609874], [-121.62492499999999, 37.609953999999995], [-121.62499700000001, 37.609991], [-121.625108, 37.610022], [-121.625261, 37.610046], [-121.625365, 37.610054], [-121.625439, 37.610034999999996], [-121.625537, 37.610026999999995], [-121.62562199999999, 37.610014], [-121.625712, 37.610011], [-121.625823, 37.610019], [-121.62597199999999, 37.610040999999995], [-121.62607, 37.610068999999996], [-121.626142, 37.610104], [-121.626202, 37.610125], [-121.62630899999999, 37.610133], [-121.626423, 37.610133999999995], [-121.62687, 37.610113], [-121.627016, 37.610107], [-121.62711, 37.610085999999995], [-121.627493, 37.609973], [-121.627639, 37.609927], [-121.62774999999999, 37.609913], [-121.62783999999999, 37.609896], [-121.62794199999999, 37.609888], [-121.628134, 37.609926], [-121.628379, 37.610005]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,252,0)", "fill-opacity": 0.75, "intersection_density": 6.317}, "geometry": {"type": "Polygon", "coordinates": [[[-121.74918, 37.616277], [-121.749198, 37.616292], [-121.749241, 37.616338], [-121.74929, 37.616400999999996], [-121.749392, 37.616623], [-121.749544, 37.616924], [-121.749838, 37.617504], [-121.75030100000001, 37.618185], [-121.750376, 37.618276], [-121.750488, 37.618379], [-121.750554, 37.618424999999995], [-121.750657, 37.618487], [-121.750916, 37.618595], [-121.750935, 37.618601999999996], [-121.751577, 37.618854999999996], [-121.751631, 37.618877999999995], [-121.751597, 37.618928], [-121.751496, 37.61908], [-121.751463, 37.619130999999996], [-121.75152299999999, 37.619171], [-121.751702, 37.619291], [-121.751763, 37.619330999999995], [-121.751794, 37.619445999999996], [-121.751839, 37.619495], [-121.751871, 37.61953], [-121.752053, 37.619530999999995], [-121.752235, 37.619464], [-121.752328, 37.619368], [-121.752459, 37.619236], [-121.752598, 37.619296999999996], [-121.753018, 37.619479999999996], [-121.753124, 37.619527], [-121.753158, 37.619541999999996], [-121.753364, 37.619631], [-121.75395, 37.619887], [-121.75398200000001, 37.619901999999996], [-121.754186, 37.62], [-121.754345, 37.620076], [-121.754469, 37.620129999999996], [-121.754629, 37.620200000000004], [-121.754795, 37.620261], [-121.754906, 37.620289], [-121.755017, 37.620301], [-121.755374, 37.620329], [-121.755489, 37.620338], [-121.755685, 37.62036], [-121.755759, 37.620368], [-121.755987, 37.620388], [-121.756118, 37.620391999999995], [-121.756122, 37.620391], [-121.756298, 37.620387], [-121.75652099999999, 37.620365], [-121.756698, 37.620353], [-121.756853, 37.620337], [-121.757076, 37.620304999999995], [-121.757204, 37.620293], [-121.757337, 37.620298999999996], [-121.757432, 37.620308], [-121.757458, 37.620311], [-121.757611, 37.620332999999995], [-121.757824, 37.620343999999996], [-121.757869, 37.620343999999996], [-121.758066, 37.620343], [-121.758209, 37.620332999999995], [-121.75841, 37.620321], [-121.758602, 37.620298999999996], [-121.758768, 37.620289], [-121.758866, 37.620295], [-121.758954, 37.620304999999995], [-121.759029, 37.620321], [-121.759101, 37.620346999999995], [-121.75916699999999, 37.620388], [-121.759199, 37.620418], [-121.759237, 37.620452], [-121.759354, 37.620633], [-121.759384, 37.620702], [-121.759397, 37.620731], [-121.759422, 37.620832], [-121.75943, 37.620889], [-121.759457, 37.621083], [-121.759462, 37.621265], [-121.759454, 37.621468], [-121.759451, 37.621565], [-121.759443, 37.621641], [-121.75943699999999, 37.621660999999996], [-121.759399, 37.62179], [-121.759371, 37.621857], [-121.75936300000001, 37.621869], [-121.759252, 37.622049], [-121.759119, 37.622217], [-121.758956, 37.622391], [-121.758805, 37.622552999999996], [-121.758418, 37.622966999999996], [-121.758382, 37.623007], [-121.758203, 37.623179], [-121.757889, 37.623473], [-121.757666, 37.623635], [-121.75753, 37.623723999999996], [-121.757122, 37.624012], [-121.757098, 37.62403], [-121.757031, 37.624083], [-121.756974, 37.624134], [-121.75692699999999, 37.62419], [-121.756877, 37.624272999999995], [-121.756822, 37.624403], [-121.756806, 37.624459], [-121.756799, 37.624494], [-121.756779, 37.624596], [-121.756726, 37.624871], [-121.75672, 37.624904], [-121.756705, 37.625008], [-121.756677, 37.625175], [-121.756595, 37.625679], [-121.756568, 37.625847], [-121.756293, 37.62753], [-121.756143, 37.62836], [-121.75595, 37.629385], [-121.755916, 37.629567], [-121.755888, 37.629681999999995], [-121.755844, 37.629778], [-121.755715, 37.629988999999995], [-121.755602, 37.630145], [-121.755487, 37.630334999999995], [-121.75542, 37.630524], [-121.75540699999999, 37.630601], [-121.755403, 37.630660999999996], [-121.755409, 37.630837], [-121.755433, 37.631001999999995], [-121.755502, 37.631417], [-121.755549, 37.631730999999995], [-121.755593, 37.631943], [-121.755667, 37.632142], [-121.755747, 37.632247], [-121.755822, 37.632324], [-121.75592499999999, 37.632419999999996], [-121.757088, 37.633266], [-121.758133, 37.634043], [-121.758325, 37.634206999999996], [-121.75856, 37.634462], [-121.75879, 37.634676], [-121.75894, 37.634833], [-121.759102, 37.635022], [-121.759343, 37.635326], [-121.759475, 37.635456], [-121.759619, 37.635549999999995], [-121.75974099999999, 37.635624], [-121.759904, 37.635712999999996], [-121.76008, 37.635801], [-121.760298, 37.635898], [-121.760643, 37.636021], [-121.760989, 37.636153], [-121.761067, 37.636178], [-121.761139, 37.636216999999995], [-121.761597, 37.636495], [-121.762193, 37.636871], [-121.762447, 37.637031], [-121.762989, 37.637357], [-121.763623, 37.637727999999996], [-121.7637, 37.637783999999996], [-121.763694, 37.637794], [-121.763024, 37.638349], [-121.762892, 37.638419999999996], [-121.762768, 37.638501999999995], [-121.762167, 37.639035], [-121.761987, 37.639178], [-121.761676, 37.639353], [-121.761546, 37.639395], [-121.76122, 37.639502], [-121.761061, 37.639610999999995], [-121.760598, 37.640007], [-121.760508, 37.640062], [-121.760273, 37.640166], [-121.760204, 37.640187999999995], [-121.76013499999999, 37.640226], [-121.760066, 37.640243], [-121.759934, 37.640308999999995], [-121.759768, 37.640406999999996], [-121.759547, 37.640512], [-121.759457, 37.640533999999995], [-121.759029, 37.640561], [-121.758808, 37.640561], [-121.758732, 37.64055], [-121.758352, 37.640594], [-121.75813099999999, 37.640603999999996], [-121.75786099999999, 37.640592999999996], [-121.756811, 37.640521], [-121.756507, 37.640460999999995], [-121.756272, 37.640433], [-121.75621, 37.640417], [-121.755658, 37.640389], [-121.755443, 37.640356], [-121.755216, 37.640305999999995], [-121.754988, 37.64024], [-121.754525, 37.640080999999995], [-121.754283, 37.639981999999996], [-121.753878, 37.639773], [-121.753406, 37.639531], [-121.752978, 37.639348999999996], [-121.752619, 37.63925], [-121.752239, 37.639201], [-121.751325, 37.638926999999995], [-121.75113400000001, 37.63887], [-121.751064, 37.638867], [-121.750739, 37.63868], [-121.750573, 37.638602999999996], [-121.750366, 37.638537], [-121.750311, 37.638537], [-121.750207, 37.638498999999996], [-121.750062, 37.638428], [-121.749882, 37.638307], [-121.749675, 37.638141999999995], [-121.74904599999999, 37.637592999999995], [-121.748942, 37.637527], [-121.748762, 37.637434], [-121.748749, 37.637417], [-121.74859000000001, 37.637384999999995], [-121.748417, 37.637357], [-121.746876, 37.637319999999995], [-121.74667600000001, 37.637325], [-121.746614, 37.637319999999995], [-121.746206, 37.637237], [-121.745425, 37.637209999999996], [-121.74519699999999, 37.637209999999996], [-121.744838, 37.637237999999996], [-121.744666, 37.63726], [-121.744493, 37.637304], [-121.744389, 37.637321], [-121.744258, 37.637321], [-121.744092, 37.637304], [-121.743309, 37.637108999999995], [-121.743256, 37.637096], [-121.742759, 37.637124], [-121.741591, 37.637288999999996], [-121.741412, 37.637322], [-121.741308, 37.637322], [-121.74121099999999, 37.637305999999995], [-121.740922, 37.637195999999996], [-121.740914, 37.637178999999996], [-121.740866, 37.637167999999996], [-121.74081799999999, 37.637141], [-121.740735, 37.637053], [-121.740679, 37.637026], [-121.740527, 37.637009], [-121.740044, 37.636911], [-121.739892, 37.636866999999995], [-121.739733, 37.636834], [-121.739532, 37.636812], [-121.739049, 37.636779], [-121.738987, 37.636762999999995], [-121.738406, 37.636461], [-121.738344, 37.636444], [-121.738268, 37.636438999999996], [-121.73804, 37.636449999999996], [-121.737895, 37.636427999999995], [-121.737763, 37.63639], [-121.737522, 37.636285], [-121.737411, 37.636213999999995], [-121.736962, 37.635967], [-121.736734, 37.63594], [-121.73620199999999, 37.635945], [-121.73605, 37.635929], [-121.735891, 37.635885], [-121.735649, 37.635802999999996], [-121.735345, 37.635688], [-121.735269, 37.635649], [-121.735089, 37.635611], [-121.73471599999999, 37.635600000000004], [-121.73416399999999, 37.63565], [-121.73385999999999, 37.635639], [-121.733715, 37.635661], [-121.73358400000001, 37.635698999999995], [-121.733473, 37.635754], [-121.7333, 37.635858999999996], [-121.733128, 37.635940999999995], [-121.733066, 37.635940999999995], [-121.732948, 37.635919], [-121.732858, 37.635886], [-121.732665, 37.635787], [-121.732527, 37.635743], [-121.732388, 37.635737999999996], [-121.732223, 37.63576], [-121.73180099999999, 37.635887], [-121.731622, 37.635968999999996], [-121.731428, 37.636019], [-121.731007, 37.636041], [-121.730883, 37.636013], [-121.730572, 37.635892999999996], [-121.730496, 37.635881999999995], [-121.730392, 37.635881999999995], [-121.729957, 37.63592], [-121.729826, 37.63592], [-121.729736, 37.635909], [-121.729667, 37.635875999999996], [-121.72960499999999, 37.63581], [-121.72957, 37.635667999999995], [-121.729528, 37.635563], [-121.72948, 37.635497], [-121.72921, 37.635289], [-121.728678, 37.634755999999996], [-121.728353, 37.634509], [-121.728284, 37.634476], [-121.728271, 37.634459], [-121.728188, 37.634443], [-121.727884, 37.634426999999995], [-121.72781499999999, 37.634416], [-121.727593, 37.634322], [-121.727504, 37.634273], [-121.726999, 37.633872], [-121.726958, 37.633860999999996], [-121.726909, 37.633866999999995], [-121.726819, 37.633860999999996], [-121.726405, 37.633707], [-121.726274, 37.633642], [-121.726101, 37.633592], [-121.725735, 37.633514999999996], [-121.725203, 37.633312], [-121.72494, 37.633235], [-121.724298, 37.633082], [-121.724001, 37.632982999999996], [-121.723911, 37.632965999999996], [-121.723669, 37.632884], [-121.72342, 37.63284], [-121.723351, 37.632813], [-121.723275, 37.632763], [-121.723185, 37.632676], [-121.722971, 37.6325], [-121.722916, 37.632472], [-121.722605, 37.632374], [-121.722522, 37.632329999999996], [-121.722494, 37.632231], [-121.72246, 37.632197999999995], [-121.72192799999999, 37.631907], [-121.721506, 37.631676], [-121.72144399999999, 37.631648999999996], [-121.721327, 37.631539], [-121.721154, 37.631215], [-121.721105, 37.631153999999995], [-121.721036, 37.631121], [-121.720919, 37.63111], [-121.720753, 37.631088999999996], [-121.720714, 37.631115], [-121.720691, 37.631116], [-121.720601, 37.631060999999995], [-121.720491, 37.630973], [-121.7202, 37.630666], [-121.720131, 37.63061], [-121.720124, 37.630604999999996], [-121.72001399999999, 37.630534], [-121.719779, 37.630418999999996], [-121.719724, 37.630379999999995], [-121.719558, 37.630325], [-121.719516, 37.63032], [-121.719357, 37.63021], [-121.719233, 37.630106], [-121.719109, 37.629946], [-121.71906, 37.629902], [-121.718722, 37.629798], [-121.718666, 37.629771], [-121.718625, 37.629737999999996], [-121.718369, 37.629447], [-121.717927, 37.629331], [-121.717865, 37.629304], [-121.716863, 37.628623], [-121.716435, 37.628414], [-121.716345, 37.628381], [-121.716227, 37.628375999999996], [-121.71612400000001, 37.628358999999996], [-121.716075, 37.628332], [-121.715841, 37.628074], [-121.715723, 37.627958], [-121.715668, 37.627919999999996], [-121.715474, 37.627838], [-121.715212, 37.627683999999995], [-121.715053, 37.627541], [-121.714901, 37.627365], [-121.714707, 37.627221999999996], [-121.713975, 37.626536], [-121.713622, 37.62625], [-121.713201, 37.625926], [-121.713183, 37.625945], [-121.713131, 37.626002], [-121.71311399999999, 37.626022], [-121.712023, 37.626461], [-121.71158, 37.626238], [-121.711022, 37.625957], [-121.709919, 37.625769999999996], [-121.70686599999999, 37.626943], [-121.705307, 37.627544], [-121.70515, 37.627252], [-121.705127, 37.627207999999996], [-121.705044, 37.627081], [-121.704857, 37.626829], [-121.704712, 37.626653], [-121.70452399999999, 37.626492], [-121.704436, 37.626417], [-121.704257, 37.626298999999996], [-121.704267, 37.625976], [-121.704242, 37.625755], [-121.704215, 37.625656], [-121.704176, 37.625555999999996], [-121.70416399999999, 37.625529], [-121.70408499999999, 37.625347999999995], [-121.70374, 37.624604999999995], [-121.703238, 37.623367], [-121.70317, 37.623197], [-121.70295, 37.622637999999995], [-121.702924, 37.622529], [-121.702849, 37.622202], [-121.70282399999999, 37.622094], [-121.70261099999999, 37.621237], [-121.702488, 37.620853], [-121.702313, 37.620616999999996], [-121.701987, 37.620304], [-121.701688, 37.620121], [-121.701445, 37.619901999999996], [-121.701298, 37.619686], [-121.701184, 37.619408], [-121.701124, 37.618829999999996], [-121.70109099999999, 37.618536999999996], [-121.701061, 37.618426], [-121.701009, 37.618308999999996], [-121.700818, 37.617941], [-121.700651, 37.617689999999996], [-121.700619, 37.617612], [-121.70056, 37.617467999999995], [-121.700504, 37.617025], [-121.70042, 37.616596], [-121.700294, 37.615879], [-121.700263, 37.615778999999996], [-121.700183, 37.615555], [-121.70017, 37.615432999999996], [-121.700187, 37.615305], [-121.700167, 37.615187999999996], [-121.700172, 37.615012], [-121.70027, 37.61472], [-121.700293, 37.614596], [-121.700309, 37.614332999999995], [-121.700297, 37.614184], [-121.70026, 37.614069], [-121.700114, 37.613839999999996], [-121.700018, 37.613744], [-121.699918, 37.613659], [-121.699806, 37.613582], [-121.699689, 37.61351], [-121.69955, 37.61345], [-121.699023, 37.613271], [-121.697497, 37.612862], [-121.696857, 37.612643], [-121.696704, 37.612581], [-121.696636, 37.612544], [-121.696591, 37.61251], [-121.696484, 37.612387], [-121.69633400000001, 37.612145999999996], [-121.696251, 37.611981], [-121.696173, 37.611585999999996], [-121.696067, 37.61117], [-121.696001, 37.611045], [-121.695955, 37.610993], [-121.695801, 37.610856], [-121.695577, 37.610718], [-121.695381, 37.610619], [-121.695233, 37.610519], [-121.695003, 37.610343], [-121.694837, 37.610186999999996], [-121.694784, 37.610119], [-121.69467399999999, 37.609950999999995], [-121.69445400000001, 37.609297999999995], [-121.694256, 37.60884], [-121.69399, 37.608306], [-121.693863, 37.608157999999996], [-121.69378499999999, 37.608084999999996], [-121.693613, 37.607952], [-121.693348, 37.607816], [-121.693224, 37.607769999999995], [-121.692853, 37.607658], [-121.692429, 37.607521999999996], [-121.692235, 37.60743], [-121.692112, 37.607341], [-121.69184, 37.607096999999996], [-121.691683, 37.606971], [-121.691663, 37.606958999999996], [-121.691423, 37.606819], [-121.691181, 37.606733], [-121.691052, 37.606698], [-121.690912, 37.606665], [-121.690747, 37.606638], [-121.69050899999999, 37.606612999999996], [-121.690305, 37.606581999999996], [-121.690101, 37.60653], [-121.689882, 37.606449], [-121.689712, 37.606356999999996], [-121.689317, 37.606111], [-121.688675, 37.605737], [-121.688163, 37.605452], [-121.687738, 37.605154], [-121.68763799999999, 37.605076], [-121.687531, 37.604985], [-121.687258, 37.604727], [-121.687197, 37.604662999999995], [-121.687144, 37.604600000000005], [-121.686954, 37.604130999999995], [-121.68691799999999, 37.604017999999996], [-121.686901, 37.603894], [-121.686888, 37.603718], [-121.686894, 37.603572], [-121.686903, 37.60347], [-121.686919, 37.603308], [-121.686966, 37.60309], [-121.687054, 37.60285], [-121.68708699999999, 37.602806], [-121.687901, 37.6019], [-121.688555, 37.601192999999995], [-121.68869699999999, 37.601009999999995], [-121.688763, 37.600882], [-121.688812, 37.600753999999995], [-121.688835, 37.600653], [-121.688838, 37.600623999999996], [-121.68885, 37.600539999999995], [-121.688912, 37.599626], [-121.688939, 37.599455], [-121.689323, 37.599295999999995], [-121.68968699999999, 37.599031], [-121.689859, 37.598907], [-121.691487, 37.598133], [-121.692022, 37.597904], [-121.692818, 37.597564], [-121.69300000000001, 37.596728], [-121.69317699999999, 37.596412], [-121.693202, 37.595903], [-121.693215, 37.595667], [-121.692306, 37.595016], [-121.691941, 37.594362], [-121.691684, 37.594274], [-121.691571, 37.594367], [-121.69131999999999, 37.595017], [-121.691179, 37.595157], [-121.690095, 37.595214], [-121.68967, 37.594944999999996], [-121.689564, 37.594802], [-121.689387, 37.594561999999996], [-121.688477, 37.594229], [-121.68802, 37.594187999999995], [-121.688004, 37.593951], [-121.688003, 37.593936], [-121.687993, 37.593647], [-121.688008, 37.593379], [-121.68803, 37.593242], [-121.68807, 37.593008], [-121.688282, 37.593024], [-121.68832499999999, 37.593005], [-121.68859, 37.592891], [-121.68868499999999, 37.592497], [-121.68867399999999, 37.592411], [-121.688642, 37.592154], [-121.68871899999999, 37.592137], [-121.688952, 37.592088], [-121.68903, 37.592072], [-121.689209, 37.592152999999996], [-121.689449, 37.592183], [-121.689866, 37.592237], [-121.690079, 37.592587], [-121.690206, 37.592794999999995], [-121.690231, 37.593036], [-121.690233, 37.593053], [-121.690402, 37.593246], [-121.690552, 37.593317], [-121.690625, 37.593356], [-121.69066, 37.593375], [-121.690866, 37.593325], [-121.69094799999999, 37.593306], [-121.691379, 37.592829], [-121.691553, 37.592307999999996], [-121.691698, 37.592104], [-121.692014, 37.592105], [-121.692272, 37.592605999999996], [-121.692418, 37.59289], [-121.69261900000001, 37.59296], [-121.693252, 37.59301], [-121.693799, 37.592625], [-121.694175, 37.592605], [-121.694462, 37.592881], [-121.694664, 37.592883], [-121.695009, 37.592589], [-121.695039, 37.591657], [-121.695384, 37.591637], [-121.695528, 37.591753], [-121.695674, 37.592329], [-121.695846, 37.592422], [-121.696393, 37.592265], [-121.696911, 37.592337], [-121.697026, 37.592223], [-121.697026, 37.592026], [-121.69702699999999, 37.591293], [-121.697603, 37.590862], [-121.698064, 37.590295999999995], [-121.698103, 37.590162], [-121.700422, 37.589681], [-121.70105699999999, 37.589549999999996], [-121.707375, 37.588217], [-121.707754, 37.588138], [-121.709694, 37.587736], [-121.71010799999999, 37.588071], [-121.71019799999999, 37.588198], [-121.710253, 37.588378999999996], [-121.710246, 37.588445], [-121.71017, 37.588592999999996], [-121.710115, 37.588654], [-121.7095, 37.589203], [-121.709349, 37.589307999999996], [-121.709231, 37.589368], [-121.709169, 37.58939], [-121.708962, 37.589417999999995], [-121.708796, 37.589451], [-121.708624, 37.589506], [-121.708444, 37.589577], [-121.708437, 37.589588], [-121.708527, 37.589605], [-121.708631, 37.589604], [-121.709017, 37.589571], [-121.7091, 37.589599], [-121.709176, 37.589648], [-121.709204, 37.589703], [-121.709204, 37.589874], [-121.70921799999999, 37.58989], [-121.709245, 37.589884999999995], [-121.709287, 37.589841], [-121.709335, 37.589742], [-121.70946599999999, 37.589515999999996], [-121.70955599999999, 37.589411999999996], [-121.709625, 37.589352], [-121.710246, 37.588912], [-121.710363, 37.588846], [-121.710543, 37.588764], [-121.710681, 37.588709], [-121.710812, 37.588676], [-121.710954, 37.588671999999995], [-121.71108100000001, 37.58867], [-121.71117100000001, 37.588681], [-121.711268, 37.588713999999996], [-121.71151, 37.588834999999996], [-121.71180000000001, 37.588994], [-121.711958, 37.589104], [-121.712096, 37.589214], [-121.71220000000001, 37.589329], [-121.712283, 37.589461], [-121.712338, 37.589604], [-121.71238, 37.589757999999996], [-121.712414, 37.590053999999995], [-121.712407, 37.590137], [-121.712387, 37.590185999999996], [-121.71218, 37.590483], [-121.71218, 37.590520999999995], [-121.712207, 37.590559999999996], [-121.71244899999999, 37.590785], [-121.712497, 37.590872999999995], [-121.712518, 37.59095], [-121.712518, 37.591032], [-121.712497, 37.591097999999995], [-121.712243, 37.591370999999995], [-121.712249, 37.591389], [-121.71257299999999, 37.591333999999996], [-121.712656, 37.591329], [-121.71275299999999, 37.591339999999995], [-121.712857, 37.591367], [-121.712988, 37.591432999999995], [-121.71314, 37.591538], [-121.713236, 37.59162], [-121.713616, 37.592003999999996], [-121.713706, 37.592109], [-121.713934, 37.592169], [-121.713975, 37.592208], [-121.71403699999999, 37.592411], [-121.71409299999999, 37.592416], [-121.71425099999999, 37.592295], [-121.71473499999999, 37.592026], [-121.714838, 37.591999], [-121.714907, 37.591999], [-121.71524600000001, 37.592043], [-121.71564599999999, 37.592059], [-121.716192, 37.592217999999995], [-121.71646799999999, 37.592273], [-121.717172, 37.592454], [-121.717793, 37.59269], [-121.717911, 37.592723], [-121.71823499999999, 37.592777999999996], [-121.71838, 37.592777999999996], [-121.718518, 37.592766999999995], [-121.718636, 37.592734], [-121.719071, 37.592558], [-121.719202, 37.592535999999996], [-121.719298, 37.592531], [-121.719409, 37.592542], [-121.719526, 37.592563999999996], [-121.719713, 37.592628999999995], [-121.719899, 37.592712], [-121.720238, 37.592931], [-121.72039, 37.593058], [-121.7205, 37.593168], [-121.720576, 37.593261], [-121.720624, 37.593348999999996], [-121.720652, 37.593447999999995], [-121.720666, 37.593635], [-121.720618, 37.594272], [-121.720597, 37.594854], [-121.72057, 37.594997], [-121.720528, 37.595123], [-121.72045299999999, 37.59525], [-121.720177, 37.595634], [-121.719997, 37.595838], [-121.719859, 37.595948], [-121.719714, 37.596014], [-121.719314, 37.596052], [-121.719107, 37.596047], [-121.718975, 37.596052], [-121.718637, 37.596101999999995], [-121.71853300000001, 37.596129], [-121.718388, 37.596205999999995], [-121.717843, 37.596651], [-121.71777399999999, 37.596695], [-121.717691, 37.596734], [-121.717505, 37.5968], [-121.71727, 37.596931999999995], [-121.717167, 37.59697], [-121.717072, 37.596973], [-121.717001, 37.596976], [-121.716593, 37.596948], [-121.716366, 37.596871], [-121.716317, 37.596866], [-121.716283, 37.596882], [-121.7162, 37.597024999999995], [-121.716117, 37.597113], [-121.71600699999999, 37.597184999999996], [-121.715882, 37.597249999999995], [-121.715378, 37.597437], [-121.715089, 37.597612999999996], [-121.714895, 37.597674], [-121.71441899999999, 37.597701], [-121.714391, 37.597712], [-121.714384, 37.597733999999996], [-121.714405, 37.59785], [-121.714412, 37.598003], [-121.714377, 37.598107999999996], [-121.714315, 37.598189999999995], [-121.714226, 37.598251], [-121.714101, 37.598289], [-121.713956, 37.598310999999995], [-121.713514, 37.598317], [-121.713459, 37.598338999999996], [-121.713273, 37.598559], [-121.71319, 37.598635], [-121.71307999999999, 37.598712], [-121.712838, 37.598839], [-121.71268599999999, 37.598883], [-121.712527, 37.59891], [-121.712154, 37.59891], [-121.712065, 37.598932], [-121.711968, 37.598965], [-121.711837, 37.599036999999996], [-121.711726, 37.599108], [-121.711699, 37.599140999999996], [-121.711699, 37.599163], [-121.711733, 37.599174], [-121.711789, 37.599174], [-121.71194, 37.599152], [-121.712617, 37.599097], [-121.712928, 37.599036999999996], [-121.713149, 37.598982], [-121.713646, 37.598789], [-121.713749, 37.598762], [-121.714364, 37.598701], [-121.714454, 37.598707], [-121.714502, 37.598729], [-121.714536, 37.598789], [-121.71455, 37.598859999999995], [-121.71450899999999, 37.598976], [-121.714226, 37.599267], [-121.714219, 37.599295], [-121.714254, 37.5993], [-121.71429499999999, 37.599294], [-121.71484699999999, 37.598948], [-121.71493, 37.598870999999995], [-121.715082, 37.59863], [-121.715227, 37.59852], [-121.71551, 37.598344], [-121.715828, 37.598172999999996], [-121.716159, 37.598025], [-121.71638, 37.597943], [-121.71658, 37.597904], [-121.716739, 37.597882], [-121.717333, 37.597833], [-121.717498, 37.597778], [-121.717823, 37.597716999999996], [-121.717913, 37.597716999999996], [-121.717975, 37.597728], [-121.717989, 37.59775], [-121.717989, 37.597788], [-121.717968, 37.597832], [-121.717726, 37.598233], [-121.71770599999999, 37.598293999999996], [-121.717713, 37.598332], [-121.717733, 37.598349], [-121.717768, 37.598354], [-121.717795, 37.598343], [-121.718244, 37.597832], [-121.718306, 37.597783], [-121.718346, 37.597767], [-121.718368, 37.597772], [-121.718368, 37.597798999999995], [-121.718092, 37.59825], [-121.717906, 37.598585], [-121.717809, 37.598695], [-121.717671, 37.598821], [-121.71754, 37.59892], [-121.716981, 37.599233], [-121.71679499999999, 37.59936], [-121.716698, 37.599437], [-121.716684, 37.599464], [-121.716684, 37.599508], [-121.716753, 37.599772], [-121.716781, 37.6002], [-121.716802, 37.600238999999995], [-121.716843, 37.600266], [-121.716981, 37.60031], [-121.71730600000001, 37.600556999999995], [-121.717375, 37.600595999999996], [-121.717444, 37.600629], [-121.717782, 37.600716999999996], [-121.717817, 37.600739], [-121.717831, 37.600783], [-121.71782400000001, 37.600837], [-121.717727, 37.601002], [-121.717424, 37.601282999999995], [-121.717417, 37.601316], [-121.717555, 37.601490999999996], [-121.717576, 37.601535], [-121.717582, 37.601607], [-121.717907, 37.601628999999996], [-121.717962, 37.601662], [-121.717983, 37.601693999999995], [-121.71800400000001, 37.601997], [-121.718025, 37.602074], [-121.71808, 37.602134], [-121.718453, 37.602266], [-121.71849399999999, 37.602249], [-121.718639, 37.602046], [-121.718715, 37.601957999999996], [-121.718867, 37.601881], [-121.719081, 37.601842999999995], [-121.719468, 37.601848], [-121.71964, 37.601821], [-121.720124, 37.601704999999995], [-121.720213, 37.601715999999996], [-121.720282, 37.601754], [-121.720331, 37.601808999999996], [-121.720365, 37.60187], [-121.720372, 37.601929999999996], [-121.720358, 37.60198], [-121.720331, 37.602029], [-121.720255, 37.602101], [-121.720131, 37.602205], [-121.719972, 37.602315], [-121.719572, 37.602546], [-121.719592, 37.602616999999995], [-121.719613, 37.602627999999996], [-121.720338, 37.602633], [-121.720393, 37.602644], [-121.720414, 37.602661], [-121.720428, 37.602709999999995], [-121.720428, 37.602815], [-121.720407, 37.602969], [-121.720373, 37.603161], [-121.720334, 37.603283999999995], [-121.720311, 37.603359], [-121.720221, 37.603567], [-121.720152, 37.603688], [-121.719759, 37.604216], [-121.719703, 37.604276], [-121.71958599999999, 37.604386], [-121.719469, 37.604473999999996], [-121.719297, 37.604561], [-121.719289, 37.604578], [-121.719324, 37.604666], [-121.719324, 37.604693999999995], [-121.719296, 37.604749], [-121.719193, 37.604875], [-121.719213, 37.604886], [-121.719427, 37.604946], [-121.72001399999999, 37.604434999999995], [-121.720076, 37.604391], [-121.720201, 37.604358], [-121.72031799999999, 37.604358999999995], [-121.720449, 37.604402], [-121.720504, 37.604451999999995], [-121.720781, 37.604759], [-121.720898, 37.604842], [-121.720933, 37.604814], [-121.72094, 37.604780999999996], [-121.720684, 37.604303], [-121.720649, 37.604116999999995], [-121.720649, 37.604023], [-121.720663, 37.603978999999995], [-121.720704, 37.603924], [-121.72077999999999, 37.603868999999996], [-121.720884, 37.603831], [-121.720974, 37.603809], [-121.72104999999999, 37.603809], [-121.721305, 37.603891], [-121.721326, 37.60388], [-121.721333, 37.603803], [-121.721195, 37.603249], [-121.721181, 37.603161], [-121.721195, 37.603139], [-121.721229, 37.603122], [-121.721284, 37.603122], [-121.72136, 37.603144], [-121.721733, 37.603297999999995], [-121.721775, 37.603297999999995], [-121.721788, 37.603280999999996], [-121.72169199999999, 37.602835999999996], [-121.72159500000001, 37.602616999999995], [-121.721553, 37.602474], [-121.721532, 37.602342], [-121.721539, 37.602275999999996], [-121.721567, 37.60221], [-121.721615, 37.602139], [-121.721664, 37.602089], [-121.721767, 37.602039999999995], [-121.721829, 37.602029], [-121.722285, 37.602007], [-121.722313, 37.601996], [-121.722327, 37.601968], [-121.72234, 37.601704], [-121.722368, 37.601606], [-121.72242299999999, 37.601496], [-121.722478, 37.601413], [-121.722492, 37.601341999999995], [-121.722478, 37.60127], [-121.722319, 37.601006999999996], [-121.722264, 37.600868999999996], [-121.72225, 37.600787], [-121.722257, 37.600699], [-121.722291, 37.600589], [-121.72234, 37.600507], [-121.722381, 37.600474], [-121.72254699999999, 37.600408], [-121.722657, 37.60038], [-121.72276099999999, 37.600369], [-121.722858, 37.60038], [-121.72318899999999, 37.600511999999995], [-121.72340299999999, 37.600529], [-121.723596, 37.600583], [-121.723997, 37.600677], [-121.724246, 37.600803], [-121.724322, 37.600825], [-121.724625, 37.600847], [-121.724722, 37.600874], [-121.724812, 37.600907], [-121.725143, 37.601093999999996], [-121.725703, 37.601627], [-121.726276, 37.602081999999996], [-121.726338, 37.602148], [-121.726359, 37.602187], [-121.726332, 37.602275], [-121.725876, 37.602681], [-121.725842, 37.60272], [-121.725848, 37.602742], [-121.72592399999999, 37.602747], [-121.726235, 37.602692], [-121.726477, 37.602703], [-121.72658, 37.602725], [-121.72671199999999, 37.602813], [-121.727126, 37.603235999999995], [-121.72743, 37.603516], [-121.727541, 37.603642], [-121.727603, 37.603747], [-121.72762399999999, 37.60384], [-121.727603, 37.603923], [-121.72756799999999, 37.603977], [-121.727216, 37.604372999999995], [-121.726726, 37.604839999999996], [-121.72665, 37.604939], [-121.726602, 37.605022], [-121.72658200000001, 37.605087], [-121.726561, 37.605306999999996], [-121.726561, 37.605503], [-121.72658200000001, 37.605509999999995], [-121.726589, 37.605505], [-121.726609, 37.605499], [-121.726823, 37.605142], [-121.727092, 37.604867999999996], [-121.727438, 37.604692], [-121.727776, 37.604543], [-121.727948, 37.604504999999996], [-121.728169, 37.604472], [-121.728349, 37.604461], [-121.728522, 37.604472], [-121.728729, 37.604515], [-121.728922, 37.604569999999995], [-121.72908799999999, 37.604647], [-121.72948199999999, 37.604867], [-121.729668, 37.604993], [-121.729799, 37.605103], [-121.730014, 37.605388999999995], [-121.730214, 37.605427], [-121.730318, 37.60546], [-121.730421, 37.605515], [-121.730732, 37.605784], [-121.730994, 37.605965], [-121.73114, 37.606086], [-121.731347, 37.606283999999995], [-121.731589, 37.606536], [-121.731748, 37.606722999999995], [-121.731886, 37.606943], [-121.73196899999999, 37.607118], [-121.73209299999999, 37.607475], [-121.73219, 37.607701], [-121.73223899999999, 37.608008], [-121.73237, 37.608294], [-121.732418, 37.608442], [-121.73245299999999, 37.608805], [-121.73266699999999, 37.609370999999996], [-121.73266100000001, 37.609404], [-121.73263299999999, 37.609437], [-121.732592, 37.609452999999995], [-121.732529, 37.609452999999995], [-121.732412, 37.609404], [-121.732384, 37.609409], [-121.732163, 37.609536], [-121.732115, 37.609547], [-121.732039, 37.609541], [-121.731929, 37.609508], [-121.731797, 37.609442], [-121.73135500000001, 37.609195], [-121.731307, 37.609195], [-121.731266, 37.609206], [-121.731203, 37.609370999999996], [-121.731162, 37.609679], [-121.731135, 37.609739], [-121.731045, 37.609822], [-121.730983, 37.609849], [-121.730879, 37.609871], [-121.730285, 37.609739999999995], [-121.730251, 37.609750999999996], [-121.73016799999999, 37.609871999999996], [-121.729975, 37.609975999999996], [-121.729961, 37.610002], [-121.729968, 37.61002], [-121.730092, 37.610068999999996], [-121.731169, 37.610392999999995], [-121.731335, 37.610459], [-121.731453, 37.610524999999996], [-121.731529, 37.61058], [-121.731556, 37.610634999999995], [-121.731556, 37.610695], [-121.731522, 37.610799], [-121.731336, 37.610980999999995], [-121.73125999999999, 37.611036], [-121.731191, 37.611069], [-121.731122, 37.611091], [-121.731011, 37.611107], [-121.730624, 37.611069], [-121.730597, 37.611073999999995], [-121.73041, 37.611245], [-121.730272, 37.611322], [-121.72994800000001, 37.611354999999996], [-121.729879, 37.611382], [-121.729837, 37.611421], [-121.729837, 37.611481], [-121.72985800000001, 37.611542], [-121.729913, 37.611574999999995], [-121.730321, 37.611646], [-121.730376, 37.611668], [-121.730452, 37.61175], [-121.730473, 37.611810999999996], [-121.730473, 37.611909], [-121.730445, 37.61208], [-121.730404, 37.612223], [-121.73031399999999, 37.612404], [-121.730259, 37.612480999999995], [-121.730204, 37.61253], [-121.730059, 37.612624], [-121.730045, 37.612662], [-121.730045, 37.612711999999995], [-121.730169, 37.613014], [-121.730183, 37.613206], [-121.730177, 37.613398], [-121.730149, 37.61347], [-121.729963, 37.613673], [-121.72992099999999, 37.613734], [-121.729914, 37.613783], [-121.729983, 37.613948], [-121.72999, 37.614025], [-121.72997699999999, 37.614069], [-121.729949, 37.614124], [-121.729728, 37.614354], [-121.729569, 37.614442], [-121.729383, 37.61447], [-121.729265, 37.614459], [-121.729127, 37.614426], [-121.72885099999999, 37.614322], [-121.728264, 37.614129999999996], [-121.72805, 37.614031], [-121.72772499999999, 37.613954], [-121.727642, 37.613927], [-121.727594, 37.613898999999996], [-121.727525, 37.613833], [-121.727428, 37.613718], [-121.727138, 37.613202], [-121.72693100000001, 37.613141], [-121.726863, 37.613130999999996], [-121.72684100000001, 37.613136], [-121.726834, 37.613169], [-121.726945, 37.613592], [-121.726952, 37.613673999999996], [-121.726938, 37.613768], [-121.72689, 37.613921], [-121.726834, 37.614053], [-121.72680000000001, 37.614097], [-121.72671700000001, 37.614169], [-121.726517, 37.614317], [-121.726503, 37.614339], [-121.72650999999999, 37.614383], [-121.726966, 37.614416], [-121.72709, 37.614432], [-121.72727, 37.614471], [-121.727401, 37.614515], [-121.727491, 37.614564], [-121.727567, 37.614635], [-121.72756, 37.614723], [-121.72753900000001, 37.614773], [-121.727498, 37.614822], [-121.727256, 37.615009], [-121.727104, 37.615091], [-121.727091, 37.615111999999996], [-121.727097, 37.61513], [-121.72736, 37.615162999999995], [-121.727615, 37.615212], [-121.727912, 37.615156999999996], [-121.728043, 37.615145999999996], [-121.728195, 37.615168], [-121.72823700000001, 37.61519], [-121.728264, 37.615217], [-121.728292, 37.615261], [-121.728306, 37.615316], [-121.728285, 37.615370999999996], [-121.727837, 37.615838], [-121.727816, 37.615871], [-121.727816, 37.615904], [-121.72794, 37.615959], [-121.727975, 37.615987], [-121.728009, 37.616031], [-121.728161, 37.616305], [-121.72821, 37.616366], [-121.728258, 37.616399], [-121.728285, 37.616403999999996], [-121.728307, 37.616399], [-121.728569, 37.616135], [-121.728762, 37.616008], [-121.728824, 37.615986], [-121.728886, 37.615986], [-121.728983, 37.616019], [-121.729066, 37.616074], [-121.729225, 37.616332], [-121.729253, 37.616365], [-121.729287, 37.616371], [-121.72972899999999, 37.616349], [-121.730185, 37.616375999999995], [-121.730261, 37.616343], [-121.730537, 37.616161999999996], [-121.73062, 37.616133999999995], [-121.730682, 37.616129], [-121.730724, 37.61614], [-121.730793, 37.616178], [-121.730869, 37.616248999999996], [-121.730931, 37.616337], [-121.73097899999999, 37.616381], [-121.731186, 37.616479999999996], [-121.731242, 37.616524], [-121.731276, 37.616568], [-121.73129, 37.616611999999996], [-121.73128299999999, 37.616678], [-121.73124899999999, 37.61676], [-121.73118, 37.616825999999996], [-121.730772, 37.617101], [-121.730614, 37.617177999999996], [-121.730413, 37.617249], [-121.73011, 37.617321], [-121.729702, 37.617398], [-121.729343, 37.617447999999996], [-121.729184, 37.617459], [-121.728666, 37.617464], [-121.72859, 37.61747], [-121.728514, 37.617492], [-121.728487, 37.617508], [-121.728494, 37.617540999999996], [-121.728535, 37.61758], [-121.728618, 37.617624], [-121.72915, 37.617777], [-121.729454, 37.617898], [-121.72982, 37.617942], [-121.729889, 37.617968999999995], [-121.729944, 37.618117999999996], [-121.729951, 37.618601], [-121.729986, 37.618700000000004], [-121.730069, 37.618744], [-121.730095, 37.618749], [-121.730117, 37.618744], [-121.730366, 37.618249], [-121.730455, 37.618123], [-121.73051699999999, 37.618052], [-121.730559, 37.618024], [-121.730628, 37.617996999999995], [-121.731015, 37.617941], [-121.731229, 37.617897], [-121.731408, 37.617875], [-121.73160899999999, 37.617875], [-121.73173299999999, 37.617903], [-121.731761, 37.617951999999995], [-121.731781, 37.618035], [-121.731788, 37.618128], [-121.731781, 37.61826], [-121.731761, 37.618386], [-121.73165, 37.618639], [-121.731657, 37.618672], [-121.731678, 37.618683], [-121.73174, 37.618688], [-121.732106, 37.618672], [-121.732162, 37.618677], [-121.73221699999999, 37.618699], [-121.732282, 37.618766], [-121.73234099999999, 37.618826], [-121.732473, 37.618978999999996], [-121.732528, 37.619078], [-121.732562, 37.619188], [-121.732569, 37.619302999999995], [-121.732563, 37.619391], [-121.732459, 37.619676999999996], [-121.73239699999999, 37.619814], [-121.73219, 37.620039999999996], [-121.73218299999999, 37.620067], [-121.732218, 37.620084], [-121.732473, 37.620104999999995], [-121.732639, 37.620149], [-121.732673, 37.620149], [-121.73270099999999, 37.620138], [-121.732798, 37.62005], [-121.733412, 37.619188], [-121.733516, 37.619060999999995], [-121.733564, 37.619023], [-121.733633, 37.61899], [-121.733695, 37.618973], [-121.73377099999999, 37.618978999999996], [-121.73384, 37.619001], [-121.734103, 37.619231], [-121.734206, 37.619341], [-121.734234, 37.619402], [-121.734234, 37.619599], [-121.734248, 37.619616], [-121.734365, 37.619588], [-121.734407, 37.619566999999996], [-121.734545, 37.619413], [-121.734683, 37.619237], [-121.73471, 37.61916], [-121.734703, 37.619039], [-121.734662, 37.618913], [-121.73462, 37.618840999999996], [-121.734337, 37.618583], [-121.73425399999999, 37.618528], [-121.733943, 37.618407], [-121.733826, 37.618342], [-121.733729, 37.618269999999995], [-121.73366, 37.618199], [-121.733619, 37.618116], [-121.733605, 37.618001], [-121.733632, 37.617962999999996], [-121.733729, 37.617908], [-121.733832, 37.617869], [-121.733895, 37.617858], [-121.73395, 37.617864], [-121.734047, 37.617891], [-121.73437799999999, 37.618023], [-121.734786, 37.618094], [-121.735083, 37.618176], [-121.73528999999999, 37.618193], [-121.735387, 37.618187], [-121.735449, 37.618165], [-121.735649, 37.617962], [-121.73575199999999, 37.617906999999995], [-121.735863, 37.617868], [-121.735987, 37.617841], [-121.736098, 37.617824], [-121.736208, 37.61783], [-121.736277, 37.617885], [-121.736347, 37.618033], [-121.73635999999999, 37.618165], [-121.736402, 37.618379], [-121.736464, 37.618505], [-121.736582, 37.618703], [-121.736713, 37.618901], [-121.736768, 37.619022], [-121.736796, 37.619126], [-121.736803, 37.619225], [-121.73671999999999, 37.619505], [-121.736734, 37.619538], [-121.736928, 37.619603999999995], [-121.736969, 37.619653], [-121.737018, 37.619724999999995], [-121.73707999999999, 37.619906], [-121.73725999999999, 37.620191999999996], [-121.737342, 37.620295999999996], [-121.737577, 37.620312], [-121.73775, 37.62034], [-121.737833, 37.620256999999995], [-121.73814999999999, 37.620135999999995], [-121.73820599999999, 37.620109], [-121.73823999999999, 37.620076], [-121.73823999999999, 37.620049], [-121.738019, 37.619800999999995], [-121.737991, 37.61973], [-121.737984, 37.619642], [-121.738012, 37.619367], [-121.738005, 37.619301], [-121.737839, 37.618972], [-121.737832, 37.618911], [-121.73784599999999, 37.618862], [-121.73787300000001, 37.618835], [-121.737922, 37.618818], [-121.737998, 37.618818], [-121.738233, 37.618867], [-121.738488, 37.618911], [-121.73857100000001, 37.618916999999996], [-121.73884699999999, 37.61884], [-121.739168, 37.618849999999995], [-121.739186, 37.618839], [-121.739227, 37.618674999999996], [-121.73927499999999, 37.618587], [-121.739255, 37.618559], [-121.739006, 37.618362], [-121.738909, 37.618252], [-121.738799, 37.618086999999996], [-121.738715, 37.617944], [-121.738688, 37.617867], [-121.738688, 37.617796], [-121.738708, 37.61773], [-121.73875699999999, 37.61768], [-121.738826, 37.617630999999996], [-121.738902, 37.617591999999995], [-121.739074, 37.617549], [-121.739516, 37.61729], [-121.739565, 37.617246], [-121.73964, 37.617021], [-121.739696, 37.616927], [-121.739751, 37.616867], [-121.739806, 37.616839], [-121.739903, 37.616834], [-121.740048, 37.616839], [-121.740436, 37.616887999999996], [-121.740455, 37.616878], [-121.740455, 37.616845], [-121.740379, 37.61662], [-121.740379, 37.616488], [-121.740393, 37.616361], [-121.74046899999999, 37.616169], [-121.740476, 37.616109], [-121.74041700000001, 37.615777], [-121.74051399999999, 37.615733999999996], [-121.74080599999999, 37.615609], [-121.740904, 37.615567999999996], [-121.74094, 37.615131999999996], [-121.741092, 37.614743], [-121.741328, 37.614467], [-121.74185800000001, 37.614259], [-121.74208899999999, 37.614169], [-121.742938, 37.614143999999996], [-121.743962, 37.6146], [-121.74431799999999, 37.615035], [-121.744559, 37.615583], [-121.744809, 37.615784], [-121.744978, 37.615793], [-121.745263, 37.615811], [-121.746407, 37.615421], [-121.746415, 37.615418999999996], [-121.74772899999999, 37.614971], [-121.74810000000001, 37.614844999999995], [-121.748099, 37.615052999999996], [-121.748116, 37.615136], [-121.748137, 37.615184], [-121.748154, 37.615212], [-121.748413, 37.615651], [-121.748548, 37.615843999999996], [-121.748704, 37.615987], [-121.748791, 37.61604], [-121.748859, 37.616077], [-121.74903, 37.616171], [-121.74911900000001, 37.616226], [-121.74918, 37.616277]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,254,0)", "fill-opacity": 0.75, "intersection_density": 1.237}, "geometry": {"type": "Polygon", "coordinates": [[[-121.592907, 37.591921], [-121.593003, 37.591944999999996], [-121.59306699999999, 37.591952], [-121.59314, 37.591955], [-121.593208, 37.591949], [-121.59326, 37.591936], [-121.59355099999999, 37.591721], [-121.593625, 37.591682], [-121.59368, 37.59166], [-121.59370799999999, 37.591653], [-121.593969, 37.591592999999996], [-121.594068, 37.591588], [-121.594161, 37.5916], [-121.594264, 37.591604], [-121.594432, 37.591584999999995], [-121.594572, 37.591528], [-121.59470999999999, 37.591476], [-121.594855, 37.591457], [-121.594945, 37.591463], [-121.59508199999999, 37.591494], [-121.595192, 37.591527], [-121.595444, 37.591584], [-121.59555, 37.591603], [-121.59567799999999, 37.591606999999996], [-121.595795, 37.591598999999995], [-121.595876, 37.591581999999995], [-121.59621899999999, 37.59155], [-121.596335, 37.591546], [-121.596459, 37.591542], [-121.59689, 37.591502], [-121.59705199999999, 37.591504], [-121.597226, 37.591497], [-121.597611, 37.591763], [-121.597927, 37.591972], [-121.598111, 37.592068], [-121.598367, 37.592242999999996], [-121.598454, 37.592338], [-121.598582, 37.59245], [-121.598765, 37.59259], [-121.598858, 37.592653999999996], [-121.599024, 37.592743999999996], [-121.599143, 37.592824], [-121.599364, 37.592915], [-121.599456, 37.592938], [-121.599526, 37.592946], [-121.59966, 37.593005999999995], [-121.599755, 37.593075], [-121.59986, 37.59318], [-121.599928, 37.59328], [-121.599972, 37.593424], [-121.599991, 37.593513], [-121.600027, 37.593599], [-121.600109, 37.593672], [-121.600182, 37.593724], [-121.600408, 37.593817], [-121.600509, 37.593854], [-121.600577, 37.593889], [-121.600728, 37.594042], [-121.600943, 37.594211], [-121.601039, 37.594263999999995], [-121.601122, 37.594319], [-121.601195, 37.594361], [-121.601287, 37.594434], [-121.601339, 37.594484], [-121.601412, 37.594566], [-121.60148, 37.59467], [-121.601574, 37.59484], [-121.601605, 37.594885999999995], [-121.601673, 37.595006], [-121.601827, 37.595203999999995], [-121.601893, 37.595281], [-121.602217, 37.59554], [-121.602296, 37.595597], [-121.602368, 37.595679], [-121.60248899999999, 37.595867], [-121.602535, 37.595931], [-121.602585, 37.595971999999996], [-121.602632, 37.595991], [-121.60271, 37.596012], [-121.602765, 37.596019], [-121.602914, 37.59601], [-121.603077, 37.595983], [-121.603174, 37.595957], [-121.60325399999999, 37.595922], [-121.603348, 37.595889], [-121.603577, 37.595786], [-121.603745, 37.595731], [-121.60388499999999, 37.59569], [-121.603981, 37.595669], [-121.604181, 37.595642], [-121.604264, 37.595642999999995], [-121.604362, 37.595658], [-121.604461, 37.595684], [-121.60460499999999, 37.595728], [-121.604969, 37.595793], [-121.60509, 37.595824], [-121.60516799999999, 37.595853999999996], [-121.605264, 37.595914], [-121.605443, 37.596078], [-121.605566, 37.596149], [-121.605645, 37.59618], [-121.605769, 37.596204], [-121.60612, 37.596216999999996], [-121.606254, 37.596243], [-121.606331, 37.596295999999995], [-121.60642, 37.596516], [-121.60647900000001, 37.596585999999995], [-121.606566, 37.59665], [-121.606861, 37.596771], [-121.607179, 37.596872], [-121.607329, 37.596909], [-121.607592, 37.597021], [-121.607849, 37.597197], [-121.608188, 37.597417], [-121.608564, 37.597618], [-121.608679, 37.597694], [-121.608792, 37.597832], [-121.608885, 37.597969], [-121.609039, 37.598182], [-121.609217, 37.598365], [-121.609445, 37.598552], [-121.609895, 37.598822999999996], [-121.61060499999999, 37.599208], [-121.610825, 37.599242], [-121.610937, 37.599255], [-121.611064, 37.599256], [-121.611249, 37.599249], [-121.611412, 37.599275999999996], [-121.611638, 37.59934], [-121.61191, 37.599469], [-121.612099, 37.599575], [-121.612232, 37.599616999999995], [-121.612539, 37.599692999999995], [-121.612716, 37.599731], [-121.612854, 37.599755], [-121.613028, 37.599779], [-121.613371, 37.599804], [-121.613576, 37.599802], [-121.6139, 37.599819], [-121.614098, 37.59979], [-121.614218, 37.599765999999995], [-121.614341, 37.599765999999995], [-121.614495, 37.599779], [-121.614768, 37.599858], [-121.615106, 37.599989], [-121.615297, 37.600076], [-121.61540000000001, 37.600134], [-121.615546, 37.600179], [-121.615719, 37.600217], [-121.615888, 37.600268], [-121.616045, 37.600347], [-121.616102, 37.600386], [-121.61615499999999, 37.600438], [-121.616193, 37.600513], [-121.616236, 37.600642], [-121.616285, 37.600735], [-121.61630000000001, 37.600761999999996], [-121.616375, 37.600857], [-121.616884, 37.601293999999996], [-121.616984, 37.601385], [-121.617104, 37.601549], [-121.617141, 37.601635], [-121.617181, 37.601797], [-121.617183, 37.60187], [-121.617193, 37.601928], [-121.617215, 37.601998], [-121.61726, 37.602094], [-121.617354, 37.602246], [-121.61742100000001, 37.602339], [-121.617671, 37.602613999999996], [-121.617816, 37.602858999999995], [-121.617888, 37.602995], [-121.618214, 37.603373], [-121.618304, 37.603462], [-121.618365, 37.603533], [-121.61841799999999, 37.603584999999995], [-121.61846299999999, 37.603651], [-121.618502, 37.603750999999995], [-121.61851300000001, 37.603879], [-121.61853099999999, 37.603938], [-121.61857599999999, 37.604002], [-121.618633, 37.604045], [-121.618694, 37.604109], [-121.618774, 37.604178], [-121.618807, 37.604239], [-121.618818, 37.6043], [-121.61882, 37.604358], [-121.618807, 37.604457], [-121.61879, 37.604545], [-121.618781, 37.604635], [-121.618791, 37.604696], [-121.618817, 37.604757], [-121.618855, 37.604814], [-121.618904, 37.604866], [-121.618999, 37.604942], [-121.619064, 37.605005999999996], [-121.619282, 37.605264999999996], [-121.61941999999999, 37.605429], [-121.619471, 37.605512999999995], [-121.619509, 37.605596999999996], [-121.619519, 37.605616999999995], [-121.61952600000001, 37.605694], [-121.619516, 37.605784], [-121.619464, 37.605931999999996], [-121.619395, 37.606071], [-121.61925099999999, 37.606336999999996], [-121.61914, 37.606516], [-121.619076, 37.606601], [-121.619007, 37.606667], [-121.618931, 37.606741], [-121.618899, 37.606829], [-121.618905, 37.606894], [-121.618933, 37.606949], [-121.618965, 37.606985], [-121.618993, 37.606995999999995], [-121.618766, 37.606958], [-121.618491, 37.60711], [-121.618355, 37.60723], [-121.61821, 37.60736], [-121.618029, 37.607546], [-121.617492, 37.607602], [-121.617092, 37.607804], [-121.61676299999999, 37.608055], [-121.616632, 37.608247], [-121.616643, 37.608336], [-121.616665, 37.608516], [-121.616875, 37.608705], [-121.617015, 37.608928], [-121.615702, 37.609065], [-121.611764, 37.609477999999996], [-121.610452, 37.609617], [-121.609789, 37.609687], [-121.608257, 37.60984], [-121.601972, 37.610468999999995], [-121.60167200000001, 37.610501], [-121.599479, 37.610738999999995], [-121.59943799999999, 37.610399], [-121.599328, 37.610175], [-121.599082, 37.610006], [-121.598855, 37.609611], [-121.59855400000001, 37.609224], [-121.597936, 37.608883], [-121.59790100000001, 37.608834], [-121.597702, 37.608551], [-121.597538, 37.608101999999995], [-121.597253, 37.607709], [-121.596822, 37.60732], [-121.59638, 37.607095], [-121.596158, 37.606639], [-121.59593100000001, 37.606254], [-121.59577999999999, 37.605813], [-121.595691, 37.605374], [-121.595544, 37.604763999999996], [-121.59538599999999, 37.604262999999996], [-121.595264, 37.604154], [-121.594716, 37.603819], [-121.59427600000001, 37.603586], [-121.593846, 37.603199], [-121.593497, 37.602818], [-121.59342, 37.602734], [-121.593115, 37.602633999999995], [-121.592876, 37.602363], [-121.592712, 37.601915], [-121.592495, 37.601411999999996], [-121.592248, 37.601289], [-121.591871, 37.601194], [-121.591775, 37.601130999999995], [-121.59136, 37.600971], [-121.590903, 37.600806999999996], [-121.59070000000001, 37.600735], [-121.59024, 37.600314], [-121.59003, 37.600156], [-121.58913799999999, 37.600085], [-121.588402, 37.599978], [-121.588352, 37.599979999999995], [-121.58769, 37.600007999999995], [-121.587428, 37.599956], [-121.587463, 37.59994], [-121.587591, 37.599914999999996], [-121.587741, 37.599875999999995], [-121.587947, 37.599849], [-121.588188, 37.599835999999996], [-121.58832699999999, 37.599861], [-121.58846199999999, 37.599862], [-121.58855299999999, 37.599844999999995], [-121.588674, 37.599784], [-121.588692, 37.599755], [-121.588722, 37.599728], [-121.588799, 37.599714999999996], [-121.588876, 37.599723], [-121.588931, 37.599737], [-121.589015, 37.599801], [-121.589062, 37.599827], [-121.589126, 37.599835999999996], [-121.589216, 37.599831], [-121.589359, 37.599812], [-121.589484, 37.599813999999995], [-121.589585, 37.599821999999996], [-121.589666, 37.599843], [-121.589751, 37.599883999999996], [-121.589853, 37.599948999999995], [-121.589941, 37.600013], [-121.590013, 37.600059], [-121.59011100000001, 37.600085], [-121.590187, 37.600114999999995], [-121.590242, 37.600147], [-121.590312, 37.600280999999995], [-121.590362, 37.600363], [-121.590408, 37.60041], [-121.590506, 37.600474999999996], [-121.590605, 37.600507], [-121.590767, 37.600586], [-121.59110799999999, 37.60068], [-121.591251, 37.600685999999996], [-121.591337, 37.60066], [-121.59138899999999, 37.600623], [-121.591429, 37.600550999999996], [-121.591512, 37.600424], [-121.591526, 37.600358], [-121.591584, 37.600265], [-121.59162, 37.600186], [-121.591643, 37.600058], [-121.591681, 37.599897999999996], [-121.591703, 37.599784], [-121.591685, 37.599576], [-121.591669, 37.599506], [-121.591652, 37.59947], [-121.591585, 37.599416999999995], [-121.591517, 37.59938], [-121.591449, 37.599334999999996], [-121.591399, 37.599281999999995], [-121.59134, 37.599244999999996], [-121.591273, 37.599218], [-121.591128, 37.599184], [-121.590987, 37.599165], [-121.590963, 37.599164], [-121.59085400000001, 37.599163], [-121.590693, 37.599145], [-121.590608, 37.599106], [-121.590472, 37.599064], [-121.59038699999999, 37.599013], [-121.590295, 37.598929], [-121.590194, 37.598844], [-121.590119, 37.598737], [-121.590035, 37.598669], [-121.589959, 37.598597999999996], [-121.58980700000001, 37.598507999999995], [-121.58977, 37.598458], [-121.589724, 37.598372], [-121.58970000000001, 37.59827], [-121.589693, 37.598214], [-121.58962700000001, 37.598195], [-121.589536, 37.598217], [-121.589482, 37.598257], [-121.589395, 37.598298], [-121.589304, 37.598331], [-121.589191, 37.598364], [-121.58902, 37.598366], [-121.588866, 37.598352999999996], [-121.588668, 37.598349999999996], [-121.588369, 37.598329], [-121.58830499999999, 37.598317], [-121.58820399999999, 37.598279999999995], [-121.587966, 37.598175], [-121.587804, 37.598119], [-121.587499, 37.598034999999996], [-121.587392, 37.598011], [-121.587317, 37.598003], [-121.587243, 37.597958999999996], [-121.58716, 37.597882], [-121.58704900000001, 37.59777], [-121.58697699999999, 37.597679], [-121.586919, 37.597567999999995], [-121.5869, 37.597448], [-121.586918, 37.597363], [-121.586989, 37.597301], [-121.58708, 37.597272], [-121.587203, 37.597274], [-121.587315, 37.597293], [-121.587442, 37.597339999999996], [-121.58759599999999, 37.597369], [-121.58770799999999, 37.597395], [-121.58805699999999, 37.597595], [-121.588168, 37.597635], [-121.58845600000001, 37.597691999999995], [-121.588595, 37.597702999999996], [-121.588675, 37.597704], [-121.58875499999999, 37.597696], [-121.588852, 37.597668], [-121.58897, 37.597617], [-121.5891, 37.597542], [-121.589197, 37.59748], [-121.589398, 37.59728], [-121.58948699999999, 37.597229], [-121.589542, 37.597204999999995], [-121.589606, 37.597206], [-121.589664, 37.597225], [-121.589727, 37.597260999999996], [-121.589823, 37.597339], [-121.589893, 37.59738], [-121.589953, 37.597398999999996], [-121.590096, 37.597394], [-121.590459, 37.597394], [-121.59053399999999, 37.597401999999995], [-121.590602, 37.597414], [-121.590686, 37.597457999999996], [-121.590786, 37.597525999999995], [-121.590999, 37.597632999999995], [-121.591058, 37.597646999999995], [-121.59117499999999, 37.597648], [-121.591227, 37.597635], [-121.591369, 37.597576], [-121.591429, 37.597527], [-121.591498, 37.597456], [-121.591541, 37.597393], [-121.591572, 37.597331], [-121.59156999999999, 37.597241], [-121.591545, 37.597195], [-121.59149099999999, 37.597152], [-121.591404, 37.597117], [-121.59131, 37.597108999999996], [-121.591234, 37.59711], [-121.59117599999999, 37.597076], [-121.591152, 37.59701], [-121.59115299999999, 37.596942999999996], [-121.591222, 37.596894], [-121.591358, 37.596817], [-121.591443, 37.596788], [-121.591528, 37.596771], [-121.591793, 37.596835], [-121.59199, 37.596849], [-121.592243, 37.596886], [-121.592399, 37.596937], [-121.592575, 37.597], [-121.592911, 37.597085], [-121.592986, 37.597086], [-121.593063, 37.597066999999996], [-121.59315699999999, 37.59703], [-121.593264, 37.596934], [-121.593389, 37.596790999999996], [-121.593476, 37.596657], [-121.59355, 37.596494], [-121.593625, 37.596343], [-121.593649, 37.596242], [-121.59365, 37.596157], [-121.593626, 37.596095999999996], [-121.593566, 37.596032], [-121.593406, 37.595935], [-121.593087, 37.595701999999996], [-121.592949, 37.595635], [-121.592836, 37.595568], [-121.592766, 37.595531], [-121.59268900000001, 37.595504999999996], [-121.592575, 37.595445], [-121.592355, 37.595371], [-121.59224499999999, 37.595313], [-121.592151, 37.595276], [-121.592078, 37.59521], [-121.592022, 37.595141], [-121.591936, 37.595019], [-121.591872, 37.594908], [-121.591826, 37.594778999999996], [-121.59177, 37.594679], [-121.59167, 37.594558], [-121.591598, 37.594485], [-121.591496, 37.594409999999996], [-121.591351, 37.594342999999995], [-121.591315, 37.594308], [-121.591295, 37.59427], [-121.591283, 37.594227], [-121.59128799999999, 37.594190999999995], [-121.591346, 37.594151], [-121.591433, 37.594128999999995], [-121.591551, 37.594122], [-121.591686, 37.594119], [-121.591965, 37.59412], [-121.592056, 37.594111999999996], [-121.59227, 37.594052], [-121.592395, 37.593987999999996], [-121.592474, 37.593931999999995], [-121.592777, 37.593769], [-121.592881, 37.593686999999996], [-121.592956, 37.593616], [-121.593006, 37.593537999999995], [-121.59304900000001, 37.593472999999996], [-121.593166, 37.593306999999996], [-121.593249, 37.593243], [-121.593357, 37.593193], [-121.593464, 37.593153], [-121.593604, 37.593139], [-121.59367, 37.593146999999995], [-121.593764, 37.593168], [-121.59382099999999, 37.5932], [-121.593941, 37.593353], [-121.593994, 37.593413999999996], [-121.594066, 37.593461999999995], [-121.594213, 37.593514], [-121.594443, 37.593534], [-121.59457, 37.593534], [-121.59466499999999, 37.593528], [-121.59476, 37.593506999999995], [-121.594832, 37.593474], [-121.594899, 37.593424999999996], [-121.594953, 37.593401], [-121.59504799999999, 37.59337], [-121.595089, 37.593362], [-121.595139, 37.593357999999995], [-121.59522799999999, 37.593361], [-121.595414, 37.593379], [-121.595504, 37.593374], [-121.59557, 37.593363], [-121.59564, 37.593323], [-121.59567799999999, 37.59327], [-121.59571199999999, 37.593209], [-121.595713, 37.593162], [-121.595652, 37.593103], [-121.595592, 37.593052], [-121.595535, 37.593011], [-121.595254, 37.592924], [-121.595155, 37.592881], [-121.594997, 37.592800000000004], [-121.594928, 37.592718], [-121.594872, 37.592663], [-121.594779, 37.592617], [-121.594656, 37.592569999999995], [-121.594498, 37.592559], [-121.594379, 37.592558], [-121.594236, 37.592545], [-121.59412499999999, 37.59253], [-121.594047, 37.592511], [-121.593966, 37.592483], [-121.593876, 37.592439], [-121.59365199999999, 37.592341999999995], [-121.593526, 37.592279999999995], [-121.593408, 37.592236], [-121.59333, 37.592214], [-121.59313399999999, 37.592166999999996], [-121.593048, 37.592132], [-121.592971, 37.592093], [-121.592947, 37.592059], [-121.592924, 37.591992999999995], [-121.592907, 37.591921]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,244,0)", "fill-opacity": 0.75, "intersection_density": 21.038}, "geometry": {"type": "Polygon", "coordinates": [[[-121.979372, 37.69883], [-121.979353, 37.698882], [-121.979293, 37.69905], [-121.979271, 37.699113], [-121.979225, 37.699216], [-121.979199, 37.699270999999996], [-121.979194, 37.699284], [-121.97913, 37.699408999999996], [-121.979096, 37.699467], [-121.979072, 37.699508], [-121.979032, 37.699563], [-121.978999, 37.699608], [-121.978924, 37.699701999999995], [-121.978889, 37.699742], [-121.978861, 37.699774], [-121.978776, 37.699853999999995], [-121.978704, 37.699918], [-121.978611, 37.699985999999996], [-121.978496, 37.700047999999995], [-121.978425, 37.700083], [-121.97826599999999, 37.700154], [-121.978168, 37.700184], [-121.978155, 37.700189], [-121.978062, 37.700213], [-121.977886, 37.700243], [-121.977701, 37.700255], [-121.977693, 37.699912], [-121.97766899999999, 37.698884], [-121.977662, 37.698541999999996], [-121.978004, 37.698599], [-121.97903, 37.698772], [-121.979372, 37.69883]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,225,0)", "fill-opacity": 0.75, "intersection_density": 57.532}, "geometry": {"type": "Polygon", "coordinates": [[[-121.862651, 37.577942], [-121.862829, 37.577871], [-121.862915, 37.577794], [-121.86305, 37.577684], [-121.86332, 37.577521999999995], [-121.863711, 37.577414999999995], [-121.863833, 37.577373], [-121.863962, 37.577311], [-121.86409, 37.577269], [-121.864396, 37.577149999999996], [-121.8645, 37.577132], [-121.864676, 37.57711], [-121.864919, 37.577121999999996], [-121.865017, 37.577123], [-121.865092, 37.577112], [-121.865061, 37.577149], [-121.864847, 37.577411999999995], [-121.864776, 37.5775], [-121.864757, 37.57743], [-121.864727, 37.577386], [-121.864691, 37.577346999999996], [-121.86463, 37.577341], [-121.864569, 37.577365], [-121.864465, 37.577417], [-121.864361, 37.577455], [-121.864257, 37.577498], [-121.864141, 37.577529999999996], [-121.864043, 37.577573], [-121.86386, 37.577633999999996], [-121.86341999999999, 37.577756], [-121.863078, 37.577844], [-121.862864, 37.577909999999996], [-121.862651, 37.577942]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,159,0)", "fill-opacity": 0.75, "intersection_density": 184.312}, "geometry": {"type": "Polygon", "coordinates": [[[-121.910896, 37.679279], [-121.910826, 37.679305], [-121.91074499999999, 37.67933], [-121.910292, 37.679475], [-121.910141, 37.679524], [-121.910111, 37.679532], [-121.910023, 37.679559999999995], [-121.909994, 37.67957], [-121.90986, 37.679612], [-121.90978, 37.679638], [-121.909457, 37.679735], [-121.909323, 37.679776], [-121.909262, 37.679632], [-121.90907899999999, 37.679202], [-121.909018, 37.679058999999995], [-121.909324, 37.678958], [-121.910242, 37.678658], [-121.91041899999999, 37.678601], [-121.910552, 37.67857], [-121.910597, 37.678654], [-121.910732, 37.678909], [-121.910778, 37.678993999999996], [-121.91080099999999, 37.67905], [-121.910872, 37.679221], [-121.910896, 37.679279]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-121.564238, 37.738537], [-121.564152, 37.738658], [-121.564035, 37.738825999999996], [-121.563895, 37.739024], [-121.56381, 37.739146], [-121.56352799999999, 37.739385], [-121.563248, 37.739609], [-121.56303, 37.739675], [-121.56275, 37.739675999999996], [-121.562584, 37.739683], [-121.562471, 37.739689], [-121.562191, 37.739582999999996], [-121.562049, 37.739430999999996], [-121.561908, 37.739269], [-121.56182799999999, 37.739121], [-121.561762, 37.738909], [-121.561819, 37.738747], [-121.561965, 37.738534], [-121.562426, 37.738110999999996], [-121.562764, 37.737626999999996], [-121.562957, 37.737482], [-121.563166, 37.737321], [-121.563301, 37.737272], [-121.563571, 37.73728], [-121.563841, 37.737349], [-121.563958, 37.737412], [-121.564049, 37.737462], [-121.564186, 37.737518], [-121.564317, 37.737739999999995], [-121.564449, 37.737905999999995], [-121.564446, 37.738079], [-121.56438, 37.738307999999996], [-121.564238, 37.738537]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 100.0}, "geometry": {"type": "Polygon", "coordinates": [[[-121.558604, 37.747316], [-121.55876, 37.747403999999996], [-121.559231, 37.747668], [-121.559388, 37.747757], [-121.56115199999999, 37.748745], [-121.563227, 37.749908], [-121.563138, 37.753595], [-121.56309, 37.755617], [-121.563023, 37.75562], [-121.562963, 37.755624], [-121.562824, 37.755628], [-121.562758, 37.755631], [-121.562805, 37.753485999999995], [-121.562885, 37.749921], [-121.560436, 37.74843], [-121.558604, 37.747316]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,250,0)", "fill-opacity": 0.75, "intersection_density": 9.052999999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-121.559017, 37.739844999999995], [-121.560065, 37.74029], [-121.56023, 37.740348999999995], [-121.560541, 37.740491999999996], [-121.56091, 37.740652], [-121.561075, 37.740708], [-121.561215, 37.740750999999996], [-121.561572, 37.740836], [-121.561836, 37.740893], [-121.562122, 37.740949], [-121.562426, 37.74099], [-121.563175, 37.741091999999995], [-121.563513, 37.741136999999995], [-121.564044, 37.7412], [-121.56573, 37.741441], [-121.566062, 37.741496999999995], [-121.56639, 37.741544], [-121.56781699999999, 37.741738999999995], [-121.568254, 37.741778], [-121.56853699999999, 37.741791], [-121.568828, 37.741799], [-121.569284, 37.741817999999995], [-121.569728, 37.741825], [-121.569799, 37.741823], [-121.569974, 37.741821], [-121.571049, 37.741776], [-121.57181, 37.741776], [-121.572274, 37.741768], [-121.572283, 37.741797], [-121.572311, 37.741884], [-121.572321, 37.741913], [-121.572116, 37.741926], [-121.57122799999999, 37.741966999999995], [-121.570547, 37.742022], [-121.57028, 37.742045], [-121.57007300000001, 37.742064], [-121.569962, 37.742069], [-121.569658, 37.742095], [-121.568416, 37.742179], [-121.56791, 37.742225], [-121.566176, 37.742352], [-121.56548, 37.742414], [-121.56534500000001, 37.742421], [-121.56493, 37.742453999999995], [-121.56416300000001, 37.742503], [-121.563982, 37.742515], [-121.563565, 37.742543], [-121.563211, 37.742574999999995], [-121.562888, 37.7426], [-121.562693, 37.742618], [-121.562125, 37.74267], [-121.561733, 37.742699], [-121.561455, 37.742725], [-121.561215, 37.742565], [-121.56111899999999, 37.742502], [-121.560996, 37.742408], [-121.560859, 37.742303], [-121.560507, 37.741911], [-121.560321, 37.741665999999995], [-121.560214, 37.741563], [-121.560082, 37.741454999999995], [-121.560033, 37.741417], [-121.559882, 37.7413], [-121.559585, 37.741096], [-121.559445, 37.740963], [-121.559212, 37.740795999999996], [-121.559021, 37.740652], [-121.558922, 37.740578], [-121.558759, 37.740444], [-121.558199, 37.739914], [-121.558096, 37.739837], [-121.557855, 37.739625], [-121.557737, 37.739539], [-121.55737500000001, 37.739246], [-121.557062, 37.738966], [-121.557054, 37.738960999999996], [-121.557058, 37.738838], [-121.557059, 37.738589999999995], [-121.557569, 37.738985], [-121.557728, 37.739097], [-121.55805, 37.739298999999995], [-121.558363, 37.739488], [-121.558793, 37.739726], [-121.559017, 37.739844999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,253,0)", "fill-opacity": 0.75, "intersection_density": 4.573}, "geometry": {"type": "Polygon", "coordinates": [[[-121.615562, 37.667145999999995], [-121.615719, 37.667119], [-121.615872, 37.667096], [-121.61609899999999, 37.667049], [-121.616432, 37.666996], [-121.616607, 37.666962], [-121.616747, 37.666914], [-121.616905, 37.666851], [-121.61706, 37.666776999999996], [-121.617115, 37.666751999999995], [-121.617291, 37.666689], [-121.617481, 37.666637], [-121.617849, 37.666591], [-121.618239, 37.666578], [-121.618386, 37.666598], [-121.618554, 37.666654], [-121.618816, 37.666785], [-121.618989, 37.666866], [-121.619287, 37.666964], [-121.619412, 37.666984], [-121.61966699999999, 37.667034], [-121.61983599999999, 37.667079], [-121.620001, 37.66713], [-121.620117, 37.667193], [-121.620239, 37.667249999999996], [-121.620323, 37.667305], [-121.620456, 37.667429], [-121.620563, 37.667468], [-121.62064699999999, 37.667522999999996], [-121.62075300000001, 37.667581], [-121.620899, 37.667682], [-121.62108, 37.667828], [-121.621195, 37.667930999999996], [-121.621292, 37.667992999999996], [-121.621315, 37.668002], [-121.621395, 37.668034], [-121.621477, 37.66806], [-121.621611, 37.668088999999995], [-121.62174, 37.668138], [-121.621869, 37.668177], [-121.621989, 37.668228], [-121.622079, 37.668243], [-121.62237400000001, 37.668267], [-121.622668, 37.668259], [-121.622826, 37.668251999999995], [-121.622906, 37.668248], [-121.623058, 37.668245], [-121.623183, 37.668254], [-121.623322, 37.668271], [-121.623434, 37.668299], [-121.623612, 37.66836], [-121.623874, 37.668482999999995], [-121.624016, 37.668558999999995], [-121.624453, 37.66883], [-121.624806, 37.669136], [-121.625017, 37.66937], [-121.625201, 37.669562], [-121.62528, 37.669668], [-121.625328, 37.669731999999996], [-121.625321, 37.669847], [-121.625271, 37.669936], [-121.625065, 37.670119], [-121.62499199999999, 37.670192], [-121.624945, 37.670308999999996], [-121.62493, 37.670443999999996], [-121.62493599999999, 37.670561], [-121.624934, 37.670643999999996], [-121.62490000000001, 37.670714], [-121.624804, 37.670821], [-121.624717, 37.670894], [-121.62459, 37.670992], [-121.62427199999999, 37.671189], [-121.62419, 37.671262], [-121.624149, 37.671310999999996], [-121.624112, 37.671396], [-121.624057, 37.671555999999995], [-121.624032, 37.671676999999995], [-121.623954, 37.671802], [-121.623876, 37.671907], [-121.62377599999999, 37.671991999999996], [-121.623617, 37.672114], [-121.623521, 37.672171], [-121.623419, 37.672219999999996], [-121.623302, 37.672286], [-121.623085, 37.672376], [-121.62290999999999, 37.672412], [-121.622616, 37.672492], [-121.622526, 37.672534], [-121.622435, 37.672571], [-121.622368, 37.672624], [-121.622281, 37.672709], [-121.62223, 37.672803], [-121.6222, 37.672936], [-121.622197, 37.672992], [-121.62222, 37.673201999999996], [-121.622267, 37.673345999999995], [-121.622303, 37.673432], [-121.622386, 37.673536999999996], [-121.622488, 37.673649], [-121.622646, 37.673795], [-121.622804, 37.674004], [-121.622944, 37.674208], [-121.623051, 37.674374], [-121.623127, 37.674551], [-121.623195, 37.674793], [-121.623218, 37.675038], [-121.623218, 37.675162], [-121.623201, 37.67534], [-121.623189, 37.675526999999995], [-121.623177, 37.675726999999995], [-121.623173, 37.67595], [-121.623209, 37.676088], [-121.623268, 37.676262], [-121.6233, 37.676459], [-121.623319, 37.676544], [-121.623353, 37.676687], [-121.62347, 37.677043999999995], [-121.623522, 37.67725], [-121.623583, 37.677519], [-121.623564, 37.67767], [-121.623528, 37.677807], [-121.623539, 37.678007], [-121.623581, 37.678096], [-121.623588, 37.678411], [-121.62360000000001, 37.678486], [-121.62370899999999, 37.679035], [-121.62374, 37.679123], [-121.623864, 37.679381], [-121.623872, 37.679392], [-121.623329, 37.678947], [-121.62292099999999, 37.678678999999995], [-121.62271, 37.678511], [-121.62251499999999, 37.678233999999996], [-121.62203099999999, 37.67801], [-121.621819, 37.677901999999996], [-121.621759, 37.677786999999995], [-121.621686, 37.677564], [-121.621901, 37.677296], [-121.621905, 37.677065], [-121.62163100000001, 37.676959], [-121.621083, 37.676922], [-121.620797, 37.676902999999996], [-121.619845, 37.6769], [-121.619163, 37.676942], [-121.61889, 37.676902], [-121.618543, 37.676848], [-121.618194, 37.676787], [-121.617922, 37.676618], [-121.617863, 37.676457], [-121.61800000000001, 37.676272], [-121.618065, 37.675965999999995], [-121.618071, 37.675453], [-121.617936, 37.675222999999995], [-121.617603, 37.675135999999995], [-121.617119, 37.675067], [-121.61671, 37.675118999999995], [-121.616497, 37.675064], [-121.61630199999999, 37.674957], [-121.616014, 37.674956], [-121.615681, 37.675008999999996], [-121.615334, 37.675174999999996], [-121.615061, 37.675159], [-121.614788, 37.675050999999996], [-121.61471399999999, 37.674897], [-121.614717, 37.674728], [-121.614856, 37.674455], [-121.61507399999999, 37.674168], [-121.615289, 37.673961], [-121.61549, 37.673831], [-121.615628, 37.673631], [-121.615708, 37.673441], [-121.615634, 37.673179999999995], [-121.615713, 37.672843], [-121.615853, 37.672557999999995], [-121.615992, 37.672352], [-121.615995, 37.672200000000004], [-121.615783, 37.672069], [-121.615512, 37.671907999999995], [-121.615377, 37.671624], [-121.615303, 37.671292], [-121.615308, 37.670787], [-121.615305, 37.670767], [-121.61525, 37.670403], [-121.615315, 37.67003], [-121.615394, 37.669739], [-121.615595, 37.669523999999996], [-121.615951, 37.669185999999996], [-121.61616599999999, 37.668917], [-121.61637, 37.668642], [-121.616376, 37.667974], [-121.616105, 37.667651], [-121.615562, 37.667145999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,250,0)", "fill-opacity": 0.75, "intersection_density": 8.646}, "geometry": {"type": "Polygon", "coordinates": [[[-121.613367, 37.667885], [-121.613235, 37.667894], [-121.61304799999999, 37.667901], [-121.612909, 37.667927999999996], [-121.612717, 37.66798], [-121.612628, 37.667988], [-121.612406, 37.668020999999996], [-121.612251, 37.66806], [-121.61207999999999, 37.668087], [-121.611987, 37.668098], [-121.61191, 37.668108], [-121.61177, 37.668113], [-121.611564, 37.668099], [-121.61138700000001, 37.668079], [-121.611211, 37.668088], [-121.611077, 37.668139], [-121.610928, 37.66822], [-121.610765, 37.668284], [-121.610616, 37.668298], [-121.610395, 37.668295], [-121.610212, 37.668276999999996], [-121.61004299999999, 37.668217], [-121.609861, 37.668130999999995], [-121.609759, 37.668034999999996], [-121.609651, 37.667871999999996], [-121.609538, 37.667636], [-121.60941, 37.667387], [-121.60926599999999, 37.667193999999995], [-121.609216, 37.667139], [-121.609143, 37.667097], [-121.60904, 37.667055999999995], [-121.608722, 37.667114999999995], [-121.608633, 37.667139], [-121.60844, 37.667172], [-121.608415, 37.667176999999995], [-121.60820799999999, 37.667192], [-121.60806, 37.66722], [-121.607935, 37.667223], [-121.607817, 37.667192], [-121.60770099999999, 37.667139], [-121.607584, 37.667079], [-121.607314, 37.666917999999995], [-121.607123, 37.666874], [-121.608169, 37.666537], [-121.608862, 37.666367], [-121.609216, 37.666474], [-121.60963100000001, 37.666472999999996], [-121.609985, 37.666426], [-121.610461, 37.666204], [-121.611031, 37.665935], [-121.611509, 37.665552], [-121.611926, 37.665206999999995], [-121.611974, 37.665034999999996], [-121.612004, 37.664932], [-121.612145, 37.664657], [-121.612224, 37.66432], [-121.612151, 37.664045], [-121.612077, 37.663723999999995], [-121.612021, 37.66328], [-121.612023, 37.663005], [-121.612087, 37.662729], [-121.612304, 37.662445999999996], [-121.612522, 37.662071], [-121.612861, 37.661781], [-121.613001, 37.661566], [-121.613141, 37.661237], [-121.61308199999999, 37.661114999999995], [-121.612809, 37.661122], [-121.61246, 37.661189], [-121.61224899999999, 37.661288], [-121.61191600000001, 37.661232999999996], [-121.611568, 37.661049999999996], [-121.61122, 37.660851], [-121.610888, 37.660789], [-121.61054, 37.660672999999996], [-121.610207, 37.660520999999996], [-121.609859, 37.660298], [-121.609316, 37.659853999999996], [-121.608969, 37.659524999999995], [-121.608699, 37.659135], [-121.608291, 37.658744999999996], [-121.60802, 37.658469], [-121.607885, 37.658201], [-121.607893, 37.657413], [-121.607957, 37.657145], [-121.608035, 37.656915], [-121.608038, 37.656639999999996], [-121.60810000000001, 37.656479], [-121.608316, 37.656318], [-121.608456, 37.656043], [-121.608657, 37.655875], [-121.608873, 37.655829], [-121.609012, 37.655935], [-121.609289, 37.656254], [-121.60943, 37.656422], [-121.609568, 37.656529], [-121.609845, 37.65665], [-121.610199, 37.656801], [-121.61049, 37.656801], [-121.610614, 37.656746999999996], [-121.61082999999999, 37.656639999999996], [-121.611107, 37.656425999999996], [-121.611151, 37.65638], [-121.611385, 37.656141999999996], [-121.611724, 37.655867], [-121.612017, 37.655699], [-121.612432, 37.655469], [-121.612772, 37.655308], [-121.613188, 37.655083999999995], [-121.613403, 37.654862], [-121.61362, 37.654649], [-121.61376, 37.654312], [-121.613903, 37.653929], [-121.613961, 37.653493], [-121.614138, 37.652915], [-121.614466, 37.652438], [-121.614506, 37.652698], [-121.614527, 37.652834], [-121.61493899999999, 37.653315], [-121.615031, 37.653483], [-121.615092, 37.653650999999996], [-121.61529, 37.653749999999995], [-121.615565, 37.653985999999996], [-121.61569399999999, 37.654126], [-121.616328, 37.65481], [-121.61674, 37.655192], [-121.616816, 37.655352], [-121.616877, 37.655642], [-121.617091, 37.655916999999995], [-121.617365, 37.656183999999996], [-121.617777, 37.656504], [-121.618189, 37.656732999999996], [-121.61854, 37.656946999999995], [-121.618754, 37.657122], [-121.61895200000001, 37.657275], [-121.619166, 37.657495999999995], [-121.619303, 37.657717], [-121.619683, 37.657852], [-121.61964, 37.657934999999995], [-121.61944, 37.658389], [-121.619545, 37.658719999999995], [-121.619578, 37.658823], [-121.619715, 37.659205], [-121.61979099999999, 37.659434], [-121.619715, 37.659662999999995], [-121.619654, 37.659822999999996], [-121.619578, 37.660098], [-121.619654, 37.660357], [-121.619578, 37.660807], [-121.619542, 37.660899], [-121.619517, 37.660967], [-121.61941, 37.661162999999995], [-121.61936399999999, 37.661249999999995], [-121.619165, 37.661519999999996], [-121.618889, 37.661685], [-121.618477, 37.661893], [-121.61812499999999, 37.662057], [-121.617774, 37.66216], [-121.617744, 37.662178], [-121.617437, 37.662369999999996], [-121.617223, 37.662473], [-121.61688699999999, 37.662531], [-121.616611, 37.662528], [-121.616534, 37.662912999999996], [-121.616458, 37.663236999999995], [-121.616397, 37.663461999999996], [-121.616259, 37.663688], [-121.61612, 37.663793], [-121.615769, 37.664001999999996], [-121.615357, 37.664263999999996], [-121.614943, 37.664547999999996], [-121.614592, 37.664704], [-121.614393, 37.664809], [-121.614255, 37.665034999999996], [-121.614255, 37.66542], [-121.614373, 37.665855], [-121.61439, 37.665915999999996], [-121.614526, 37.666382999999996], [-121.61466300000001, 37.666661999999995], [-121.614876, 37.666871], [-121.615014, 37.666982999999995], [-121.615562, 37.667145999999995], [-121.615467, 37.667162999999995], [-121.615309, 37.667215], [-121.615116, 37.667265], [-121.615112, 37.667266], [-121.61478, 37.667373], [-121.61453900000001, 37.667466999999995], [-121.614395, 37.667536], [-121.614198, 37.667618999999995], [-121.614082, 37.667676], [-121.613998, 37.667730999999996], [-121.613867, 37.667784], [-121.613822, 37.667795999999996], [-121.613625, 37.667853], [-121.61344199999999, 37.66788], [-121.613367, 37.667885]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-121.599479, 37.610738999999995], [-121.597497, 37.611121], [-121.591554, 37.612269], [-121.590044, 37.612562], [-121.589711, 37.612905999999995], [-121.589705, 37.612853], [-121.58971199999999, 37.612778999999996], [-121.589751, 37.612711999999995], [-121.58985, 37.612629999999996], [-121.589919, 37.612587999999995], [-121.589981, 37.612522999999996], [-121.590026, 37.612446999999996], [-121.590059, 37.612356999999996], [-121.59011699999999, 37.612227], [-121.59017399999999, 37.612114999999996], [-121.590268, 37.612004], [-121.590325, 37.61193], [-121.59035, 37.611881], [-121.590364, 37.611834], [-121.590359, 37.611754999999995], [-121.590374, 37.611622], [-121.590352, 37.611495999999995], [-121.59035399999999, 37.611396], [-121.590332, 37.611261], [-121.59033600000001, 37.611191], [-121.590357, 37.611045], [-121.590344, 37.610761], [-121.590299, 37.610564], [-121.590245, 37.610476], [-121.59013, 37.610366], [-121.589966, 37.610267], [-121.589789, 37.610175], [-121.589719, 37.610132], [-121.589603, 37.610081], [-121.589475, 37.610016], [-121.589409, 37.609966], [-121.589348, 37.609897], [-121.589325, 37.609843], [-121.589308, 37.609735], [-121.58931, 37.609651], [-121.589259, 37.609425], [-121.589028, 37.609242], [-121.58891299999999, 37.609173], [-121.588837, 37.609127], [-121.588764, 37.609043], [-121.588607, 37.608903999999995], [-121.588487, 37.608722], [-121.588458, 37.608633999999995], [-121.588418, 37.60848], [-121.588332, 37.608267], [-121.588292, 37.608115999999995], [-121.588287, 37.608032], [-121.588292, 37.607972], [-121.588304, 37.60792], [-121.58833, 37.607887], [-121.588371, 37.607853], [-121.588536, 37.607791999999996], [-121.588603, 37.607760999999996], [-121.588655, 37.607721], [-121.5887, 37.607662999999995], [-121.588752, 37.607558], [-121.588818, 37.607383], [-121.58883399999999, 37.607276999999996], [-121.588854, 37.607181], [-121.588915, 37.607062], [-121.589015, 37.606916999999996], [-121.589056, 37.606836], [-121.58911, 37.606758], [-121.589221, 37.606656], [-121.589299, 37.606612], [-121.589512, 37.606522], [-121.58955, 37.606482], [-121.58955399999999, 37.606448], [-121.589547, 37.606394], [-121.589515, 37.606353], [-121.58934099999999, 37.606252], [-121.589219, 37.606198], [-121.589147, 37.606134], [-121.589057, 37.606035999999996], [-121.588461, 37.605405], [-121.588336, 37.605235], [-121.588187, 37.605011999999995], [-121.588104, 37.604833], [-121.588047, 37.604742], [-121.587836, 37.604544], [-121.587757, 37.604464], [-121.587728, 37.604425], [-121.587707, 37.604372999999995], [-121.587711, 37.604195], [-121.587698, 37.604143], [-121.587655, 37.604082], [-121.587501, 37.603913], [-121.587455, 37.603847], [-121.587435, 37.603752], [-121.587432, 37.60368], [-121.58746099999999, 37.603516], [-121.587492, 37.603426], [-121.587526, 37.603348], [-121.587568, 37.603272], [-121.58761200000001, 37.603229999999996], [-121.587656, 37.603218999999996], [-121.587703, 37.603237], [-121.587758, 37.603272], [-121.587804, 37.603356], [-121.58780999999999, 37.603426], [-121.587873, 37.603556999999995], [-121.587929, 37.603648], [-121.588015, 37.603747999999996], [-121.588123, 37.603854999999996], [-121.588255, 37.603929], [-121.588381, 37.604026999999995], [-121.588666, 37.604202], [-121.588753, 37.604285999999995], [-121.588853, 37.604391], [-121.588953, 37.604487], [-121.589117, 37.604602], [-121.589247, 37.604687], [-121.58941, 37.604772], [-121.589533, 37.604821], [-121.589911, 37.604915], [-121.590133, 37.604988], [-121.59038, 37.605036], [-121.590507, 37.605067], [-121.59059500000001, 37.60507], [-121.590665, 37.605056999999995], [-121.590724, 37.605013], [-121.590758, 37.604962], [-121.59078099999999, 37.604906], [-121.590779, 37.604836], [-121.590705, 37.604732999999996], [-121.590609, 37.604642], [-121.590497, 37.604563999999996], [-121.5904, 37.604475], [-121.59036499999999, 37.604403], [-121.590392, 37.604313], [-121.590449, 37.604209999999995], [-121.590576, 37.60388], [-121.590615, 37.603725], [-121.590616, 37.603594], [-121.590582, 37.603435999999995], [-121.590497, 37.603266], [-121.59042099999999, 37.603096], [-121.590258, 37.602804], [-121.590231, 37.602762], [-121.59010599999999, 37.602565], [-121.590011, 37.602429], [-121.58994, 37.602365], [-121.589831, 37.602326], [-121.589769, 37.602281999999995], [-121.589737, 37.60225], [-121.58972, 37.602194], [-121.589681, 37.602119], [-121.589653, 37.602028], [-121.58958200000001, 37.601932999999995], [-121.589496, 37.601869], [-121.589424, 37.601800000000004], [-121.58937399999999, 37.601735999999995], [-121.589317, 37.60165], [-121.58927800000001, 37.601577999999996], [-121.589236, 37.601516], [-121.58910900000001, 37.601442999999996], [-121.589033, 37.601389999999995], [-121.588865, 37.601287], [-121.588852, 37.60123], [-121.588842, 37.601147], [-121.588874, 37.601043], [-121.58893499999999, 37.600910999999996], [-121.588955, 37.600819], [-121.588956, 37.60074], [-121.58895, 37.600685999999996], [-121.588918, 37.600638], [-121.588864, 37.600581], [-121.58874399999999, 37.600535], [-121.588444, 37.600404999999995], [-121.588244, 37.600353], [-121.588033, 37.600321], [-121.587857, 37.600308], [-121.587693, 37.600283], [-121.587523, 37.600229], [-121.587411, 37.60017], [-121.587346, 37.600119], [-121.58731399999999, 37.600076], [-121.587315, 37.600035], [-121.58735899999999, 37.599989], [-121.587428, 37.599956], [-121.58769, 37.600007999999995], [-121.588352, 37.599979999999995], [-121.588402, 37.599978], [-121.58913799999999, 37.600085], [-121.59003, 37.600156], [-121.59024, 37.600314], [-121.59070000000001, 37.600735], [-121.590903, 37.600806999999996], [-121.59136, 37.600971], [-121.591775, 37.601130999999995], [-121.591871, 37.601194], [-121.592248, 37.601289], [-121.592495, 37.601411999999996], [-121.592712, 37.601915], [-121.592876, 37.602363], [-121.593115, 37.602633999999995], [-121.59342, 37.602734], [-121.593497, 37.602818], [-121.593846, 37.603199], [-121.59427600000001, 37.603586], [-121.594716, 37.603819], [-121.595264, 37.604154], [-121.59538599999999, 37.604262999999996], [-121.595544, 37.604763999999996], [-121.595691, 37.605374], [-121.59577999999999, 37.605813], [-121.59593100000001, 37.606254], [-121.596158, 37.606639], [-121.59638, 37.607095], [-121.596822, 37.60732], [-121.597253, 37.607709], [-121.597538, 37.608101999999995], [-121.597702, 37.608551], [-121.59790100000001, 37.608834], [-121.597936, 37.608883], [-121.59855400000001, 37.609224], [-121.598855, 37.609611], [-121.599082, 37.610006], [-121.599328, 37.610175], [-121.59943799999999, 37.610399], [-121.599479, 37.610738999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-121.564519, 37.658922], [-121.56455199999999, 37.658876], [-121.564604, 37.658806], [-121.56466, 37.658744999999996], [-121.56469899999999, 37.658704], [-121.565124, 37.658755], [-121.565548, 37.658713999999996], [-121.56611699999999, 37.65867], [-121.56648, 37.65875], [-121.56647699999999, 37.658757], [-121.56622999999999, 37.659385], [-121.566172, 37.659827], [-121.56621799999999, 37.661024999999995], [-121.566171, 37.661364], [-121.566244, 37.661659], [-121.566258, 37.662054999999995], [-121.566343, 37.662237], [-121.566547, 37.662234999999995], [-121.566768, 37.662189], [-121.566911, 37.662073], [-121.567133, 37.662040999999995], [-121.567277, 37.662209], [-121.567217, 37.662614], [-121.567364, 37.66283], [-121.567368, 37.662949999999995], [-121.56738, 37.663257], [-121.567331, 37.663540999999995], [-121.56747899999999, 37.663765], [-121.567627, 37.664034], [-121.567643, 37.664446], [-121.56778800000001, 37.664614], [-121.567028, 37.664952], [-121.566883, 37.665064], [-121.56633099999999, 37.665496], [-121.565639, 37.666002], [-121.565123, 37.66641], [-121.564813, 37.666736], [-121.564495, 37.66694], [-121.564381, 37.667015], [-121.564142, 37.667234], [-121.563636, 37.667459], [-121.56365, 37.667345], [-121.563647, 37.667289], [-121.563624, 37.667238999999995], [-121.563577, 37.667178], [-121.563533, 37.667139], [-121.563468, 37.667108999999996], [-121.563343, 37.667071], [-121.563202, 37.667031], [-121.563035, 37.666992], [-121.562784, 37.666934], [-121.562629, 37.66688], [-121.562558, 37.666841], [-121.562528, 37.666804], [-121.56250299999999, 37.666745], [-121.562483, 37.666664], [-121.56248, 37.666545], [-121.56251, 37.666169], [-121.562576, 37.665904], [-121.562733, 37.665434999999995], [-121.562748, 37.665358], [-121.562783, 37.665310999999996], [-121.56281899999999, 37.665287], [-121.562866, 37.665265], [-121.562911, 37.665254], [-121.563286, 37.665107], [-121.563739, 37.664930999999996], [-121.563789, 37.664898], [-121.563839, 37.664857999999995], [-121.563881, 37.664767999999995], [-121.563909, 37.66469], [-121.563923, 37.664601], [-121.563934, 37.664528], [-121.56398, 37.664381999999996], [-121.564049, 37.664227], [-121.564111, 37.664069999999995], [-121.564176, 37.663692999999995], [-121.564187, 37.663501], [-121.564183, 37.663457], [-121.564178, 37.663373], [-121.56414699999999, 37.663236999999995], [-121.564101, 37.663108], [-121.563954, 37.662791], [-121.563856, 37.662594], [-121.563792, 37.662397], [-121.563765, 37.662243], [-121.563751, 37.662022], [-121.563756, 37.661921], [-121.563768, 37.661847], [-121.563871, 37.661502999999996], [-121.563959, 37.661211], [-121.564283, 37.660058], [-121.564311, 37.659960999999996], [-121.564342, 37.659839], [-121.56438299999999, 37.659164], [-121.564399, 37.659112], [-121.564427, 37.659047], [-121.564519, 37.658922]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,188,0)", "fill-opacity": 0.75, "intersection_density": 129.054}, "geometry": {"type": "Polygon", "coordinates": [[[-121.718942, 37.675664], [-121.718942, 37.675087], [-121.718942, 37.675073999999995], [-121.718937, 37.674728], [-121.718929, 37.673826], [-121.719759, 37.673837], [-121.71974, 37.674794999999996], [-121.719747, 37.674839999999996], [-121.71977, 37.674882], [-121.719807, 37.674917], [-121.719854, 37.674943], [-121.719909, 37.674958], [-121.720738, 37.674971], [-121.721745, 37.674983999999995], [-121.722737, 37.674994999999996], [-121.72299100000001, 37.674994999999996], [-121.72299100000001, 37.675301999999995], [-121.723778, 37.675303], [-121.724764, 37.675305], [-121.724851, 37.675307], [-121.724974, 37.675319], [-121.725034, 37.675331], [-121.725144, 37.675357999999996], [-121.725255, 37.675396], [-121.725348, 37.675439], [-121.725264, 37.675551999999996], [-121.725217, 37.675637], [-121.725191, 37.675709999999995], [-121.725178, 37.675784], [-121.725178, 37.67612], [-121.723213, 37.676116], [-121.72315499999999, 37.676125], [-121.723101, 37.676145999999996], [-121.723059, 37.676179999999995], [-121.723032, 37.676223], [-121.723026, 37.676246], [-121.723021, 37.67678], [-121.723024, 37.676804], [-121.72304199999999, 37.67685], [-121.723077, 37.676888999999996], [-121.723125, 37.676916999999996], [-121.723182, 37.676932], [-121.725184, 37.676936999999995], [-121.72518600000001, 37.677282], [-121.725189, 37.677732], [-121.723182, 37.677734], [-121.723125, 37.677749], [-121.72307599999999, 37.677777999999996], [-121.723041, 37.677817], [-121.723024, 37.677862999999995], [-121.723019, 37.678396], [-121.72303099999999, 37.678433], [-121.72307, 37.678481999999995], [-121.72312600000001, 37.678515], [-121.723191, 37.678529999999995], [-121.725195, 37.678529999999995], [-121.72519199999999, 37.678132999999995], [-121.725467, 37.678131], [-121.725584, 37.67812], [-121.725694, 37.678098999999996], [-121.725856, 37.678052], [-121.72605300000001, 37.677969999999995], [-121.726166, 37.678385999999996], [-121.726256, 37.678677], [-121.726267, 37.678774], [-121.726271, 37.678867], [-121.726274, 37.679763], [-121.725882, 37.679767999999996], [-121.72513000000001, 37.679769], [-121.724103, 37.679776], [-121.723726, 37.67979], [-121.723326, 37.679809999999996], [-121.723023, 37.679809], [-121.722831, 37.679815999999995], [-121.721212, 37.679794], [-121.721124, 37.679795999999996], [-121.72112899999999, 37.679676], [-121.72113, 37.679331], [-121.721137, 37.679244], [-121.72115, 37.679162999999996], [-121.721193, 37.679005], [-121.721206, 37.678858999999996], [-121.721203, 37.678455], [-121.72120100000001, 37.678135999999995], [-121.721214, 37.678064], [-121.721257, 37.677965], [-121.721329, 37.677893999999995], [-121.721605, 37.677707999999996], [-121.721651, 37.677667], [-121.721716, 37.677594], [-121.721732, 37.677555999999996], [-121.721744, 37.677506], [-121.721751, 37.67743], [-121.721753, 37.677181999999995], [-121.721752, 37.675796], [-121.721735, 37.675742], [-121.721706, 37.675715], [-121.721644, 37.675689], [-121.721552, 37.675678999999995], [-121.720382, 37.675672999999996], [-121.71905699999999, 37.675668], [-121.718942, 37.675664]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,133,0)", "fill-opacity": 0.75, "intersection_density": 233.28900000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-121.78837, 37.693577], [-121.787214, 37.693961], [-121.787209, 37.693951], [-121.787165, 37.693857], [-121.78831199999999, 37.693472], [-121.78834, 37.693526999999996], [-121.78837, 37.693577]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,177,0)", "fill-opacity": 0.75, "intersection_density": 149.18}, "geometry": {"type": "Polygon", "coordinates": [[[-121.912499, 37.712137], [-121.912679, 37.71199], [-121.913119, 37.712365], [-121.912965, 37.712472], [-121.912924, 37.712506], [-121.912883, 37.71253], [-121.912735, 37.712631], [-121.91232600000001, 37.712269], [-121.912499, 37.712137]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,195,0)", "fill-opacity": 0.75, "intersection_density": 115.25299999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-121.88900699999999, 37.713857999999995], [-121.889948, 37.713864], [-121.890747, 37.713888], [-121.89074099999999, 37.714023], [-121.889947, 37.713999], [-121.88888299999999, 37.713992], [-121.887946, 37.713986999999996], [-121.88806, 37.713853], [-121.88900699999999, 37.713857999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,215,0)", "fill-opacity": 0.75, "intersection_density": 77.587}, "geometry": {"type": "Polygon", "coordinates": [[[-121.974906, 37.702886], [-121.9749, 37.702903], [-121.974876, 37.702948], [-121.974885, 37.702974], [-121.97485499999999, 37.703032], [-121.974824, 37.703078999999995], [-121.974727, 37.703196], [-121.97470200000001, 37.703219], [-121.974643, 37.703275], [-121.974592, 37.703306999999995], [-121.974518, 37.70333], [-121.974466, 37.703368], [-121.974415, 37.703396], [-121.974345, 37.703429], [-121.97413, 37.703517999999995], [-121.974069, 37.703536], [-121.97393199999999, 37.703565], [-121.973857, 37.703575], [-121.97377900000001, 37.703583], [-121.97354899999999, 37.703602], [-121.973476, 37.703607999999996], [-121.97340299999999, 37.703617], [-121.97333, 37.703627], [-121.973185, 37.703662], [-121.973051, 37.703716], [-121.97299, 37.703747], [-121.972933, 37.703781], [-121.972881, 37.703818], [-121.972745, 37.703939999999996], [-121.972708, 37.703984999999996], [-121.972674, 37.704032], [-121.972645, 37.704082], [-121.972621, 37.704133], [-121.972601, 37.704186], [-121.972579, 37.704297], [-121.972576, 37.704355], [-121.972577, 37.704412999999995], [-121.972582, 37.70447], [-121.972606, 37.704581], [-121.972627, 37.704634], [-121.972654, 37.704688], [-121.972684, 37.70474], [-121.97271599999999, 37.704789999999996], [-121.972782, 37.704885999999995], [-121.972815, 37.704934], [-121.972847, 37.704982], [-121.972879, 37.70503], [-121.97291, 37.705078], [-121.97294, 37.705127], [-121.972985, 37.705228], [-121.972994, 37.705279], [-121.972995, 37.70533], [-121.972988, 37.705380999999996], [-121.972924, 37.705496], [-121.972867, 37.705549999999995], [-121.972745, 37.70563], [-121.972699, 37.705597999999995], [-121.972655, 37.705568], [-121.972611, 37.705535], [-121.972565, 37.705501], [-121.972508, 37.705458], [-121.972465, 37.70542], [-121.972422, 37.705383999999995], [-121.97238, 37.705346999999996], [-121.97234, 37.705312], [-121.972298, 37.705279], [-121.972261, 37.705244], [-121.972228, 37.705206], [-121.972192, 37.705169], [-121.972155, 37.705131], [-121.97211300000001, 37.705082], [-121.972079, 37.705042], [-121.972035, 37.704992], [-121.97200000000001, 37.704952999999996], [-121.97196199999999, 37.704902], [-121.971933, 37.70486], [-121.971904, 37.704819], [-121.971874, 37.704775999999995], [-121.971845, 37.70473], [-121.971811, 37.704675], [-121.97178199999999, 37.70463], [-121.97175, 37.704572999999996], [-121.971726, 37.704529], [-121.971706, 37.704482999999996], [-121.971684, 37.704435], [-121.971661, 37.704388], [-121.97163, 37.704319999999996], [-121.971612, 37.704274], [-121.971594, 37.704228], [-121.971575, 37.704181999999996], [-121.97155599999999, 37.704128], [-121.97154, 37.704083], [-121.971526, 37.704037], [-121.97151099999999, 37.70399], [-121.9715, 37.703941], [-121.971504, 37.703889], [-121.971495, 37.703828], [-121.97148899999999, 37.703778], [-121.97148899999999, 37.703728999999996], [-121.971491, 37.703682], [-121.971495, 37.703635], [-121.971502, 37.703589], [-121.971512, 37.70354], [-121.971524, 37.703488], [-121.971539, 37.703424999999996], [-121.971554, 37.703375], [-121.97157, 37.703325], [-121.971586, 37.703272999999996], [-121.971598, 37.703223], [-121.971615, 37.703175], [-121.971638, 37.703105], [-121.971653, 37.703057], [-121.971671, 37.703011], [-121.971688, 37.702963], [-121.971713, 37.702915], [-121.971746, 37.702874], [-121.97175, 37.702864999999996], [-121.971781, 37.702833], [-121.97181499999999, 37.702791], [-121.971848, 37.702749], [-121.971895, 37.702701], [-121.97193, 37.70265], [-121.971955, 37.702636999999996], [-121.971994, 37.702600000000004], [-121.97203400000001, 37.702565], [-121.972077, 37.702532999999995], [-121.972122, 37.702501], [-121.972167, 37.702467999999996], [-121.972238, 37.702418], [-121.97228799999999, 37.702388], [-121.972339, 37.702360999999996], [-121.972391, 37.702337], [-121.97249, 37.7023], [-121.972549, 37.702286], [-121.972609, 37.702273999999996], [-121.97267, 37.702264], [-121.972744, 37.702256], [-121.972802, 37.702255], [-121.972872, 37.702259999999995], [-121.972937, 37.702264], [-121.973016, 37.702273], [-121.973095, 37.702282], [-121.973151, 37.702295], [-121.973207, 37.702315], [-121.973264, 37.702332], [-121.973325, 37.702348], [-121.97338500000001, 37.702369999999995], [-121.973447, 37.702389], [-121.973506, 37.70241], [-121.973578, 37.702432], [-121.973634, 37.702450999999996], [-121.973701, 37.702473999999995], [-121.973755, 37.702495], [-121.973823, 37.70252], [-121.973877, 37.70254], [-121.973947, 37.702560999999996], [-121.974001, 37.702579], [-121.97405499999999, 37.702598], [-121.974119, 37.702617], [-121.974197, 37.702638], [-121.974277, 37.702659], [-121.974332, 37.70267], [-121.974388, 37.702681], [-121.974445, 37.702692], [-121.974521, 37.702706], [-121.974583, 37.702718999999995], [-121.974648, 37.702737], [-121.974711, 37.702754], [-121.974772, 37.702768999999996], [-121.974851, 37.702783], [-121.97487100000001, 37.702819999999996], [-121.974906, 37.702886]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-121.808888, 37.624131], [-121.808823, 37.624233], [-121.808715, 37.624359], [-121.80861, 37.624446], [-121.808533, 37.624522], [-121.808476, 37.624593], [-121.808365, 37.624708999999996], [-121.808289, 37.624856], [-121.808199, 37.625216], [-121.808132, 37.625378999999995], [-121.80806799999999, 37.625468], [-121.80797, 37.625565], [-121.807917, 37.62561], [-121.807815, 37.625675], [-121.807645, 37.625765], [-121.807532, 37.625813], [-121.807423, 37.625851999999995], [-121.807227, 37.625938], [-121.806789, 37.626172], [-121.806586, 37.626293], [-121.806438, 37.626387], [-121.805871, 37.626765999999996], [-121.805487, 37.627035], [-121.805166, 37.627262], [-121.804919, 37.627441], [-121.8048, 37.62752], [-121.804561, 37.627662], [-121.804422, 37.627734], [-121.804032, 37.627921], [-121.804003, 37.627936], [-121.804003, 37.62787], [-121.804326, 37.627714999999995], [-121.80452, 37.627615999999996], [-121.804756, 37.627476], [-121.804873, 37.627399], [-121.80511899999999, 37.627221], [-121.805825, 37.626723], [-121.806543, 37.626248], [-121.806749, 37.626127], [-121.807191, 37.62589], [-121.807391, 37.625802], [-121.807501, 37.625762], [-121.80761, 37.625716], [-121.807774, 37.62563], [-121.807868, 37.625569999999996], [-121.807917, 37.625527999999996], [-121.80801, 37.625436], [-121.80806799999999, 37.625356], [-121.808131, 37.625202], [-121.808221, 37.624838], [-121.808245, 37.624798], [-121.808303, 37.624680999999995], [-121.808418, 37.624561], [-121.808476, 37.624489], [-121.80855700000001, 37.624409], [-121.808661, 37.624323], [-121.808762, 37.624204999999996], [-121.808823, 37.624108], [-121.808886, 37.623978], [-121.808937, 37.623832], [-121.809056, 37.623342], [-121.809202, 37.622771], [-121.80926, 37.622561999999995], [-121.809358, 37.622040999999996], [-121.809409, 37.621809], [-121.809463, 37.621885], [-121.809427, 37.622049], [-121.80932899999999, 37.622572999999996], [-121.809271, 37.622783], [-121.809125, 37.623353], [-121.809069, 37.623579], [-121.809005, 37.623844999999996], [-121.808953, 37.623996], [-121.808888, 37.624131]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,249,0)", "fill-opacity": 0.75, "intersection_density": 10.869000000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-121.809463, 37.621885], [-121.809409, 37.621809], [-121.809513, 37.62133], [-121.809615, 37.620914], [-121.809683, 37.620683], [-121.809797, 37.620332], [-121.809942, 37.620025], [-121.81006099999999, 37.619831], [-121.810105, 37.619772], [-121.810279, 37.619541999999996], [-121.810484, 37.619294], [-121.810945, 37.618711], [-121.811189, 37.618460999999996], [-121.811317, 37.618348999999995], [-121.811436, 37.618255999999995], [-121.811695, 37.618083], [-121.81217, 37.617851], [-121.812319, 37.617767], [-121.812384, 37.617736], [-121.81264, 37.617581], [-121.812743, 37.617495999999996], [-121.812793, 37.617447], [-121.812834, 37.617414], [-121.81294, 37.617312999999996], [-121.813029, 37.617217], [-121.813205, 37.61701], [-121.813338, 37.616800999999995], [-121.813395, 37.616724999999995], [-121.813459, 37.616622], [-121.813523, 37.616530999999995], [-121.81363400000001, 37.616389999999996], [-121.813696, 37.616324999999996], [-121.813829, 37.616212], [-121.813935, 37.616152], [-121.814099, 37.616084], [-121.814231, 37.616037999999996], [-121.814435, 37.615981], [-121.81492399999999, 37.615943], [-121.815114, 37.615918], [-121.81522799999999, 37.61589], [-121.815369, 37.61589], [-121.81523, 37.615933], [-121.81509199999999, 37.615967], [-121.815038, 37.615974], [-121.81463099999999, 37.615998999999995], [-121.814438, 37.616022], [-121.814294, 37.616051999999996], [-121.8142, 37.61608], [-121.814086, 37.616122], [-121.813969, 37.616177], [-121.81384800000001, 37.616261], [-121.813717, 37.616375], [-121.813569, 37.616538], [-121.813301, 37.616932], [-121.813162, 37.617117], [-121.813034, 37.617258], [-121.81286, 37.617432], [-121.812704, 37.617563], [-121.81257099999999, 37.617661], [-121.812504, 37.617703], [-121.812372, 37.617788], [-121.811955, 37.617995], [-121.811647, 37.618161], [-121.811438, 37.618308], [-121.811233, 37.618480999999996], [-121.811099, 37.618609], [-121.810956, 37.618781], [-121.810526, 37.619335], [-121.810123, 37.619856999999996], [-121.810006, 37.620047], [-121.809864, 37.620349], [-121.809752, 37.620695999999995], [-121.809684, 37.620926], [-121.809616, 37.6212], [-121.809582, 37.62134], [-121.809463, 37.621885]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,205,0)", "fill-opacity": 0.75, "intersection_density": 95.648}, "geometry": {"type": "Polygon", "coordinates": [[[-121.924822, 37.705177], [-121.92445000000001, 37.704723], [-121.924376, 37.704632], [-121.92411, 37.704246999999995], [-121.923967, 37.704038], [-121.923861, 37.703869999999995], [-121.923684, 37.703573], [-121.923509, 37.703238999999996], [-121.923325, 37.702884999999995], [-121.923248, 37.702715], [-121.923215, 37.702642999999995], [-121.923123, 37.702436999999996], [-121.923119, 37.702427], [-121.92309, 37.702355], [-121.923174, 37.702337], [-121.923276, 37.702315], [-121.92335299999999, 37.702299], [-121.923424, 37.702459999999995], [-121.923504, 37.702605], [-121.92352199999999, 37.702642], [-121.92354, 37.70268], [-121.923586, 37.702773], [-121.923833, 37.703309], [-121.924002, 37.703583], [-121.924455, 37.704265], [-121.924633, 37.704513], [-121.925319, 37.705422], [-121.925083, 37.705506], [-121.92502999999999, 37.705439999999996], [-121.924911, 37.705293], [-121.92487299999999, 37.705242999999996], [-121.924822, 37.705177]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,201,0)", "fill-opacity": 0.75, "intersection_density": 103.156}, "geometry": {"type": "Polygon", "coordinates": [[[-121.942793, 37.715284], [-121.942782, 37.715472999999996], [-121.942777, 37.715525], [-121.942762, 37.715587], [-121.942735, 37.71565], [-121.942504, 37.715983], [-121.942426, 37.715951], [-121.942212, 37.715886], [-121.942073, 37.715869], [-121.942043, 37.715868], [-121.941941, 37.715866], [-121.94183699999999, 37.715878], [-121.941745, 37.715897999999996], [-121.941653, 37.715931], [-121.941548, 37.715984], [-121.94147699999999, 37.716026], [-121.941418, 37.716073], [-121.941363, 37.716131], [-121.941295, 37.716229], [-121.941265, 37.716291999999996], [-121.941235, 37.716373], [-121.941219, 37.716452], [-121.941213, 37.716516999999996], [-121.941224, 37.716797], [-121.941213, 37.716873], [-121.941177, 37.716958], [-121.941102, 37.717054999999995], [-121.941039, 37.717106], [-121.94097, 37.717146], [-121.940862, 37.717183], [-121.940786, 37.717203], [-121.94064, 37.717219], [-121.94018299999999, 37.715700000000005], [-121.94, 37.715091], [-121.939931, 37.714867999999996], [-121.939626, 37.713882], [-121.939858, 37.713832], [-121.940011, 37.713812], [-121.940051, 37.713806999999996], [-121.940215, 37.713802], [-121.940417, 37.713809999999995], [-121.940626, 37.71383], [-121.94091399999999, 37.713844], [-121.94112, 37.713834999999996], [-121.941255, 37.713825], [-121.941368, 37.713806], [-121.941503, 37.713771], [-121.941594, 37.713743], [-121.941749, 37.713698], [-121.941977, 37.713631], [-121.942038, 37.713618], [-121.94210799999999, 37.713614], [-121.942166, 37.713609999999996], [-121.942259, 37.713612], [-121.942478, 37.713617], [-121.942713, 37.713626999999995], [-121.942865, 37.713634], [-121.94286, 37.713761999999996], [-121.9428, 37.715174999999995], [-121.942793, 37.715284]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,226,0)", "fill-opacity": 0.75, "intersection_density": 55.931999999999995}, "geometry": {"type": "Polygon", "coordinates": [[[-121.918722, 37.714914], [-121.918829, 37.714966], [-121.918782, 37.714988999999996], [-121.918753, 37.715015], [-121.918278, 37.715271], [-121.918212, 37.715308], [-121.916904, 37.71608], [-121.916883, 37.716091999999996], [-121.91686, 37.716108], [-121.91659, 37.716277999999996], [-121.916421, 37.716369], [-121.916343, 37.716283], [-121.91633, 37.716268], [-121.916461, 37.716193], [-121.916774, 37.716012], [-121.917377, 37.715663], [-121.918722, 37.714914]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-121.714682, 37.684253999999996], [-121.714585, 37.684247], [-121.714546, 37.684244], [-121.713965, 37.684234], [-121.713963, 37.682976], [-121.71396, 37.680378999999995], [-121.71396, 37.680288], [-121.71396, 37.680195999999995], [-121.714132, 37.680172], [-121.714304, 37.680149], [-121.714601, 37.680094], [-121.71466, 37.680087], [-121.71466, 37.680099], [-121.714677, 37.68016], [-121.714708, 37.680217], [-121.714753, 37.68026], [-121.714793, 37.680285999999995], [-121.714848, 37.680310999999996], [-121.714936, 37.680339], [-121.71499399999999, 37.680346], [-121.715513, 37.68035], [-121.71579299999999, 37.680366], [-121.715892, 37.680383], [-121.715975, 37.680403999999996], [-121.716056, 37.680431999999996], [-121.716123, 37.68046], [-121.716246, 37.680524], [-121.71635599999999, 37.680597999999996], [-121.716437, 37.680679999999995], [-121.716498, 37.680755], [-121.716542, 37.680839], [-121.71656899999999, 37.680921999999995], [-121.716595, 37.681096], [-121.716591, 37.68136], [-121.716627, 37.684111], [-121.716111, 37.684146], [-121.71565799999999, 37.684205999999996], [-121.71548, 37.684233], [-121.715355, 37.684253], [-121.715168, 37.684266], [-121.714682, 37.684253999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,208,0)", "fill-opacity": 0.75, "intersection_density": 90.366}, "geometry": {"type": "Polygon", "coordinates": [[[-121.880933, 37.7014], [-121.881977, 37.701398], [-121.883802, 37.701409999999996], [-121.884051, 37.701412], [-121.88422299999999, 37.701412999999995], [-121.88768400000001, 37.701443], [-121.887981, 37.701443999999995], [-121.88798, 37.701732], [-121.88689, 37.701723], [-121.885689, 37.701713999999996], [-121.883651, 37.701704], [-121.883193, 37.7017], [-121.881961, 37.701691], [-121.881606, 37.701689], [-121.880543, 37.701685999999995], [-121.880189, 37.701685], [-121.879947, 37.701684], [-121.879224, 37.701681], [-121.878983, 37.701681], [-121.87895, 37.701679999999996], [-121.87885299999999, 37.701679999999996], [-121.878821, 37.701679999999996], [-121.878822, 37.70155], [-121.878825, 37.701389], [-121.878997, 37.701389999999996], [-121.879094, 37.701391], [-121.879614, 37.701387], [-121.880933, 37.7014]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,178,0)", "fill-opacity": 0.75, "intersection_density": 148.30700000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-122.188298, 37.777873], [-122.189067, 37.777342], [-122.190608, 37.778718], [-122.190459, 37.778825999999995], [-122.190013, 37.779153], [-122.189865, 37.779261999999996], [-122.189763, 37.779171], [-122.189459, 37.778901], [-122.189358, 37.778811], [-122.18880899999999, 37.77834], [-122.188298, 37.777873]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,184,0)", "fill-opacity": 0.75, "intersection_density": 135.47299999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.189357, 37.777142999999995], [-122.18943, 37.77709], [-122.189649, 37.776935], [-122.189723, 37.776883999999995], [-122.19126299999999, 37.778259999999996], [-122.190608, 37.778718], [-122.189067, 37.777342], [-122.189357, 37.777142999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,162,0)", "fill-opacity": 0.75, "intersection_density": 177.43400000000003}, "geometry": {"type": "Polygon", "coordinates": [[[-122.19245699999999, 37.771986], [-122.19305800000001, 37.772096], [-122.19326, 37.772141], [-122.192895, 37.772411], [-122.192881, 37.772435], [-122.192879, 37.772453999999996], [-122.192886, 37.772472], [-122.19331700000001, 37.772849], [-122.194331, 37.773709], [-122.193863, 37.774038], [-122.19377399999999, 37.774099], [-122.193507, 37.774280999999995], [-122.193419, 37.774343], [-122.19335, 37.774304], [-122.193299, 37.774260999999996], [-122.19296800000001, 37.773978], [-122.192858, 37.773883999999995], [-122.192765, 37.773807999999995], [-122.192486, 37.773579999999995], [-122.192393, 37.773503999999996], [-122.1923, 37.773424], [-122.192021, 37.773184], [-122.191928, 37.773105], [-122.191869, 37.773047999999996], [-122.191464, 37.772687], [-122.19245699999999, 37.771986]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,152,0)", "fill-opacity": 0.75, "intersection_density": 197.292}, "geometry": {"type": "Polygon", "coordinates": [[[-122.190214, 37.77164], [-122.189754, 37.771963], [-122.189324, 37.772279999999995], [-122.1892, 37.772362], [-122.188831, 37.772608], [-122.18870799999999, 37.772691], [-122.188638, 37.772743999999996], [-122.188429, 37.772905], [-122.18836, 37.772959], [-122.18823, 37.772847999999996], [-122.187843, 37.772515], [-122.187714, 37.772404], [-122.187924, 37.772268], [-122.189112, 37.771432], [-122.190319, 37.771571], [-122.190214, 37.77164]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,119,0)", "fill-opacity": 0.75, "intersection_density": 261.222}, "geometry": {"type": "Polygon", "coordinates": [[[-122.19026099999999, 37.771676], [-122.189805, 37.772003999999995], [-122.189754, 37.771963], [-122.190214, 37.77164], [-122.19026099999999, 37.771676]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 110.975}, "geometry": {"type": "Polygon", "coordinates": [[[-122.196541, 37.7697], [-122.19592399999999, 37.769155999999995], [-122.195026, 37.768358], [-122.194984, 37.768322], [-122.195112, 37.768239], [-122.195729, 37.767804], [-122.196519, 37.767244], [-122.196704, 37.767112999999995], [-122.19726, 37.766722], [-122.197446, 37.766591999999996], [-122.197756, 37.766867999999995], [-122.198416, 37.767457], [-122.198687, 37.767697999999996], [-122.198998, 37.767975], [-122.198927, 37.768024], [-122.19871599999999, 37.768170999999995], [-122.198646, 37.768221], [-122.198505, 37.768319999999996], [-122.198082, 37.76862], [-122.197942, 37.768721], [-122.197857, 37.768778999999995], [-122.197603, 37.768955999999996], [-122.197519, 37.769014999999996], [-122.197461, 37.769053], [-122.19729, 37.769168], [-122.197234, 37.769207], [-122.196541, 37.7697]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,178,0)", "fill-opacity": 0.75, "intersection_density": 146.791}, "geometry": {"type": "Polygon", "coordinates": [[[-122.197348, 37.771623], [-122.196646, 37.771529], [-122.195976, 37.77144], [-122.195828, 37.771313], [-122.19515, 37.770683999999996], [-122.195488, 37.770457], [-122.195559, 37.770407], [-122.195773, 37.770261], [-122.19584499999999, 37.770212], [-122.196007, 37.770356], [-122.196155, 37.770486999999996], [-122.197088, 37.771313], [-122.197253, 37.77146], [-122.19730000000001, 37.771497], [-122.19731999999999, 37.771535], [-122.197348, 37.771623]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 111.523}, "geometry": {"type": "Polygon", "coordinates": [[[-122.199264, 37.762547], [-122.199445, 37.762420999999996], [-122.19998799999999, 37.762045], [-122.20017, 37.761919999999996], [-122.200346, 37.761793999999995], [-122.20087699999999, 37.761417], [-122.201054, 37.761292], [-122.201168, 37.761392], [-122.201511, 37.761692], [-122.201626, 37.761792], [-122.201267, 37.762046], [-122.20018999999999, 37.762806999999995], [-122.199832, 37.763062], [-122.199718, 37.762958], [-122.199377, 37.762648999999996], [-122.199264, 37.762547]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,168,0)", "fill-opacity": 0.75, "intersection_density": 167.295}, "geometry": {"type": "Polygon", "coordinates": [[[-122.194396, 37.762615], [-122.19442699999999, 37.762552], [-122.19449, 37.762443999999995], [-122.194598, 37.762281], [-122.19467, 37.762195], [-122.194743, 37.762128], [-122.194768, 37.762105999999996], [-122.194872, 37.762039], [-122.19495599999999, 37.761997], [-122.19504599999999, 37.761967999999996], [-122.195185, 37.761944], [-122.19524200000001, 37.761939999999996], [-122.195357, 37.761945], [-122.195544, 37.761938], [-122.195689, 37.761918], [-122.195748, 37.761903], [-122.195885, 37.761860999999996], [-122.19600299999999, 37.761815], [-122.196155, 37.761745999999995], [-122.196409, 37.761599], [-122.196556, 37.761503], [-122.19671199999999, 37.761379999999996], [-122.196717, 37.761373999999996], [-122.196804, 37.761288], [-122.196964, 37.761151999999996], [-122.197037, 37.761101], [-122.197165, 37.761029], [-122.197306, 37.76097], [-122.197407, 37.760928], [-122.19744, 37.760916], [-122.197543, 37.760867999999995], [-122.197678, 37.760787], [-122.197697, 37.760773], [-122.197788, 37.760712], [-122.197827, 37.760749], [-122.197947, 37.760861999999996], [-122.197988, 37.7609], [-122.198071, 37.761049], [-122.19832099999999, 37.761499], [-122.198405, 37.761649], [-122.19786500000001, 37.76199], [-122.196718, 37.762716], [-122.19624999999999, 37.763017], [-122.196077, 37.763129], [-122.195903, 37.763236], [-122.195829, 37.763292], [-122.19556299999999, 37.763172999999995], [-122.194605, 37.76272], [-122.194396, 37.762615]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,184,0)", "fill-opacity": 0.75, "intersection_density": 136.035}, "geometry": {"type": "Polygon", "coordinates": [[[-122.190921, 37.769138999999996], [-122.190827, 37.769057], [-122.190546, 37.768811], [-122.19045299999999, 37.76873], [-122.190656, 37.768587], [-122.191265, 37.76816], [-122.191469, 37.768018], [-122.191515, 37.768029999999996], [-122.19156699999999, 37.768043999999996], [-122.191604, 37.768062], [-122.191848, 37.768281], [-122.192899, 37.769225], [-122.19325, 37.76954], [-122.192683, 37.76994], [-122.192194, 37.770292], [-122.191552, 37.769726999999996], [-122.190921, 37.769138999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,211,0)", "fill-opacity": 0.75, "intersection_density": 84.522}, "geometry": {"type": "Polygon", "coordinates": [[[-122.191077, 37.765161], [-122.190964, 37.765049], [-122.190625, 37.764716], [-122.190513, 37.764604999999996], [-122.190539, 37.764547], [-122.190594, 37.764446], [-122.190632, 37.764412], [-122.19089, 37.764224], [-122.19108299999999, 37.764097], [-122.191728, 37.763676], [-122.193047, 37.762828], [-122.193704, 37.762406999999996], [-122.193829, 37.762468], [-122.194204, 37.762651999999996], [-122.19433, 37.762713999999995], [-122.19436999999999, 37.762733], [-122.19449, 37.762789999999995], [-122.194531, 37.76281], [-122.19442699999999, 37.762901], [-122.193837, 37.76328], [-122.191721, 37.764645], [-122.191205, 37.764979], [-122.191143, 37.765046], [-122.191113, 37.765096], [-122.191077, 37.765161]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,146,0)", "fill-opacity": 0.75, "intersection_density": 208.136}, "geometry": {"type": "Polygon", "coordinates": [[[-122.19080199999999, 37.771265], [-122.190432, 37.771522], [-122.190389, 37.771513], [-122.18923, 37.771364999999996], [-122.189948, 37.770829], [-122.190034, 37.770770999999996], [-122.190083, 37.770748999999995], [-122.190147, 37.770734], [-122.1902, 37.770754], [-122.190243, 37.770779], [-122.19080199999999, 37.771265]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 110.387}, "geometry": {"type": "Polygon", "coordinates": [[[-122.18784099999999, 37.77129], [-122.189112, 37.771432], [-122.187924, 37.772268], [-122.187714, 37.772404], [-122.187591, 37.77229], [-122.18722199999999, 37.771947999999995], [-122.187099, 37.771834999999996], [-122.187247, 37.771724999999996], [-122.187692, 37.771398], [-122.18784099999999, 37.77129]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,181,0)", "fill-opacity": 0.75, "intersection_density": 141.862}, "geometry": {"type": "Polygon", "coordinates": [[[-122.188973, 37.770514], [-122.188926, 37.770545], [-122.18887, 37.770565], [-122.187613, 37.770416], [-122.187739, 37.770354], [-122.188973, 37.770514]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,193,0)", "fill-opacity": 0.75, "intersection_density": 118.84}, "geometry": {"type": "Polygon", "coordinates": [[[-122.189275, 37.762765], [-122.189217, 37.762707], [-122.189043, 37.762533], [-122.188985, 37.762476], [-122.1894, 37.762209999999996], [-122.190647, 37.761413999999995], [-122.19092599999999, 37.761237], [-122.191056, 37.761139], [-122.19121, 37.761213], [-122.191675, 37.761435], [-122.19183100000001, 37.761509], [-122.191779, 37.761572], [-122.191728, 37.761616], [-122.191393, 37.761829999999996], [-122.190011, 37.762715], [-122.189551, 37.76301], [-122.189495, 37.762961], [-122.18933, 37.762814], [-122.189275, 37.762765]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,194,0)", "fill-opacity": 0.75, "intersection_density": 116.45100000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.251462, 37.810840999999996], [-122.25189, 37.811779], [-122.25201200000001, 37.812045999999995], [-122.252378, 37.812849], [-122.25250000000001, 37.813117], [-122.252576, 37.813293], [-122.25280599999999, 37.813823], [-122.252883, 37.814], [-122.252959, 37.814166], [-122.253188, 37.814664], [-122.253265, 37.81483], [-122.253331, 37.815003], [-122.253532, 37.815523], [-122.2536, 37.815697], [-122.25331800000001, 37.815864], [-122.25235, 37.81614], [-122.252002, 37.815346999999996], [-122.251449, 37.814183], [-122.251259, 37.813747], [-122.251233, 37.813677], [-122.251191, 37.81348], [-122.251086, 37.813083], [-122.250936, 37.812551], [-122.250753, 37.811873], [-122.250698, 37.811713], [-122.250636, 37.811558999999995], [-122.250597, 37.811479999999996], [-122.250486, 37.811315], [-122.250413, 37.811222], [-122.25048, 37.811169], [-122.250593, 37.811095], [-122.250765, 37.811022], [-122.250996, 37.81096], [-122.251462, 37.810840999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,153,0)", "fill-opacity": 0.75, "intersection_density": 195.669}, "geometry": {"type": "Polygon", "coordinates": [[[-122.275061, 37.816168999999995], [-122.274921, 37.815742], [-122.275038, 37.815718], [-122.275064, 37.815802999999995], [-122.275142, 37.816058999999996], [-122.275169, 37.816145], [-122.275061, 37.816168999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 111.42399999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.272211, 37.814977999999996], [-122.272055, 37.81568], [-122.272002, 37.81567], [-122.271951, 37.815666], [-122.271987, 37.815523999999996], [-122.272096, 37.815101], [-122.272133, 37.814961], [-122.272211, 37.814977999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,221,0)", "fill-opacity": 0.75, "intersection_density": 64.988}, "geometry": {"type": "Polygon", "coordinates": [[[-122.274715, 37.81539], [-122.274734, 37.815267999999996], [-122.27473499999999, 37.815171], [-122.274719, 37.815118999999996], [-122.27471800000001, 37.815047], [-122.274734, 37.814977], [-122.27476300000001, 37.814932999999996], [-122.274789, 37.814912], [-122.27482599999999, 37.815025999999996], [-122.27486, 37.815131], [-122.27485, 37.815186], [-122.27482, 37.815352], [-122.274811, 37.815408], [-122.274715, 37.81539]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,100,0)", "fill-opacity": 0.75, "intersection_density": 296.324}, "geometry": {"type": "Polygon", "coordinates": [[[-122.27328, 37.810243], [-122.273501, 37.810182], [-122.273353, 37.810465], [-122.27328, 37.810243]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,201,0)", "fill-opacity": 0.75, "intersection_density": 103.229}, "geometry": {"type": "Polygon", "coordinates": [[[-122.266342, 37.822485], [-122.26638299999999, 37.822324], [-122.266507, 37.821844], [-122.266549, 37.821684], [-122.267034, 37.821794], [-122.26789, 37.82199], [-122.26802599999999, 37.822022], [-122.268129, 37.822075], [-122.268159, 37.822148999999996], [-122.268145, 37.822249], [-122.268084, 37.82242], [-122.268075, 37.822449], [-122.267971, 37.822655], [-122.267843, 37.822855], [-122.26754199999999, 37.822781], [-122.26664199999999, 37.822559], [-122.266342, 37.822485]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,176,0)", "fill-opacity": 0.75, "intersection_density": 152.393}, "geometry": {"type": "Polygon", "coordinates": [[[-122.265848, 37.809827999999996], [-122.265936, 37.809844], [-122.266029, 37.80985], [-122.266577, 37.809888], [-122.26666399999999, 37.809894], [-122.266757, 37.809920999999996], [-122.26660799999999, 37.810583], [-122.266605, 37.810623], [-122.266611, 37.810663999999996], [-122.266626, 37.810711], [-122.266656, 37.810756999999995], [-122.266854, 37.810900000000004], [-122.26653999999999, 37.810835], [-122.265626, 37.810665], [-122.26567, 37.810497], [-122.265803, 37.809995], [-122.265848, 37.809827999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,165,0)", "fill-opacity": 0.75, "intersection_density": 171.97099999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.263645, 37.815388999999996], [-122.263587, 37.815359], [-122.263506, 37.8153], [-122.263432, 37.815239], [-122.263351, 37.815152], [-122.263285, 37.815059999999995], [-122.263241, 37.814965], [-122.263335, 37.814927], [-122.263383, 37.814879999999995], [-122.263425, 37.814824], [-122.26345599999999, 37.814727], [-122.26344499999999, 37.814639], [-122.263694, 37.814693999999996], [-122.263792, 37.814716], [-122.264451, 37.814819], [-122.264553, 37.814834999999995], [-122.264143, 37.815563], [-122.263809, 37.815455], [-122.263645, 37.815388999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,138,0)", "fill-opacity": 0.75, "intersection_density": 224.222}, "geometry": {"type": "Polygon", "coordinates": [[[-122.282081, 37.805484], [-122.282105, 37.805417], [-122.28306599999999, 37.805634], [-122.28394, 37.805838], [-122.284049, 37.805901999999996], [-122.283949, 37.805906], [-122.283653, 37.805838], [-122.28281, 37.805644], [-122.28247400000001, 37.805569999999996], [-122.282081, 37.805484]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 99.633}, "geometry": {"type": "Polygon", "coordinates": [[[-122.25673, 37.823207], [-122.256773, 37.823266], [-122.257495, 37.823783999999996], [-122.257335, 37.823864], [-122.257247, 37.823798], [-122.25675799999999, 37.823436], [-122.256663, 37.823366], [-122.256617, 37.823296], [-122.25673, 37.823207]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,183,0)", "fill-opacity": 0.75, "intersection_density": 139.02200000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-122.254136, 37.834001], [-122.254036, 37.834168], [-122.254, 37.83423], [-122.253595, 37.834917], [-122.253513, 37.835057], [-122.25346, 37.835146], [-122.25323399999999, 37.835054], [-122.253038, 37.834975], [-122.252852, 37.834865], [-122.252606, 37.834686], [-122.25241, 37.834543], [-122.25235, 37.834503999999995], [-122.252291, 37.834454], [-122.252193, 37.834374], [-122.252115, 37.83433], [-122.252204, 37.834254], [-122.253016, 37.833557], [-122.254136, 37.834001]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,200,0)", "fill-opacity": 0.75, "intersection_density": 105.742}, "geometry": {"type": "Polygon", "coordinates": [[[-122.2553, 37.829907999999996], [-122.256203, 37.828483], [-122.256778, 37.828621999999996], [-122.256678, 37.829004999999995], [-122.25638000000001, 37.830157], [-122.256281, 37.830541], [-122.256038, 37.830497], [-122.255864, 37.830466], [-122.255498, 37.830394], [-122.255322, 37.830327], [-122.255093, 37.830239999999996], [-122.255134, 37.830172999999995], [-122.255258, 37.829974], [-122.2553, 37.829907999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,181,0)", "fill-opacity": 0.75, "intersection_density": 142.342}, "geometry": {"type": "Polygon", "coordinates": [[[-122.256742, 37.827628], [-122.256799, 37.827535999999995], [-122.25686999999999, 37.827586], [-122.2573, 37.827774999999995], [-122.257858, 37.828013], [-122.257824, 37.828103], [-122.257247, 37.827874], [-122.256815, 37.827689], [-122.256742, 37.827628]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,131,0)", "fill-opacity": 0.75, "intersection_density": 236.967}, "geometry": {"type": "Polygon", "coordinates": [[[-122.253411, 37.829564999999995], [-122.253731, 37.829696999999996], [-122.253605, 37.829825], [-122.253541, 37.829862999999996], [-122.253456, 37.829896], [-122.253372, 37.829912], [-122.253255, 37.829936], [-122.253114, 37.829937], [-122.253173, 37.829862], [-122.253351, 37.829639], [-122.253411, 37.829564999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,188,0)", "fill-opacity": 0.75, "intersection_density": 128.939}, "geometry": {"type": "Polygon", "coordinates": [[[-122.253731, 37.829696999999996], [-122.25386, 37.82966], [-122.254074, 37.829626], [-122.25417999999999, 37.829609999999995], [-122.254334, 37.829612999999995], [-122.254113, 37.829954], [-122.254024, 37.830079], [-122.253896, 37.830262], [-122.25297, 37.831384], [-122.252765, 37.831634], [-122.252625, 37.831824], [-122.252526, 37.831938], [-122.252239, 37.832271999999996], [-122.252229, 37.832277999999995], [-122.252144, 37.832335], [-122.252099, 37.83235], [-122.252033, 37.832361], [-122.251948, 37.832364], [-122.251947, 37.832364999999996], [-122.251892, 37.83236], [-122.25184, 37.832349], [-122.251776, 37.832328], [-122.251705, 37.832287], [-122.251664, 37.832257999999996], [-122.251612, 37.832204999999995], [-122.251569, 37.83215], [-122.251562, 37.832139999999995], [-122.251514, 37.832099], [-122.251445, 37.832069], [-122.251566, 37.831896], [-122.251933, 37.831379999999996], [-122.252055, 37.831208], [-122.25226599999999, 37.830953], [-122.252902, 37.830191], [-122.253114, 37.829937], [-122.253255, 37.829936], [-122.253372, 37.829912], [-122.253456, 37.829896], [-122.253541, 37.829862999999996], [-122.253605, 37.829825], [-122.253731, 37.829696999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,215,0)", "fill-opacity": 0.75, "intersection_density": 76.83}, "geometry": {"type": "Polygon", "coordinates": [[[-122.254854, 37.823223999999996], [-122.25533, 37.823612], [-122.255685, 37.823901], [-122.25501, 37.824419], [-122.254659, 37.824131], [-122.253866, 37.823482], [-122.25341, 37.823108999999995], [-122.253346, 37.823057], [-122.25315499999999, 37.822908999999996], [-122.25309, 37.822841], [-122.253037, 37.822735], [-122.253161, 37.822643], [-122.253536, 37.822368], [-122.253661, 37.822277], [-122.25407899999999, 37.822609], [-122.254643, 37.823057], [-122.254854, 37.823223999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,190,0)", "fill-opacity": 0.75, "intersection_density": 124.141}, "geometry": {"type": "Polygon", "coordinates": [[[-122.23465, 37.777996], [-122.23445699999999, 37.777865], [-122.23388, 37.777473], [-122.233688, 37.777342999999995], [-122.233723, 37.777332], [-122.23376999999999, 37.777302999999996], [-122.233817, 37.777249999999995], [-122.234144, 37.77689], [-122.23425399999999, 37.77677], [-122.234336, 37.776832999999996], [-122.234443, 37.776905], [-122.235022, 37.777298], [-122.235216, 37.777429], [-122.235102, 37.777542], [-122.234763, 37.777882], [-122.23465, 37.777996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,184,0)", "fill-opacity": 0.75, "intersection_density": 136.952}, "geometry": {"type": "Polygon", "coordinates": [[[-122.235602, 37.773689], [-122.235184, 37.773511], [-122.234843, 37.773362], [-122.235004, 37.773157999999995], [-122.235385, 37.772788999999996], [-122.23544, 37.772732999999995], [-122.235593, 37.772580999999995], [-122.235609, 37.772566999999995], [-122.23567, 37.772518], [-122.235716, 37.77248], [-122.235756, 37.772449], [-122.23587, 37.772366], [-122.23596, 37.772306], [-122.236019, 37.772248999999995], [-122.236079, 37.772194], [-122.236096, 37.772169999999996], [-122.236172, 37.772203], [-122.23603800000001, 37.77236], [-122.235952, 37.772459], [-122.235911, 37.772513], [-122.235879, 37.772577999999996], [-122.235862, 37.772645], [-122.235863, 37.772757999999996], [-122.235867, 37.772801], [-122.235912, 37.773264999999995], [-122.235841, 37.773534999999995], [-122.235839, 37.77355], [-122.235894, 37.773652999999996], [-122.236003, 37.773859], [-122.235602, 37.773689]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,157,0)", "fill-opacity": 0.75, "intersection_density": 188.315}, "geometry": {"type": "Polygon", "coordinates": [[[-122.22686, 37.775507], [-122.226745, 37.775743], [-122.226731, 37.775771999999996], [-122.226448, 37.776356], [-122.22556900000001, 37.775670999999996], [-122.224705, 37.775165], [-122.22452, 37.775058], [-122.224261, 37.774907999999996], [-122.223967, 37.774738], [-122.223854, 37.774673], [-122.22399300000001, 37.774473], [-122.224127, 37.774538], [-122.224695, 37.774815], [-122.224885, 37.774907999999996], [-122.225805, 37.775343], [-122.22588999999999, 37.775231999999995], [-122.225949, 37.775149], [-122.225989, 37.775096], [-122.226105, 37.774943], [-122.22653, 37.775141999999995], [-122.226865, 37.7753], [-122.226916, 37.775304999999996], [-122.226959, 37.775303], [-122.22686, 37.775507]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,188,0)", "fill-opacity": 0.75, "intersection_density": 128.54399999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.228623, 37.772283], [-122.228577, 37.772252], [-122.228466, 37.772176], [-122.228556, 37.771952999999996], [-122.228711, 37.771513], [-122.228854, 37.771584], [-122.228906, 37.771611], [-122.229092, 37.771687], [-122.22964999999999, 37.771916], [-122.229711, 37.771941], [-122.229825, 37.772014], [-122.229741, 37.772141], [-122.229492, 37.772523], [-122.22941, 37.772650999999996], [-122.229252, 37.772577], [-122.22878, 37.772355999999995], [-122.228623, 37.772283]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,182,0)", "fill-opacity": 0.75, "intersection_density": 139.297}, "geometry": {"type": "Polygon", "coordinates": [[[-122.273994, 37.839285], [-122.273979, 37.839213], [-122.275261, 37.839065999999995], [-122.275353, 37.839098], [-122.275229, 37.839149], [-122.275088, 37.839164], [-122.274267, 37.839254], [-122.273994, 37.839285]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,207,0)", "fill-opacity": 0.75, "intersection_density": 91.757}, "geometry": {"type": "Polygon", "coordinates": [[[-122.274084, 37.840156], [-122.274244, 37.840885], [-122.273872, 37.84093], [-122.27253400000001, 37.841093], [-122.272088, 37.841148], [-122.272057, 37.841003], [-122.271965, 37.84057], [-122.271935, 37.840426], [-122.272381, 37.840368999999995], [-122.27372199999999, 37.840201], [-122.274084, 37.840156]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,200,0)", "fill-opacity": 0.75, "intersection_density": 105.19200000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.273895, 37.839226], [-122.27391, 37.839301], [-122.273545, 37.839348], [-122.272195, 37.839521999999995], [-122.27174600000001, 37.83958], [-122.27172999999999, 37.839506], [-122.273895, 37.839226]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,161,0)", "fill-opacity": 0.75, "intersection_density": 179.50799999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.266809, 37.843364], [-122.266926, 37.843356], [-122.267023, 37.843340999999995], [-122.267665, 37.843249], [-122.267879, 37.843219], [-122.267898, 37.843312999999995], [-122.267955, 37.843596], [-122.267974, 37.843691], [-122.267993, 37.843779999999995], [-122.26805, 37.844046999999996], [-122.26807, 37.844136], [-122.267856, 37.844165], [-122.267217, 37.844256], [-122.267004, 37.844287], [-122.266965, 37.844102], [-122.266848, 37.843548], [-122.266809, 37.843364]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,200,0)", "fill-opacity": 0.75, "intersection_density": 104.57700000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.266071, 37.844387], [-122.266257, 37.844367], [-122.266817, 37.844305999999996], [-122.267004, 37.844287], [-122.26705799999999, 37.844552], [-122.267223, 37.845348], [-122.267278, 37.845614], [-122.26709, 37.845639], [-122.266528, 37.845718], [-122.266341, 37.845745], [-122.266286, 37.845473], [-122.26612399999999, 37.844657999999995], [-122.266071, 37.844387]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-122.29517899999999, 37.820081], [-122.295624, 37.820403999999996], [-122.295754, 37.820506], [-122.2959, 37.82062], [-122.295862, 37.82066], [-122.29583, 37.820637], [-122.295803, 37.820617], [-122.295739, 37.820566], [-122.295709, 37.820541999999996], [-122.295682, 37.820519999999995], [-122.295603, 37.820457], [-122.295598, 37.820453], [-122.295577, 37.820437], [-122.295491, 37.820371], [-122.295233, 37.820175], [-122.295148, 37.82011], [-122.29517899999999, 37.820081]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,219,0)", "fill-opacity": 0.75, "intersection_density": 68.165}, "geometry": {"type": "Polygon", "coordinates": [[[-122.29856, 37.826755], [-122.298161, 37.826792999999995], [-122.29778999999999, 37.826862999999996], [-122.29708600000001, 37.827006], [-122.296725, 37.827090999999996], [-122.296429, 37.827172999999995], [-122.296291, 37.827214999999995], [-122.296027, 37.827297], [-122.295837, 37.827346999999996], [-122.295614, 37.827405], [-122.295148, 37.827501], [-122.295391, 37.827369999999995], [-122.295519, 37.827304999999996], [-122.295664, 37.827242999999996], [-122.295998, 37.827124999999995], [-122.296571, 37.827003], [-122.296925, 37.826933], [-122.297967, 37.826729], [-122.300829, 37.826138], [-122.301772, 37.825956], [-122.30239399999999, 37.825849999999996], [-122.302455, 37.825838], [-122.30273700000001, 37.825786], [-122.302958, 37.825739999999996], [-122.303389, 37.825638999999995], [-122.303574, 37.825586], [-122.303995, 37.825455999999996], [-122.304275, 37.825375], [-122.304774, 37.825230999999995], [-122.30485999999999, 37.825300999999996], [-122.304973, 37.825381], [-122.30507399999999, 37.825447], [-122.305184, 37.825519], [-122.304868, 37.825569], [-122.304694, 37.825607999999995], [-122.304255, 37.825708], [-122.30405, 37.825762999999995], [-122.30354, 37.825874999999996], [-122.303235, 37.82593], [-122.302745, 37.826018999999995], [-122.30238, 37.826084], [-122.301817, 37.826187], [-122.301286, 37.826277], [-122.300921, 37.826339], [-122.299759, 37.826543], [-122.29856, 37.826755]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,205,0)", "fill-opacity": 0.75, "intersection_density": 96.376}, "geometry": {"type": "Polygon", "coordinates": [[[-122.288478, 37.831973999999995], [-122.28945999999999, 37.831716], [-122.290111, 37.831558], [-122.290557, 37.831419], [-122.290212, 37.83034], [-122.290088, 37.829969999999996], [-122.291024, 37.830193], [-122.291511, 37.830484999999996], [-122.291024, 37.83106], [-122.291017, 37.831272999999996], [-122.291015, 37.832054], [-122.291051, 37.832653], [-122.291111, 37.833309], [-122.291147, 37.833805999999996], [-122.291151, 37.833856], [-122.291201, 37.834430999999995], [-122.291241, 37.83472], [-122.29088, 37.834827], [-122.29064, 37.834886], [-122.289922, 37.835066], [-122.289683, 37.835125999999995], [-122.289052, 37.83359], [-122.288648, 37.832474999999995], [-122.288478, 37.831973999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,209,0)", "fill-opacity": 0.75, "intersection_density": 87.866}, "geometry": {"type": "Polygon", "coordinates": [[[-122.297673, 37.811281], [-122.297733, 37.811205], [-122.298862, 37.811771], [-122.298974, 37.811884], [-122.29881, 37.811852], [-122.29870199999999, 37.811797], [-122.29793, 37.811409999999995], [-122.297673, 37.811281]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,186,0)", "fill-opacity": 0.75, "intersection_density": 131.869}, "geometry": {"type": "Polygon", "coordinates": [[[-122.297095, 37.812004], [-122.29721, 37.811859], [-122.297557, 37.811425], [-122.297673, 37.811281], [-122.29793, 37.811409999999995], [-122.29870199999999, 37.811797], [-122.29881, 37.811852], [-122.298974, 37.811884], [-122.298854, 37.812035], [-122.298497, 37.81249], [-122.298378, 37.812642], [-122.298121, 37.812514], [-122.29735099999999, 37.812131], [-122.297095, 37.812004]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,182,0)", "fill-opacity": 0.75, "intersection_density": 139.333}, "geometry": {"type": "Polygon", "coordinates": [[[-122.261495, 37.813034], [-122.261582, 37.812878], [-122.261599, 37.812894], [-122.26265599999999, 37.814], [-122.263135, 37.814734], [-122.263241, 37.814965], [-122.263285, 37.815059999999995], [-122.263351, 37.815152], [-122.263432, 37.815239], [-122.263506, 37.8153], [-122.263587, 37.815359], [-122.263645, 37.815388999999996], [-122.263809, 37.815455], [-122.264143, 37.815563], [-122.264254, 37.815608999999995], [-122.264193, 37.815709999999996], [-122.264071, 37.815681999999995], [-122.263846, 37.815605999999995], [-122.26360199999999, 37.815492], [-122.263412, 37.81538], [-122.26333, 37.815326], [-122.263266, 37.815278], [-122.263222, 37.815235], [-122.263071, 37.815062999999995], [-122.262929, 37.814839], [-122.26283699999999, 37.814617], [-122.261495, 37.813034]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,188,0)", "fill-opacity": 0.75, "intersection_density": 127.639}, "geometry": {"type": "Polygon", "coordinates": [[[-122.261654, 37.812749], [-122.261698, 37.812652], [-122.262002, 37.811999], [-122.262241, 37.811484], [-122.262414, 37.811512], [-122.262936, 37.811596], [-122.26311, 37.811625], [-122.26281399999999, 37.812923], [-122.262241, 37.812839], [-122.261971, 37.8128], [-122.261654, 37.812749]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,98,0)", "fill-opacity": 0.75, "intersection_density": 301.035}, "geometry": {"type": "Polygon", "coordinates": [[[-122.290547, 37.784138], [-122.29054099999999, 37.784085], [-122.290524, 37.783927999999996], [-122.290519, 37.783876], [-122.29059699999999, 37.783877], [-122.290831, 37.783881], [-122.290909, 37.783882999999996], [-122.29092, 37.783999], [-122.290952, 37.784347], [-122.290964, 37.784462999999995], [-122.290885, 37.784462999999995], [-122.290652, 37.784462999999995], [-122.29057399999999, 37.784464], [-122.29056800000001, 37.784397999999996], [-122.29055199999999, 37.784203], [-122.290547, 37.784138]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-122.264426, 37.732948], [-122.265154, 37.731913], [-122.271672, 37.722629999999995], [-122.277623, 37.71415], [-122.28178, 37.70823], [-122.28246, 37.709309], [-122.28450000000001, 37.71255], [-122.28518, 37.713629999999995], [-122.279558, 37.722152], [-122.275365, 37.72851], [-122.269116, 37.737983], [-122.264426, 37.732948]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,140,0)", "fill-opacity": 0.75, "intersection_density": 221.455}, "geometry": {"type": "Polygon", "coordinates": [[[-122.29780199999999, 37.783532], [-122.297506, 37.783516], [-122.297314, 37.783507], [-122.297324, 37.783384], [-122.29735600000001, 37.783017], [-122.297368, 37.782894999999996], [-122.297512, 37.782902], [-122.297944, 37.782923], [-122.298089, 37.782931], [-122.298137, 37.782934], [-122.298282, 37.782942999999996], [-122.29833099999999, 37.782945999999995], [-122.298318, 37.783076], [-122.298279, 37.783469], [-122.298267, 37.7836], [-122.298157, 37.78355], [-122.298084, 37.783546], [-122.29780199999999, 37.783532]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 100.0}, "geometry": {"type": "Polygon", "coordinates": [[[-122.267609, 37.783074], [-122.26776100000001, 37.783102], [-122.267948, 37.783156999999996], [-122.268038, 37.783206], [-122.268198, 37.783349], [-122.268211, 37.78336], [-122.268266, 37.783454], [-122.26830799999999, 37.783591], [-122.26830799999999, 37.783794], [-122.268315, 37.783871], [-122.26842500000001, 37.78397], [-122.268495, 37.783998], [-122.268571, 37.784053], [-122.268619, 37.784102], [-122.268661, 37.784157], [-122.26870199999999, 37.784234], [-122.268709, 37.784349999999996], [-122.268709, 37.784827], [-122.26870199999999, 37.784915], [-122.268854, 37.785019999999996], [-122.268902, 37.785075], [-122.268951, 37.785146], [-122.268971, 37.78524], [-122.268969, 37.785250999999995], [-122.268957, 37.785328], [-122.26893, 37.78541], [-122.269013, 37.785447999999995], [-122.26911, 37.785464999999995], [-122.26922, 37.78552], [-122.269297, 37.785602], [-122.269429, 37.785678], [-122.269518, 37.785728999999996], [-122.269656, 37.785795], [-122.269739, 37.785849999999996], [-122.26981599999999, 37.785888], [-122.269899, 37.785942999999996], [-122.269919, 37.785976], [-122.269912, 37.786075], [-122.269954, 37.786136], [-122.270466, 37.786147], [-122.270556, 37.786173999999995], [-122.270577, 37.786190999999995], [-122.270598, 37.786251], [-122.270563, 37.786334], [-122.270542, 37.786531], [-122.270563, 37.786636], [-122.27065999999999, 37.786707], [-122.270798, 37.78674], [-122.270978, 37.786773], [-122.271068, 37.786746], [-122.27114399999999, 37.786685], [-122.271241, 37.786477], [-122.27132399999999, 37.786493], [-122.271418, 37.786531], [-122.271733, 37.786657999999996], [-122.271192, 37.787647], [-122.271289, 37.78768], [-122.271497, 37.787355999999996], [-122.271781, 37.787476999999996], [-122.271642, 37.787746], [-122.271753, 37.787785], [-122.271892, 37.78751], [-122.272182, 37.787631], [-122.271967, 37.787993], [-122.27250000000001, 37.788197], [-122.272715, 37.787818], [-122.273006, 37.787928], [-122.27284, 37.788213], [-122.27295699999999, 37.788257], [-122.273124, 37.787971999999996], [-122.27340699999999, 37.788081999999996], [-122.273248, 37.788379], [-122.273359, 37.788416999999995], [-122.273899, 37.787478], [-122.274231, 37.787659], [-122.27474, 37.788049], [-122.274847, 37.788132], [-122.274521, 37.788681], [-122.274874, 37.789004999999996], [-122.27459, 37.789449999999995], [-122.275019, 37.789742], [-122.275206, 37.789835], [-122.275359, 37.789812999999995], [-122.275558, 37.789936], [-122.275373, 37.790278], [-122.27482, 37.791305], [-122.274636, 37.791647999999995], [-122.27454399999999, 37.791584], [-122.274271, 37.791391999999995], [-122.27418, 37.791328], [-122.27302, 37.790668], [-122.26954, 37.788688], [-122.26838000000001, 37.788028], [-122.26596, 37.787152], [-122.264285, 37.786545], [-122.267609, 37.783074]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,231,0)", "fill-opacity": 0.75, "intersection_density": 46.403999999999996}, "geometry": {"type": "Polygon", "coordinates": [[[-122.2908, 37.769494], [-122.29077699999999, 37.769406], [-122.29081099999999, 37.769406], [-122.29093499999999, 37.769368], [-122.290987, 37.769255], [-122.291371, 37.768429], [-122.291406, 37.768456], [-122.291411, 37.768766], [-122.291413, 37.768851999999995], [-122.291413, 37.769186999999995], [-122.29144, 37.76945], [-122.291489, 37.769593], [-122.291538, 37.769676], [-122.291558, 37.769709], [-122.29180000000001, 37.769835], [-122.291215, 37.770528], [-122.290881, 37.770925], [-122.290882, 37.76986], [-122.290871, 37.769771], [-122.2908, 37.769494]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,215,0)", "fill-opacity": 0.75, "intersection_density": 76.811}, "geometry": {"type": "Polygon", "coordinates": [[[-122.28599, 37.773545999999996], [-122.28394399999999, 37.773496], [-122.282387, 37.773465], [-122.28238999999999, 37.773422], [-122.28311099999999, 37.773438999999996], [-122.28395, 37.773458999999995], [-122.28527700000001, 37.773485], [-122.285999, 37.7735], [-122.285997, 37.773526], [-122.28599, 37.773545999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,159,0)", "fill-opacity": 0.75, "intersection_density": 183.8}, "geometry": {"type": "Polygon", "coordinates": [[[-122.28041400000001, 37.777291], [-122.280934, 37.777302], [-122.281217, 37.777307], [-122.281691, 37.777314], [-122.281789, 37.777316], [-122.28224399999999, 37.777332], [-122.282241, 37.777377], [-122.28093, 37.777347], [-122.280463, 37.777335], [-122.279039, 37.777300000000004], [-122.278701, 37.777291999999996], [-122.276708, 37.777229], [-122.27671, 37.777192], [-122.277174, 37.777206], [-122.278209, 37.77724], [-122.278569, 37.777251], [-122.278701, 37.777255], [-122.279035, 37.777263999999995], [-122.279124, 37.777266], [-122.279393, 37.777271999999996], [-122.279483, 37.777274], [-122.280035, 37.777284], [-122.28041400000001, 37.777291]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,189,0)", "fill-opacity": 0.75, "intersection_density": 126.334}, "geometry": {"type": "Polygon", "coordinates": [[[-122.279329, 37.775286], [-122.276792, 37.775223], [-122.27679599999999, 37.775134], [-122.277306, 37.775143], [-122.277362, 37.775144999999995], [-122.278836, 37.775191], [-122.279346, 37.775208], [-122.279342, 37.775242], [-122.279329, 37.775286]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,183,0)", "fill-opacity": 0.75, "intersection_density": 138.931}, "geometry": {"type": "Polygon", "coordinates": [[[-122.274629, 37.778166999999996], [-122.27456699999999, 37.778166999999996], [-122.274556, 37.778168], [-122.274525, 37.778164], [-122.274384, 37.777186], [-122.274377, 37.777132], [-122.274505, 37.777133], [-122.27450999999999, 37.777187], [-122.274528, 37.777339], [-122.274603, 37.77796], [-122.274629, 37.778166999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,200,0)", "fill-opacity": 0.75, "intersection_density": 106.075}, "geometry": {"type": "Polygon", "coordinates": [[[-122.27273199999999, 37.773181], [-122.272331, 37.773171], [-122.270969, 37.773137], [-122.270515, 37.773126], [-122.270523, 37.772952], [-122.27055, 37.77243], [-122.27056, 37.772256999999996], [-122.271013, 37.772267], [-122.272373, 37.772297], [-122.272763, 37.772306], [-122.27273199999999, 37.773181]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,219,0)", "fill-opacity": 0.75, "intersection_density": 69.908}, "geometry": {"type": "Polygon", "coordinates": [[[-122.268159, 37.771225], [-122.265947, 37.771150999999996], [-122.26595, 37.771079], [-122.266392, 37.771093], [-122.267718, 37.771138], [-122.26816099999999, 37.771153], [-122.268159, 37.771225]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,196,0)", "fill-opacity": 0.75, "intersection_density": 112.416}, "geometry": {"type": "Polygon", "coordinates": [[[-122.265762, 37.76012], [-122.26495299999999, 37.759827], [-122.264992, 37.759761999999995], [-122.265153, 37.75982], [-122.265639, 37.759994999999996], [-122.265801, 37.760054], [-122.265762, 37.76012]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,205,0)", "fill-opacity": 0.75, "intersection_density": 96.04700000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.263307, 37.774715], [-122.26330300000001, 37.774820999999996], [-122.262067, 37.774763], [-122.262069, 37.7747], [-122.262316, 37.774707], [-122.26245, 37.774712], [-122.263059, 37.774713999999996], [-122.263307, 37.774715]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,137,0)", "fill-opacity": 0.75, "intersection_density": 227.173}, "geometry": {"type": "Polygon", "coordinates": [[[-122.26347200000001, 37.770948], [-122.263355, 37.770902], [-122.263179, 37.770824], [-122.262885, 37.770683], [-122.262522, 37.770517999999996], [-122.262233, 37.770409], [-122.262235, 37.770339], [-122.262568, 37.770478], [-122.262922, 37.770638], [-122.263477, 37.770865], [-122.26347200000001, 37.770948]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,184,0)", "fill-opacity": 0.75, "intersection_density": 136.218}, "geometry": {"type": "Polygon", "coordinates": [[[-122.262282, 37.769214], [-122.263533, 37.769242], [-122.263495, 37.770465], [-122.263477, 37.770865], [-122.262922, 37.770638], [-122.262568, 37.770478], [-122.262235, 37.770339], [-122.262282, 37.769214]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,170,0)", "fill-opacity": 0.75, "intersection_density": 163.084}, "geometry": {"type": "Polygon", "coordinates": [[[-122.259585, 37.776553], [-122.25939199999999, 37.776513], [-122.25925, 37.776483999999996], [-122.258986, 37.776418], [-122.258821, 37.776371999999995], [-122.2587, 37.776339], [-122.258633, 37.776317], [-122.25874999999999, 37.776146], [-122.259103, 37.775634], [-122.259221, 37.775464], [-122.259325, 37.775492], [-122.259393, 37.775511], [-122.259576, 37.775556], [-122.25963999999999, 37.775568], [-122.259747, 37.775589], [-122.259736, 37.775786], [-122.259704, 37.776377], [-122.259694, 37.776575], [-122.259672, 37.77657], [-122.25960599999999, 37.776557], [-122.259585, 37.776553]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,214,0)", "fill-opacity": 0.75, "intersection_density": 78.457}, "geometry": {"type": "Polygon", "coordinates": [[[-122.261511, 37.770091], [-122.259884, 37.769380999999996], [-122.259919, 37.769323], [-122.260244, 37.769466], [-122.261219, 37.769895], [-122.261545, 37.770039], [-122.261511, 37.770091]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,168,0)", "fill-opacity": 0.75, "intersection_density": 166.114}, "geometry": {"type": "Polygon", "coordinates": [[[-122.255854, 37.775172999999995], [-122.255834, 37.775203], [-122.25582299999999, 37.775222], [-122.25498999999999, 37.774859], [-122.254996, 37.774845], [-122.255005, 37.774828], [-122.255021, 37.774806], [-122.255187, 37.774879], [-122.255687, 37.775099], [-122.255854, 37.775172999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,208,0)", "fill-opacity": 0.75, "intersection_density": 90.53399999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.262279, 37.76589], [-122.262549, 37.766003999999995], [-122.263359, 37.766346999999996], [-122.26363, 37.766462], [-122.263623, 37.766655], [-122.26360199999999, 37.767237], [-122.263596, 37.767430999999995], [-122.263326, 37.767387], [-122.263196, 37.767348999999996], [-122.263072, 37.767314], [-122.262737, 37.767195], [-122.262055, 37.766906], [-122.26168, 37.766746999999995], [-122.261799, 37.766574999999996], [-122.262159, 37.766061], [-122.262279, 37.76589]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,204,0)", "fill-opacity": 0.75, "intersection_density": 96.977}, "geometry": {"type": "Polygon", "coordinates": [[[-122.260609, 37.765139999999995], [-122.260012, 37.766023], [-122.259948, 37.765991], [-122.260066, 37.765814999999996], [-122.260423, 37.765288], [-122.260542, 37.765113], [-122.260609, 37.765139999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,170,0)", "fill-opacity": 0.75, "intersection_density": 163.495}, "geometry": {"type": "Polygon", "coordinates": [[[-122.255156, 37.759567], [-122.255096, 37.759643], [-122.255071, 37.759693999999996], [-122.255055, 37.759738999999996], [-122.255032, 37.759884], [-122.255015, 37.760272], [-122.254908, 37.760253], [-122.254915, 37.760103], [-122.254926, 37.759879999999995], [-122.25495699999999, 37.759719], [-122.254977, 37.75966], [-122.254992, 37.759617999999996], [-122.255045, 37.759527], [-122.255156, 37.759567]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,209,0)", "fill-opacity": 0.75, "intersection_density": 87.663}, "geometry": {"type": "Polygon", "coordinates": [[[-122.25766, 37.766132], [-122.257326, 37.765985], [-122.256325, 37.765544], [-122.25599199999999, 37.765398], [-122.256113, 37.765226], [-122.256479, 37.764711], [-122.256602, 37.76454], [-122.256934, 37.764683], [-122.257933, 37.765115], [-122.258267, 37.765259], [-122.258145, 37.765433], [-122.257781, 37.765957], [-122.25766, 37.766132]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,172,0)", "fill-opacity": 0.75, "intersection_density": 159.641}, "geometry": {"type": "Polygon", "coordinates": [[[-122.255539, 37.759712], [-122.25590700000001, 37.759848], [-122.256123, 37.759929], [-122.256289, 37.759637999999995], [-122.25679, 37.758767], [-122.256957, 37.758477], [-122.257121, 37.758536], [-122.25761299999999, 37.758716], [-122.257778, 37.758776], [-122.257605, 37.759063999999995], [-122.257088, 37.759929], [-122.256916, 37.760218], [-122.257072, 37.760278], [-122.257462, 37.760431], [-122.257273, 37.760751], [-122.257137, 37.761005999999995], [-122.25709499999999, 37.761038], [-122.257056, 37.761058999999996], [-122.256966, 37.761029], [-122.255901, 37.760615], [-122.255015, 37.760272], [-122.255032, 37.759884], [-122.255055, 37.759738999999996], [-122.255071, 37.759693999999996], [-122.255096, 37.759643], [-122.255156, 37.759567], [-122.25525999999999, 37.759606], [-122.255539, 37.759712]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,209,0)", "fill-opacity": 0.75, "intersection_density": 88.619}, "geometry": {"type": "Polygon", "coordinates": [[[-122.255292, 37.769552999999995], [-122.255409, 37.769387], [-122.255762, 37.76889], [-122.25587999999999, 37.768724999999996], [-122.256215, 37.768872], [-122.25722, 37.769313], [-122.257555, 37.769459999999995], [-122.257437, 37.769628], [-122.257083, 37.770134], [-122.256966, 37.770303], [-122.256631, 37.770153], [-122.255626, 37.769703], [-122.255292, 37.769552999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,234,0)", "fill-opacity": 0.75, "intersection_density": 40.319}, "geometry": {"type": "Polygon", "coordinates": [[[-122.270245, 37.851892], [-122.270205, 37.851915999999996], [-122.27003500000001, 37.851935], [-122.270192, 37.851493], [-122.270473, 37.851163], [-122.27050000000001, 37.851089], [-122.27054, 37.850978999999995], [-122.270637, 37.850685999999996], [-122.270629, 37.850977], [-122.270645, 37.851074], [-122.270666, 37.851212], [-122.270543, 37.851323], [-122.270454, 37.851411], [-122.27040099999999, 37.851479999999995], [-122.270342, 37.851633], [-122.270245, 37.851892]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,177,0)", "fill-opacity": 0.75, "intersection_density": 149.526}, "geometry": {"type": "Polygon", "coordinates": [[[-122.29117099999999, 37.869302], [-122.29212, 37.869177], [-122.292294, 37.869741], [-122.291518, 37.869876], [-122.291315, 37.869895], [-122.29117099999999, 37.869302]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,200,0)", "fill-opacity": 0.75, "intersection_density": 105.71600000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.280925, 37.879601], [-122.280915, 37.87963], [-122.280911, 37.879667999999995], [-122.280722, 37.879736], [-122.280156, 37.87994], [-122.279968, 37.880009], [-122.279944, 37.879964], [-122.280925, 37.879601]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,177,0)", "fill-opacity": 0.75, "intersection_density": 149.744}, "geometry": {"type": "Polygon", "coordinates": [[[-122.266329, 37.874188], [-122.266569, 37.874159], [-122.266937, 37.874114999999996], [-122.266975, 37.874559], [-122.266987, 37.874629], [-122.267027, 37.874915], [-122.267045, 37.874933999999996], [-122.267095, 37.874959], [-122.267194, 37.874970999999995], [-122.2676, 37.874936999999996], [-122.267642, 37.875268999999996], [-122.267644, 37.875287], [-122.267703, 37.875772], [-122.267764, 37.87634], [-122.267803, 37.876692], [-122.267578, 37.876725], [-122.266904, 37.876826], [-122.26668, 37.876861], [-122.266599, 37.876326999999996], [-122.266558, 37.876056999999996], [-122.26639399999999, 37.874722999999996], [-122.266329, 37.874188]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,193,0)", "fill-opacity": 0.75, "intersection_density": 119.522}, "geometry": {"type": "Polygon", "coordinates": [[[-122.281836, 37.894118999999996], [-122.281561, 37.894264], [-122.281381, 37.89436], [-122.28057799999999, 37.89476], [-122.28025, 37.894925], [-122.280044, 37.895032], [-122.279427, 37.895351999999995], [-122.279222, 37.89546], [-122.279198, 37.895455999999996], [-122.27913, 37.895444999999995], [-122.279107, 37.895441999999996], [-122.27904699999999, 37.895432], [-122.278887, 37.895413999999995], [-122.278561, 37.895379], [-122.278334, 37.895342], [-122.278232, 37.895317999999996], [-122.278229, 37.895317999999996], [-122.278134, 37.895286], [-122.278035, 37.895223], [-122.278219, 37.895161], [-122.278404, 37.895066], [-122.279478, 37.894518], [-122.279546, 37.894484], [-122.27983499999999, 37.894332999999996], [-122.2801, 37.894193], [-122.280899, 37.893774], [-122.280926, 37.89376], [-122.28112, 37.893673], [-122.281836, 37.894118999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,144,0)", "fill-opacity": 0.75, "intersection_density": 212.03799999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.252695, 37.871277], [-122.252681, 37.871030999999995], [-122.25267099999999, 37.870951999999996], [-122.252655, 37.870889], [-122.252555, 37.870649], [-122.25244, 37.870425], [-122.25233, 37.870172], [-122.252291, 37.870066], [-122.252262, 37.869962], [-122.252216, 37.869717], [-122.252209, 37.869624], [-122.252328, 37.869616], [-122.25234499999999, 37.869696999999995], [-122.25236, 37.869959], [-122.25236, 37.869962], [-122.25240600000001, 37.870152999999995], [-122.252513, 37.87041], [-122.252569, 37.870515999999995], [-122.252636, 37.870643], [-122.252725, 37.87084], [-122.252745, 37.870905], [-122.252749, 37.870931], [-122.252766, 37.871043], [-122.252778, 37.871279], [-122.252695, 37.871277]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,166,0)", "fill-opacity": 0.75, "intersection_density": 170.74200000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-122.248254, 37.85452], [-122.24817999999999, 37.854479], [-122.248654, 37.85391], [-122.248695, 37.853926], [-122.24873, 37.853949], [-122.248634, 37.854063], [-122.24834899999999, 37.854405], [-122.248254, 37.85452]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,227,0)", "fill-opacity": 0.75, "intersection_density": 53.538999999999994}, "geometry": {"type": "Polygon", "coordinates": [[[-122.292828, 37.898367], [-122.29271, 37.898347], [-122.292655, 37.898337999999995], [-122.292653, 37.89833], [-122.292649, 37.898267], [-122.292648, 37.898205], [-122.292647, 37.898178], [-122.29265699999999, 37.898134], [-122.292655, 37.897974], [-122.292632, 37.897815], [-122.292615, 37.897686], [-122.29283699999999, 37.897691], [-122.292846, 37.897692], [-122.292828, 37.898367]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,222,0)", "fill-opacity": 0.75, "intersection_density": 62.338}, "geometry": {"type": "Polygon", "coordinates": [[[-122.28712, 37.882557999999996], [-122.286997, 37.882850999999995], [-122.285686, 37.883531999999995], [-122.285715, 37.883381], [-122.285729, 37.883314], [-122.28583, 37.883024], [-122.28596, 37.882675], [-122.286048, 37.882442], [-122.286282, 37.882444], [-122.286742, 37.882448], [-122.286978, 37.882515999999995], [-122.28712, 37.882557999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,150,0)", "fill-opacity": 0.75, "intersection_density": 201.725}, "geometry": {"type": "Polygon", "coordinates": [[[-122.296891, 37.883497999999996], [-122.296756, 37.883511], [-122.296623, 37.883116], [-122.29658, 37.882988999999995], [-122.296358, 37.882247], [-122.296497, 37.882225], [-122.296572, 37.88248], [-122.296734, 37.883026], [-122.296806, 37.883244999999995], [-122.296891, 37.883497999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,222,0)", "fill-opacity": 0.75, "intersection_density": 63.428999999999995}, "geometry": {"type": "Polygon", "coordinates": [[[-122.293159, 37.890585], [-122.293139, 37.891024], [-122.293092, 37.890965], [-122.292898, 37.890719], [-122.292897, 37.890695], [-122.292894, 37.890623999999995], [-122.292894, 37.890601], [-122.292992, 37.890595], [-122.293159, 37.890585]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,94,0)", "fill-opacity": 0.75, "intersection_density": 308.061}, "geometry": {"type": "Polygon", "coordinates": [[[-122.30344099999999, 37.883679], [-122.303296, 37.883708], [-122.302939, 37.88378], [-122.302814, 37.883508], [-122.302657, 37.883162999999996], [-122.302598, 37.883055999999996], [-122.30293, 37.883008], [-122.30341899999999, 37.882877], [-122.30344099999999, 37.883679]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,167,0)", "fill-opacity": 0.75, "intersection_density": 169.46099999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.273313, 37.890491], [-122.273521, 37.890541999999996], [-122.273647, 37.890556], [-122.274149, 37.890564], [-122.274474, 37.89057], [-122.274712, 37.890575999999996], [-122.27480800000001, 37.890586], [-122.274982, 37.890616], [-122.27507299999999, 37.890642], [-122.275386, 37.890754], [-122.27560199999999, 37.890843], [-122.275615, 37.890896999999995], [-122.275204, 37.89073], [-122.27503899999999, 37.890679999999996], [-122.27480299999999, 37.890631], [-122.274708, 37.890623999999995], [-122.274484, 37.890614], [-122.274142, 37.8906], [-122.273641, 37.890597], [-122.273443, 37.890575], [-122.273271, 37.890530999999996], [-122.273313, 37.890491]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,169,0)", "fill-opacity": 0.75, "intersection_density": 164.49200000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-122.283478, 37.891076], [-122.284161, 37.891037], [-122.284497, 37.891026], [-122.284468, 37.891062], [-122.28426999999999, 37.891073], [-122.283679, 37.891104999999996], [-122.28348199999999, 37.891117], [-122.283478, 37.891076]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,142,0)", "fill-opacity": 0.75, "intersection_density": 217.28}, "geometry": {"type": "Polygon", "coordinates": [[[-122.248198, 37.863281], [-122.248187, 37.863105], [-122.248186, 37.863078], [-122.248158, 37.862989999999996], [-122.248133, 37.86294], [-122.248118, 37.862891999999995], [-122.248102, 37.862775], [-122.248096, 37.862593], [-122.248096, 37.862587999999995], [-122.248088, 37.862556999999995], [-122.24805, 37.862477], [-122.248862, 37.862424], [-122.248861, 37.862697], [-122.248861, 37.862871999999996], [-122.248859, 37.863276], [-122.248848, 37.8633], [-122.248814, 37.863324999999996], [-122.24877599999999, 37.863332], [-122.248513, 37.863302999999995], [-122.24828099999999, 37.863279], [-122.248198, 37.863281]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,200,0)", "fill-opacity": 0.75, "intersection_density": 104.89}, "geometry": {"type": "Polygon", "coordinates": [[[-122.286048, 37.882442], [-122.286074, 37.882374], [-122.286188, 37.88207], [-122.286607, 37.880953999999996], [-122.286732, 37.880624999999995], [-122.287747, 37.880868], [-122.28714099999999, 37.882509], [-122.28712, 37.882557999999996], [-122.286978, 37.882515999999995], [-122.286742, 37.882448], [-122.286282, 37.882444], [-122.286048, 37.882442]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,222,0)", "fill-opacity": 0.75, "intersection_density": 63.711000000000006}, "geometry": {"type": "Polygon", "coordinates": [[[-122.269111, 37.849087999999995], [-122.26847599999999, 37.84917], [-122.268457, 37.849173], [-122.268448, 37.84912], [-122.269106, 37.849033999999996], [-122.269111, 37.849087999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,147,0)", "fill-opacity": 0.75, "intersection_density": 207.093}, "geometry": {"type": "Polygon", "coordinates": [[[-122.293769, 37.870232], [-122.293677, 37.870238], [-122.293541, 37.87026], [-122.29351299999999, 37.870264999999996], [-122.292975, 37.870369], [-122.292915, 37.870377999999995], [-122.292862, 37.870387], [-122.292636, 37.870425999999995], [-122.292555, 37.870148], [-122.292312, 37.869316999999995], [-122.29226299999999, 37.869147999999996], [-122.292561, 37.869097], [-122.292818, 37.869054999999996], [-122.292926, 37.869445], [-122.293483, 37.869338], [-122.293564, 37.869593], [-122.293686, 37.869973], [-122.293769, 37.870232]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,213,0)", "fill-opacity": 0.75, "intersection_density": 79.973}, "geometry": {"type": "Polygon", "coordinates": [[[-122.252555, 37.851293999999996], [-122.2526, 37.851655], [-122.252608, 37.851758], [-122.25263, 37.852033999999996], [-122.252775, 37.853365], [-122.25283400000001, 37.853901], [-122.252788, 37.853907], [-122.252744, 37.853907], [-122.252539, 37.852039999999995], [-122.252509, 37.851659], [-122.25246899999999, 37.851312], [-122.252555, 37.851293999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,186,0)", "fill-opacity": 0.75, "intersection_density": 131.404}, "geometry": {"type": "Polygon", "coordinates": [[[-122.265992, 37.859573999999995], [-122.266417, 37.859522], [-122.266736, 37.859474999999996], [-122.266883, 37.85946], [-122.26698999999999, 37.859454], [-122.267022, 37.859621], [-122.267021, 37.859688], [-122.267029, 37.859803], [-122.267019, 37.860079999999996], [-122.266892, 37.860082], [-122.266633, 37.860094], [-122.266657, 37.860405], [-122.266334, 37.860448999999996], [-122.266127, 37.860478], [-122.265992, 37.859573999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,188,0)", "fill-opacity": 0.75, "intersection_density": 129.386}, "geometry": {"type": "Polygon", "coordinates": [[[-122.25873899999999, 37.877151], [-122.258657, 37.877193999999996], [-122.258438, 37.877226], [-122.258425, 37.877227], [-122.258186, 37.877263], [-122.258124, 37.877266999999996], [-122.258062, 37.877278], [-122.258012, 37.877300000000005], [-122.257954, 37.87732], [-122.257894, 37.877334999999995], [-122.25774799999999, 37.877325], [-122.257667, 37.877331], [-122.257461, 37.877367], [-122.257442, 37.877371], [-122.257361, 37.877372], [-122.257267, 37.877367], [-122.257139, 37.877333], [-122.25726, 37.877295], [-122.25735399999999, 37.877300000000005], [-122.257435, 37.877296], [-122.257581, 37.877272], [-122.257663, 37.87725], [-122.25774, 37.877244], [-122.257879, 37.877247], [-122.257943, 37.877234], [-122.258003, 37.877213999999995], [-122.258055, 37.877203], [-122.25810899999999, 37.877201], [-122.25815399999999, 37.877204], [-122.25864899999999, 37.877133], [-122.25873899999999, 37.877151]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,218,0)", "fill-opacity": 0.75, "intersection_density": 71.082}, "geometry": {"type": "Polygon", "coordinates": [[[-122.256354, 37.897075], [-122.256287, 37.897056], [-122.256276, 37.896981], [-122.25627399999999, 37.896972], [-122.25627399999999, 37.896969999999996], [-122.256225, 37.896896], [-122.256124, 37.896775999999996], [-122.25607, 37.89671], [-122.25601, 37.896639], [-122.255919, 37.896556], [-122.25586, 37.896501], [-122.255796, 37.89645], [-122.255612, 37.896335], [-122.25547, 37.896271999999996], [-122.255404, 37.896248], [-122.255363, 37.896238], [-122.255311, 37.896226], [-122.255229, 37.896226999999996], [-122.255156, 37.896257999999996], [-122.255701, 37.895904], [-122.255771, 37.895927], [-122.255895, 37.895995], [-122.25593599999999, 37.896031], [-122.256077, 37.896239], [-122.256118, 37.896288999999996], [-122.256151, 37.896356999999995], [-122.256222, 37.896484], [-122.256305, 37.896795], [-122.256354, 37.897075]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,144,0)", "fill-opacity": 0.75, "intersection_density": 212.162}, "geometry": {"type": "Polygon", "coordinates": [[[-122.252143, 37.868725], [-122.252167, 37.868975], [-122.25217599999999, 37.869205], [-122.252062, 37.869216], [-122.251243, 37.869299], [-122.25097099999999, 37.869327999999996], [-122.250911, 37.869045], [-122.250733, 37.868196999999995], [-122.250697, 37.868021], [-122.250781, 37.867951999999995], [-122.250936, 37.867928], [-122.250961, 37.867923999999995], [-122.251503, 37.867858], [-122.251684, 37.867836], [-122.25169, 37.867881], [-122.251699, 37.867903999999996], [-122.251746, 37.86797], [-122.251797, 37.868017], [-122.251914, 37.868103999999995], [-122.251938, 37.868131], [-122.25196199999999, 37.868169], [-122.251977, 37.868204999999996], [-122.252143, 37.868725]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,164,0)", "fill-opacity": 0.75, "intersection_density": 175.28799999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.272562, 37.890201999999995], [-122.272865, 37.890339999999995], [-122.27305, 37.890406], [-122.273313, 37.890491], [-122.273271, 37.890530999999996], [-122.273136, 37.890494], [-122.272848, 37.890384999999995], [-122.272724, 37.890336], [-122.272511, 37.890245], [-122.272562, 37.890201999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,205,0)", "fill-opacity": 0.75, "intersection_density": 96.79}, "geometry": {"type": "Polygon", "coordinates": [[[-122.252957, 37.851242], [-122.253046, 37.851769999999995], [-122.253352, 37.853573], [-122.253354, 37.853581999999996], [-122.253952, 37.853529], [-122.25396, 37.853572], [-122.253986, 37.853702], [-122.253995, 37.853746], [-122.25395499999999, 37.85375], [-122.253837, 37.853764], [-122.253798, 37.853769], [-122.253605, 37.853795], [-122.253281, 37.85384], [-122.253026, 37.853874], [-122.25283400000001, 37.853901], [-122.252775, 37.853365], [-122.25263, 37.852033999999996], [-122.252608, 37.851758], [-122.2526, 37.851655], [-122.252555, 37.851293999999996], [-122.252957, 37.851242]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 100.0}, "geometry": {"type": "Polygon", "coordinates": [[[-122.11739299999999, 37.506893999999996], [-122.117298, 37.513667], [-122.118521, 37.526413], [-122.120401, 37.532824], [-122.122092, 37.536105], [-122.125536, 37.542474], [-122.128578, 37.548105], [-122.135769, 37.558852], [-122.131607, 37.562895], [-122.13138599999999, 37.56285], [-122.13095200000001, 37.562762], [-122.130552, 37.56258], [-122.1302, 37.562218], [-122.130055, 37.561969999999995], [-122.129918, 37.561487], [-122.12978, 37.561338], [-122.129566, 37.561282999999996], [-122.12951699999999, 37.561217], [-122.129711, 37.561068999999996], [-122.129787, 37.560921], [-122.129835, 37.560696], [-122.12976, 37.560355], [-122.129415, 37.560058], [-122.129339, 37.559827], [-122.129546, 37.559597], [-122.129905, 37.559443], [-122.129975, 37.559163], [-122.129823, 37.558509], [-122.129361, 37.557722999999996], [-122.129431, 37.557344], [-122.129314, 37.556954], [-122.128355, 37.556365], [-122.1281, 37.55614], [-122.12794099999999, 37.555942], [-122.127976, 37.555772], [-122.127438, 37.555332], [-122.127369, 37.554848], [-122.127024, 37.554826], [-122.126769, 37.554688999999996], [-122.126279, 37.55415], [-122.126176, 37.553853], [-122.126225, 37.55365], [-122.126156, 37.553627999999996], [-122.126077, 37.553739], [-122.125974, 37.553761], [-122.125912, 37.553756], [-122.125822, 37.553678999999995], [-122.12547, 37.553211999999995], [-122.125097, 37.552751], [-122.12474399999999, 37.55224], [-122.124371, 37.551646999999996], [-122.123929, 37.550988], [-122.123812, 37.550796], [-122.12339, 37.550241], [-122.123038, 37.549889], [-122.122838, 37.549835], [-122.122555, 37.549851], [-122.122341, 37.549879], [-122.122203, 37.549906], [-122.121906, 37.549856999999996], [-122.121844, 37.549763999999996], [-122.121823, 37.549566], [-122.121775, 37.549203], [-122.121595, 37.548989], [-122.121436, 37.548808], [-122.12136, 37.548604999999995], [-122.121394, 37.548494999999996], [-122.12164899999999, 37.548114999999996], [-122.121546, 37.547989], [-122.121422, 37.547945], [-122.12131099999999, 37.547835], [-122.121207, 37.547675999999996], [-122.120711, 37.547478999999996], [-122.120352, 37.547363], [-122.120207, 37.547236999999996], [-122.12008900000001, 37.547005999999996], [-122.120075, 37.546732], [-122.120006, 37.546633], [-122.11987500000001, 37.546589], [-122.119461, 37.546512], [-122.119219, 37.546479], [-122.118501, 37.546265], [-122.118419, 37.546216], [-122.118412, 37.546209999999995], [-122.118453, 37.546144999999996], [-122.118639, 37.546051], [-122.118708, 37.545908], [-122.11863199999999, 37.545738], [-122.118459, 37.545513], [-122.118369, 37.545100999999995], [-122.118169, 37.544821], [-122.118072, 37.544678], [-122.117644, 37.544123], [-122.11762999999999, 37.543986], [-122.117727, 37.543865], [-122.118258, 37.543583999999996], [-122.118258, 37.543475], [-122.118078, 37.542865], [-122.117885, 37.542463999999995], [-122.117408, 37.541376], [-122.117235, 37.541052], [-122.11687599999999, 37.540974999999996], [-122.116434, 37.540749999999996], [-122.11591, 37.540108], [-122.11589599999999, 37.539756], [-122.115985, 37.539619], [-122.116151, 37.539563], [-122.116551, 37.539547], [-122.116523, 37.539453], [-122.11635, 37.539007999999995], [-122.116205, 37.538661999999995], [-122.11538999999999, 37.536932], [-122.115197, 37.536722999999995], [-122.11501, 37.536625], [-122.114934, 37.536508999999995], [-122.114941, 37.536383], [-122.114975, 37.536266999999995], [-122.114934, 37.536108], [-122.11474, 37.535542], [-122.11443, 37.535295], [-122.114015, 37.534938], [-122.114043, 37.534746], [-122.11417399999999, 37.53468], [-122.11425, 37.534521], [-122.11407, 37.533977], [-122.113925, 37.533741], [-122.11368999999999, 37.533657999999996], [-122.113304, 37.533538], [-122.113131, 37.533417], [-122.113083, 37.533257], [-122.113055, 37.533054], [-122.112876, 37.532747], [-122.112786, 37.53262], [-122.112765, 37.532505], [-122.112827, 37.532306999999996], [-122.112855, 37.532005], [-122.112758, 37.531725], [-122.112613, 37.531445], [-122.112502, 37.530460999999995], [-122.112481, 37.530203], [-122.11228, 37.529362], [-122.111181, 37.525549999999996], [-122.11105, 37.525011], [-122.110835, 37.523512], [-122.110841, 37.522973], [-122.11081300000001, 37.522467999999996], [-122.110543, 37.519973], [-122.11027899999999, 37.516732], [-122.110264, 37.514748999999995], [-122.110249, 37.513518], [-122.110186, 37.512661], [-122.11023399999999, 37.512194], [-122.110254, 37.512115], [-122.11028400000001, 37.511994], [-122.110314, 37.511872], [-122.110322, 37.511863999999996], [-122.11052699999999, 37.511673], [-122.110934, 37.511292], [-122.11095399999999, 37.511274], [-122.111657, 37.510645], [-122.112538, 37.509915], [-122.114403, 37.508567], [-122.11483799999999, 37.508271], [-122.116016, 37.50747], [-122.117195, 37.50667], [-122.117234, 37.506713999999995], [-122.11724, 37.506721], [-122.117285, 37.506772], [-122.117339, 37.506833], [-122.117353, 37.506848999999995], [-122.11739299999999, 37.506893999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,78,0)", "fill-opacity": 0.75, "intersection_density": 339.32800000000003}, "geometry": {"type": "Polygon", "coordinates": [[[-121.929907, 37.490832999999995], [-121.929754, 37.490559], [-121.929891, 37.490459], [-121.929928, 37.49052], [-121.930039, 37.490702999999996], [-121.930077, 37.490764], [-121.929907, 37.490832999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,145,0)", "fill-opacity": 0.75, "intersection_density": 210.873}, "geometry": {"type": "Polygon", "coordinates": [[[-121.94869800000001, 37.492511], [-121.948546, 37.492430999999996], [-121.948583, 37.492314], [-121.948701, 37.491893999999995], [-121.94871599999999, 37.491802], [-121.948722, 37.491723], [-121.948719, 37.491555999999996], [-121.948708, 37.491461], [-121.948675, 37.491302], [-121.948665, 37.491251], [-121.94863699999999, 37.491138], [-121.948554, 37.490881], [-121.94844499999999, 37.490609], [-121.948658, 37.490476], [-121.948717, 37.490618999999995], [-121.948795, 37.490849], [-121.948867, 37.491129], [-121.948901, 37.491344], [-121.948906, 37.491551], [-121.948898, 37.491754], [-121.948879, 37.491868], [-121.94885099999999, 37.491999], [-121.94881699999999, 37.492129], [-121.948753, 37.492345], [-121.94869800000001, 37.492511]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,229,0)", "fill-opacity": 0.75, "intersection_density": 50.552}, "geometry": {"type": "Polygon", "coordinates": [[[-121.913322, 37.492886999999996], [-121.91352, 37.492961], [-121.914117, 37.493184], [-121.914316, 37.493258999999995], [-121.91425100000001, 37.493342], [-121.91422, 37.493373], [-121.914195, 37.4934], [-121.914151, 37.493454], [-121.914042, 37.493556], [-121.913986, 37.493596], [-121.913925, 37.493632], [-121.913878, 37.493655], [-121.913815, 37.493687], [-121.913742, 37.493714], [-121.913659, 37.493738], [-121.913577, 37.493746], [-121.91333399999999, 37.493744], [-121.91273699999999, 37.493739999999995], [-121.912572, 37.493761], [-121.912492, 37.493781], [-121.91234399999999, 37.493845], [-121.912272, 37.493887], [-121.912206, 37.493932], [-121.912156, 37.493970999999995], [-121.912151, 37.493975999999996], [-121.912103, 37.494025], [-121.911857, 37.494253], [-121.91176899999999, 37.494195999999995], [-121.911698, 37.494161999999996], [-121.911618, 37.494124], [-121.91154, 37.494105999999995], [-121.911166, 37.494042], [-121.911091, 37.494029], [-121.910987, 37.494009999999996], [-121.911047, 37.493756], [-121.91109399999999, 37.493392], [-121.911096, 37.493331], [-121.911088, 37.493275], [-121.911067, 37.493223], [-121.911033, 37.49317], [-121.910995, 37.493131], [-121.910987, 37.493123], [-121.910931, 37.493083999999996], [-121.910854, 37.493043], [-121.910783, 37.493015], [-121.910704, 37.492992], [-121.910634, 37.492979999999996], [-121.910482, 37.492965], [-121.910197, 37.492922], [-121.910118, 37.492896], [-121.910056, 37.492866], [-121.909994, 37.492824999999996], [-121.909936, 37.492775], [-121.909851, 37.492677], [-121.909701, 37.492470999999995], [-121.909685, 37.492436999999995], [-121.909682, 37.49232], [-121.909693, 37.492261], [-121.909726, 37.492205], [-121.90976599999999, 37.492154], [-121.909816, 37.492111], [-121.909877, 37.492076], [-121.910022, 37.492025], [-121.91019299999999, 37.491986], [-121.910369, 37.491960999999996], [-121.910608, 37.491917], [-121.910729, 37.491895], [-121.910928, 37.491847], [-121.911136, 37.491769999999995], [-121.911203, 37.491732], [-121.911268, 37.491681], [-121.911427, 37.491543], [-121.911575, 37.491623], [-121.91170000000001, 37.491678], [-121.911705, 37.491679], [-121.911838, 37.491724], [-121.911907, 37.491738999999995], [-121.91197700000001, 37.491748], [-121.912351, 37.491761], [-121.912623, 37.491817], [-121.912928, 37.491881], [-121.91282, 37.492204], [-121.912616, 37.492818], [-121.912793, 37.492801], [-121.912877, 37.492804], [-121.912961, 37.492812], [-121.912988, 37.492816], [-121.913102, 37.492836], [-121.913322, 37.492886999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,224,0)", "fill-opacity": 0.75, "intersection_density": 59.068000000000005}, "geometry": {"type": "Polygon", "coordinates": [[[-121.922811, 37.495942], [-121.922624, 37.496105], [-121.92255399999999, 37.496178], [-121.922521, 37.496266], [-121.922518, 37.496286999999995], [-121.92250899999999, 37.496356], [-121.922508, 37.496392], [-121.922527, 37.496471], [-121.922559, 37.496528], [-121.922595, 37.496573], [-121.922643, 37.496615999999996], [-121.922743, 37.496685], [-121.922857, 37.496722], [-121.922965, 37.49673], [-121.923021, 37.496728], [-121.923086, 37.496722], [-121.923206, 37.496697999999995], [-121.923272, 37.496666999999995], [-121.923325, 37.496629], [-121.923359, 37.496596], [-121.92339799999999, 37.496549], [-121.923437, 37.496475], [-121.923458, 37.496412], [-121.923461, 37.496379], [-121.92346599999999, 37.496333], [-121.923458, 37.496261], [-121.923446, 37.496213999999995], [-121.923396, 37.496112], [-121.923301, 37.495954999999995], [-121.92358300000001, 37.496213999999995], [-121.924114, 37.496702], [-121.924433, 37.496986], [-121.92472000000001, 37.497240999999995], [-121.924462, 37.497099], [-121.924342, 37.497042], [-121.92433199999999, 37.497037], [-121.924203, 37.496998], [-121.92389299999999, 37.496932], [-121.92369099999999, 37.496908], [-121.923447, 37.496887], [-121.923185, 37.496876], [-121.923078, 37.496868], [-121.922653, 37.49684], [-121.922384, 37.496821], [-121.922303, 37.496815999999995], [-121.921933, 37.496801], [-121.92181, 37.496804999999995], [-121.921673, 37.496828], [-121.921617, 37.496845], [-121.921585, 37.496854], [-121.921532, 37.49687], [-121.921337, 37.496956], [-121.921494, 37.496836], [-121.921661, 37.496716], [-121.921998, 37.496475], [-121.922811, 37.495942]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,152,0)", "fill-opacity": 0.75, "intersection_density": 197.248}, "geometry": {"type": "Polygon", "coordinates": [[[-121.92582999999999, 37.494009], [-121.92597, 37.493764999999996], [-121.925995, 37.493697], [-121.92600999999999, 37.493567999999996], [-121.926014, 37.493535], [-121.926039, 37.493459], [-121.926069, 37.493403], [-121.926225, 37.493204], [-121.926342, 37.493065], [-121.926594, 37.492815], [-121.926617, 37.492809], [-121.926644, 37.492818], [-121.926844, 37.492937], [-121.926867, 37.492936], [-121.926998, 37.492847999999995], [-121.927015, 37.492844], [-121.927033, 37.492841], [-121.927266, 37.492839], [-121.927325, 37.492841999999996], [-121.927472, 37.492933], [-121.927555, 37.492934], [-121.927604, 37.492937999999995], [-121.927607, 37.492939], [-121.927669, 37.492962], [-121.927712, 37.492996], [-121.927756, 37.493046], [-121.927797, 37.493100999999996], [-121.927887, 37.493204999999996], [-121.927974, 37.493305], [-121.927994, 37.493331999999995], [-121.928054, 37.493413], [-121.928075, 37.493441], [-121.928016, 37.493466999999995], [-121.927964, 37.493485], [-121.927916, 37.493508999999996], [-121.92765299999999, 37.493621999999995], [-121.927601, 37.493643], [-121.92743, 37.493717], [-121.927261, 37.493786], [-121.926973, 37.493904], [-121.926946, 37.493919999999996], [-121.926772, 37.494202], [-121.926751, 37.494225], [-121.926706, 37.494256], [-121.926667, 37.494273], [-121.926601, 37.494284], [-121.926558, 37.494284], [-121.926502, 37.494271999999995], [-121.926309, 37.494195999999995], [-121.92582999999999, 37.494009]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,141,0)", "fill-opacity": 0.75, "intersection_density": 218.517}, "geometry": {"type": "Polygon", "coordinates": [[[-121.926137, 37.492905], [-121.926861, 37.492104999999995], [-121.927043, 37.49226], [-121.927162, 37.492367], [-121.927292, 37.492508], [-121.92742, 37.492759], [-121.927472, 37.492933], [-121.927325, 37.492841999999996], [-121.927266, 37.492839], [-121.927033, 37.492841], [-121.927015, 37.492844], [-121.926998, 37.492847999999995], [-121.926867, 37.492936], [-121.926844, 37.492937], [-121.926644, 37.492818], [-121.926617, 37.492809], [-121.926594, 37.492815], [-121.926342, 37.493065], [-121.926225, 37.493204], [-121.926069, 37.493403], [-121.926039, 37.493459], [-121.926014, 37.493535], [-121.92600999999999, 37.493567999999996], [-121.925995, 37.493697], [-121.92597, 37.493764999999996], [-121.92582999999999, 37.494009], [-121.925764, 37.494051], [-121.925731, 37.494085], [-121.925566, 37.494263], [-121.925547, 37.494279999999996], [-121.925525, 37.494285999999995], [-121.92544699999999, 37.494247], [-121.925335, 37.494191], [-121.92544, 37.49407], [-121.925442, 37.494068999999996], [-121.925516, 37.493992999999996], [-121.925608, 37.49389], [-121.925641, 37.493843], [-121.925663, 37.493795999999996], [-121.925666, 37.493746], [-121.925642, 37.493696], [-121.925628, 37.493683], [-121.925591, 37.493649], [-121.925494, 37.4936], [-121.926137, 37.492905]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,229,0)", "fill-opacity": 0.75, "intersection_density": 50.092}, "geometry": {"type": "Polygon", "coordinates": [[[-121.93803199999999, 37.517657], [-121.938226, 37.517700000000005], [-121.938373, 37.517748], [-121.938482, 37.517787999999996], [-121.938599, 37.517845], [-121.938738, 37.517925999999996], [-121.93886599999999, 37.518018], [-121.93898300000001, 37.518119999999996], [-121.939036, 37.518173999999995], [-121.939514, 37.518719], [-121.93969899999999, 37.518905], [-121.940279, 37.519404], [-121.94031799999999, 37.519438], [-121.94041899999999, 37.519512999999996], [-121.940473, 37.519546999999996], [-121.940593, 37.519611999999995], [-121.940721, 37.519667], [-121.940856, 37.519709999999996], [-121.940995, 37.519742], [-121.94113899999999, 37.519760999999995], [-121.941272, 37.51977], [-121.941406, 37.519767], [-121.941539, 37.519754999999996], [-121.941666, 37.519732], [-121.941686, 37.519729], [-121.94183, 37.51969], [-121.941967, 37.519639999999995], [-121.942035, 37.519608], [-121.94215299999999, 37.519554], [-121.941933, 37.519242], [-121.941892, 37.519183], [-121.941789, 37.519031], [-121.941723, 37.518927], [-121.94122, 37.518062], [-121.941193, 37.518018999999995], [-121.94095300000001, 37.517635], [-121.940833, 37.517444], [-121.94073900000001, 37.517278], [-121.940534, 37.516912999999995], [-121.940145, 37.516223], [-121.940073, 37.516112], [-121.940001, 37.516026], [-121.939936, 37.515966], [-121.939876, 37.515923], [-121.939813, 37.515889], [-121.939751, 37.515865999999995], [-121.939662, 37.515842], [-121.939464, 37.51582], [-121.939348, 37.515812], [-121.938906, 37.5158], [-121.938733, 37.515786999999996], [-121.938646, 37.515772], [-121.938593, 37.515755999999996], [-121.938574, 37.515751], [-121.938503, 37.515722], [-121.938448, 37.515687], [-121.938408, 37.515651], [-121.93836999999999, 37.515601], [-121.938338, 37.515508], [-121.93832499999999, 37.515445], [-121.938308, 37.51528], [-121.93829099999999, 37.515204], [-121.938265, 37.515133999999996], [-121.938228, 37.51507], [-121.938389, 37.515032], [-121.938872, 37.51492], [-121.93903399999999, 37.514883999999995], [-121.939138, 37.51486], [-121.939256, 37.514828], [-121.939515, 37.514759], [-121.939727, 37.515091999999996], [-121.94072800000001, 37.516816], [-121.941003, 37.517286], [-121.941519, 37.518142], [-121.941893, 37.518735], [-121.942178, 37.519137], [-121.942346, 37.519383], [-121.942474, 37.51957], [-121.942874, 37.520108], [-121.94305299999999, 37.520348], [-121.943733, 37.521302999999996], [-121.94407, 37.521803], [-121.944388, 37.522275], [-121.945213, 37.523409], [-121.945393, 37.523679], [-121.945504, 37.523876], [-121.945615, 37.524122], [-121.945729, 37.524437], [-121.945818, 37.524735], [-121.945869, 37.524944999999995], [-121.945909, 37.52515], [-121.945938, 37.525504], [-121.94594599999999, 37.525793], [-121.945945, 37.525898999999995], [-121.945932, 37.526241], [-121.945903, 37.52643], [-121.945865, 37.526604999999996], [-121.945831, 37.52677], [-121.945778, 37.526961], [-121.945702, 37.527161], [-121.945515, 37.527569], [-121.94537700000001, 37.527814], [-121.945211, 37.528073], [-121.94512, 37.528202], [-121.945099, 37.528231999999996], [-121.94498300000001, 37.528371], [-121.944958, 37.528402], [-121.944741, 37.528650999999996], [-121.944535, 37.528846], [-121.944378, 37.528997], [-121.944296, 37.529064999999996], [-121.944194, 37.529153], [-121.944046, 37.529264], [-121.943961, 37.529329], [-121.943648, 37.529548999999996], [-121.943164, 37.529869], [-121.942934, 37.530029], [-121.942744, 37.530151], [-121.942577, 37.530266999999995], [-121.942306, 37.530446], [-121.942227, 37.530498], [-121.942081, 37.530601], [-121.941913, 37.530705], [-121.94148799999999, 37.530989999999996], [-121.94115099999999, 37.530961999999995], [-121.940783, 37.530941], [-121.940553, 37.530939], [-121.940188, 37.530944], [-121.939902, 37.530958999999996], [-121.939657, 37.530971], [-121.939474, 37.530981], [-121.939087, 37.531017999999996], [-121.938925, 37.531031], [-121.938682, 37.531051999999995], [-121.938646, 37.530937], [-121.938603, 37.530831], [-121.938548, 37.530727], [-121.938511, 37.530657], [-121.938385, 37.530440999999996], [-121.937983, 37.529838], [-121.937789, 37.529545999999996], [-121.937675, 37.529376], [-121.937483, 37.529088], [-121.937331, 37.528870999999995], [-121.937288, 37.528808999999995], [-121.937204, 37.528714], [-121.937074, 37.528627], [-121.936888, 37.528538999999995], [-121.93688, 37.528535], [-121.936469, 37.528369], [-121.935875, 37.52815], [-121.935536, 37.528025], [-121.935171, 37.527885], [-121.934809, 37.527747999999995], [-121.93444, 37.527618], [-121.93436, 37.527597], [-121.934234, 37.527569], [-121.934143, 37.527559], [-121.934053, 37.527559], [-121.933967, 37.52756], [-121.933799, 37.527564999999996], [-121.93366499999999, 37.527589], [-121.93343899999999, 37.527636], [-121.932761, 37.527778999999995], [-121.932536, 37.527826999999995], [-121.932507, 37.527840999999995], [-121.932421, 37.527885], [-121.93239299999999, 37.5279], [-121.932183, 37.527975999999995], [-121.932085, 37.528012], [-121.931977, 37.528056], [-121.93187499999999, 37.528107], [-121.931602, 37.528296999999995], [-121.931494, 37.528374], [-121.931119, 37.527983], [-121.930427, 37.527218], [-121.930215, 37.526983], [-121.929573, 37.526263], [-121.929528, 37.526212], [-121.92937, 37.526036], [-121.92910599999999, 37.525675], [-121.929008, 37.525528], [-121.928933, 37.525374], [-121.92887400000001, 37.525234], [-121.928809, 37.52503], [-121.928753, 37.524791], [-121.928642, 37.524145], [-121.928529, 37.523541], [-121.928626, 37.523539], [-121.929032, 37.523534], [-121.929081, 37.523531], [-121.92927399999999, 37.52352], [-121.929491, 37.523509], [-121.929779, 37.52348], [-121.929828, 37.523472999999996], [-121.930372, 37.523406], [-121.930809, 37.523334], [-121.930836, 37.523328], [-121.931169, 37.523263], [-121.93132299999999, 37.523223], [-121.931464, 37.523174999999995], [-121.931597, 37.523104], [-121.931692, 37.523038], [-121.931724, 37.523016999999996], [-121.931827, 37.522935], [-121.93211, 37.52271], [-121.932344, 37.522509], [-121.932478, 37.522371], [-121.932541, 37.522293], [-121.932594, 37.522197999999996], [-121.932633, 37.522106], [-121.93265099999999, 37.522023], [-121.932662, 37.521941999999996], [-121.932659, 37.521791], [-121.93265099999999, 37.521727], [-121.93265099999999, 37.521721], [-121.932631, 37.521651], [-121.93259, 37.521567], [-121.93253899999999, 37.521484], [-121.93247, 37.521384], [-121.932357, 37.521240999999996], [-121.932227, 37.521113], [-121.932163, 37.521049999999995], [-121.931849, 37.520719], [-121.931724, 37.520588], [-121.931624, 37.520497], [-121.931584, 37.520461], [-121.931435, 37.520365], [-121.93135699999999, 37.520328], [-121.931277, 37.520297], [-121.931152, 37.52025], [-121.931066, 37.520219], [-121.930962, 37.520182999999996], [-121.930891, 37.520153], [-121.930819, 37.520109999999995], [-121.930816, 37.520109], [-121.930744, 37.520061], [-121.930677, 37.520004], [-121.930641, 37.519965], [-121.930572, 37.519891], [-121.930421, 37.519675], [-121.93039, 37.519628999999995], [-121.930314, 37.519512], [-121.930227, 37.519359], [-121.930196, 37.519304], [-121.930161, 37.519225], [-121.930142, 37.519163999999996], [-121.930118, 37.519014999999996], [-121.93011899999999, 37.518938], [-121.930127, 37.518851999999995], [-121.93012999999999, 37.51883], [-121.93017, 37.518682], [-121.930218, 37.518563], [-121.930262, 37.518485999999996], [-121.930268, 37.518477], [-121.930305, 37.518426999999996], [-121.93038, 37.518322999999995], [-121.930453, 37.518246999999995], [-121.930527, 37.518191], [-121.930632, 37.518129], [-121.930757, 37.518065], [-121.930786, 37.518052999999995], [-121.93089, 37.518014], [-121.931002, 37.517979], [-121.931119, 37.517962], [-121.931191, 37.517959], [-121.931349, 37.517955], [-121.931761, 37.517956999999996], [-121.931952, 37.517959], [-121.931943, 37.518484], [-121.931943, 37.51849], [-121.931949, 37.518556], [-121.931964, 37.518609999999995], [-121.93198, 37.518664], [-121.932009, 37.518724999999996], [-121.932048, 37.518792999999995], [-121.932098, 37.518851999999995], [-121.932228, 37.518975], [-121.932307, 37.519031999999996], [-121.932384, 37.519076], [-121.932484, 37.519113], [-121.932666, 37.519162], [-121.932835, 37.519179], [-121.93292199999999, 37.51918], [-121.933011, 37.519176], [-121.933107, 37.519163], [-121.933193, 37.519141], [-121.93321399999999, 37.519137], [-121.933314, 37.519104], [-121.933704, 37.518995], [-121.93414899999999, 37.518875], [-121.93439599999999, 37.518809999999995], [-121.934455, 37.518786], [-121.934481, 37.518761], [-121.934492, 37.518718], [-121.934485, 37.518687], [-121.93429499999999, 37.518214], [-121.934257, 37.518133], [-121.934218, 37.518076], [-121.934064, 37.517876], [-121.934045, 37.517851], [-121.933981, 37.517765], [-121.933808, 37.517457], [-121.933929, 37.517429], [-121.934058, 37.517413999999995], [-121.934158, 37.517410999999996], [-121.934178, 37.517410999999996], [-121.934324, 37.517417], [-121.934479, 37.517432], [-121.934626, 37.517452999999996], [-121.93520699999999, 37.517578], [-121.935554, 37.517652999999996], [-121.935501, 37.517804], [-121.935473, 37.517897999999995], [-121.935461, 37.517963], [-121.935456, 37.518024], [-121.93546599999999, 37.518125999999995], [-121.935493, 37.518218], [-121.935496, 37.518224], [-121.93552199999999, 37.518268], [-121.935564, 37.518327], [-121.935615, 37.518381], [-121.935737, 37.518474999999995], [-121.935809, 37.518518], [-121.93588199999999, 37.518553], [-121.936156, 37.518645], [-121.936373, 37.518724], [-121.936512, 37.518769999999996], [-121.9367, 37.51884], [-121.936806, 37.51889], [-121.936977, 37.518993], [-121.937034, 37.519042], [-121.937105, 37.519102], [-121.93718, 37.51918], [-121.937303, 37.519348], [-121.93740199999999, 37.519501999999996], [-121.93725, 37.519563], [-121.937114, 37.519605999999996], [-121.93704, 37.519631], [-121.936834, 37.519708], [-121.936713, 37.519773], [-121.936623, 37.519833], [-121.936507, 37.519935], [-121.936446, 37.520011], [-121.93639, 37.520089999999996], [-121.936375, 37.520112], [-121.936281, 37.52026], [-121.936262, 37.520305], [-121.936251, 37.520357], [-121.936255, 37.520385999999995], [-121.936283, 37.520443], [-121.936313, 37.520481], [-121.936343, 37.520511], [-121.936374, 37.520533], [-121.93645599999999, 37.520593], [-121.936629, 37.520682], [-121.936851, 37.520781], [-121.936888, 37.520793], [-121.936978, 37.520824999999995], [-121.937072, 37.520852999999995], [-121.937221, 37.520893], [-121.937321, 37.520914], [-121.93737999999999, 37.520928], [-121.937508, 37.520958], [-121.937606, 37.520993], [-121.937688, 37.521032], [-121.937794, 37.521088999999996], [-121.937975, 37.521197], [-121.93807100000001, 37.521246999999995], [-121.938144, 37.52127], [-121.93818999999999, 37.52128], [-121.938241, 37.521285], [-121.938254, 37.521284], [-121.938304, 37.521283], [-121.938366, 37.521268], [-121.93842000000001, 37.521248], [-121.938485, 37.521209999999996], [-121.938542, 37.521166], [-121.938645, 37.521052], [-121.938683, 37.520996], [-121.938701, 37.520944], [-121.938702, 37.520883], [-121.938696, 37.520846999999996], [-121.93866299999999, 37.520782], [-121.93866, 37.520779], [-121.938579, 37.520683999999996], [-121.938467, 37.520576999999996], [-121.938293, 37.520430999999995], [-121.938586, 37.520216], [-121.938604, 37.52019], [-121.938613, 37.520168999999996], [-121.938621, 37.520140999999995], [-121.938621, 37.520112], [-121.938614, 37.520086], [-121.938419, 37.519601], [-121.938403, 37.519538], [-121.938392, 37.519475], [-121.938389, 37.519380999999996], [-121.938399, 37.519296], [-121.938414, 37.519231999999995], [-121.938462, 37.519084], [-121.93848, 37.518997], [-121.938486, 37.518944], [-121.938486, 37.518837], [-121.938481, 37.518783], [-121.938464, 37.518695], [-121.93843, 37.518591], [-121.938396, 37.518515], [-121.938357, 37.518445], [-121.938163, 37.518147], [-121.93802099999999, 37.517948], [-121.938003, 37.517914999999995], [-121.937992, 37.517876], [-121.937988, 37.517835999999996], [-121.937992, 37.517797], [-121.93803199999999, 37.517657]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,195,0)", "fill-opacity": 0.75, "intersection_density": 114.35}, "geometry": {"type": "Polygon", "coordinates": [[[-122.066233, 37.56937], [-122.066143, 37.569249], [-122.06612200000001, 37.569221], [-122.066041, 37.569140999999995], [-122.065941, 37.569061999999995], [-122.065796, 37.568967], [-122.065724, 37.56892], [-122.065973, 37.568636], [-122.066127, 37.568467999999996], [-122.06628, 37.568328], [-122.066374, 37.568261], [-122.066496, 37.568185], [-122.066642, 37.56811], [-122.066766, 37.568066], [-122.06691000000001, 37.568024], [-122.067105, 37.567989], [-122.067183, 37.567935999999996], [-122.067263, 37.567924999999995], [-122.06736699999999, 37.567918999999996], [-122.06751, 37.567918], [-122.067681, 37.567924], [-122.068035, 37.567949], [-122.068037, 37.567999], [-122.068038, 37.568079999999995], [-122.068048, 37.568186], [-122.068068, 37.568276], [-122.06810999999999, 37.56838], [-122.068183, 37.568518], [-122.06826, 37.568683], [-122.068315, 37.568788], [-122.068382, 37.568883], [-122.068398, 37.568909], [-122.0685, 37.569072999999996], [-122.06863799999999, 37.569281], [-122.06872, 37.569404], [-122.068599, 37.569458999999995], [-122.068431, 37.569541], [-122.068334, 37.56959], [-122.068077, 37.569736999999996], [-122.067889, 37.569866], [-122.067644, 37.57006], [-122.067635, 37.570067], [-122.067478, 37.570206999999996], [-122.067407, 37.57029], [-122.06728799999999, 37.570219], [-122.067143, 37.570139999999995], [-122.06696600000001, 37.570043], [-122.066773, 37.569922], [-122.066641, 37.569835999999995], [-122.066531, 37.569742], [-122.066409, 37.569615], [-122.066399, 37.569604], [-122.066233, 37.56937]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,211,0)", "fill-opacity": 0.75, "intersection_density": 84.947}, "geometry": {"type": "Polygon", "coordinates": [[[-122.049882, 37.602584], [-122.04988, 37.602728], [-122.049876, 37.603159999999995], [-122.049875, 37.603305], [-122.049478, 37.603305], [-122.048645, 37.603305], [-122.04858999999999, 37.603288], [-122.048545, 37.603263], [-122.048509, 37.603224999999995], [-122.048438, 37.603134], [-122.048383, 37.603075], [-122.048359, 37.603049999999996], [-122.04827399999999, 37.602973], [-122.048082, 37.602818], [-122.04830799999999, 37.602696], [-122.048411, 37.60265], [-122.048449, 37.602633999999995], [-122.048505, 37.602616], [-122.048622, 37.602592], [-122.04880299999999, 37.602576], [-122.049264, 37.602582], [-122.049512, 37.602582], [-122.049882, 37.602584]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,166,0)", "fill-opacity": 0.75, "intersection_density": 171.327}, "geometry": {"type": "Polygon", "coordinates": [[[-122.05995300000001, 37.602869999999996], [-122.059929, 37.602934999999995], [-122.059886, 37.603135], [-122.059804, 37.603429999999996], [-122.05980000000001, 37.603446], [-122.059773, 37.603519999999996], [-122.05975, 37.60356], [-122.059728, 37.603583], [-122.059696, 37.603605], [-122.059618, 37.603651], [-122.059581, 37.603674], [-122.05951, 37.603727], [-122.059472, 37.603761], [-122.059421, 37.603829999999995], [-122.059401, 37.603859], [-122.059375, 37.603907], [-122.059136, 37.603857], [-122.058419, 37.603707], [-122.05818099999999, 37.603657999999996], [-122.0582, 37.603574], [-122.058261, 37.603322999999996], [-122.058281, 37.60324], [-122.058335, 37.603044], [-122.058498, 37.602458999999996], [-122.058553, 37.602264], [-122.058681, 37.602273], [-122.05873700000001, 37.602277], [-122.058826, 37.602287], [-122.058913, 37.602308], [-122.058981, 37.602331], [-122.059054, 37.602365], [-122.059091, 37.602382999999996], [-122.059164, 37.602433], [-122.059333, 37.602481], [-122.05984, 37.602626], [-122.06001, 37.602675], [-122.059964, 37.602675999999995], [-122.059944, 37.602699], [-122.059922, 37.602741], [-122.059916, 37.602773], [-122.05991900000001, 37.602827], [-122.05991900000001, 37.602827999999995], [-122.059934, 37.602855999999996], [-122.05995300000001, 37.602869999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,193,0)", "fill-opacity": 0.75, "intersection_density": 118.51899999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.054419, 37.60331], [-122.054412, 37.603145], [-122.054392, 37.602652], [-122.054386, 37.602488], [-122.054411, 37.602503999999996], [-122.054475, 37.602529], [-122.05464599999999, 37.602565999999996], [-122.05483100000001, 37.6026], [-122.055414, 37.602708], [-122.056194, 37.602846], [-122.056649, 37.602927], [-122.056667, 37.602976999999996], [-122.056716, 37.603061], [-122.056723, 37.603074], [-122.056795, 37.603162999999995], [-122.05688599999999, 37.603256], [-122.056938, 37.603300999999995], [-122.056998, 37.603345], [-122.057043, 37.603369], [-122.057114, 37.603409], [-122.05717899999999, 37.603435999999995], [-122.057344, 37.60348], [-122.057377, 37.603487], [-122.05798, 37.603615], [-122.05818099999999, 37.603657999999996], [-122.058134, 37.603775], [-122.05812, 37.603811], [-122.058107, 37.603905], [-122.058107, 37.60415], [-122.058108, 37.604276999999996], [-122.05810000000001, 37.604413], [-122.058094, 37.604527], [-122.058085, 37.604608], [-122.05806799999999, 37.604703], [-122.058033, 37.604817], [-122.05798300000001, 37.604945], [-122.05787, 37.604911], [-122.057825, 37.604901], [-122.057777, 37.60489], [-122.057565, 37.604867999999996], [-122.057339, 37.604855], [-122.057268, 37.604852], [-122.057176, 37.604851], [-122.05717899999999, 37.604498], [-122.057183, 37.604051], [-122.057174, 37.604006], [-122.057158, 37.603978999999995], [-122.057118, 37.60394], [-122.056971, 37.603868999999996], [-122.056675, 37.603766], [-122.056487, 37.603701], [-122.05634, 37.603659], [-122.05625599999999, 37.603634], [-122.05614, 37.603607], [-122.056004, 37.603575], [-122.055641, 37.603502999999996], [-122.05553499999999, 37.603484], [-122.05533299999999, 37.603448], [-122.055187, 37.603429], [-122.05510000000001, 37.603418999999995], [-122.05497, 37.603426999999996], [-122.054856, 37.603446999999996], [-122.05479700000001, 37.603463999999995], [-122.054755, 37.603479], [-122.05467999999999, 37.603508], [-122.05462299999999, 37.603539999999995], [-122.054582, 37.603494], [-122.054459, 37.603356], [-122.054419, 37.60331]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,191,0)", "fill-opacity": 0.75, "intersection_density": 122.8}, "geometry": {"type": "Polygon", "coordinates": [[[-122.054732, 37.581770999999996], [-122.054663, 37.581737], [-122.05485, 37.581423], [-122.054948, 37.581258999999996], [-122.05502, 37.581151999999996], [-122.05510100000001, 37.581046], [-122.055661, 37.580379], [-122.055742, 37.580432], [-122.056258, 37.579816], [-122.056345, 37.579733999999995], [-122.056498, 37.579817999999996], [-122.05712, 37.580161], [-122.057177, 37.580193], [-122.057324, 37.580282], [-122.057252, 37.580372], [-122.05714499999999, 37.580492], [-122.056596, 37.581112999999995], [-122.05641299999999, 37.581320999999996], [-122.056525, 37.581385], [-122.056641, 37.581444], [-122.057337, 37.581797], [-122.057475, 37.581868], [-122.057571, 37.581911], [-122.057659, 37.581948], [-122.057694, 37.581965], [-122.058059, 37.582146], [-122.058061, 37.582147], [-122.058185, 37.582198], [-122.058151, 37.58227], [-122.058038, 37.582347999999996], [-122.058019, 37.582363], [-122.057979, 37.582397], [-122.057564, 37.582924], [-122.05754999999999, 37.582943], [-122.057416, 37.583115], [-122.056707, 37.582772999999996], [-122.055887, 37.582366], [-122.055611, 37.582228], [-122.055067, 37.581944], [-122.054756, 37.581783], [-122.054732, 37.581770999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-121.981171, 37.635832], [-121.981567, 37.635582], [-121.982046, 37.635282], [-121.98275699999999, 37.634834999999995], [-121.983154, 37.634586], [-121.983213, 37.634578999999995], [-121.983492, 37.634592999999995], [-121.983869, 37.634651999999996], [-121.983957, 37.63466], [-121.984134, 37.634676], [-121.984399, 37.634734], [-121.984609, 37.634736], [-121.984833, 37.634682], [-121.985071, 37.634651], [-121.98524, 37.634608], [-121.985536, 37.634433], [-121.985788, 37.634357], [-121.986026, 37.634326], [-121.986291, 37.634246], [-121.986897, 37.634066], [-121.987073, 37.634040999999996], [-121.987158, 37.635078], [-121.98704000000001, 37.636038], [-121.986909, 37.636033], [-121.985761, 37.635992], [-121.984639, 37.635953], [-121.98231799999999, 37.635872], [-121.981171, 37.635832]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-121.93434500000001, 37.591128], [-121.934466, 37.591086], [-121.934673, 37.591035999999995], [-121.934731, 37.591024999999995], [-121.934868, 37.591001999999996], [-121.935108, 37.590982], [-121.935333, 37.590972], [-121.935588, 37.590968], [-121.935738, 37.590973999999996], [-121.935875, 37.590984999999996], [-121.935928, 37.590995], [-121.935977, 37.591004999999996], [-121.936076, 37.591035999999995], [-121.936294, 37.591153999999996], [-121.935981, 37.591257], [-121.93504300000001, 37.591567999999995], [-121.934731, 37.591673], [-121.934523, 37.591730999999996], [-121.93390099999999, 37.591905], [-121.933694, 37.591964], [-121.93351200000001, 37.592089], [-121.932966, 37.592465], [-121.932785, 37.592591], [-121.932785, 37.592562], [-121.932788, 37.592478], [-121.932789, 37.59245], [-121.932784, 37.592306], [-121.932771, 37.591875], [-121.932767, 37.591732], [-121.932885, 37.591666], [-121.93307, 37.591581999999995], [-121.933138, 37.591552], [-121.93402499999999, 37.59124], [-121.93434500000001, 37.591128]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,217,0)", "fill-opacity": 0.75, "intersection_density": 72.25}, "geometry": {"type": "Polygon", "coordinates": [[[-122.147285, 37.73086], [-122.147257, 37.73088], [-122.147215, 37.730896], [-122.147175, 37.730897999999996], [-122.147086, 37.730889999999995], [-122.146824, 37.730821], [-122.146575, 37.730747], [-122.146509, 37.730728], [-122.146383, 37.730705], [-122.146263, 37.730688], [-122.146119, 37.730675999999995], [-122.145963, 37.730672], [-122.145652, 37.730684], [-122.145487, 37.730714], [-122.145248, 37.730764], [-122.145113, 37.730804], [-122.144968, 37.730841], [-122.14488, 37.730858], [-122.14479399999999, 37.730869], [-122.144609, 37.730879], [-122.144385, 37.730872], [-122.14421, 37.730866999999996], [-122.14402799999999, 37.730858999999995], [-122.143969, 37.730852], [-122.143917, 37.730836], [-122.14386, 37.730799], [-122.143822, 37.730748999999996], [-122.143757, 37.730629], [-122.14391499999999, 37.730582999999996], [-122.14439, 37.730449], [-122.144549, 37.730405], [-122.145012, 37.730275999999996], [-122.146402, 37.72989], [-122.146866, 37.729762], [-122.146959, 37.729979], [-122.14724, 37.730633], [-122.147269, 37.7307], [-122.14729299999999, 37.730781], [-122.147292, 37.730826], [-122.147285, 37.73086]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,210,0)", "fill-opacity": 0.75, "intersection_density": 87.039}, "geometry": {"type": "Polygon", "coordinates": [[[-122.144262, 37.729718], [-122.144206, 37.729583], [-122.144038, 37.729178999999995], [-122.14398299999999, 37.729045], [-122.144441, 37.728919], [-122.145815, 37.728544], [-122.146274, 37.728418999999995], [-122.146331, 37.728553], [-122.146504, 37.728958], [-122.146562, 37.729093], [-122.146102, 37.729217], [-122.144721, 37.729592], [-122.144262, 37.729718]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,183,0)", "fill-opacity": 0.75, "intersection_density": 137.36}, "geometry": {"type": "Polygon", "coordinates": [[[-122.138391, 37.730908], [-122.138424, 37.7309], [-122.138461, 37.730902], [-122.138632, 37.730912], [-122.138677, 37.730914999999996], [-122.13872, 37.730917999999996], [-122.138747, 37.730928999999996], [-122.138758, 37.730973], [-122.13878700000001, 37.731086999999995], [-122.138792, 37.731106], [-122.138806, 37.73115], [-122.138722, 37.731100999999995], [-122.138474, 37.730956], [-122.138391, 37.730908]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,162,0)", "fill-opacity": 0.75, "intersection_density": 179.041}, "geometry": {"type": "Polygon", "coordinates": [[[-122.139647, 37.727416], [-122.139643, 37.727253], [-122.139625, 37.727146999999995], [-122.13941, 37.726499], [-122.139528, 37.726464], [-122.140149, 37.726284], [-122.140356, 37.726223999999995], [-122.140433, 37.726406], [-122.14066700000001, 37.726952], [-122.14074600000001, 37.727135], [-122.140526, 37.727191], [-122.139866, 37.727359], [-122.139647, 37.727416]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,171,0)", "fill-opacity": 0.75, "intersection_density": 161.82399999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.142172, 37.719798], [-122.142337, 37.720175999999995], [-122.142833, 37.721312999999995], [-122.142999, 37.721692], [-122.14285699999999, 37.721731999999996], [-122.142432, 37.721854], [-122.142291, 37.721896], [-122.142138, 37.721553], [-122.141681, 37.720524], [-122.141561, 37.720253], [-122.141553, 37.720214999999996], [-122.141561, 37.720175999999995], [-122.14158499999999, 37.72014], [-122.141647, 37.720091], [-122.141666, 37.720079999999996], [-122.142045, 37.719868], [-122.142172, 37.719798]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,186,0)", "fill-opacity": 0.75, "intersection_density": 132.091}, "geometry": {"type": "Polygon", "coordinates": [[[-122.147826, 37.712066], [-122.147787, 37.712140999999995], [-122.147547, 37.712609], [-122.147467, 37.712765], [-122.147398, 37.71279], [-122.147334, 37.712823], [-122.147332, 37.712824999999995], [-122.147012, 37.713119999999996], [-122.146905, 37.713218999999995], [-122.146496, 37.713186], [-122.146404, 37.713179], [-122.146248, 37.713173], [-122.14608, 37.713177], [-122.146184, 37.712877999999996], [-122.146177, 37.712835], [-122.14615, 37.712793999999995], [-122.145461, 37.712316], [-122.145425, 37.71228], [-122.14542, 37.712255], [-122.14543, 37.712238], [-122.14666199999999, 37.711138999999996], [-122.146853, 37.710865], [-122.147175, 37.711089], [-122.147652, 37.711791], [-122.147748, 37.711952], [-122.147826, 37.712066]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 99.964}, "geometry": {"type": "Polygon", "coordinates": [[[-122.162695, 37.700759], [-122.162431, 37.700365], [-122.161641, 37.699183999999995], [-122.161378, 37.698791], [-122.161531, 37.698724], [-122.161991, 37.698526], [-122.162145, 37.698461], [-122.162407, 37.698856], [-122.163193, 37.700041], [-122.163455, 37.700437], [-122.163302, 37.700500999999996], [-122.162847, 37.700694], [-122.162695, 37.700759]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,210,0)", "fill-opacity": 0.75, "intersection_density": 85.65799999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.157933, 37.695975], [-122.157909, 37.695816], [-122.157839, 37.695341], [-122.157816, 37.695183], [-122.158308, 37.695167], [-122.159787, 37.695121], [-122.16028, 37.695105999999996], [-122.160296, 37.695236], [-122.160345, 37.695629], [-122.16036199999999, 37.69576], [-122.159876, 37.695802], [-122.158418, 37.695932], [-122.157933, 37.695975]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,228,0)", "fill-opacity": 0.75, "intersection_density": 51.18}, "geometry": {"type": "Polygon", "coordinates": [[[-122.155199, 37.701809], [-122.15520000000001, 37.701791], [-122.155208, 37.701772999999996], [-122.155295, 37.701688], [-122.155461, 37.701533], [-122.155655, 37.701353], [-122.155812, 37.701212], [-122.15592, 37.701122999999995], [-122.155985, 37.70108], [-122.156058, 37.701038], [-122.156189, 37.70098], [-122.15641, 37.70089], [-122.156769, 37.700745999999995], [-122.156843, 37.700865], [-122.157028, 37.70116], [-122.157071, 37.701221], [-122.157152, 37.701336999999995], [-122.156846, 37.701465], [-122.156531, 37.701598], [-122.156406, 37.701667], [-122.156357, 37.701705], [-122.156219, 37.701841], [-122.156032, 37.70201], [-122.155816, 37.702208], [-122.15578, 37.702219], [-122.155731, 37.702207], [-122.155653, 37.702152999999996], [-122.15529699999999, 37.701907999999996], [-122.15523400000001, 37.701864], [-122.155211, 37.701841], [-122.155199, 37.701809]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,208,0)", "fill-opacity": 0.75, "intersection_density": 90.926}, "geometry": {"type": "Polygon", "coordinates": [[[-122.13913, 37.692645], [-122.139083, 37.692478], [-122.138879, 37.692243999999995], [-122.138876, 37.692229999999995], [-122.13941, 37.692481], [-122.139657, 37.692482999999996], [-122.140155, 37.692488], [-122.140365, 37.69249], [-122.140398, 37.69249], [-122.140547, 37.692627], [-122.142855, 37.694207999999996], [-122.144548, 37.695374], [-122.148866, 37.69837], [-122.148748, 37.698473], [-122.148701, 37.698515], [-122.148189, 37.698989999999995], [-122.147919, 37.699233], [-122.14771999999999, 37.699394], [-122.147686, 37.699418], [-122.147475, 37.69957], [-122.147402, 37.699615], [-122.147305, 37.699661], [-122.14724, 37.699593], [-122.14723000000001, 37.69958], [-122.14707899999999, 37.699385], [-122.147035, 37.699315], [-122.14697699999999, 37.699222], [-122.146954, 37.699186], [-122.146886, 37.699078], [-122.146864, 37.699042999999996], [-122.147521, 37.698771], [-122.147638, 37.698710999999996], [-122.147646, 37.698707999999996], [-122.147729, 37.69866], [-122.14786699999999, 37.698558999999996], [-122.14797899999999, 37.698459], [-122.147994, 37.698436], [-122.147999, 37.698414], [-122.147994, 37.698389], [-122.14797899999999, 37.698367999999995], [-122.14792299999999, 37.698325], [-122.147861, 37.698285999999996], [-122.14632499999999, 37.697243], [-122.145628, 37.69677], [-122.14522, 37.696484999999996], [-122.143998, 37.695633], [-122.143591, 37.695349], [-122.14336399999999, 37.695198], [-122.142928, 37.694908999999996], [-122.142877, 37.694886], [-122.142832, 37.694877], [-122.142644, 37.694873], [-122.14237299999999, 37.694887], [-122.142376, 37.694753999999996], [-122.142372, 37.694711], [-122.142354, 37.694673], [-122.142298, 37.694623], [-122.142284, 37.694613], [-122.14183, 37.694281], [-122.141747, 37.694224], [-122.141722, 37.694210999999996], [-122.14166, 37.694199], [-122.141629, 37.694196999999996], [-122.14148399999999, 37.694199], [-122.141175, 37.694205], [-122.141167, 37.694046], [-122.141161, 37.693889], [-122.14115, 37.693822], [-122.14115100000001, 37.693804], [-122.14123599999999, 37.693604], [-122.141238, 37.693588999999996], [-122.141243, 37.693556], [-122.14123599999999, 37.693508], [-122.141213, 37.693463], [-122.14119600000001, 37.693442999999995], [-122.141154, 37.693408], [-122.14108, 37.693363999999995], [-122.141038, 37.693355], [-122.14049, 37.693357], [-122.140475, 37.693031], [-122.14045999999999, 37.692997999999996], [-122.140445, 37.692982], [-122.140428, 37.692969999999995], [-122.140406, 37.692965], [-122.13967199999999, 37.692985], [-122.139686, 37.693377999999996], [-122.139688, 37.693492], [-122.13967199999999, 37.693532999999995], [-122.139644, 37.693554999999996], [-122.13957500000001, 37.693574], [-122.139223, 37.693584], [-122.13922, 37.693534], [-122.139205, 37.693151], [-122.139189, 37.693017999999995], [-122.13917000000001, 37.692848], [-122.13916499999999, 37.692803999999995], [-122.13915399999999, 37.692748], [-122.139141, 37.692684], [-122.13913, 37.692645]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,180,0)", "fill-opacity": 0.75, "intersection_density": 143.36}, "geometry": {"type": "Polygon", "coordinates": [[[-122.146285, 37.670273], [-122.146176, 37.670153], [-122.145938, 37.669917999999996], [-122.145864, 37.669844999999995], [-122.144858, 37.668893], [-122.144719, 37.668760999999996], [-122.14452, 37.668532], [-122.144663, 37.668465999999995], [-122.14509100000001, 37.668268999999995], [-122.145235, 37.668203999999996], [-122.145321, 37.668321999999996], [-122.145425, 37.668433], [-122.145567, 37.668566999999996], [-122.146042, 37.669017], [-122.14663999999999, 37.66959], [-122.146804, 37.669748], [-122.146982, 37.669947], [-122.14684199999999, 37.670010999999995], [-122.146424, 37.670207], [-122.146285, 37.670273]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,194,0)", "fill-opacity": 0.75, "intersection_density": 117.44}, "geometry": {"type": "Polygon", "coordinates": [[[-122.140722, 37.671155], [-122.140924, 37.671186], [-122.141531, 37.671281], [-122.141734, 37.671313], [-122.14205, 37.671361999999995], [-122.142696, 37.671462], [-122.142821, 37.671496999999995], [-122.14291399999999, 37.671535999999996], [-122.142977, 37.671580999999996], [-122.142983, 37.671586], [-122.143048, 37.671654], [-122.143101, 37.671724], [-122.143187, 37.671824], [-122.142811, 37.672001], [-122.141683, 37.672536], [-122.141492, 37.672627], [-122.14131, 37.672717999999996], [-122.141094, 37.672430999999996], [-122.14070699999999, 37.671914], [-122.140658, 37.671817], [-122.140634, 37.671744], [-122.14062, 37.67167], [-122.140621, 37.671589], [-122.140636, 37.671502], [-122.140666, 37.671341], [-122.140722, 37.671155]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,182,0)", "fill-opacity": 0.75, "intersection_density": 140.563}, "geometry": {"type": "Polygon", "coordinates": [[[-122.143839, 37.66887], [-122.143971, 37.669033], [-122.144111, 37.669167], [-122.144987, 37.670004], [-122.14528, 37.670283999999995], [-122.144779, 37.670533999999996], [-122.144743, 37.670553], [-122.14468, 37.67058], [-122.144617, 37.670586], [-122.144554, 37.670572], [-122.144506, 37.670536], [-122.143505, 37.669582999999996], [-122.143418, 37.6695], [-122.143275, 37.669357], [-122.143213, 37.669270999999995], [-122.143142, 37.669162], [-122.143281, 37.669103], [-122.143699, 37.668928], [-122.143839, 37.66887]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,218,0)", "fill-opacity": 0.75, "intersection_density": 71.03699999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.134429, 37.672578], [-122.13457700000001, 37.672498999999995], [-122.13502, 37.672261999999996], [-122.13516899999999, 37.672184], [-122.135727, 37.671898], [-122.137401, 37.671039], [-122.13795999999999, 37.670753999999995], [-122.137995, 37.670801], [-122.138102, 37.670942], [-122.138138, 37.670989], [-122.138207, 37.671079], [-122.138417, 37.671352], [-122.138487, 37.671443], [-122.137762, 37.671803], [-122.135587, 37.672886999999996], [-122.134863, 37.673248], [-122.134776, 37.673114], [-122.134515, 37.672712], [-122.134429, 37.672578]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,205,0)", "fill-opacity": 0.75, "intersection_density": 95.512}, "geometry": {"type": "Polygon", "coordinates": [[[-122.137868, 37.670024999999995], [-122.137896, 37.669985], [-122.137936, 37.66994], [-122.13797, 37.669909], [-122.138034, 37.669866], [-122.138117, 37.669826], [-122.138997, 37.66941], [-122.139291, 37.669272], [-122.139712, 37.669076], [-122.140975, 37.668490999999996], [-122.141397, 37.668296], [-122.141482, 37.668419], [-122.141739, 37.668788], [-122.141825, 37.668912], [-122.14129, 37.669162], [-122.139686, 37.669916], [-122.139421, 37.670041], [-122.139318, 37.670099], [-122.139276, 37.670128], [-122.139249, 37.670162], [-122.13923199999999, 37.670195], [-122.139218, 37.67024], [-122.138948, 37.670196], [-122.138137, 37.670066999999996], [-122.137868, 37.670024999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,220,0)", "fill-opacity": 0.75, "intersection_density": 66.40899999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.12984, 37.682449], [-122.133663, 37.680907], [-122.13369900000001, 37.680959], [-122.129875, 37.682504], [-122.12984, 37.682449]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,233,0)", "fill-opacity": 0.75, "intersection_density": 42.141999999999996}, "geometry": {"type": "Polygon", "coordinates": [[[-122.133061, 37.679556999999996], [-122.133033, 37.679607], [-122.132994, 37.679631], [-122.13255, 37.679808], [-122.132522, 37.679817], [-122.13242, 37.679852], [-122.132372, 37.679860999999995], [-122.132318, 37.679854], [-122.13228, 37.679829], [-122.132217, 37.679761], [-122.132167, 37.679691], [-122.13141, 37.678517], [-122.13108, 37.678004], [-122.131247, 37.677963], [-122.131748, 37.677839999999996], [-122.131916, 37.677800000000005], [-122.132149, 37.678149], [-122.13284999999999, 37.679199], [-122.13293999999999, 37.679333], [-122.13304099999999, 37.679476], [-122.133059, 37.679514999999995], [-122.133061, 37.679556999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,187,0)", "fill-opacity": 0.75, "intersection_density": 130.17}, "geometry": {"type": "Polygon", "coordinates": [[[-122.134816, 37.670223], [-122.135718, 37.670136], [-122.136578, 37.670054], [-122.136593, 37.670207], [-122.13658699999999, 37.670363], [-122.136559, 37.670477999999996], [-122.13651, 37.67057], [-122.13645700000001, 37.670631], [-122.13644, 37.670652], [-122.136337, 37.670733], [-122.13619800000001, 37.670808], [-122.134946, 37.671453], [-122.13487599999999, 37.671484], [-122.134828, 37.671521999999996], [-122.134807, 37.671564], [-122.134803, 37.671605], [-122.134809, 37.671631999999995], [-122.134811, 37.671639], [-122.134844, 37.671682], [-122.13516899999999, 37.672184], [-122.13502, 37.672261999999996], [-122.13457700000001, 37.672498999999995], [-122.134429, 37.672578], [-122.13422, 37.672253], [-122.133594, 37.671279999999996], [-122.13352499999999, 37.671172], [-122.133454, 37.67105], [-122.133404, 37.670946], [-122.133375, 37.670853], [-122.13336799999999, 37.670823999999996], [-122.133353, 37.670752], [-122.133333, 37.670612], [-122.133302, 37.670451], [-122.133288, 37.670372], [-122.134816, 37.670223]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,134,0)", "fill-opacity": 0.75, "intersection_density": 231.083}, "geometry": {"type": "Polygon", "coordinates": [[[-122.093598, 37.659501], [-122.093549, 37.659406], [-122.09387100000001, 37.659276], [-122.094112, 37.659186], [-122.094647, 37.658969], [-122.094732, 37.658938], [-122.094686, 37.659079999999996], [-122.094467, 37.659161], [-122.094368, 37.659199], [-122.093939, 37.659369], [-122.093815, 37.659416], [-122.093598, 37.659501]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 99.49799999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.081763, 37.677745], [-122.081614, 37.677566], [-122.081286, 37.677225], [-122.081074, 37.677037], [-122.08115699999999, 37.676977], [-122.081246, 37.677056], [-122.08134, 37.677138], [-122.081504, 37.677305], [-122.081588, 37.677391], [-122.081636, 37.67744], [-122.081643, 37.677448], [-122.08180300000001, 37.677627], [-122.081846, 37.677673999999996], [-122.081858, 37.677686], [-122.081823, 37.6777], [-122.081775, 37.677738999999995], [-122.081766, 37.677744], [-122.081763, 37.677745]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,193,0)", "fill-opacity": 0.75, "intersection_density": 118.236}, "geometry": {"type": "Polygon", "coordinates": [[[-122.111954, 37.692305], [-122.111955, 37.692305], [-122.111963, 37.692288], [-122.111986, 37.692274], [-122.112018, 37.692265], [-122.113292, 37.692281], [-122.113344, 37.692302], [-122.113367, 37.692322], [-122.11338, 37.692363], [-122.113382, 37.692423999999995], [-122.113381, 37.692437999999996], [-122.113373, 37.692667], [-122.113381, 37.693082], [-122.113538, 37.693086], [-122.114009, 37.693101], [-122.114167, 37.693106], [-122.114164, 37.693252], [-122.114159, 37.693692999999996], [-122.114158, 37.69384], [-122.114153, 37.694092], [-122.114147, 37.69441], [-122.114075, 37.694472999999995], [-122.114043, 37.694524], [-122.114009, 37.694558], [-122.11394, 37.694607], [-122.113832, 37.694658], [-122.113638, 37.694731], [-122.113009, 37.694282], [-122.113255, 37.694043], [-122.112766, 37.693695], [-122.11250799999999, 37.693929], [-122.11195599999999, 37.69354], [-122.11202399999999, 37.693481999999996], [-122.112079, 37.693411999999995], [-122.112098, 37.693377999999996], [-122.112117, 37.693345], [-122.112119, 37.693334], [-122.112138, 37.693267999999996], [-122.112149, 37.69319], [-122.112157, 37.693142], [-122.112032, 37.693135], [-122.111984, 37.693121], [-122.111951, 37.693103], [-122.111938, 37.693087], [-122.111928, 37.693062], [-122.111925, 37.693025999999996], [-122.111939, 37.692678], [-122.111954, 37.692305]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,226,0)", "fill-opacity": 0.75, "intersection_density": 54.943000000000005}, "geometry": {"type": "Polygon", "coordinates": [[[-122.125363, 37.711746999999995], [-122.12577999999999, 37.711748], [-122.126051, 37.711777], [-122.12618, 37.711802999999996], [-122.126295, 37.711842], [-122.12655, 37.71192], [-122.126738, 37.711977999999995], [-122.12691, 37.712038], [-122.126992, 37.712072], [-122.12687, 37.712182], [-122.126503, 37.712512], [-122.126382, 37.712623], [-122.126289, 37.712581], [-122.12619, 37.712553], [-122.126106, 37.712541], [-122.126025, 37.712539], [-122.125896, 37.712548999999996], [-122.125839, 37.712562], [-122.125778, 37.712582], [-122.125624, 37.712662], [-122.125543, 37.712711], [-122.125225, 37.712934], [-122.12505999999999, 37.713015999999996], [-122.12463, 37.713156999999995], [-122.12419, 37.713367999999996], [-122.124197, 37.712492999999995], [-122.124255, 37.712489], [-122.124372, 37.712469999999996], [-122.124385, 37.712465], [-122.12444099999999, 37.712447999999995], [-122.124529, 37.712407999999996], [-122.124607, 37.712364], [-122.124659, 37.712317], [-122.124681, 37.712286999999996], [-122.124714, 37.712207], [-122.12472700000001, 37.712139], [-122.124725, 37.712074], [-122.124721, 37.711884], [-122.124843, 37.711856], [-122.125025, 37.711797], [-122.125171, 37.711760999999996], [-122.1252, 37.711755], [-122.125363, 37.711746999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 100.0}, "geometry": {"type": "Polygon", "coordinates": [[[-122.122002, 37.730078], [-122.122008, 37.730015], [-122.122028, 37.72983], [-122.122035, 37.729768], [-122.122108, 37.729779], [-122.12232900000001, 37.729811999999995], [-122.12240299999999, 37.729822999999996], [-122.122322, 37.729873], [-122.122082, 37.730027], [-122.122002, 37.730078]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,173,0)", "fill-opacity": 0.75, "intersection_density": 157.579}, "geometry": {"type": "Polygon", "coordinates": [[[-122.067759, 37.619809], [-122.06773, 37.619577], [-122.06879599999999, 37.619484], [-122.06885199999999, 37.619484], [-122.068928, 37.619498], [-122.068952, 37.619512], [-122.06897000000001, 37.61953], [-122.06898799999999, 37.619564], [-122.069, 37.619609], [-122.069002, 37.619626], [-122.069071, 37.620162], [-122.068538, 37.620241], [-122.068229, 37.62027], [-122.067821, 37.620298999999996], [-122.067808, 37.620201], [-122.067771, 37.619907], [-122.067759, 37.619809]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,184,0)", "fill-opacity": 0.75, "intersection_density": 136.047}, "geometry": {"type": "Polygon", "coordinates": [[[-122.105628, 37.706976], [-122.105724, 37.706928999999995], [-122.10595, 37.706818], [-122.106067, 37.706767], [-122.106096, 37.706748999999995], [-122.106115, 37.706731], [-122.106133, 37.706702], [-122.106144, 37.706668], [-122.106143, 37.706641], [-122.106134, 37.706612], [-122.10612, 37.706587], [-122.105999, 37.706458], [-122.105951, 37.706419], [-122.105895, 37.706392], [-122.105763, 37.706351999999995], [-122.105698, 37.706327], [-122.105655, 37.706299], [-122.105635, 37.706286], [-122.105368, 37.706043], [-122.10542699999999, 37.706013], [-122.10560699999999, 37.705926], [-122.105668, 37.705898], [-122.105958, 37.706173], [-122.106831, 37.706998], [-122.107122, 37.707274], [-122.106903, 37.707374], [-122.106246, 37.707675], [-122.106028, 37.707775999999996], [-122.105952, 37.707676], [-122.10591, 37.707629], [-122.10586599999999, 37.707578999999996], [-122.105774, 37.707484], [-122.105628, 37.70735], [-122.105511, 37.707232], [-122.105379, 37.707100000000004], [-122.105628, 37.706976]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,176,0)", "fill-opacity": 0.75, "intersection_density": 150.916}, "geometry": {"type": "Polygon", "coordinates": [[[-122.104309, 37.682353], [-122.10417699999999, 37.682393999999995], [-122.10378, 37.682518], [-122.103649, 37.682559999999995], [-122.103553, 37.682367], [-122.103294, 37.681847], [-122.103287, 37.681802], [-122.103289, 37.681785], [-122.103291, 37.681775], [-122.10331, 37.681746], [-122.103335, 37.681728], [-122.103459, 37.681667], [-122.103567, 37.681632], [-122.103892, 37.681529], [-122.104001, 37.681495], [-122.104188, 37.681624], [-122.10475199999999, 37.682013999999995], [-122.10494, 37.682144], [-122.10481300000001, 37.682185], [-122.104435, 37.68231], [-122.104309, 37.682353]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,204,0)", "fill-opacity": 0.75, "intersection_density": 98.751}, "geometry": {"type": "Polygon", "coordinates": [[[-122.038945, 37.61376], [-122.039019, 37.613707999999995], [-122.039242, 37.613555], [-122.039288, 37.613524], [-122.039317, 37.613504], [-122.03944899999999, 37.613417], [-122.039459, 37.613403999999996], [-122.03976, 37.613669], [-122.040665, 37.614467], [-122.040967, 37.614734], [-122.040843, 37.614808], [-122.040786, 37.614843], [-122.040474, 37.61503], [-122.040351, 37.615105], [-122.040306, 37.615066], [-122.040171, 37.61495], [-122.040127, 37.614912], [-122.039963, 37.614764], [-122.039885, 37.614686], [-122.03963999999999, 37.614439], [-122.039267, 37.614039999999996], [-122.039197, 37.613972], [-122.039183, 37.613958], [-122.038945, 37.61376]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,238,0)", "fill-opacity": 0.75, "intersection_density": 33.424}, "geometry": {"type": "Polygon", "coordinates": [[[-122.13186, 37.661307], [-122.130619, 37.663368999999996], [-122.128843, 37.662935], [-122.126254, 37.664274], [-122.123024, 37.665946], [-122.121922, 37.666458], [-122.121632, 37.666052], [-122.121132, 37.665268999999995], [-122.120927, 37.664923], [-122.1209, 37.664885999999996], [-122.12083799999999, 37.664815999999995], [-122.120758, 37.664739], [-122.120657, 37.664668], [-122.120531, 37.664598], [-122.120473, 37.664566], [-122.12040999999999, 37.664536], [-122.12031, 37.664522], [-122.120341, 37.664513], [-122.120397, 37.664484], [-122.12042, 37.664463999999995], [-122.120452, 37.664428], [-122.120516, 37.664341], [-122.120582, 37.664231], [-122.120633, 37.66413], [-122.12067, 37.66404], [-122.12070299999999, 37.663936], [-122.120719, 37.663862], [-122.120727, 37.663799], [-122.120736, 37.663562999999996], [-122.12073, 37.66347], [-122.12071399999999, 37.663362], [-122.120653, 37.663181], [-122.120539, 37.662941], [-122.120475, 37.662835], [-122.120356, 37.662661], [-122.120316, 37.662624], [-122.120276, 37.662604], [-122.120228, 37.662599], [-122.120162, 37.662597999999996], [-122.11975699999999, 37.662622], [-122.11967899999999, 37.662633], [-122.119545, 37.662656999999996], [-122.119392, 37.662704999999995], [-122.119324, 37.662599], [-122.11938599999999, 37.662616], [-122.11945, 37.662634], [-122.119573, 37.662594999999996], [-122.119636, 37.662576], [-122.119812, 37.662496], [-122.12034, 37.662259], [-122.120517, 37.66218], [-122.120578, 37.662155999999996], [-122.120762, 37.662088], [-122.120824, 37.662065999999996], [-122.120874, 37.662056], [-122.121025, 37.662026999999995], [-122.121076, 37.662017999999996], [-122.121517, 37.661876], [-122.12284199999999, 37.661452], [-122.123284, 37.661311], [-122.123283, 37.661254], [-122.12328, 37.661086], [-122.12328, 37.66103], [-122.123278, 37.660944], [-122.123274, 37.660688], [-122.123273, 37.660603], [-122.123271, 37.660531], [-122.123268, 37.660318], [-122.123267, 37.660247], [-122.123264, 37.660101999999995], [-122.12325799999999, 37.659667], [-122.123256, 37.659523], [-122.123254, 37.659400000000005], [-122.123248, 37.659034], [-122.12324699999999, 37.658912], [-122.123245, 37.658842], [-122.123242, 37.658632], [-122.123242, 37.658563], [-122.12324100000001, 37.658500000000004], [-122.123238, 37.658313], [-122.123237, 37.658251], [-122.12323599999999, 37.658218], [-122.123234, 37.658121], [-122.123234, 37.658089], [-122.123231, 37.657956], [-122.12322499999999, 37.657558], [-122.123223, 37.657426], [-122.123219, 37.657171999999996], [-122.12320700000001, 37.656411], [-122.123203, 37.656158], [-122.123199, 37.655902999999995], [-122.123193, 37.655505], [-122.122826, 37.655508], [-122.12257199999999, 37.655511], [-122.122483, 37.655511], [-122.122218, 37.655513], [-122.122193, 37.655514], [-122.122191, 37.655451], [-122.122181, 37.654722], [-122.122069, 37.654722], [-122.12022, 37.654734999999995], [-122.120228, 37.654063], [-122.120239, 37.653223], [-122.120736, 37.653202], [-122.12098399999999, 37.653192], [-122.121855, 37.653144999999995], [-122.122226, 37.65313], [-122.122724, 37.653110999999996], [-122.122936, 37.653107], [-122.123575, 37.653096999999995], [-122.12378799999999, 37.653093999999996], [-122.123961, 37.65309], [-122.12422699999999, 37.653086], [-122.124379, 37.65313], [-122.12443, 37.653148], [-122.12446299999999, 37.653169], [-122.124493, 37.653196], [-122.124528, 37.653245999999996], [-122.124536, 37.653282], [-122.12453, 37.653926], [-122.124583, 37.655353], [-122.124597, 37.655606], [-122.124616, 37.6558], [-122.124661, 37.6561], [-122.12469, 37.656214999999996], [-122.124709, 37.656267], [-122.124819, 37.656362], [-122.124878, 37.656515999999996], [-122.12498099999999, 37.656704], [-122.125049, 37.656794], [-122.125223, 37.656988999999996], [-122.125291, 37.657056], [-122.125331, 37.657095999999996], [-122.125398, 37.657154999999996], [-122.125548, 37.657267], [-122.125675, 37.657343999999995], [-122.12600499999999, 37.657522], [-122.126132, 37.657579999999996], [-122.126623, 37.657761], [-122.126778, 37.657813999999995], [-122.127217, 37.657953], [-122.127603, 37.658082], [-122.12792400000001, 37.65819], [-122.128331, 37.658344], [-122.128402, 37.658373], [-122.128838, 37.658553], [-122.129037, 37.658646], [-122.129339, 37.658789], [-122.130923, 37.659514], [-122.131553, 37.659803], [-122.131703, 37.659864999999996], [-122.131805, 37.659912999999996], [-122.13186999999999, 37.659945], [-122.131975, 37.660008999999995], [-122.13215, 37.660139], [-122.132218, 37.6602], [-122.132311, 37.660295], [-122.13241099999999, 37.660433999999995], [-122.13242199999999, 37.660447999999995], [-122.132497, 37.660545], [-122.132584, 37.660671], [-122.132229, 37.660706], [-122.131165, 37.660813], [-122.130811, 37.660849999999996], [-122.131291, 37.661066999999996], [-122.13154, 37.661183], [-122.13171299999999, 37.661271], [-122.13186, 37.661307]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,149,0)", "fill-opacity": 0.75, "intersection_density": 203.06599999999997}, "geometry": {"type": "Polygon", "coordinates": [[[-122.162529, 37.689260999999995], [-122.16247899999999, 37.689095], [-122.162395, 37.688792], [-122.162537, 37.688758], [-122.162567, 37.688752], [-122.162662, 37.688721], [-122.162939, 37.688615], [-122.163239, 37.688483999999995], [-122.163326, 37.688449999999996], [-122.16359, 37.688348999999995], [-122.163645, 37.688432], [-122.163813, 37.688683999999995], [-122.163869, 37.688767999999996], [-122.163928, 37.68886], [-122.164053, 37.689053], [-122.164108, 37.689136], [-122.164169, 37.689228], [-122.164244, 37.689323], [-122.164247, 37.689327], [-122.16433599999999, 37.689416], [-122.164514, 37.689568], [-122.164603, 37.68965], [-122.164544, 37.689690999999996], [-122.164368, 37.689814999999996], [-122.16431, 37.689856999999996], [-122.163929, 37.690296], [-122.16378399999999, 37.690182], [-122.163288, 37.689814], [-122.16326699999999, 37.689799], [-122.16257999999999, 37.68929], [-122.162529, 37.689260999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,200,0)", "fill-opacity": 0.75, "intersection_density": 104.81200000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.05805, 37.705055], [-122.05807, 37.704935], [-122.05813, 37.704577], [-122.058151, 37.704457999999995], [-122.058326, 37.704474999999995], [-122.058854, 37.704529], [-122.05903, 37.704547], [-122.058965, 37.704951], [-122.058772, 37.706167], [-122.058708, 37.706572], [-122.05852999999999, 37.706555], [-122.057999, 37.706506], [-122.057822, 37.706489999999995], [-122.057867, 37.706202999999995], [-122.058004, 37.705341], [-122.05805, 37.705055]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,195,0)", "fill-opacity": 0.75, "intersection_density": 115.72}, "geometry": {"type": "Polygon", "coordinates": [[[-122.10242099999999, 37.628963], [-122.102482, 37.629058], [-122.102532, 37.629135], [-122.102607, 37.629259999999995], [-122.102832, 37.629636], [-122.102908, 37.629762], [-122.102979, 37.629881999999995], [-122.103195, 37.630241], [-122.103268, 37.630362], [-122.10334, 37.63048], [-122.103559, 37.630835999999995], [-122.103632, 37.630955], [-122.103524, 37.630992], [-122.103169, 37.631133999999996], [-122.102452, 37.631423999999996], [-122.102252, 37.63151], [-122.102147, 37.631544999999996], [-122.102082, 37.631558], [-122.101929, 37.631571], [-122.101763, 37.631572], [-122.101267, 37.631577], [-122.101162, 37.631577], [-122.10085, 37.631578999999995], [-122.100747, 37.63158], [-122.100531, 37.631585], [-122.099887, 37.631600999999996], [-122.099672, 37.631606999999995], [-122.099312, 37.631612], [-122.098578, 37.631623999999995], [-122.098404, 37.631636], [-122.098275, 37.631667], [-122.09824, 37.631679], [-122.09817699999999, 37.631702], [-122.098094, 37.631741999999996], [-122.098029, 37.631795], [-122.098019, 37.631816], [-122.09801, 37.631862999999996], [-122.098013, 37.631907999999996], [-122.098105, 37.632059], [-122.098383, 37.632514], [-122.098476, 37.632666], [-122.098541, 37.632773], [-122.098739, 37.633095], [-122.098806, 37.633203], [-122.098945, 37.633427999999995], [-122.099107, 37.63369], [-122.099352, 37.63411], [-122.099436, 37.634253], [-122.098917, 37.634445], [-122.09880000000001, 37.634245], [-122.098254, 37.633303], [-122.098072, 37.63299], [-122.097956, 37.6328], [-122.097608, 37.63223], [-122.097493, 37.632039999999996], [-122.097354, 37.631813], [-122.097182, 37.63153], [-122.09693899999999, 37.631132], [-122.096801, 37.630905], [-122.097246, 37.63073], [-122.097531, 37.630623], [-122.097628, 37.630587], [-122.098582, 37.630202], [-122.098742, 37.630133], [-122.099713, 37.629751], [-122.100443, 37.629466], [-122.10050000000001, 37.629442999999995], [-122.100672, 37.629376], [-122.10073, 37.629355], [-122.10104, 37.629234], [-122.101846, 37.628921999999996], [-122.101973, 37.628873], [-122.102285, 37.628754], [-122.102334, 37.62883], [-122.10242099999999, 37.628963]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,186,0)", "fill-opacity": 0.75, "intersection_density": 131.618}, "geometry": {"type": "Polygon", "coordinates": [[[-122.052491, 37.652214], [-122.05267, 37.652463999999995], [-122.053093, 37.652657], [-122.053412, 37.652724], [-122.05360999999999, 37.653058], [-122.053786, 37.653304], [-122.053887, 37.653416], [-122.053485, 37.653855], [-122.052835, 37.654554999999995], [-122.052639, 37.65477], [-122.052605, 37.654554999999995], [-122.052696, 37.654429], [-122.052717, 37.654401], [-122.052472, 37.654052], [-122.052156, 37.653718], [-122.051815, 37.653431999999995], [-122.051744, 37.653417999999995], [-122.051273, 37.653332], [-122.052491, 37.652214]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,246,0)", "fill-opacity": 0.75, "intersection_density": 17.406}, "geometry": {"type": "Polygon", "coordinates": [[[-121.930271, 37.595725], [-121.930691, 37.595515], [-121.930795, 37.595448999999995], [-121.930989, 37.595282], [-121.930995, 37.595278], [-121.931022, 37.595234], [-121.931112, 37.595136], [-121.93163, 37.594158], [-121.931803, 37.593801], [-121.931824, 37.593779], [-121.93188599999999, 37.593658], [-121.931934, 37.593603], [-121.932176, 37.593103], [-121.93220600000001, 37.593053], [-121.932273, 37.592949], [-121.932535, 37.592625], [-121.932789, 37.59245], [-121.932788, 37.592478], [-121.932785, 37.592562], [-121.932785, 37.592591], [-121.932311, 37.593136], [-121.932226, 37.593346], [-121.931964, 37.594], [-121.930832, 37.595611999999996], [-121.930677, 37.595694], [-121.92984, 37.596142], [-121.929935, 37.596067999999995], [-121.92993899999999, 37.596064999999996], [-121.930077, 37.595943999999996], [-121.93019699999999, 37.595819], [-121.930222, 37.595794], [-121.930271, 37.595725]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 100.0}, "geometry": {"type": "Polygon", "coordinates": [[[-122.205374, 37.702726999999996], [-122.207773, 37.70775], [-122.209269, 37.710825], [-122.204814, 37.712168999999996], [-122.20219399999999, 37.708929], [-122.202243, 37.708451], [-122.202264, 37.708144], [-122.202257, 37.707814], [-122.202208, 37.707501], [-122.202167, 37.707111], [-122.202056, 37.706798], [-122.202007, 37.706638999999996], [-122.201821, 37.706275999999995], [-122.201648, 37.706029], [-122.201371, 37.705556], [-122.201233, 37.705408], [-122.201032, 37.705138999999996], [-122.200811, 37.704919], [-122.200589, 37.704727], [-122.200341, 37.704533999999995], [-122.199663, 37.704056], [-122.199386, 37.703891999999996], [-122.199158, 37.703782], [-122.198874, 37.703677], [-122.198432, 37.703545999999996], [-122.198197, 37.703469], [-122.197906, 37.703359], [-122.19765, 37.703292999999995], [-122.197325, 37.703199], [-122.197028, 37.703139], [-122.196772, 37.703101], [-122.19653, 37.703072999999996], [-122.195998, 37.70304], [-122.195693, 37.703029], [-122.195251, 37.703050999999995], [-122.194947, 37.703078999999995], [-122.194462, 37.703156], [-122.194075, 37.703222], [-122.193888, 37.70326], [-122.193715, 37.703331999999996], [-122.193404, 37.70342], [-122.193114, 37.703474], [-122.192865, 37.703551], [-122.19254699999999, 37.703666999999996], [-122.192426, 37.70372], [-122.192312, 37.703770999999996], [-122.192111, 37.703865], [-122.191835, 37.703952], [-122.191648, 37.70404], [-122.191503, 37.704101], [-122.191337, 37.7042], [-122.191247, 37.704249], [-122.191205, 37.704266], [-122.191192, 37.704375], [-122.19133, 37.704567999999995], [-122.19142, 37.70476], [-122.191537, 37.704985], [-122.19166899999999, 37.705309], [-122.19171, 37.705469], [-122.19178600000001, 37.705683], [-122.191897, 37.705919], [-122.192035, 37.706264999999995], [-122.192125, 37.706513], [-122.192236, 37.706770999999996], [-122.19233299999999, 37.70704], [-122.192499, 37.707429999999995], [-122.19263699999999, 37.707677], [-122.192838, 37.708106], [-122.192969, 37.708419], [-122.19303099999999, 37.708644], [-122.19303099999999, 37.708808999999995], [-122.193004, 37.708925], [-122.192955, 37.709095], [-122.192858, 37.709199], [-122.192796, 37.709095], [-122.192775, 37.708996], [-122.192755, 37.708864], [-122.19272, 37.708754], [-122.19263, 37.708583999999995], [-122.192623, 37.708518], [-122.19263699999999, 37.708458], [-122.192596, 37.708391999999996], [-122.19254699999999, 37.708276], [-122.192561, 37.708149999999996], [-122.192563, 37.708115], [-122.192568, 37.708034999999995], [-122.192533, 37.707881], [-122.192478, 37.707732], [-122.19242, 37.707598999999995], [-122.192346, 37.707429999999995], [-122.19227000000001, 37.707304], [-122.192187, 37.707232], [-122.192125, 37.707145], [-122.192077, 37.707051], [-122.192001, 37.706958], [-122.191821, 37.706754], [-122.191752, 37.706649999999996], [-122.19169600000001, 37.706524], [-122.191641, 37.706348], [-122.191468, 37.705963], [-122.191406, 37.705798], [-122.191344, 37.705683], [-122.191261, 37.705512999999996], [-122.19121200000001, 37.705211], [-122.19108800000001, 37.704924999999996], [-122.191046, 37.704864], [-122.190984, 37.704831], [-122.19072800000001, 37.704749], [-122.190673, 37.704710999999996], [-122.190631, 37.704688999999995], [-122.19059, 37.70465], [-122.190528, 37.704403], [-122.190244, 37.703128], [-122.190023, 37.702189], [-122.189933, 37.701671999999995], [-122.189815, 37.701347999999996], [-122.189808, 37.700793], [-122.19041, 37.700601], [-122.190618, 37.700519], [-122.190832, 37.700464], [-122.190901, 37.700464], [-122.191012, 37.700431], [-122.191067, 37.700392], [-122.191067, 37.700292999999995], [-122.191026, 37.699189], [-122.191081, 37.699079], [-122.19117800000001, 37.698997], [-122.191295, 37.698941999999995], [-122.19171, 37.698958], [-122.191911, 37.698947], [-122.19206299999999, 37.698903], [-122.192374, 37.698843], [-122.193985, 37.6987], [-122.194172, 37.698585], [-122.194241, 37.698464], [-122.194289, 37.698326], [-122.194248, 37.695673], [-122.194178, 37.695513], [-122.193847, 37.695184], [-122.19328, 37.694794], [-122.19315499999999, 37.694787999999996], [-122.19305800000001, 37.694821], [-122.192989, 37.694908999999996], [-122.192961, 37.695068], [-122.192982, 37.695392], [-122.193127, 37.695491], [-122.193114, 37.695876], [-122.193446, 37.696222], [-122.193466, 37.697662], [-122.19348, 37.697865], [-122.193377, 37.697733], [-122.192913, 37.697953], [-122.193003, 37.698085], [-122.18956, 37.698387], [-122.189483, 37.698375999999996], [-122.189414, 37.698343], [-122.189055, 37.696847999999996], [-122.189048, 37.696782999999996], [-122.189048, 37.696722], [-122.189055, 37.696678], [-122.189069, 37.696639999999995], [-122.189103, 37.696612], [-122.191938, 37.695871], [-122.19206299999999, 37.695831999999996], [-122.192146, 37.695761], [-122.192215, 37.695673], [-122.192249, 37.695557], [-122.192249, 37.695508], [-122.192229, 37.695464], [-122.192166, 37.695425], [-122.192118, 37.695403999999996], [-122.192049, 37.695403999999996], [-122.191977, 37.695417], [-122.191869, 37.695437], [-122.1918, 37.69542], [-122.191731, 37.695387], [-122.191671, 37.695371], [-122.197208, 37.692459], [-122.197969, 37.698524], [-122.200419, 37.700835], [-122.204376, 37.703815], [-122.205374, 37.702726999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,207,0)", "fill-opacity": 0.75, "intersection_density": 92.85600000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.130183, 37.688651], [-122.130181, 37.688697], [-122.130021, 37.688697], [-122.129997, 37.687982], [-122.129924, 37.686735999999996], [-122.130104, 37.686737], [-122.130106, 37.686771], [-122.13011399999999, 37.686875], [-122.130117, 37.68691], [-122.130183, 37.688651]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,159,0)", "fill-opacity": 0.75, "intersection_density": 183.521}, "geometry": {"type": "Polygon", "coordinates": [[[-122.129839, 37.696073], [-122.129437, 37.696073], [-122.129385, 37.696073], [-122.12939, 37.694283999999996], [-122.129396, 37.694057], [-122.129805, 37.694058], [-122.129839, 37.696073]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-122.130364, 37.733624], [-122.130381, 37.733435], [-122.130421, 37.73312], [-122.130445, 37.732952], [-122.130464, 37.732821], [-122.130475, 37.732741], [-122.130626, 37.732605], [-122.130596, 37.732701], [-122.130586, 37.732731], [-122.130549, 37.732848], [-122.130509, 37.732973], [-122.130515, 37.7331], [-122.13054, 37.733134], [-122.130543, 37.733138], [-122.130633, 37.733253999999995], [-122.130826, 37.733374999999995], [-122.131006, 37.733457], [-122.131221, 37.73354], [-122.131313, 37.733573], [-122.131463, 37.733627999999996], [-122.1316, 37.733667], [-122.131205, 37.733602999999995], [-122.130638, 37.733789], [-122.130364, 37.733624]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,170,0)", "fill-opacity": 0.75, "intersection_density": 163.778}, "geometry": {"type": "Polygon", "coordinates": [[[-122.165545, 37.737469], [-122.165444, 37.737517], [-122.164255, 37.735897], [-122.164363, 37.735849], [-122.165447, 37.737306], [-122.165545, 37.737469]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,209,0)", "fill-opacity": 0.75, "intersection_density": 87.99}, "geometry": {"type": "Polygon", "coordinates": [[[-122.131572, 37.731511], [-122.131495, 37.731545], [-122.131423, 37.731578], [-122.131471, 37.731491999999996], [-122.131493, 37.731493], [-122.131572, 37.731511]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,194,0)", "fill-opacity": 0.75, "intersection_density": 116.344}, "geometry": {"type": "Polygon", "coordinates": [[[-122.076965, 37.668223999999995], [-122.079887, 37.669851], [-122.077989, 37.670840999999996], [-122.077646, 37.671019], [-122.076619, 37.671554], [-122.076277, 37.671732999999996], [-122.07615799999999, 37.671593], [-122.076119, 37.671565], [-122.076006, 37.671509], [-122.075952, 37.671482999999995], [-122.07589899999999, 37.671442], [-122.075801, 37.671355999999996], [-122.075582, 37.671101], [-122.075264, 37.670747999999996], [-122.07520000000001, 37.670677], [-122.075019, 37.670488999999996], [-122.07494299999999, 37.670373999999995], [-122.074715, 37.67003], [-122.07464, 37.669916], [-122.074561, 37.669803], [-122.074327, 37.669466], [-122.07425, 37.669354], [-122.074384, 37.669295], [-122.074789, 37.66912], [-122.074924, 37.669062], [-122.074942, 37.6691], [-122.07495, 37.669115999999995], [-122.074978, 37.669154], [-122.07500999999999, 37.669182], [-122.075026, 37.669191999999995], [-122.075063, 37.669214], [-122.075196, 37.669145], [-122.07559499999999, 37.66894], [-122.075729, 37.668872], [-122.075808, 37.668833], [-122.075872, 37.668803], [-122.075909, 37.668780999999996], [-122.075939, 37.668746999999996], [-122.075955, 37.668709], [-122.07596699999999, 37.668653], [-122.075966, 37.668644], [-122.075959, 37.668555999999995], [-122.076309, 37.668447], [-122.076878, 37.66827], [-122.076914, 37.668254999999995], [-122.076965, 37.668223999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,200,0)", "fill-opacity": 0.75, "intersection_density": 106.15}, "geometry": {"type": "Polygon", "coordinates": [[[-122.113381, 37.693082], [-122.113373, 37.692667], [-122.113381, 37.692437999999996], [-122.113382, 37.692423999999995], [-122.11338, 37.692363], [-122.113367, 37.692322], [-122.113344, 37.692302], [-122.113292, 37.692281], [-122.112018, 37.692265], [-122.111986, 37.692274], [-122.111963, 37.692288], [-122.111955, 37.692305], [-122.111954, 37.692305], [-122.11151, 37.691964], [-122.111566, 37.691269999999996], [-122.111671, 37.691274], [-122.111735, 37.691275999999995], [-122.112639, 37.691281], [-122.112962, 37.691283], [-122.113209, 37.691286], [-122.113952, 37.691297999999996], [-122.11420000000001, 37.691303], [-122.114193, 37.691663], [-122.114173, 37.692744999999995], [-122.114167, 37.693106], [-122.114009, 37.693101], [-122.113538, 37.693086], [-122.113381, 37.693082]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,207,0)", "fill-opacity": 0.75, "intersection_density": 91.39299999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.059009, 37.703866], [-122.059026, 37.703548], [-122.057659, 37.703390999999996], [-122.05558500000001, 37.703384], [-122.055774, 37.703164], [-122.055822, 37.703094], [-122.055829, 37.703044999999996], [-122.055822, 37.703007], [-122.055815, 37.702951999999996], [-122.055801, 37.702825], [-122.05578, 37.70277], [-122.055746, 37.702759], [-122.055711, 37.702754], [-122.055649, 37.702754], [-122.055283, 37.702517], [-122.05473599999999, 37.702171], [-122.054536, 37.702034], [-122.054453, 37.701902], [-122.05443199999999, 37.701758999999996], [-122.054439, 37.701726], [-122.054486, 37.701733], [-122.056675, 37.70149], [-122.056745, 37.701758999999996], [-122.056757, 37.70189], [-122.05676, 37.70207], [-122.05676700000001, 37.70213], [-122.05677, 37.702154], [-122.056791, 37.702235], [-122.056834, 37.702352], [-122.057005, 37.702811], [-122.05709, 37.703036999999995], [-122.057214, 37.702991], [-122.057271, 37.702971], [-122.057333, 37.702962], [-122.057412, 37.702959], [-122.057575, 37.702971], [-122.05760599999999, 37.702974999999995], [-122.057738, 37.702993], [-122.057862, 37.703012], [-122.05790999999999, 37.703018], [-122.058183, 37.703053], [-122.058258, 37.70306], [-122.058432, 37.70307], [-122.058607, 37.703081], [-122.05883299999999, 37.703106999999996], [-122.05895699999999, 37.703131], [-122.059043, 37.703159], [-122.059112, 37.703191], [-122.05917, 37.703223], [-122.059222, 37.703269999999996], [-122.059258, 37.703329], [-122.059282, 37.703386], [-122.05929499999999, 37.703449], [-122.059294, 37.703505], [-122.059269, 37.703652], [-122.059225, 37.703849999999996], [-122.059219, 37.70389], [-122.059009, 37.703866]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,158,0)", "fill-opacity": 0.75, "intersection_density": 185.393}, "geometry": {"type": "Polygon", "coordinates": [[[-122.143256, 37.717605], [-122.144447, 37.716603], [-122.144514, 37.716653], [-122.145743, 37.717559], [-122.14586299999999, 37.717648], [-122.146155, 37.71786], [-122.14582899999999, 37.718143999999995], [-122.145811, 37.718160999999995], [-122.145748, 37.718208], [-122.14567, 37.718253], [-122.145607, 37.718194], [-122.145568, 37.718168], [-122.145539, 37.718154999999996], [-122.14550000000001, 37.718145], [-122.145421, 37.718137999999996], [-122.145387, 37.718146999999995], [-122.14535599999999, 37.71816], [-122.145288, 37.718213999999996], [-122.14524, 37.718303999999996], [-122.14519899999999, 37.718315], [-122.144623, 37.718531999999996], [-122.14421899999999, 37.718686], [-122.144145, 37.718516], [-122.14403300000001, 37.718299], [-122.143978, 37.718213], [-122.143934, 37.718154], [-122.143833, 37.718047], [-122.143802, 37.718014], [-122.143256, 37.717605]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,253,0)", "fill-opacity": 0.75, "intersection_density": 3.378}, "geometry": {"type": "Polygon", "coordinates": [[[-121.950796, 37.653514], [-121.950806, 37.653489], [-121.950894, 37.653414], [-121.951224, 37.653103], [-121.95145099999999, 37.652789999999996], [-121.951779, 37.652406], [-121.951817, 37.652362], [-121.95185000000001, 37.652324], [-121.951921, 37.652241], [-121.951939, 37.65222], [-121.952636, 37.652712], [-121.95263800000001, 37.652713999999996], [-121.953273, 37.653213], [-121.953839, 37.653704999999995], [-121.95427699999999, 37.654016999999996], [-121.95465, 37.654263], [-121.955045, 37.654511], [-121.95560499999999, 37.654961], [-121.95592500000001, 37.655335], [-121.95624699999999, 37.655676], [-121.956543, 37.656059], [-121.956648, 37.65618], [-121.956671, 37.65623], [-121.956953, 37.65641], [-121.957175, 37.656591999999996], [-121.957345, 37.656697], [-121.957569, 37.656766999999995], [-121.958106, 37.657064999999996], [-121.958725, 37.657374], [-121.958733, 37.657377], [-121.959088, 37.657511], [-121.959243, 37.657609], [-121.95939, 37.657716], [-121.959461, 37.657821], [-121.959645, 37.658349], [-121.959769, 37.658525999999995], [-121.959925, 37.658645], [-121.960334, 37.658918], [-121.96056300000001, 37.659026], [-121.961456, 37.659737], [-121.962057, 37.660238], [-121.962092, 37.660267], [-121.962147, 37.660374], [-121.962223, 37.660463], [-121.962297, 37.660526], [-121.962722, 37.660779], [-121.963016, 37.660948], [-121.96306799999999, 37.660958], [-121.963127, 37.660985], [-121.96318099999999, 37.661024], [-121.963224, 37.661080999999996], [-121.963247, 37.661099], [-121.963254, 37.661122999999996], [-121.963281, 37.661175], [-121.963331, 37.661252], [-121.963425, 37.661322], [-121.963512, 37.661364999999996], [-121.963577, 37.661377], [-121.96366, 37.661401], [-121.963723, 37.661415], [-121.963782, 37.661435999999995], [-121.963855, 37.66148], [-121.963912, 37.661546], [-121.963954, 37.661575], [-121.963986, 37.661607], [-121.96404, 37.661671], [-121.964066, 37.661722999999995], [-121.96408199999999, 37.661778999999996], [-121.964092, 37.661950999999995], [-121.96417199999999, 37.662076], [-121.96425099999999, 37.662158], [-121.964277, 37.662192], [-121.964327, 37.662227], [-121.964361, 37.66227], [-121.964665, 37.662473999999996], [-121.964755, 37.662517], [-121.964842, 37.662543], [-121.964916, 37.662555999999995], [-121.965557, 37.662706], [-121.96589, 37.662774999999996], [-121.966149, 37.662813], [-121.966292, 37.662849], [-121.966329, 37.662865], [-121.966546, 37.662924], [-121.966757, 37.663036], [-121.966919, 37.663122], [-121.96706, 37.663188999999996], [-121.967204, 37.663271], [-121.967282, 37.663328], [-121.967453, 37.663491], [-121.967557, 37.663582999999996], [-121.96777, 37.663796999999995], [-121.967851, 37.663903], [-121.967897, 37.664007], [-121.967911, 37.664111], [-121.967907, 37.664136], [-121.967832, 37.664394], [-121.965609, 37.664355], [-121.95894, 37.664238], [-121.956718, 37.664198999999996], [-121.954932, 37.664184999999996], [-121.95068, 37.664153999999996], [-121.950502, 37.663064999999996], [-121.950215, 37.661304], [-121.950331, 37.659746], [-121.950679, 37.655071], [-121.950796, 37.653514]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,185,0)", "fill-opacity": 0.75, "intersection_density": 134.689}, "geometry": {"type": "Polygon", "coordinates": [[[-121.795873, 37.65369], [-121.795686, 37.654086], [-121.795569, 37.654164], [-121.795243, 37.654216], [-121.794988, 37.654347], [-121.794747, 37.654424999999996], [-121.794427, 37.654444999999996], [-121.79414, 37.654458], [-121.794055, 37.654516], [-121.793905, 37.654758], [-121.793853, 37.654888], [-121.793865, 37.655477], [-121.793745, 37.655473], [-121.793592, 37.655473], [-121.793088, 37.655476], [-121.79296, 37.655460999999995], [-121.792827, 37.655428], [-121.792784, 37.655409], [-121.792662, 37.655356], [-121.792609, 37.655327], [-121.792545, 37.655283], [-121.79245, 37.655208], [-121.79239, 37.655142], [-121.792343, 37.655074], [-121.792326, 37.655024], [-121.79232, 37.654954], [-121.792312, 37.654703999999995], [-121.79230799999999, 37.654598], [-121.792265, 37.65453], [-121.792296, 37.654483], [-121.792293, 37.65442], [-121.792303, 37.653911], [-121.79229699999999, 37.653665], [-121.79228499999999, 37.653392], [-121.792242, 37.653349999999996], [-121.792242, 37.653303], [-121.792243, 37.653256], [-121.792246, 37.65321], [-121.792257, 37.653124], [-121.79231300000001, 37.652961999999995], [-121.792336, 37.65292], [-121.792366, 37.652876], [-121.792397, 37.652836], [-121.792431, 37.652798], [-121.79247, 37.652761999999996], [-121.79251099999999, 37.652727999999996], [-121.792602, 37.652665999999996], [-121.79270199999999, 37.652615999999995], [-121.792755, 37.652595], [-121.79281, 37.652578], [-121.792867, 37.652564], [-121.792925, 37.652550999999995], [-121.792985, 37.652539999999995], [-121.793109, 37.652526], [-121.793173, 37.652522], [-121.79324, 37.652519999999996], [-121.79330999999999, 37.652522999999995], [-121.79337699999999, 37.652525], [-121.793446, 37.652529], [-121.79351299999999, 37.652535], [-121.793582, 37.652542], [-121.793654, 37.652556], [-121.793721, 37.652578999999996], [-121.793789, 37.652602], [-121.793857, 37.652632], [-121.793923, 37.652667], [-121.793986, 37.652707], [-121.794045, 37.652749], [-121.794103, 37.652795], [-121.794161, 37.652840999999995], [-121.794219, 37.652887], [-121.79427799999999, 37.652932], [-121.794336, 37.652975999999995], [-121.794393, 37.653019], [-121.794449, 37.653062999999996], [-121.794558, 37.653144], [-121.794613, 37.653182], [-121.794669, 37.653217999999995], [-121.79472200000001, 37.653251], [-121.794771, 37.653279999999995], [-121.794858, 37.653323], [-121.79495299999999, 37.653368], [-121.79518, 37.653458], [-121.79527999999999, 37.653486], [-121.79542000000001, 37.653529], [-121.795646, 37.653600000000004], [-121.795873, 37.65369]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,215,0)", "fill-opacity": 0.75, "intersection_density": 76.473}, "geometry": {"type": "Polygon", "coordinates": [[[-121.781024, 37.670336], [-121.78168, 37.670331999999995], [-121.783649, 37.670322999999996], [-121.78419, 37.670321], [-121.784252, 37.670331], [-121.784303, 37.670347], [-121.784345, 37.67039], [-121.784384, 37.670472], [-121.784451, 37.670691], [-121.784711, 37.671529], [-121.784733, 37.671627], [-121.784758, 37.671771], [-121.784758, 37.671789], [-121.784775, 37.67217], [-121.784588, 37.672171999999996], [-121.784029, 37.67218], [-121.78384299999999, 37.672183], [-121.783833, 37.671865], [-121.78382500000001, 37.671749999999996], [-121.78381, 37.671648999999995], [-121.78378599999999, 37.671541999999995], [-121.783745, 37.671400999999996], [-121.783714, 37.671292], [-121.783679, 37.671147], [-121.783658, 37.671095], [-121.783623, 37.671056], [-121.783569, 37.671031], [-121.783498, 37.671017], [-121.782858, 37.671034999999996], [-121.782556, 37.671036], [-121.782128, 37.671043], [-121.78202, 37.671056], [-121.781978, 37.671068999999996], [-121.78194500000001, 37.671085999999995], [-121.78192, 37.671149], [-121.781916, 37.671214], [-121.781916, 37.671389999999995], [-121.78192, 37.672180999999995], [-121.781746, 37.672179], [-121.781224, 37.672173], [-121.78105, 37.672171999999996], [-121.781044, 37.671804], [-121.781029, 37.670702999999996], [-121.781024, 37.670336]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,201,0)", "fill-opacity": 0.75, "intersection_density": 103.67399999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-121.786009, 37.667016], [-121.785114, 37.667024999999995], [-121.785112, 37.666939], [-121.78510299999999, 37.666492], [-121.7851, 37.666343999999995], [-121.785096, 37.666157], [-121.785095, 37.666153], [-121.785069, 37.66599], [-121.784975, 37.665593], [-121.784932, 37.665408], [-121.785111, 37.665374], [-121.785649, 37.665274], [-121.785829, 37.665241], [-121.785855, 37.665318], [-121.785873, 37.665369999999996], [-121.785916, 37.665506], [-121.785926, 37.665552999999996], [-121.785943, 37.665634], [-121.785956, 37.665766999999995], [-121.785996, 37.666166], [-121.786002, 37.666225], [-121.78602000000001, 37.666255], [-121.78605, 37.666281999999995], [-121.786122, 37.666312], [-121.786172, 37.666319], [-121.786817, 37.666315], [-121.78789499999999, 37.666309999999996], [-121.788102, 37.666312], [-121.788277, 37.666320999999996], [-121.788599, 37.666349], [-121.788765, 37.666373], [-121.78890200000001, 37.666401], [-121.789068, 37.666441], [-121.789124, 37.666457], [-121.789177, 37.666472], [-121.789475, 37.66657], [-121.789851, 37.666722], [-121.789763, 37.666854], [-121.789503, 37.667252999999995], [-121.789456, 37.667325999999996], [-121.788928, 37.667139], [-121.788732, 37.667086999999995], [-121.788589, 37.667058], [-121.78838999999999, 37.667029], [-121.788186, 37.667010999999995], [-121.786156, 37.667013], [-121.786009, 37.667016]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,245,0)", "fill-opacity": 0.75, "intersection_density": 19.652}, "geometry": {"type": "Polygon", "coordinates": [[[-121.69218599999999, 37.724817], [-121.691996, 37.724751999999995], [-121.691924, 37.724728], [-121.691733, 37.724652], [-121.691538, 37.72456], [-121.691198, 37.724378], [-121.69099800000001, 37.724258], [-121.690743, 37.724081999999996], [-121.690545, 37.723932999999995], [-121.690141, 37.723586], [-121.68996899999999, 37.723454], [-121.68988, 37.723392], [-121.689566, 37.723183], [-121.689476, 37.723129], [-121.689328, 37.723040999999995], [-121.689245, 37.722997], [-121.68900099999999, 37.722888999999995], [-121.688788, 37.722812], [-121.68858900000001, 37.722753999999995], [-121.68851599999999, 37.722735], [-121.68830299999999, 37.722696], [-121.688172, 37.722681], [-121.687925, 37.722665], [-121.687725, 37.722665], [-121.68755999999999, 37.722674], [-121.687487, 37.722682999999996], [-121.687128, 37.722753], [-121.686802, 37.722842], [-121.686163, 37.723026], [-121.686015, 37.723061], [-121.685814, 37.723096999999996], [-121.685278, 37.723169999999996], [-121.685109, 37.723189999999995], [-121.684562, 37.723272], [-121.684151, 37.723327999999995], [-121.684017, 37.723351], [-121.683896, 37.723366], [-121.683695, 37.723379], [-121.683592, 37.723380999999996], [-121.683354, 37.723369], [-121.68310000000001, 37.723337], [-121.682827, 37.723293], [-121.682542, 37.723236], [-121.682261, 37.723167], [-121.681845, 37.723057], [-121.681451, 37.722974], [-121.681163, 37.722925], [-121.680145, 37.722733999999996], [-121.680059, 37.722722999999995], [-121.679772, 37.722687], [-121.679517, 37.722682], [-121.679217, 37.722687], [-121.679053, 37.722699], [-121.678708, 37.722742], [-121.677826, 37.722882999999996], [-121.677657, 37.722913], [-121.677402, 37.722972999999996], [-121.67722499999999, 37.72303], [-121.677166, 37.723053], [-121.677098, 37.723079999999996], [-121.676977, 37.723137], [-121.676914, 37.723175], [-121.677231, 37.722937], [-121.677346, 37.722909], [-121.677746, 37.722812], [-121.678071, 37.722735], [-121.67845299999999, 37.72262], [-121.678825, 37.722564999999996], [-121.679095, 37.72255], [-121.679347, 37.722546], [-121.67978, 37.722581999999996], [-121.680235, 37.722619], [-121.680561, 37.722651], [-121.681082, 37.722705999999995], [-121.681146, 37.722713], [-121.681607, 37.722771], [-121.681929, 37.722818], [-121.68218, 37.722854999999996], [-121.682754, 37.722893], [-121.683367, 37.722974], [-121.68382199999999, 37.723006999999996], [-121.684128, 37.722986], [-121.684478, 37.722912], [-121.684718, 37.722826999999995], [-121.684986, 37.722682999999996], [-121.685329, 37.722567], [-121.68570700000001, 37.722417], [-121.68613500000001, 37.722232], [-121.686482, 37.72212], [-121.686859, 37.722007999999995], [-121.687152, 37.721959], [-121.68743599999999, 37.72193], [-121.687701, 37.721923], [-121.688024, 37.72193], [-121.688271, 37.72194], [-121.688721, 37.721987], [-121.68901199999999, 37.722021999999996], [-121.689268, 37.722088], [-121.689522, 37.722178], [-121.689728, 37.722276], [-121.690008, 37.722468], [-121.690361, 37.722736], [-121.690806, 37.723099], [-121.69113300000001, 37.723386999999995], [-121.691494, 37.723686], [-121.691895, 37.72401], [-121.692163, 37.724143], [-121.692404, 37.72424], [-121.692756, 37.724334999999996], [-121.693131, 37.724385], [-121.693311, 37.724395], [-121.69344, 37.724402999999995], [-121.693755, 37.724382], [-121.693981, 37.724349], [-121.694238, 37.724289], [-121.694549, 37.72418], [-121.694737, 37.724083], [-121.69495599999999, 37.723956], [-121.69515799999999, 37.723765], [-121.695347, 37.723563], [-121.695484, 37.723351], [-121.695653, 37.723016], [-121.695815, 37.722634], [-121.695967, 37.722263999999996], [-121.696096, 37.72197], [-121.696203, 37.721672999999996], [-121.69624400000001, 37.721796], [-121.69627, 37.721874], [-121.696314, 37.721973], [-121.696347, 37.722046999999996], [-121.696393, 37.722155], [-121.696444, 37.722274999999996], [-121.696398, 37.722328999999995], [-121.696336, 37.722411], [-121.696254, 37.722541], [-121.696156, 37.722752], [-121.696109, 37.722873], [-121.696008, 37.723181], [-121.695971, 37.723298], [-121.69593, 37.723434], [-121.695853, 37.72365], [-121.695806, 37.723755], [-121.695754, 37.723849], [-121.695639, 37.724016999999996], [-121.69551, 37.724168999999996], [-121.695447, 37.724236], [-121.695404, 37.724275], [-121.695295, 37.724368999999996], [-121.69525, 37.724405], [-121.69521399999999, 37.724433999999995], [-121.695153, 37.724478], [-121.695109, 37.724509], [-121.695026, 37.724562], [-121.694881, 37.724644], [-121.694666, 37.724743], [-121.69439, 37.724841], [-121.694268, 37.724874], [-121.693989, 37.724931], [-121.693802, 37.724954], [-121.693614, 37.724965999999995], [-121.69331, 37.724965999999995], [-121.693286, 37.724965999999995], [-121.693057, 37.724955], [-121.692939, 37.724945], [-121.69263, 37.724903], [-121.692486, 37.724880999999996], [-121.692347, 37.724855], [-121.69218599999999, 37.724817]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-121.692214, 37.719423], [-121.691992, 37.718787999999996], [-121.69192699999999, 37.718731], [-121.691859, 37.718679], [-121.69146599999999, 37.718266], [-121.691188, 37.717994], [-121.690901, 37.717788], [-121.690628, 37.717687], [-121.690466, 37.717636999999996], [-121.69026, 37.717575], [-121.689968, 37.717414], [-121.68952, 37.717076999999996], [-121.689104, 37.716718], [-121.688804, 37.71636], [-121.688333, 37.71577], [-121.687564, 37.714850999999996], [-121.68723299999999, 37.714436], [-121.686793, 37.713924999999996], [-121.686421, 37.713521], [-121.68635499999999, 37.713449], [-121.686102, 37.713256], [-121.685841, 37.713139], [-121.685478, 37.712965], [-121.685298, 37.712798], [-121.685237, 37.712638999999996], [-121.685235, 37.71251], [-121.685279, 37.712219], [-121.68534199999999, 37.712202], [-121.685442, 37.712176], [-121.68574100000001, 37.711856999999995], [-121.686027, 37.711757999999996], [-121.686358, 37.711904], [-121.686732, 37.712278], [-121.687002, 37.712325], [-121.687124, 37.712347], [-121.687818, 37.712485], [-121.689658, 37.712478999999995], [-121.69115099999999, 37.712457], [-121.693066, 37.712528], [-121.693208, 37.712522], [-121.695281, 37.712447999999995], [-121.695335, 37.712826], [-121.695441, 37.713705999999995], [-121.695447, 37.713778], [-121.69551, 37.714532], [-121.695572, 37.715413999999996], [-121.695613, 37.716226999999996], [-121.695651, 37.716907], [-121.695693, 37.717341999999995], [-121.695754, 37.717786], [-121.695757, 37.717802999999996], [-121.695788, 37.71823], [-121.695802, 37.718683], [-121.694466, 37.718959], [-121.69408899999999, 37.719043], [-121.69337, 37.719192], [-121.693111, 37.719241], [-121.692597, 37.719346], [-121.692214, 37.719423]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-121.69115099999999, 37.502037], [-121.691144, 37.501607], [-121.689734, 37.500719], [-121.689693, 37.500661], [-121.689612, 37.500577], [-121.689459, 37.50042], [-121.68941, 37.500347999999995], [-121.689376, 37.500271], [-121.689355, 37.500254999999996], [-121.689315, 37.500118], [-121.689286, 37.500019], [-121.689279, 37.499936], [-121.689131, 37.499341], [-121.689083, 37.498917999999996], [-121.689044, 37.498656], [-121.689035, 37.498588999999996], [-121.688828, 37.498121999999995], [-121.688559, 37.497715], [-121.68838, 37.497527999999996], [-121.688242, 37.497313999999996], [-121.688173, 37.497071999999996], [-121.688311, 37.496764999999996], [-121.688518, 37.496479], [-121.688683, 37.496276], [-121.688683, 37.496061999999995], [-121.688525, 37.495726], [-121.688373, 37.495467999999995], [-121.688241, 37.495267999999996], [-121.68823499999999, 37.495259], [-121.688132, 37.495022999999996], [-121.688035, 37.494847], [-121.687966, 37.494617], [-121.687939, 37.494391], [-121.687883, 37.494209999999995], [-121.687877, 37.494062], [-121.687887, 37.494036], [-121.687956, 37.493922999999995], [-121.688373, 37.493922], [-121.688398, 37.493977], [-121.688416, 37.494057], [-121.688418, 37.494091], [-121.688488, 37.494472], [-121.688542, 37.494647], [-121.68867, 37.494873], [-121.688869, 37.495197999999995], [-121.688996, 37.495476], [-121.689247, 37.496015], [-121.689178, 37.496262], [-121.68903399999999, 37.496469], [-121.688953, 37.496624], [-121.68872999999999, 37.496897], [-121.68866299999999, 37.497053], [-121.688718, 37.497222], [-121.688714, 37.497327], [-121.68892, 37.497487], [-121.68904599999999, 37.497764], [-121.689251, 37.497946], [-121.689308, 37.498053999999996], [-121.689375, 37.498276], [-121.689498, 37.498613999999996], [-121.689546, 37.498948999999996], [-121.689536, 37.499221], [-121.689604, 37.499435999999996], [-121.689594, 37.499708], [-121.68965, 37.499894999999995], [-121.689746, 37.500231], [-121.690079, 37.50045], [-121.690744, 37.500975], [-121.691183, 37.501613], [-121.691261, 37.501720999999996], [-121.691315, 37.501977], [-121.69115099999999, 37.502037]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,229,0)", "fill-opacity": 0.75, "intersection_density": 49.255}, "geometry": {"type": "Polygon", "coordinates": [[[-121.908117, 37.71727], [-121.908859, 37.717275], [-121.909277, 37.717278], [-121.909274, 37.717479999999995], [-121.909267, 37.718086], [-121.909266, 37.718289], [-121.908848, 37.718284], [-121.907749, 37.718274], [-121.907765, 37.717271], [-121.908117, 37.71727]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,209,0)", "fill-opacity": 0.75, "intersection_density": 87.921}, "geometry": {"type": "Polygon", "coordinates": [[[-121.739817, 37.677544999999995], [-121.739682, 37.677544], [-121.739394, 37.677568], [-121.739112, 37.677605], [-121.738943, 37.677637], [-121.738911, 37.677642999999996], [-121.738754, 37.677678], [-121.738641, 37.677696999999995], [-121.738551, 37.677703], [-121.738479, 37.677689], [-121.738438, 37.677676999999996], [-121.738168, 37.677507], [-121.73799, 37.677386], [-121.737966, 37.677361], [-121.73793, 37.677295], [-121.73793, 37.677254999999995], [-121.737956, 37.676991], [-121.737994, 37.676694], [-121.738011, 37.676631], [-121.738034, 37.676595999999996], [-121.738062, 37.676564], [-121.738101, 37.676533], [-121.738146, 37.676511], [-121.73821, 37.676494], [-121.738293, 37.676486], [-121.738899, 37.676491999999996], [-121.739234, 37.676496], [-121.739452, 37.676514], [-121.739626, 37.676542999999995], [-121.739713, 37.676548], [-121.739808, 37.676545], [-121.739809, 37.676744], [-121.739813, 37.677096999999996], [-121.739815, 37.677344], [-121.739817, 37.677544999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,226,0)", "fill-opacity": 0.75, "intersection_density": 55.869}, "geometry": {"type": "Polygon", "coordinates": [[[-121.94038499999999, 37.698806999999995], [-121.940402, 37.698769999999996], [-121.940433, 37.698738999999996], [-121.94046399999999, 37.69871], [-121.940566, 37.698583], [-121.940597, 37.698543], [-121.94065, 37.698477], [-121.94197199999999, 37.698488999999995], [-121.942294, 37.698492], [-121.945481, 37.698516], [-121.945583, 37.698521], [-121.945937, 37.698523], [-121.94726, 37.698530999999996], [-121.947495, 37.698532], [-121.949168, 37.698549], [-121.951672, 37.698582], [-121.955325, 37.698617], [-121.95554, 37.698616], [-121.956222, 37.698612], [-121.956209, 37.698856], [-121.95548600000001, 37.698844], [-121.955464, 37.698843], [-121.955398, 37.698842], [-121.955377, 37.698842], [-121.955264, 37.69884], [-121.95516599999999, 37.69884], [-121.954534, 37.69884], [-121.954324, 37.69884], [-121.953771, 37.69884], [-121.953216, 37.698827], [-121.953099, 37.698825], [-121.952493, 37.698826], [-121.949892, 37.698800999999996], [-121.948784, 37.698791], [-121.948314, 37.698786], [-121.947481, 37.698779], [-121.947029, 37.69878], [-121.946906, 37.698781], [-121.946662, 37.698786], [-121.946438, 37.698799], [-121.946346, 37.698814], [-121.946153, 37.698845999999996], [-121.946073, 37.698868], [-121.945984, 37.698893], [-121.944864, 37.698875], [-121.941504, 37.698823999999995], [-121.94038499999999, 37.698806999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,233,0)", "fill-opacity": 0.75, "intersection_density": 42.515}, "geometry": {"type": "Polygon", "coordinates": [[[-121.879387, 37.715834], [-121.879385, 37.715589], [-121.879385, 37.715520999999995], [-121.879385, 37.71481], [-121.87941000000001, 37.714337], [-121.879438, 37.714157], [-121.879481, 37.713983999999996], [-121.879558, 37.7138], [-121.879626, 37.713674], [-121.8797, 37.71356], [-121.87971999999999, 37.713535], [-121.880095, 37.713093], [-121.880156, 37.713006], [-121.880748, 37.713308999999995], [-121.880771, 37.713321], [-121.881239, 37.713572], [-121.881616, 37.713756], [-121.88183599999999, 37.713826], [-121.88209, 37.713879999999996], [-121.88232099999999, 37.713913999999995], [-121.88257300000001, 37.713923], [-121.882721, 37.713924], [-121.88341299999999, 37.713930999999995], [-121.88342, 37.714172], [-121.883416, 37.714324999999995], [-121.883388, 37.715497], [-121.883388, 37.715509999999995], [-121.883388, 37.715773999999996], [-121.883411, 37.715903], [-121.88271399999999, 37.715893], [-121.880951, 37.715869999999995], [-121.880624, 37.715863], [-121.880296, 37.715857], [-121.880088, 37.715849], [-121.879928, 37.715838], [-121.879387, 37.715834]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,206,0)", "fill-opacity": 0.75, "intersection_density": 94.77}, "geometry": {"type": "Polygon", "coordinates": [[[-121.905316, 37.718831], [-121.905323, 37.718288], [-121.905337, 37.717242], [-121.905688, 37.717245999999996], [-121.905812, 37.717247], [-121.906187, 37.717251], [-121.906312, 37.717253], [-121.906307, 37.717569], [-121.906295, 37.718517999999996], [-121.906291, 37.718835], [-121.906095, 37.718834], [-121.905511, 37.718831], [-121.905316, 37.718831]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,217,0)", "fill-opacity": 0.75, "intersection_density": 72.97800000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-121.908738, 37.720245999999996], [-121.90884199999999, 37.720247], [-121.909157, 37.72025], [-121.909262, 37.720251999999995], [-121.909258, 37.720459999999996], [-121.90924799999999, 37.721084], [-121.909245, 37.721292999999996], [-121.909138, 37.721291], [-121.908817, 37.721285], [-121.90871, 37.721284], [-121.908715, 37.721076], [-121.908732, 37.720453], [-121.908738, 37.720245999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,185,0)", "fill-opacity": 0.75, "intersection_density": 134.77700000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-121.86822, 37.684249], [-121.86824, 37.684078], [-121.868242, 37.684062], [-121.868265, 37.683965], [-121.868365, 37.683763], [-121.868417, 37.683676], [-121.868457, 37.683616], [-121.868482, 37.68358], [-121.868547, 37.68347], [-121.868717, 37.683566], [-121.868748, 37.683575999999995], [-121.868852, 37.683612], [-121.868987, 37.68365], [-121.869158, 37.683676], [-121.869297, 37.683690999999996], [-121.869419, 37.683699], [-121.869477, 37.683704], [-121.869648, 37.683706], [-121.870052, 37.683685], [-121.87004400000001, 37.683952999999995], [-121.87004400000001, 37.684062999999995], [-121.870029, 37.684203], [-121.870006, 37.684332999999995], [-121.86998, 37.684459], [-121.86997099999999, 37.684509], [-121.869943, 37.68475], [-121.86994, 37.684844], [-121.869936, 37.684973], [-121.869932, 37.685092], [-121.869931, 37.685114999999996], [-121.869931, 37.685544], [-121.869931, 37.685687], [-121.869929, 37.685843], [-121.869924, 37.686312], [-121.869923, 37.686408], [-121.869929, 37.686468999999995], [-121.86971199999999, 37.686467], [-121.869516, 37.686444], [-121.869354, 37.686389], [-121.869297, 37.686358999999996], [-121.869255, 37.686327999999996], [-121.869235, 37.686313], [-121.869199, 37.686277], [-121.869156, 37.686218], [-121.869123, 37.686157], [-121.869104, 37.686105], [-121.86909, 37.68605], [-121.86908, 37.685942], [-121.86909, 37.685334], [-121.869084, 37.684827], [-121.869081, 37.684536], [-121.869076, 37.684505], [-121.869062, 37.684466], [-121.869045, 37.684441], [-121.869016, 37.684414], [-121.86896899999999, 37.684384], [-121.868909, 37.684367], [-121.868798, 37.684335], [-121.868635, 37.684298], [-121.868511, 37.684273999999995], [-121.86822, 37.684249]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,252,0)", "fill-opacity": 0.75, "intersection_density": 4.8180000000000005}, "geometry": {"type": "Polygon", "coordinates": [[[-121.652642, 37.603145], [-121.652856, 37.603100999999995], [-121.653501, 37.60297], [-121.653717, 37.602927], [-121.65529699999999, 37.602624999999996], [-121.657888, 37.602132], [-121.660038, 37.601707999999995], [-121.661617, 37.601397], [-121.66194899999999, 37.601655], [-121.662239, 37.601848], [-121.662404, 37.601875], [-121.662474, 37.601869], [-121.662777, 37.601727], [-121.662833, 37.601715999999996], [-121.662964, 37.601715999999996], [-121.663047, 37.601727], [-121.663171, 37.601787], [-121.663259, 37.601842999999995], [-121.663578, 37.602046], [-121.663834, 37.602249], [-121.663979, 37.602342], [-121.66411, 37.602402999999995], [-121.66413, 37.60243], [-121.664154, 37.602430999999996], [-121.664303, 37.602485], [-121.664669, 37.602557], [-121.665449, 37.602737999999995], [-121.666326, 37.602865], [-121.66645, 37.602892], [-121.667051, 37.602990999999996], [-121.667286, 37.603041], [-121.667396, 37.603074], [-121.667755, 37.603139999999996], [-121.66798299999999, 37.6032], [-121.668094, 37.603206], [-121.668363, 37.603184], [-121.66856, 37.603187999999996], [-121.66886, 37.603195], [-121.669012, 37.603145], [-121.669226, 37.603107], [-121.669489, 37.603124], [-121.669606, 37.603113], [-121.669668, 37.603096], [-121.669786, 37.60303], [-121.670076, 37.602849], [-121.670332, 37.602838999999996], [-121.670957, 37.602981], [-121.67157399999999, 37.603289], [-121.672076, 37.603539999999995], [-121.672105, 37.604557], [-121.672001, 37.60485], [-121.672128, 37.605121], [-121.672561, 37.605457], [-121.672539, 37.605885], [-121.67191, 37.606425], [-121.671831, 37.606494], [-121.67184, 37.606833], [-121.672415, 37.607056], [-121.672428, 37.607326], [-121.672267, 37.607313], [-121.672042, 37.607281], [-121.671801, 37.607237999999995], [-121.671614, 37.607192999999995], [-121.671492, 37.607124], [-121.671423, 37.607076], [-121.671366, 37.607026], [-121.671325, 37.606969], [-121.671289, 37.606899], [-121.671266, 37.606806], [-121.671268, 37.606714], [-121.671287, 37.60659], [-121.671303, 37.606538], [-121.671325, 37.606487], [-121.671366, 37.606412999999996], [-121.671477, 37.606235999999996], [-121.671542, 37.606106], [-121.671575, 37.606004999999996], [-121.671583, 37.605914999999996], [-121.67157, 37.605813], [-121.671538, 37.605706999999995], [-121.671498, 37.605641], [-121.671449, 37.605575], [-121.671386, 37.605503], [-121.671301, 37.605433999999995], [-121.671221, 37.605377], [-121.671117, 37.605326], [-121.67102, 37.605291], [-121.670891, 37.605250999999996], [-121.670867, 37.605247], [-121.670714, 37.605225], [-121.670531, 37.605218], [-121.670418, 37.60521], [-121.67027999999999, 37.605205999999995], [-121.670132, 37.605211], [-121.66996499999999, 37.605225], [-121.66981, 37.605246], [-121.668891, 37.605439], [-121.668527, 37.605536], [-121.668346, 37.605579], [-121.668263, 37.605593999999996], [-121.668199, 37.605595], [-121.668128, 37.605588], [-121.66793799999999, 37.60554], [-121.66774699999999, 37.605477], [-121.667621, 37.605424], [-121.667433, 37.605359], [-121.66731, 37.605323999999996], [-121.667247, 37.605323], [-121.667121, 37.605346], [-121.666874, 37.605413], [-121.666703, 37.605475], [-121.666605, 37.605501], [-121.666512, 37.6055], [-121.666414, 37.605464999999995], [-121.665933, 37.605277], [-121.66528, 37.60497], [-121.665144, 37.604915999999996], [-121.665007, 37.60487], [-121.664928, 37.604853], [-121.66484, 37.604845], [-121.664541, 37.604835], [-121.664423, 37.604827], [-121.664274, 37.604794], [-121.664007, 37.604718999999996], [-121.663171, 37.604420999999995], [-121.66239, 37.604121], [-121.661641, 37.603845], [-121.661133, 37.603708], [-121.66095899999999, 37.603660999999995], [-121.66048599999999, 37.603507], [-121.660091, 37.603358], [-121.659445, 37.603083], [-121.659346, 37.603057], [-121.65924, 37.60304], [-121.659116, 37.603027], [-121.658998, 37.603027999999995], [-121.658715, 37.603054], [-121.658461, 37.603108], [-121.657902, 37.603293], [-121.65773300000001, 37.603345], [-121.657602, 37.603364], [-121.657549, 37.603367999999996], [-121.657487, 37.603365], [-121.657362, 37.603339], [-121.657239, 37.603297], [-121.657173, 37.603262], [-121.657092, 37.603212], [-121.656919, 37.603103999999995], [-121.656718, 37.602996], [-121.65660199999999, 37.602954], [-121.65650600000001, 37.602925], [-121.65641600000001, 37.602911], [-121.656345, 37.602908], [-121.656241, 37.602916], [-121.656078, 37.602948], [-121.655952, 37.602978], [-121.655699, 37.603063], [-121.655541, 37.603122], [-121.655103, 37.603313], [-121.654714, 37.603476], [-121.654591, 37.603528], [-121.654244, 37.603657], [-121.65413, 37.603691999999995], [-121.65405200000001, 37.603702], [-121.653983, 37.60369], [-121.653942, 37.603677999999995], [-121.65391199999999, 37.603657], [-121.653896, 37.603646], [-121.653852, 37.603605], [-121.653701, 37.603443], [-121.653519, 37.603246999999996], [-121.653451, 37.603184], [-121.653386, 37.603139999999996], [-121.65333, 37.603108], [-121.65327500000001, 37.603089], [-121.653231, 37.603082], [-121.653018, 37.603100000000005], [-121.652937, 37.603114], [-121.652731, 37.603153], [-121.652688, 37.603155], [-121.652642, 37.603145]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,236,0)", "fill-opacity": 0.75, "intersection_density": 36.481}, "geometry": {"type": "Polygon", "coordinates": [[[-121.707836, 37.597173999999995], [-121.707807, 37.596876], [-121.707812, 37.596866999999996], [-121.707951, 37.596669999999996], [-121.708411, 37.596533], [-121.708619, 37.596523], [-121.708929, 37.596509999999995], [-121.708917, 37.596641999999996], [-121.708883, 37.59704], [-121.708872, 37.597173], [-121.708664, 37.597173], [-121.708043, 37.597173], [-121.707836, 37.597173999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,216,0)", "fill-opacity": 0.75, "intersection_density": 75.61}, "geometry": {"type": "Polygon", "coordinates": [[[-121.861434, 37.670158], [-121.861908, 37.67001], [-121.86225400000001, 37.669906], [-121.862835, 37.669731999999996], [-121.86321699999999, 37.669627], [-121.863214, 37.670825], [-121.86320599999999, 37.672743], [-121.861624, 37.672739], [-121.861217, 37.67273], [-121.860955, 37.672748], [-121.860923, 37.672754], [-121.860801, 37.672779999999996], [-121.860663, 37.672826], [-121.860539, 37.672892999999995], [-121.860483, 37.672933], [-121.86025000000001, 37.673134999999995], [-121.860049, 37.673322999999996], [-121.859651, 37.673116], [-121.859253, 37.672852999999996], [-121.859135, 37.672775], [-121.858943, 37.672565999999996], [-121.858783, 37.672368999999996], [-121.858656, 37.672183], [-121.85854499999999, 37.671968], [-121.858339, 37.671443], [-121.858284, 37.671285], [-121.858236, 37.671108], [-121.858192, 37.670912], [-121.85835399999999, 37.670882], [-121.858709, 37.670826999999996], [-121.858945, 37.670792], [-121.85941199999999, 37.670694], [-121.859982, 37.670553], [-121.860603, 37.670393], [-121.860758, 37.670349], [-121.861434, 37.670158]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,223,0)", "fill-opacity": 0.75, "intersection_density": 61.873999999999995}, "geometry": {"type": "Polygon", "coordinates": [[[-121.858121, 37.670401999999996], [-121.858671, 37.670294999999996], [-121.858742, 37.670282], [-121.85887, 37.670254], [-121.859045, 37.670217], [-121.859211, 37.670179], [-121.859301, 37.670159], [-121.860227, 37.66991], [-121.860543, 37.669826], [-121.860565, 37.669819], [-121.86051, 37.66986], [-121.86034599999999, 37.669985], [-121.860292, 37.670027], [-121.86052, 37.670052999999996], [-121.861205, 37.670131], [-121.861434, 37.670158], [-121.860758, 37.670349], [-121.860603, 37.670393], [-121.859982, 37.670553], [-121.85941199999999, 37.670694], [-121.858945, 37.670792], [-121.858709, 37.670826999999996], [-121.85835399999999, 37.670882], [-121.858192, 37.670912], [-121.858142, 37.670559], [-121.858121, 37.670401999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,220,0)", "fill-opacity": 0.75, "intersection_density": 67.419}, "geometry": {"type": "Polygon", "coordinates": [[[-121.724238, 37.726917], [-121.724118, 37.726872], [-121.72413399999999, 37.726109], [-121.72413399999999, 37.725871999999995], [-121.724129, 37.725511999999995], [-121.72413399999999, 37.72509], [-121.72412, 37.724502], [-121.724105, 37.724261], [-121.724043, 37.72374], [-121.723997, 37.723178], [-121.72399899999999, 37.723064], [-121.72401099999999, 37.722424], [-121.72400999999999, 37.722328999999995], [-121.724166, 37.722331], [-121.724163, 37.722414], [-121.724142, 37.723026999999995], [-121.724143, 37.723068999999995], [-121.724143, 37.723079], [-121.724149, 37.723329], [-121.724185, 37.723737], [-121.72424699999999, 37.72426], [-121.724264, 37.72465], [-121.72426, 37.725318], [-121.724257, 37.725955], [-121.724254, 37.726067], [-121.72425, 37.726237], [-121.724241, 37.726746], [-121.724238, 37.726917]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,211,0)", "fill-opacity": 0.75, "intersection_density": 85.329}, "geometry": {"type": "Polygon", "coordinates": [[[-121.928027, 37.720988], [-121.928067, 37.721129], [-121.928187, 37.721553], [-121.92821, 37.721634], [-121.926601, 37.721911999999996], [-121.926577, 37.721838], [-121.926567, 37.721807999999996], [-121.92653899999999, 37.721669999999996], [-121.926525, 37.721399], [-121.926522, 37.721332], [-121.926526, 37.721250999999995], [-121.926626, 37.72123], [-121.926926, 37.72117], [-121.927027, 37.72115], [-121.92722599999999, 37.721114], [-121.927571, 37.721053], [-121.927826, 37.721016], [-121.928027, 37.720988]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,196,0)", "fill-opacity": 0.75, "intersection_density": 113.706}, "geometry": {"type": "Polygon", "coordinates": [[[-121.92821, 37.721634], [-121.928187, 37.721553], [-121.928067, 37.721129], [-121.928027, 37.720988], [-121.928291, 37.720936], [-121.92865499999999, 37.720872], [-121.92943199999999, 37.720737], [-121.929654, 37.72071], [-121.930228, 37.720663], [-121.930401, 37.720664], [-121.93055799999999, 37.720667999999996], [-121.930804, 37.720675], [-121.931197, 37.720692], [-121.931185, 37.720838], [-121.93115, 37.721275999999996], [-121.931144, 37.721363], [-121.930135, 37.72134], [-121.929978, 37.721340999999995], [-121.92984, 37.721351], [-121.92955599999999, 37.721391], [-121.929124, 37.721475], [-121.92821, 37.721634]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,239,0)", "fill-opacity": 0.75, "intersection_density": 29.765}, "geometry": {"type": "Polygon", "coordinates": [[[-121.784607, 37.647299], [-121.78479, 37.647194999999996], [-121.785009, 37.64707], [-121.785451, 37.646820999999996], [-121.785685, 37.646688], [-121.786388, 37.646291], [-121.78662299999999, 37.646159], [-121.786648, 37.64618], [-121.786752, 37.646235], [-121.786835, 37.646251], [-121.787083, 37.64624], [-121.787249, 37.646268], [-121.787519, 37.646356], [-121.787823, 37.646488], [-121.788133, 37.646708], [-121.78823, 37.646785], [-121.788506, 37.647109], [-121.788935, 37.64757], [-121.789142, 37.647774], [-121.789335, 37.648053999999995], [-121.789425, 37.648142], [-121.78979799999999, 37.648373], [-121.789923, 37.648469999999996], [-121.790095, 37.648603], [-121.790364, 37.648906], [-121.790544, 37.64907], [-121.790731, 37.649218999999995], [-121.790772, 37.649279], [-121.790841, 37.649521], [-121.790876, 37.649581], [-121.790924, 37.649631], [-121.791255, 37.649856], [-121.791338, 37.649884], [-121.791414, 37.649927999999996], [-121.791608, 37.650016], [-121.792029, 37.650141999999995], [-121.79210499999999, 37.650152999999996], [-121.79280299999999, 37.650318], [-121.793003, 37.650355999999995], [-121.79310699999999, 37.650357], [-121.793328, 37.650307], [-121.793522, 37.65023], [-121.79368099999999, 37.650131], [-121.79392899999999, 37.650011], [-121.794157, 37.649944999999995], [-121.79424, 37.649934], [-121.794517, 37.649934], [-121.795159, 37.64995], [-121.795422, 37.649967], [-121.795553, 37.649989], [-121.79559499999999, 37.650005], [-121.795747, 37.650121], [-121.795864, 37.650192], [-121.796044, 37.650264], [-121.796258, 37.650324], [-121.796486, 37.650363], [-121.796907, 37.650428999999995], [-121.797129, 37.650473], [-121.79784000000001, 37.650642999999995], [-121.798262, 37.650692], [-121.798738, 37.650698], [-121.79923600000001, 37.650704], [-121.799609, 37.650731], [-121.80030000000001, 37.65089], [-121.800611, 37.650988999999996], [-121.800929, 37.651120999999996], [-121.80121199999999, 37.65127], [-121.80133599999999, 37.651368999999995], [-121.801387, 37.651424], [-121.801412, 37.651451], [-121.801585, 37.651686999999995], [-121.801626, 37.651759], [-121.801758, 37.651934], [-121.80190999999999, 37.652099], [-121.802027, 37.652209], [-121.80246199999999, 37.6525], [-121.80269, 37.652665], [-121.802849, 37.652797], [-121.802988, 37.652879999999996], [-121.803271, 37.653099], [-121.80390000000001, 37.653544], [-121.804135, 37.653687], [-121.804259, 37.653737], [-121.804577, 37.653797], [-121.80470700000001, 37.653807], [-121.804724, 37.654241], [-121.804777, 37.655543], [-121.804795, 37.655978], [-121.804681, 37.655997], [-121.80458, 37.655996], [-121.803932, 37.655989999999996], [-121.803716, 37.655988], [-121.801326, 37.654965], [-121.794158, 37.651897999999996], [-121.791769, 37.650876], [-121.790634, 37.650531], [-121.789936, 37.650546], [-121.789891, 37.650548], [-121.789893, 37.650466], [-121.789826, 37.650425999999996], [-121.789763, 37.650388], [-121.789542, 37.65039], [-121.789433, 37.650383999999995], [-121.789326, 37.650371], [-121.78922, 37.650352], [-121.789117, 37.650327], [-121.789015, 37.650296], [-121.788923, 37.650262999999995], [-121.788835, 37.650225], [-121.788749, 37.650182], [-121.788668, 37.650134], [-121.788592, 37.650082], [-121.78852, 37.650026], [-121.788465, 37.649977], [-121.788338, 37.649875], [-121.78826699999999, 37.649814], [-121.788183, 37.649716], [-121.788011, 37.649462], [-121.787901, 37.649268], [-121.787634, 37.648759999999996], [-121.787575, 37.648682], [-121.787504, 37.648610999999995], [-121.78735499999999, 37.6485], [-121.787105, 37.648281], [-121.786011, 37.647374], [-121.78596999999999, 37.647344], [-121.785944, 37.647349999999996], [-121.785862, 37.647394], [-121.785074, 37.647835], [-121.784843, 37.64796], [-121.78465, 37.648064], [-121.784451, 37.648182999999996], [-121.78429, 37.648317], [-121.784144, 37.648466], [-121.784025, 37.648613999999995], [-121.783952, 37.648731], [-121.783349, 37.648331], [-121.783363, 37.648264], [-121.783309, 37.64816], [-121.783354, 37.648109], [-121.783452, 37.648009], [-121.78358399999999, 37.6479], [-121.783605, 37.647884999999995], [-121.783689, 37.647827], [-121.783711, 37.647813], [-121.784092, 37.647594], [-121.784607, 37.647299]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,155,0)", "fill-opacity": 0.75, "intersection_density": 191.577}, "geometry": {"type": "Polygon", "coordinates": [[[-121.876271, 37.676607], [-121.87691, 37.67661], [-121.876913, 37.676742999999995], [-121.876271, 37.676741], [-121.876048, 37.676739999999995], [-121.875381, 37.676738], [-121.87525099999999, 37.676738], [-121.875159, 37.676736999999996], [-121.875159, 37.676601999999995], [-121.876271, 37.676607]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,135,0)", "fill-opacity": 0.75, "intersection_density": 230.69299999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-121.720913, 37.715553], [-121.720767, 37.715551999999995], [-121.72077999999999, 37.714948], [-121.72092, 37.71495], [-121.720918, 37.71507], [-121.720914, 37.715432], [-121.720913, 37.715553]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,175,0)", "fill-opacity": 0.75, "intersection_density": 153.363}, "geometry": {"type": "Polygon", "coordinates": [[[-121.784814, 37.678331], [-121.785709, 37.678194], [-121.78662800000001, 37.678086], [-121.787441, 37.678002], [-121.787481, 37.678106], [-121.787245, 37.678129999999996], [-121.786813, 37.678185], [-121.786674, 37.678204], [-121.785055, 37.678435], [-121.784284, 37.678557], [-121.784262, 37.678560999999995], [-121.783468, 37.678731], [-121.78345, 37.678602999999995], [-121.783846, 37.678535], [-121.784814, 37.678331]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,165,0)", "fill-opacity": 0.75, "intersection_density": 173.31799999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-121.77786, 37.683136999999995], [-121.777896, 37.683214], [-121.777789, 37.683245], [-121.777755, 37.683167999999995], [-121.77786, 37.683136999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,204,0)", "fill-opacity": 0.75, "intersection_density": 96.90700000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-121.78021799999999, 37.66382], [-121.780179, 37.663819], [-121.77971600000001, 37.663813], [-121.779562, 37.663810999999995], [-121.77948599999999, 37.663793999999996], [-121.779387, 37.663768], [-121.77886699999999, 37.663633], [-121.778694, 37.663588], [-121.778586, 37.663554], [-121.778506, 37.66353], [-121.778368, 37.663497], [-121.77825899999999, 37.663481], [-121.778149, 37.663464999999995], [-121.77797, 37.663466], [-121.777436, 37.663471], [-121.777258, 37.663474], [-121.777253, 37.663053], [-121.777238, 37.661791], [-121.777236, 37.661563], [-121.777232, 37.661505999999996], [-121.777216, 37.661460999999996], [-121.777194, 37.661425], [-121.777161, 37.661395], [-121.777121, 37.661379], [-121.777081, 37.661372], [-121.776999, 37.661369], [-121.776979, 37.661369], [-121.776504, 37.661377], [-121.77633900000001, 37.66138], [-121.776076, 37.661379], [-121.775289, 37.661378], [-121.775105, 37.661378], [-121.77510000000001, 37.660953], [-121.777007, 37.660917999999995], [-121.777961, 37.660924], [-121.777962, 37.661088], [-121.777971, 37.661127], [-121.777993, 37.661172], [-121.778036, 37.661231], [-121.778103, 37.661305999999996], [-121.778126, 37.661339999999996], [-121.77814599999999, 37.661392], [-121.77816, 37.661457], [-121.778217, 37.662124999999996], [-121.778242, 37.662223999999995], [-121.778278, 37.662319], [-121.7783, 37.662365], [-121.778332, 37.662411999999996], [-121.778455, 37.66256], [-121.77850699999999, 37.66261], [-121.778576, 37.662662999999995], [-121.77871, 37.662745], [-121.778821, 37.662803], [-121.778906, 37.662839999999996], [-121.77899, 37.662867999999996], [-121.77909199999999, 37.662895999999996], [-121.779164, 37.662908], [-121.779403, 37.662918999999995], [-121.779731, 37.662923], [-121.77984599999999, 37.662918999999995], [-121.77988500000001, 37.662912999999996], [-121.779939, 37.662889], [-121.77997500000001, 37.662855], [-121.779989, 37.662824], [-121.780003, 37.662760999999996], [-121.780009, 37.662659999999995], [-121.780001, 37.662558], [-121.77996999999999, 37.662352999999996], [-121.779928, 37.662147], [-121.779919, 37.661958], [-121.780089, 37.661953], [-121.780186, 37.661955999999996], [-121.780201, 37.662915999999996], [-121.78021799999999, 37.66382]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-121.713968, 37.686974], [-121.713967, 37.685635], [-121.714339, 37.685728999999995], [-121.71434099999999, 37.68579], [-121.714344, 37.686425], [-121.714328, 37.686979], [-121.713968, 37.686974]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-121.711376, 37.689887], [-121.711131, 37.689858], [-121.710276, 37.689826], [-121.709415, 37.689811999999996], [-121.70929, 37.689826], [-121.70920699999999, 37.689859], [-121.709132, 37.689907999999996], [-121.709158, 37.689838], [-121.70916199999999, 37.689775], [-121.709158, 37.689707999999996], [-121.709141, 37.68962], [-121.709114, 37.689561], [-121.70906099999999, 37.689475], [-121.709257, 37.689589], [-121.709374, 37.689642], [-121.709503, 37.689698], [-121.709564, 37.689717], [-121.709644, 37.689729], [-121.710281, 37.689738], [-121.711388, 37.689782], [-121.711376, 37.689887]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,211,0)", "fill-opacity": 0.75, "intersection_density": 84.235}, "geometry": {"type": "Polygon", "coordinates": [[[-121.788712, 37.655215], [-121.789439, 37.655218], [-121.78942, 37.652809999999995], [-121.789671, 37.652809999999995], [-121.789996, 37.652812], [-121.790387, 37.652787], [-121.79114799999999, 37.652781], [-121.791145, 37.652901], [-121.791145, 37.652957], [-121.791135, 37.65304], [-121.791113, 37.653144], [-121.791108, 37.653203999999995], [-121.791108, 37.653259], [-121.791108, 37.65338], [-121.791106, 37.653476999999995], [-121.791102, 37.653771], [-121.791101, 37.653869], [-121.791104, 37.654094], [-121.791108, 37.654284], [-121.791099, 37.654772], [-121.791096, 37.654998], [-121.791102, 37.655138], [-121.791101, 37.655198], [-121.791098, 37.655477999999995], [-121.791068, 37.655657999999995], [-121.79106, 37.655799], [-121.791051, 37.656], [-121.790579, 37.656003], [-121.789929, 37.656008], [-121.789165, 37.656005], [-121.78869399999999, 37.656003999999996], [-121.788712, 37.655215]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 111.74600000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-121.802579, 37.660275], [-121.803529, 37.660285], [-121.803492, 37.660374], [-121.803461, 37.660475], [-121.803452, 37.660523], [-121.803438, 37.660796999999995], [-121.802637, 37.660785], [-121.801913, 37.660775], [-121.801448, 37.660768], [-121.801227, 37.660762999999996], [-121.799172, 37.660725], [-121.798487, 37.660713], [-121.798487, 37.660501], [-121.79848799999999, 37.659864999999996], [-121.798489, 37.659653999999996], [-121.798643, 37.659644], [-121.798875, 37.659628999999995], [-121.799105, 37.659628], [-121.79926, 37.659628], [-121.79951299999999, 37.65963], [-121.800272, 37.659638], [-121.800525, 37.659641], [-121.800527, 37.659470999999996], [-121.800535, 37.658964], [-121.800539, 37.658795999999995], [-121.800995, 37.658792999999996], [-121.801633, 37.658789], [-121.80163999999999, 37.660146], [-121.801647, 37.660187], [-121.801684, 37.66023], [-121.80172, 37.66025], [-121.801774, 37.660261999999996], [-121.802579, 37.660275]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-121.877145, 37.737397], [-121.87708599999999, 37.7374], [-121.87697, 37.737415999999996], [-121.876364, 37.737578], [-121.87626900000001, 37.737597], [-121.876076, 37.737625], [-121.87588099999999, 37.73764], [-121.875685, 37.737642], [-121.875596, 37.737634], [-121.875419, 37.737609], [-121.875245, 37.737570999999996], [-121.875077, 37.737521], [-121.874915, 37.737459], [-121.87476, 37.737386], [-121.874615, 37.737302], [-121.87509, 37.736821], [-121.87522899999999, 37.736897], [-121.875321, 37.736939], [-121.875447, 37.736982], [-121.875579, 37.737012], [-121.875715, 37.737029], [-121.875852, 37.737031], [-121.875943, 37.737024999999996], [-121.876056, 37.737009], [-121.876123, 37.736995], [-121.876519, 37.736883999999996], [-121.876995, 37.73675], [-121.87705199999999, 37.736867], [-121.87709100000001, 37.736968999999995], [-121.877114, 37.737074], [-121.877145, 37.737397]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-121.87406899999999, 37.736768], [-121.87416999999999, 37.736899], [-121.87428299999999, 37.737024], [-121.874408, 37.737141], [-121.874543, 37.737249999999996], [-121.874615, 37.737302], [-121.874246, 37.737674], [-121.873726, 37.73815], [-121.873614, 37.73808], [-121.873492, 37.738023], [-121.873362, 37.737977], [-121.873226, 37.737944999999996], [-121.873086, 37.737926], [-121.871881, 37.737807], [-121.871997, 37.737296], [-121.872019, 37.737255], [-121.872056, 37.737221], [-121.872103, 37.737196999999995], [-121.872158, 37.737187], [-121.872186, 37.737186], [-121.872435, 37.73721], [-121.872545, 37.737207], [-121.872652, 37.737192], [-121.872705, 37.737181], [-121.873332, 37.737003], [-121.87378799999999, 37.736874], [-121.873977, 37.736807], [-121.87406899999999, 37.736768]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 100.553}, "geometry": {"type": "Polygon", "coordinates": [[[-121.768192, 37.656628999999995], [-121.768189, 37.656946], [-121.768167, 37.657036], [-121.76812799999999, 37.657123999999996], [-121.768125, 37.657198], [-121.768115, 37.657683], [-121.768113, 37.658508999999995], [-121.768039, 37.658508999999995], [-121.768043, 37.658311], [-121.768056, 37.65772], [-121.768057, 37.65768], [-121.76805999999999, 37.657523], [-121.768063, 37.657343999999995], [-121.768064, 37.657285], [-121.76807, 37.657121], [-121.768072, 37.657042], [-121.768068, 37.656949999999995], [-121.768068, 37.656808], [-121.768068, 37.65663], [-121.768192, 37.656628999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,196,0)", "fill-opacity": 0.75, "intersection_density": 113.602}, "geometry": {"type": "Polygon", "coordinates": [[[-122.147652, 37.757417], [-122.14739, 37.757363], [-122.147298, 37.757345], [-122.14728, 37.75732], [-122.147278, 37.757286], [-122.14741000000001, 37.756586], [-122.147483, 37.756288999999995], [-122.147571, 37.755939], [-122.14767499999999, 37.755868], [-122.147712, 37.755843], [-122.14783299999999, 37.755749], [-122.147927, 37.755646], [-122.147949, 37.755611], [-122.147977, 37.75557], [-122.148011, 37.755502], [-122.148169, 37.755244999999995], [-122.148282, 37.755063], [-122.148415, 37.754793], [-122.148593, 37.754449], [-122.148732, 37.754183], [-122.148788, 37.754180999999996], [-122.148849, 37.754168], [-122.14890199999999, 37.754143], [-122.148961, 37.754106], [-122.149017, 37.754047], [-122.149025, 37.754031999999995], [-122.149034, 37.754017999999995], [-122.14917, 37.753729], [-122.149221, 37.753609], [-122.149253, 37.753567], [-122.149301, 37.753536], [-122.149356, 37.75352], [-122.149746, 37.753437], [-122.150083, 37.753366], [-122.150142, 37.753354], [-122.150206, 37.753341999999996], [-122.150274, 37.753341999999996], [-122.150306, 37.753344999999996], [-122.150322, 37.753346], [-122.150383, 37.75335], [-122.150357, 37.753357], [-122.150296, 37.753363], [-122.150237, 37.753372999999996], [-122.15020200000001, 37.753384], [-122.15015, 37.753409], [-122.150099, 37.753447], [-122.150071, 37.753478], [-122.150038, 37.753533999999995], [-122.14980800000001, 37.754079], [-122.14953299999999, 37.754736], [-122.149451, 37.754903999999996], [-122.149358, 37.755053], [-122.149295, 37.75514], [-122.149221, 37.755221], [-122.14869, 37.755751], [-122.148533, 37.755921], [-122.148239, 37.75629], [-122.148091, 37.756515], [-122.148054, 37.756572999999996], [-122.147891, 37.756878], [-122.147807, 37.757061], [-122.14775, 37.757186], [-122.147652, 37.757417]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,201,0)", "fill-opacity": 0.75, "intersection_density": 103.678}, "geometry": {"type": "Polygon", "coordinates": [[[-122.156798, 37.750717], [-122.156331, 37.750912], [-122.155863, 37.751084], [-122.15570000000001, 37.750842], [-122.155644, 37.750758], [-122.155336, 37.750254], [-122.154675, 37.749171], [-122.154476, 37.748711], [-122.154459, 37.74867], [-122.154258, 37.748163999999996], [-122.154405, 37.748125], [-122.154766, 37.74803], [-122.154848, 37.748007], [-122.154996, 37.747968], [-122.155028, 37.747958], [-122.155124, 37.747932], [-122.155157, 37.747924], [-122.155372, 37.748295], [-122.155682, 37.748829], [-122.155913, 37.74937], [-122.155951, 37.749444], [-122.156149, 37.749826], [-122.15618, 37.749908], [-122.156273, 37.750032999999995], [-122.156492, 37.750327], [-122.156719, 37.750616], [-122.156798, 37.750717]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,211,0)", "fill-opacity": 0.75, "intersection_density": 83.704}, "geometry": {"type": "Polygon", "coordinates": [[[-122.160241, 37.743551], [-122.160186, 37.743409], [-122.160021, 37.742985], [-122.159966, 37.742844], [-122.160448, 37.742726], [-122.16189800000001, 37.742371999999996], [-122.162381, 37.742255], [-122.162436, 37.742393], [-122.162604, 37.742807], [-122.16266, 37.742945999999996], [-122.162176, 37.743066999999996], [-122.160724, 37.743429], [-122.160241, 37.743551]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,192,0)", "fill-opacity": 0.75, "intersection_density": 121.67}, "geometry": {"type": "Polygon", "coordinates": [[[-122.157776, 37.745439999999995], [-122.157566, 37.745154], [-122.156936, 37.744298], [-122.15672599999999, 37.744012999999995], [-122.15689, 37.743969], [-122.15738400000001, 37.743838], [-122.157549, 37.743795], [-122.157757, 37.74408], [-122.158384, 37.744935], [-122.158593, 37.745219999999996], [-122.158429, 37.745264], [-122.157939, 37.745394999999995], [-122.157776, 37.745439999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,164,0)", "fill-opacity": 0.75, "intersection_density": 174.727}, "geometry": {"type": "Polygon", "coordinates": [[[-122.156046, 37.741766], [-122.156069, 37.741803999999995], [-122.155256, 37.742031], [-122.155228, 37.741988], [-122.155391, 37.741943], [-122.15588199999999, 37.74181], [-122.156046, 37.741766]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,205,0)", "fill-opacity": 0.75, "intersection_density": 95.869}, "geometry": {"type": "Polygon", "coordinates": [[[-122.15601699999999, 37.740292], [-122.155922, 37.740169], [-122.155637, 37.739802], [-122.155543, 37.73968], [-122.155933, 37.739571], [-122.157105, 37.739246], [-122.157496, 37.739138], [-122.157594, 37.739258], [-122.157891, 37.739618], [-122.15799, 37.739737999999996], [-122.157595, 37.739847999999995], [-122.15641099999999, 37.740179999999995], [-122.15601699999999, 37.740292]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,141,0)", "fill-opacity": 0.75, "intersection_density": 218.054}, "geometry": {"type": "Polygon", "coordinates": [[[-122.151734, 37.741478], [-122.151792, 37.741611999999996], [-122.151966, 37.742017], [-122.152024, 37.742152], [-122.151962, 37.742185], [-122.151914, 37.742211999999995], [-122.151838, 37.742261], [-122.151786, 37.7423], [-122.151731, 37.742343], [-122.15161499999999, 37.742273], [-122.151526, 37.742214], [-122.15147400000001, 37.742180999999995], [-122.15127, 37.742067], [-122.150888, 37.74187], [-122.150835, 37.741842999999996], [-122.150668, 37.741772], [-122.150812, 37.741737], [-122.150882, 37.741717], [-122.151521, 37.741537], [-122.151734, 37.741478]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,178,0)", "fill-opacity": 0.75, "intersection_density": 147.03}, "geometry": {"type": "Polygon", "coordinates": [[[-122.147041, 37.755962], [-122.14692600000001, 37.755964999999996], [-122.146765, 37.755970999999995], [-122.14679100000001, 37.755849999999995], [-122.146796, 37.755798999999996], [-122.146798, 37.755790999999995], [-122.146793, 37.755719], [-122.146781, 37.755672], [-122.146728, 37.75557], [-122.14668499999999, 37.755503999999995], [-122.146557, 37.755348], [-122.146447, 37.755213999999995], [-122.146586, 37.755137999999995], [-122.147006, 37.754912999999995], [-122.14714599999999, 37.754838], [-122.147305, 37.754987], [-122.147465, 37.755136], [-122.147525, 37.755179], [-122.147576, 37.755221999999996], [-122.147728, 37.755325], [-122.147825, 37.755385], [-122.148011, 37.755502], [-122.147977, 37.75557], [-122.147949, 37.755611], [-122.147927, 37.755646], [-122.14783299999999, 37.755749], [-122.147712, 37.755843], [-122.14767499999999, 37.755868], [-122.147571, 37.755939], [-122.147409, 37.755945], [-122.147041, 37.755962]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,176,0)", "fill-opacity": 0.75, "intersection_density": 151.306}, "geometry": {"type": "Polygon", "coordinates": [[[-122.141828, 37.757477], [-122.14209, 37.757417], [-122.142799, 37.757258], [-122.142877, 37.757241], [-122.143141, 37.757186], [-122.142887, 37.757379], [-122.14274, 37.757492], [-122.14205, 37.757832], [-122.14176499999999, 37.757974], [-122.14176499999999, 37.757873], [-122.14176499999999, 37.757841], [-122.141774, 37.757715], [-122.141797, 37.757587], [-122.1418, 37.757573], [-122.141828, 37.757477]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,169,0)", "fill-opacity": 0.75, "intersection_density": 165.011}, "geometry": {"type": "Polygon", "coordinates": [[[-122.267903, 37.816635999999995], [-122.26834, 37.816742999999995], [-122.269224, 37.81696], [-122.269395, 37.816995], [-122.269434, 37.817018], [-122.269458, 37.817049], [-122.26947, 37.817081], [-122.269477, 37.817116999999996], [-122.269465, 37.817175999999996], [-122.269447, 37.817225], [-122.269307, 37.817609999999995], [-122.26928, 37.817641], [-122.269243, 37.81767], [-122.26920000000001, 37.817685], [-122.269142, 37.817685], [-122.268973, 37.817645], [-122.268027, 37.817425], [-122.267712, 37.817352], [-122.267738, 37.817256], [-122.267816, 37.816972], [-122.267843, 37.816877], [-122.267854, 37.816828], [-122.26789099999999, 37.816683999999995], [-122.267903, 37.816635999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,170,0)", "fill-opacity": 0.75, "intersection_density": 163.877}, "geometry": {"type": "Polygon", "coordinates": [[[-122.264995, 37.816416], [-122.264927, 37.816674], [-122.264725, 37.81745], [-122.264659, 37.817709], [-122.264487, 37.817679999999996], [-122.263971, 37.817594], [-122.263799, 37.817566], [-122.26413, 37.816269999999996], [-122.264995, 37.816416]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,190,0)", "fill-opacity": 0.75, "intersection_density": 124.87700000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.270325, 37.814662], [-122.270203, 37.815284999999996], [-122.270163, 37.815371], [-122.268288, 37.815070999999996], [-122.268381, 37.814675], [-122.268396, 37.814612], [-122.268442, 37.814423999999995], [-122.268458, 37.814361999999996], [-122.26886, 37.814426], [-122.270069, 37.81462], [-122.270325, 37.814662]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,193,0)", "fill-opacity": 0.75, "intersection_density": 119.148}, "geometry": {"type": "Polygon", "coordinates": [[[-122.26516, 37.814144999999996], [-122.265776, 37.814246], [-122.26713699999999, 37.814471], [-122.267627, 37.814549], [-122.26824500000001, 37.814648999999996], [-122.268153, 37.815048999999995], [-122.268052, 37.815432], [-122.264704, 37.814862999999995], [-122.26516, 37.814144999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,129,0)", "fill-opacity": 0.75, "intersection_density": 242.02}, "geometry": {"type": "Polygon", "coordinates": [[[-122.265421, 37.811468], [-122.265553, 37.811478], [-122.26593199999999, 37.811482], [-122.266544, 37.811504], [-122.266667, 37.811534], [-122.26625899999999, 37.812154], [-122.26615799999999, 37.812138], [-122.265479, 37.812033], [-122.265253, 37.811999], [-122.265421, 37.811468]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,153,0)", "fill-opacity": 0.75, "intersection_density": 195.97099999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.266083, 37.81263], [-122.266226, 37.812407], [-122.266386, 37.812160999999996], [-122.26768799999999, 37.812388], [-122.267616, 37.812647999999996], [-122.267401, 37.813427], [-122.26733, 37.813688], [-122.266982, 37.813629], [-122.266704, 37.813583], [-122.266908, 37.812968999999995], [-122.266083, 37.81263]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,167,0)", "fill-opacity": 0.75, "intersection_density": 168.703}, "geometry": {"type": "Polygon", "coordinates": [[[-122.26586, 37.809771999999995], [-122.265934, 37.809792], [-122.26667499999999, 37.809844], [-122.26677, 37.809861], [-122.266757, 37.809920999999996], [-122.26666399999999, 37.809894], [-122.266577, 37.809888], [-122.266029, 37.80985], [-122.265936, 37.809844], [-122.265848, 37.809827999999996], [-122.26586, 37.809771999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,201,0)", "fill-opacity": 0.75, "intersection_density": 102.62100000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.287804, 37.808310999999996], [-122.28880699999999, 37.808541999999996], [-122.288877, 37.808597], [-122.288775, 37.808612], [-122.287779, 37.808381], [-122.287804, 37.808310999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,84,0)", "fill-opacity": 0.75, "intersection_density": 327.59}, "geometry": {"type": "Polygon", "coordinates": [[[-122.286355, 37.806421], [-122.28646499999999, 37.806135], [-122.286711, 37.806202], [-122.286625, 37.806483], [-122.286491, 37.806452], [-122.286381, 37.806427], [-122.286355, 37.806421]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,165,0)", "fill-opacity": 0.75, "intersection_density": 172.981}, "geometry": {"type": "Polygon", "coordinates": [[[-122.28692699999999, 37.804628], [-122.286639, 37.804563], [-122.285614, 37.804334], [-122.28517, 37.804235], [-122.284681, 37.804126], [-122.28474800000001, 37.803948], [-122.284953, 37.803415], [-122.285022, 37.803238], [-122.285314, 37.803301999999995], [-122.286193, 37.803494], [-122.286486, 37.803557999999995], [-122.286641, 37.803591999999995], [-122.287109, 37.803694], [-122.287266, 37.803729], [-122.287151, 37.804046], [-122.287007, 37.804444], [-122.287042, 37.804469], [-122.287574, 37.804592], [-122.287903, 37.804668], [-122.287845, 37.804834], [-122.287764, 37.804815], [-122.287288, 37.804707], [-122.28712999999999, 37.804672], [-122.28692699999999, 37.804628]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,216,0)", "fill-opacity": 0.75, "intersection_density": 74.77199999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.286677, 37.808051999999996], [-122.287201, 37.806615], [-122.287278, 37.806630999999996], [-122.287172, 37.806933], [-122.286857, 37.807842], [-122.286777, 37.808074999999995], [-122.28675, 37.808144999999996], [-122.286697, 37.808135], [-122.286651, 37.808119], [-122.286677, 37.808051999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-122.18530799999999, 37.833749999999995], [-122.185246, 37.833767], [-122.185181, 37.833774999999996], [-122.185111, 37.833785999999996], [-122.185053, 37.83381], [-122.184978, 37.833844], [-122.184904, 37.833878999999996], [-122.184853, 37.833909999999996], [-122.18480000000001, 37.833937], [-122.184747, 37.833968], [-122.184699, 37.834009], [-122.184656, 37.834046], [-122.184618, 37.834087], [-122.184579, 37.834126], [-122.184536, 37.834156], [-122.184508, 37.834204], [-122.184472, 37.834244], [-122.184431, 37.834282], [-122.184397, 37.83432], [-122.18436, 37.834357], [-122.184323, 37.834395], [-122.18430599999999, 37.83441], [-122.184305, 37.834406], [-122.184271, 37.834277], [-122.184319, 37.834187], [-122.184388, 37.834125], [-122.184425, 37.834109999999995], [-122.184437, 37.834106], [-122.184496, 37.834083], [-122.184587, 37.83403], [-122.184663, 37.833979], [-122.184732, 37.833905], [-122.18478999999999, 37.833805999999996], [-122.18486, 37.833673], [-122.184886, 37.833614], [-122.18491, 37.833563], [-122.184968, 37.833453999999996], [-122.184999, 37.833408999999996], [-122.184976, 37.833537], [-122.18499, 37.833563], [-122.185008, 37.833585], [-122.185044, 37.833614], [-122.185063, 37.833625999999995], [-122.185118, 37.833659999999995], [-122.185211, 37.833709], [-122.18530799999999, 37.833749999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,207,0)", "fill-opacity": 0.75, "intersection_density": 91.965}, "geometry": {"type": "Polygon", "coordinates": [[[-122.193296, 37.821885], [-122.193507, 37.821813999999996], [-122.194043, 37.821635], [-122.194142, 37.821602999999996], [-122.194184, 37.821591], [-122.19435899999999, 37.821549999999995], [-122.194069, 37.821965], [-122.19404399999999, 37.822029], [-122.194038, 37.822117], [-122.194038, 37.822161], [-122.194039, 37.822275999999995], [-122.19405, 37.822449999999996], [-122.194047, 37.822517], [-122.19403299999999, 37.822581], [-122.194, 37.822649], [-122.19395, 37.822694], [-122.193888, 37.822719], [-122.193799, 37.822722999999996], [-122.193704, 37.822719], [-122.193604, 37.82273], [-122.193517, 37.822770999999996], [-122.193489, 37.822829999999996], [-122.193491, 37.822903], [-122.193484, 37.823017], [-122.193464, 37.823105], [-122.193401, 37.823181999999996], [-122.19327, 37.823282], [-122.193194, 37.823353999999995], [-122.193158, 37.823426999999995], [-122.19313199999999, 37.823519], [-122.193091, 37.823605], [-122.192991, 37.823679999999996], [-122.19297399999999, 37.823693999999996], [-122.19275, 37.823826], [-122.192609, 37.823904], [-122.192496, 37.823979], [-122.192409, 37.824073999999996], [-122.192132, 37.824238], [-122.192121, 37.824245], [-122.191672, 37.82456], [-122.191596, 37.824632], [-122.191544, 37.824692999999996], [-122.1915, 37.824760999999995], [-122.191418, 37.824929999999995], [-122.191363, 37.825046], [-122.19124099999999, 37.825213], [-122.190999, 37.825191], [-122.190934, 37.825178], [-122.190878, 37.825157], [-122.19083, 37.825119], [-122.190806, 37.825086], [-122.190797, 37.825049], [-122.190796, 37.82501], [-122.190811, 37.824971], [-122.190925, 37.824785999999996], [-122.190941, 37.824762], [-122.190952, 37.824726], [-122.190965, 37.824632], [-122.190962, 37.824517], [-122.190956, 37.824481999999996], [-122.190941, 37.824448], [-122.19091, 37.824397], [-122.19087999999999, 37.824363], [-122.190809, 37.824301999999996], [-122.190664, 37.824222], [-122.190641, 37.824205], [-122.190626, 37.824183], [-122.190611, 37.824118999999996], [-122.190614, 37.823974], [-122.190626, 37.823934], [-122.190662, 37.823873999999996], [-122.190727, 37.823831999999996], [-122.190844, 37.823779], [-122.19094799999999, 37.82376], [-122.19108800000001, 37.823758], [-122.191141, 37.823749], [-122.191192, 37.823727999999996], [-122.191222, 37.823707999999996], [-122.191315, 37.823586999999996], [-122.191367, 37.823502999999995], [-122.191414, 37.823443999999995], [-122.19144299999999, 37.823426999999995], [-122.191479, 37.823416], [-122.191538, 37.823412], [-122.191665, 37.823412], [-122.191774, 37.823402], [-122.191812, 37.823394], [-122.191853, 37.823387], [-122.191975, 37.823350999999995], [-122.192049, 37.823324], [-122.192095, 37.823295], [-122.19214099999999, 37.823256], [-122.192174, 37.8232], [-122.192188, 37.823150999999996], [-122.192201, 37.822989], [-122.192196, 37.822823], [-122.192281, 37.822741], [-122.192345, 37.822662], [-122.192386, 37.822599], [-122.192462, 37.822485], [-122.192534, 37.822392], [-122.192651, 37.82228], [-122.192902, 37.822089], [-122.19303, 37.822012], [-122.19306, 37.821995], [-122.193296, 37.821885]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 99.439}, "geometry": {"type": "Polygon", "coordinates": [[[-122.178456, 37.748917999999996], [-122.178358, 37.748785], [-122.17811499999999, 37.748453999999995], [-122.178066, 37.748387], [-122.17796899999999, 37.748255], [-122.178291, 37.748106], [-122.179259, 37.747662999999996], [-122.179582, 37.747516], [-122.179677, 37.747645], [-122.17996600000001, 37.748031999999995], [-122.18006199999999, 37.748160999999996], [-122.17974, 37.748312], [-122.178777, 37.748765999999996], [-122.178456, 37.748917999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,206,0)", "fill-opacity": 0.75, "intersection_density": 94.67}, "geometry": {"type": "Polygon", "coordinates": [[[-122.176496, 37.749189], [-122.176749, 37.749533], [-122.176846, 37.749666], [-122.17647, 37.749840999999996], [-122.175343, 37.750368], [-122.175107, 37.750479], [-122.174991, 37.750318], [-122.174621, 37.74982], [-122.17486199999999, 37.749705999999996], [-122.17598699999999, 37.749179999999996], [-122.176362, 37.749005], [-122.176458, 37.749137], [-122.176496, 37.749189]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,200,0)", "fill-opacity": 0.75, "intersection_density": 105.00399999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.18334999999999, 37.736426], [-122.183314, 37.736475999999996], [-122.183235, 37.736557], [-122.18323, 37.736563], [-122.183018, 37.736737], [-122.182822, 37.736879], [-122.182681, 37.736982999999995], [-122.182576, 37.736896], [-122.18302299999999, 37.736540999999995], [-122.183134, 37.736432], [-122.183179, 37.736382], [-122.18334999999999, 37.736426]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,152,0)", "fill-opacity": 0.75, "intersection_density": 198.12599999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.185328, 37.733292], [-122.185405, 37.733365], [-122.185609, 37.73356], [-122.185638, 37.733587], [-122.185717, 37.73366], [-122.184922, 37.734049999999996], [-122.184545, 37.734246], [-122.18438499999999, 37.734345], [-122.184222, 37.734460999999996], [-122.183945, 37.734649], [-122.18381, 37.734769], [-122.184087, 37.734950999999995], [-122.183472, 37.734665], [-122.18355, 37.734460999999996], [-122.183733, 37.734345], [-122.183868, 37.73426], [-122.184282, 37.733995], [-122.184465, 37.733879], [-122.184637, 37.733761], [-122.185155, 37.733409], [-122.185328, 37.733292]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,213,0)", "fill-opacity": 0.75, "intersection_density": 81.396}, "geometry": {"type": "Polygon", "coordinates": [[[-122.176046, 37.744057], [-122.175802, 37.743717], [-122.175434, 37.743204999999996], [-122.17505, 37.742716], [-122.174793, 37.742388], [-122.17497399999999, 37.742301999999995], [-122.175517, 37.742048], [-122.175699, 37.741963], [-122.176948, 37.743637], [-122.176046, 37.744057]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,202,0)", "fill-opacity": 0.75, "intersection_density": 102.359}, "geometry": {"type": "Polygon", "coordinates": [[[-122.176948, 37.743637], [-122.175699, 37.741963], [-122.17587499999999, 37.741879], [-122.17640399999999, 37.741628999999996], [-122.176581, 37.741546], [-122.17683, 37.741879], [-122.177579, 37.742881], [-122.177829, 37.743215], [-122.176948, 37.743637]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,159,0)", "fill-opacity": 0.75, "intersection_density": 183.924}, "geometry": {"type": "Polygon", "coordinates": [[[-122.17489499999999, 37.735355999999996], [-122.174923, 37.735347999999995], [-122.175126, 37.735292], [-122.175134, 37.735299], [-122.175212, 37.735361999999995], [-122.175453, 37.735555999999995], [-122.176216, 37.736169], [-122.176905, 37.73674], [-122.177365, 37.737122], [-122.178242, 37.737842], [-122.178392, 37.737969], [-122.178487, 37.738085], [-122.178608, 37.73818], [-122.178974, 37.738465999999995], [-122.179096, 37.738562], [-122.179246, 37.738682], [-122.179696, 37.739042], [-122.17975, 37.739084999999996], [-122.17984799999999, 37.73916], [-122.179814, 37.739188999999996], [-122.17973599999999, 37.739258], [-122.179654, 37.739186], [-122.178482, 37.738229], [-122.17832899999999, 37.738108], [-122.177294, 37.737268], [-122.177242, 37.737186], [-122.177076, 37.737047], [-122.176579, 37.736630999999996], [-122.176414, 37.736492999999996], [-122.176354, 37.736443], [-122.176249, 37.736359], [-122.176165, 37.736298], [-122.176102, 37.736252], [-122.176001, 37.73617], [-122.175698, 37.735927], [-122.175598, 37.735845999999995], [-122.17552, 37.735783999999995], [-122.175292, 37.735638], [-122.175213, 37.735594], [-122.175167, 37.735576], [-122.174886, 37.735465999999995], [-122.174763, 37.735425], [-122.17489499999999, 37.735355999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,208,0)", "fill-opacity": 0.75, "intersection_density": 89.198}, "geometry": {"type": "Polygon", "coordinates": [[[-122.173418, 37.757536], [-122.173304, 37.757383], [-122.172962, 37.756924], [-122.172848, 37.756772], [-122.17319599999999, 37.756611], [-122.174241, 37.756129], [-122.17459, 37.755969], [-122.174701, 37.756122999999995], [-122.175037, 37.756586], [-122.175149, 37.756741], [-122.174802, 37.7569], [-122.173764, 37.757376], [-122.173418, 37.757536]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,211,0)", "fill-opacity": 0.75, "intersection_density": 84.766}, "geometry": {"type": "Polygon", "coordinates": [[[-122.269616, 37.839850999999996], [-122.26978199999999, 37.840634], [-122.269699, 37.840629], [-122.269544, 37.840637], [-122.26950099999999, 37.840641999999995], [-122.267926, 37.840844], [-122.267402, 37.840911999999996], [-122.267372, 37.840759999999996], [-122.267285, 37.840303999999996], [-122.267257, 37.840151999999996], [-122.267773, 37.840086], [-122.26932099999999, 37.839887999999995], [-122.269616, 37.839850999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,221,0)", "fill-opacity": 0.75, "intersection_density": 65.845}, "geometry": {"type": "Polygon", "coordinates": [[[-122.267241, 37.840067999999995], [-122.269598, 37.839765], [-122.269616, 37.839850999999996], [-122.26932099999999, 37.839887999999995], [-122.267773, 37.840086], [-122.267257, 37.840151999999996], [-122.267241, 37.840067999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,201,0)", "fill-opacity": 0.75, "intersection_density": 104.37100000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.268989, 37.838076], [-122.269194, 37.838474], [-122.269381, 37.838919], [-122.269105, 37.838955999999996], [-122.267581, 37.839164], [-122.267074, 37.839234], [-122.26704, 37.839056], [-122.266938, 37.838522], [-122.266905, 37.838345], [-122.267372, 37.838284], [-122.26877400000001, 37.838103], [-122.268989, 37.838076]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,185,0)", "fill-opacity": 0.75, "intersection_density": 133.922}, "geometry": {"type": "Polygon", "coordinates": [[[-122.26486299999999, 37.839528], [-122.264589, 37.839565], [-122.264769, 37.839366], [-122.26495800000001, 37.839092], [-122.26514399999999, 37.838795999999995], [-122.265224, 37.83866], [-122.265335, 37.838468], [-122.26534, 37.838460999999995], [-122.26551, 37.838027], [-122.26570000000001, 37.838021999999995], [-122.265878, 37.837969], [-122.265987, 37.837891], [-122.266066, 37.837799], [-122.266109, 37.837691], [-122.26612, 37.837565], [-122.266448, 37.837511], [-122.266589, 37.837489], [-122.26665299999999, 37.837482], [-122.266684, 37.837496], [-122.266712, 37.837514], [-122.266724, 37.83753], [-122.266742, 37.837590999999996], [-122.266748, 37.837623], [-122.266861, 37.838165], [-122.266862, 37.838169], [-122.266905, 37.838345], [-122.266938, 37.838522], [-122.26704, 37.839056], [-122.267074, 37.839234], [-122.266631, 37.839292], [-122.265305, 37.839469], [-122.26486299999999, 37.839528]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,149,0)", "fill-opacity": 0.75, "intersection_density": 202.92700000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-122.261027, 37.820761999999995], [-122.261031, 37.820752999999996], [-122.261062, 37.820701], [-122.261379, 37.820758999999995], [-122.26232999999999, 37.820934], [-122.262647, 37.820993], [-122.262457, 37.821095], [-122.262346, 37.821171], [-122.26224500000001, 37.82129], [-122.262193, 37.821382], [-122.261953, 37.822078999999995], [-122.261796, 37.822038], [-122.26136, 37.821943], [-122.261176, 37.821898], [-122.260625, 37.821763], [-122.260442, 37.821718], [-122.26052899999999, 37.821563999999995], [-122.260645, 37.821363], [-122.260802, 37.821107], [-122.260896, 37.820957], [-122.26093, 37.820906], [-122.260961, 37.820861], [-122.261027, 37.820761999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,172,0)", "fill-opacity": 0.75, "intersection_density": 158.252}, "geometry": {"type": "Polygon", "coordinates": [[[-122.261005, 37.817085], [-122.26123, 37.817119999999996], [-122.261253, 37.817124], [-122.261465, 37.817157], [-122.26156, 37.817173], [-122.26184599999999, 37.817220999999996], [-122.261942, 37.817237], [-122.261889, 37.817333], [-122.261713, 37.817986], [-122.262519, 37.818142], [-122.262237, 37.818594999999995], [-122.262136, 37.818577999999995], [-122.261449, 37.818467], [-122.261221, 37.818431], [-122.261012, 37.818391999999996], [-122.260747, 37.818343], [-122.260666, 37.81834], [-122.260604, 37.818352999999995], [-122.260552, 37.818377], [-122.260487, 37.818427], [-122.26043, 37.818489], [-122.260287, 37.818646], [-122.25967299999999, 37.819331999999996], [-122.259589, 37.819], [-122.259586, 37.818992], [-122.259568, 37.818939], [-122.259539, 37.818878], [-122.259499, 37.818815], [-122.259451, 37.818767], [-122.258996, 37.818484999999995], [-122.258372, 37.818062], [-122.258578, 37.817941], [-122.25869399999999, 37.817856], [-122.258754, 37.817803], [-122.259081, 37.817456], [-122.259602, 37.817774], [-122.259699, 37.817828999999996], [-122.259754, 37.817834], [-122.259806, 37.81783], [-122.259855, 37.81781], [-122.25988100000001, 37.817783], [-122.260289, 37.817102999999996], [-122.260525, 37.817082], [-122.260746, 37.817063], [-122.26091, 37.817068], [-122.261005, 37.817085]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,192,0)", "fill-opacity": 0.75, "intersection_density": 119.854}, "geometry": {"type": "Polygon", "coordinates": [[[-122.14611099999999, 37.771716999999995], [-122.145917, 37.771834999999996], [-122.145877, 37.771851999999996], [-122.145827, 37.771862999999996], [-122.145787, 37.771862999999996], [-122.14574999999999, 37.771854], [-122.14567, 37.771800999999996], [-122.145622, 37.771749], [-122.145614, 37.771727], [-122.145611, 37.771674999999995], [-122.145618, 37.771651999999996], [-122.145653, 37.771603], [-122.145718, 37.77154], [-122.145766, 37.771507], [-122.14582, 37.77148], [-122.145959, 37.771437999999996], [-122.145978, 37.771529], [-122.145992, 37.771558], [-122.14611099999999, 37.771716999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,192,0)", "fill-opacity": 0.75, "intersection_density": 121.374}, "geometry": {"type": "Polygon", "coordinates": [[[-122.167549, 37.740261], [-122.167423, 37.740342], [-122.16741, 37.740325999999996], [-122.167383, 37.740292], [-122.16732400000001, 37.740213], [-122.16714999999999, 37.739976], [-122.167092, 37.739898], [-122.167225, 37.739835], [-122.167549, 37.740261]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,189,0)", "fill-opacity": 0.75, "intersection_density": 126.581}, "geometry": {"type": "Polygon", "coordinates": [[[-122.183134, 37.736432], [-122.181623, 37.736016], [-122.181486, 37.73597], [-122.181394, 37.735935], [-122.181299, 37.735887], [-122.181135, 37.735782], [-122.18081, 37.735507], [-122.180846, 37.735476], [-122.181195, 37.735772], [-122.18126699999999, 37.735817], [-122.181295, 37.735835], [-122.181398, 37.735886], [-122.18150299999999, 37.735927], [-122.18164, 37.735971], [-122.182824, 37.736287], [-122.183179, 37.736382], [-122.183134, 37.736432]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,175,0)", "fill-opacity": 0.75, "intersection_density": 154.23}, "geometry": {"type": "Polygon", "coordinates": [[[-122.182058, 37.772363999999996], [-122.182739, 37.773030999999996], [-122.182669, 37.773078], [-122.182531, 37.772946], [-122.182118, 37.772552999999995], [-122.18198100000001, 37.772422], [-122.182017, 37.772399], [-122.182058, 37.772363999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,201,0)", "fill-opacity": 0.75, "intersection_density": 103.428}, "geometry": {"type": "Polygon", "coordinates": [[[-122.282427, 37.810348999999995], [-122.282333, 37.810606], [-122.282262, 37.810806], [-122.282196, 37.811006], [-122.282062, 37.811383], [-122.281994, 37.811579], [-122.280974, 37.811352], [-122.281043, 37.811153999999995], [-122.281319, 37.810379999999995], [-122.28141099999999, 37.810122], [-122.282427, 37.810348999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,208,0)", "fill-opacity": 0.75, "intersection_density": 91.024}, "geometry": {"type": "Polygon", "coordinates": [[[-122.270325, 37.814662], [-122.270426, 37.814135], [-122.270489, 37.813852], [-122.270517, 37.813767999999996], [-122.270748, 37.813652999999995], [-122.270691, 37.813765], [-122.270658, 37.813846], [-122.270631, 37.813929], [-122.270569, 37.814161], [-122.270472, 37.814685], [-122.270325, 37.814662]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,201,0)", "fill-opacity": 0.75, "intersection_density": 103.618}, "geometry": {"type": "Polygon", "coordinates": [[[-122.173824, 37.763484999999996], [-122.173287, 37.762951], [-122.17347699999999, 37.762833], [-122.173582, 37.762938], [-122.1739, 37.763253999999996], [-122.174007, 37.76336], [-122.173824, 37.763484999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,198,0)", "fill-opacity": 0.75, "intersection_density": 108.589}, "geometry": {"type": "Polygon", "coordinates": [[[-122.243011, 37.824349999999995], [-122.242908, 37.824408], [-122.243021, 37.82407], [-122.243059, 37.823949], [-122.243424, 37.822782], [-122.243514, 37.822796], [-122.243443, 37.823022], [-122.243232, 37.823702], [-122.243162, 37.823929], [-122.243135, 37.824014], [-122.24311399999999, 37.824084], [-122.243043, 37.824266], [-122.243011, 37.824349999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,156,0)", "fill-opacity": 0.75, "intersection_density": 189.405}, "geometry": {"type": "Polygon", "coordinates": [[[-122.243348, 37.830048], [-122.24452, 37.828528], [-122.244637, 37.828481], [-122.244781, 37.828516], [-122.24493, 37.828558], [-122.245333, 37.828682], [-122.24533199999999, 37.82872], [-122.245351, 37.828761], [-122.245426, 37.828849], [-122.245535, 37.82899], [-122.245453, 37.829029999999996], [-122.24529, 37.829132], [-122.244871, 37.829412999999995], [-122.244302, 37.829754], [-122.244148, 37.82983], [-122.24391299999999, 37.829932], [-122.243771, 37.829988], [-122.243652, 37.830027], [-122.24350799999999, 37.830051], [-122.243348, 37.830048]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,133,0)", "fill-opacity": 0.75, "intersection_density": 234.79}, "geometry": {"type": "Polygon", "coordinates": [[[-122.254591, 37.793333], [-122.255488, 37.792747999999996], [-122.255645, 37.792894], [-122.255805, 37.793043], [-122.25563199999999, 37.793164], [-122.25511399999999, 37.793527], [-122.254942, 37.793648999999995], [-122.254777, 37.7935], [-122.254591, 37.793333]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,184,0)", "fill-opacity": 0.75, "intersection_density": 135.692}, "geometry": {"type": "Polygon", "coordinates": [[[-122.144936, 37.774257], [-122.14486099999999, 37.774294], [-122.144815, 37.774208], [-122.14479299999999, 37.774145], [-122.144766, 37.774086], [-122.144765, 37.774083], [-122.144738, 37.774], [-122.1447, 37.773854], [-122.144663, 37.773666], [-122.144626, 37.773404], [-122.144594, 37.773174999999995], [-122.144684, 37.773165999999996], [-122.144718, 37.773517999999996], [-122.144774, 37.773838999999995], [-122.144817, 37.77399], [-122.14486600000001, 37.77413], [-122.144936, 37.774257]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,182,0)", "fill-opacity": 0.75, "intersection_density": 139.783}, "geometry": {"type": "Polygon", "coordinates": [[[-122.229199, 37.779292], [-122.230096, 37.779832], [-122.230862, 37.780283], [-122.230798, 37.780366], [-122.230635, 37.780268], [-122.230149, 37.779973999999996], [-122.229987, 37.779876], [-122.229093, 37.779343], [-122.229127, 37.779250999999995], [-122.229199, 37.779292]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,205,0)", "fill-opacity": 0.75, "intersection_density": 96.01899999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.236829, 37.777173999999995], [-122.236816, 37.77746], [-122.236442, 37.777035999999995], [-122.23637, 37.776956999999996], [-122.236268, 37.776857], [-122.236133, 37.776711], [-122.236318, 37.776643], [-122.236425, 37.776742999999996], [-122.236478, 37.776793], [-122.23666399999999, 37.776979], [-122.23673600000001, 37.777058], [-122.236745, 37.777068], [-122.236829, 37.777173999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,190,0)", "fill-opacity": 0.75, "intersection_density": 124.902}, "geometry": {"type": "Polygon", "coordinates": [[[-122.215486, 37.811471999999995], [-122.215582, 37.811513], [-122.215329, 37.811983999999995], [-122.215232, 37.811946], [-122.215486, 37.811471999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,218,0)", "fill-opacity": 0.75, "intersection_density": 71.85}, "geometry": {"type": "Polygon", "coordinates": [[[-122.136341, 37.766746999999995], [-122.136347, 37.766787], [-122.13541599999999, 37.766881999999995], [-122.135336, 37.766895], [-122.135279, 37.766912999999995], [-122.135192, 37.766953], [-122.13515100000001, 37.766981], [-122.13510099999999, 37.767030999999996], [-122.135043, 37.767132], [-122.13501, 37.767213], [-122.134958, 37.767424], [-122.134934, 37.767665], [-122.134906, 37.767689], [-122.13487, 37.767655], [-122.134894, 37.767486999999996], [-122.134915, 37.767392], [-122.13498, 37.767147], [-122.135043, 37.767005], [-122.135119, 37.766932], [-122.135199, 37.76688], [-122.135279, 37.766853999999995], [-122.135332, 37.766841], [-122.135413, 37.76683], [-122.136341, 37.766746999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 112.085}, "geometry": {"type": "Polygon", "coordinates": [[[-122.293666, 37.824114], [-122.294951, 37.823851999999995], [-122.295151, 37.824509], [-122.29505, 37.824537], [-122.293464, 37.824852], [-122.292846, 37.824974999999995], [-122.292743, 37.824643], [-122.292687, 37.824462], [-122.292643, 37.824321999999995], [-122.292793, 37.824290999999995], [-122.293666, 37.824114]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,209,0)", "fill-opacity": 0.75, "intersection_density": 87.848}, "geometry": {"type": "Polygon", "coordinates": [[[-122.147243, 37.760788], [-122.147145, 37.76085], [-122.146743, 37.761131], [-122.14668499999999, 37.76116], [-122.146632, 37.761179999999996], [-122.146604, 37.761185999999995], [-122.146492, 37.761188], [-122.14620099999999, 37.761151999999996], [-122.146083, 37.761144], [-122.145978, 37.761143], [-122.145914, 37.761151999999996], [-122.145843, 37.761167], [-122.14581799999999, 37.761168999999995], [-122.145747, 37.761193999999996], [-122.145635, 37.761241999999996], [-122.145554, 37.761294], [-122.145459, 37.761365], [-122.145358, 37.761461], [-122.145237, 37.761534999999995], [-122.145138, 37.761572], [-122.144993, 37.761582], [-122.144869, 37.761579], [-122.144815, 37.761573999999996], [-122.14471499999999, 37.761547], [-122.144545, 37.761482], [-122.14446, 37.761466], [-122.144465, 37.761393999999996], [-122.14446, 37.761300999999996], [-122.144954, 37.760807], [-122.145152, 37.760594], [-122.145198, 37.760535999999995], [-122.145263, 37.760442], [-122.145299, 37.760374999999996], [-122.14533399999999, 37.760332], [-122.14542, 37.760245], [-122.145467, 37.760211], [-122.145534, 37.760189], [-122.145594, 37.760177999999996], [-122.145681, 37.760188], [-122.145776, 37.760214], [-122.145851, 37.760255], [-122.145948, 37.760341], [-122.14597599999999, 37.760377], [-122.145997, 37.760422999999996], [-122.146455, 37.759664], [-122.146557, 37.759727999999996], [-122.146683, 37.759820999999995], [-122.14669599999999, 37.759833], [-122.146815, 37.759941999999995], [-122.14689899999999, 37.760031999999995], [-122.147042, 37.760279], [-122.14708999999999, 37.76039], [-122.147159, 37.76057], [-122.147243, 37.760788]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,176,0)", "fill-opacity": 0.75, "intersection_density": 152.135}, "geometry": {"type": "Polygon", "coordinates": [[[-122.277194, 37.797202999999996], [-122.276032, 37.796741], [-122.276432, 37.796085], [-122.276666, 37.796175999999996], [-122.277372, 37.796451], [-122.277607, 37.796543], [-122.277522, 37.796678], [-122.277267, 37.797084999999996], [-122.277194, 37.797202999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,188,0)", "fill-opacity": 0.75, "intersection_density": 127.647}, "geometry": {"type": "Polygon", "coordinates": [[[-122.27608000000001, 37.77512], [-122.275774, 37.775118], [-122.275519, 37.775117], [-122.274967, 37.775102], [-122.273314, 37.775058], [-122.272763, 37.775044], [-122.272764, 37.774862999999996], [-122.272769, 37.774319999999996], [-122.272771, 37.774139999999996], [-122.27358100000001, 37.774159], [-122.276014, 37.774218999999995], [-122.276045, 37.77422], [-122.276067, 37.774252], [-122.276076, 37.774287], [-122.27607499999999, 37.774344], [-122.276081, 37.774406], [-122.276103, 37.774454], [-122.276185, 37.774522], [-122.276193, 37.77455], [-122.27618799999999, 37.774577], [-122.27616499999999, 37.774602], [-122.276127, 37.774629999999995], [-122.276103, 37.774662], [-122.276094, 37.774704], [-122.276087, 37.774778999999995], [-122.27608000000001, 37.77512]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,202,0)", "fill-opacity": 0.75, "intersection_density": 101.369}, "geometry": {"type": "Polygon", "coordinates": [[[-122.26786, 37.776997], [-122.26786899999999, 37.776801999999996], [-122.26790000000001, 37.776219], [-122.267911, 37.776025], [-122.268205, 37.776032], [-122.269089, 37.776055], [-122.269384, 37.776063], [-122.269374, 37.776258], [-122.26934299999999, 37.776843], [-122.269334, 37.777038999999995], [-122.26903899999999, 37.777029999999996], [-122.268154, 37.777004999999996], [-122.26786, 37.776997]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,176,0)", "fill-opacity": 0.75, "intersection_density": 151.642}, "geometry": {"type": "Polygon", "coordinates": [[[-122.265913, 37.772138], [-122.266352, 37.772147], [-122.26767, 37.772176], [-122.26811000000001, 37.772186], [-122.268104, 37.772357], [-122.268089, 37.77287], [-122.268085, 37.773042], [-122.267915, 37.773035], [-122.267405, 37.773013999999996], [-122.267236, 37.773008], [-122.266963, 37.772995], [-122.266144, 37.772957], [-122.265872, 37.772945], [-122.265879, 37.772783], [-122.265904, 37.772299], [-122.265913, 37.772138]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,179,0)", "fill-opacity": 0.75, "intersection_density": 146.644}, "geometry": {"type": "Polygon", "coordinates": [[[-122.26463799999999, 37.772903], [-122.264634, 37.772937], [-122.264622, 37.772968], [-122.26339300000001, 37.772940999999996], [-122.26339, 37.772884], [-122.26463799999999, 37.772903]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,179,0)", "fill-opacity": 0.75, "intersection_density": 145.118}, "geometry": {"type": "Polygon", "coordinates": [[[-122.262221, 37.771086], [-122.260938, 37.771046999999996], [-122.260937, 37.770993], [-122.262222, 37.771035], [-122.262221, 37.771086]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,178,0)", "fill-opacity": 0.75, "intersection_density": 147.93200000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-122.260879, 37.772829], [-122.26089, 37.772892], [-122.259661, 37.772850999999996], [-122.25966199999999, 37.772798], [-122.259905, 37.772804], [-122.26063500000001, 37.772822], [-122.260879, 37.772829]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,194,0)", "fill-opacity": 0.75, "intersection_density": 117.43799999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.228834, 37.765249], [-122.229116, 37.765440999999996], [-122.229397, 37.765598], [-122.229836, 37.765834], [-122.230553, 37.766203999999995], [-122.230511, 37.766256999999996], [-122.230192, 37.76666], [-122.230087, 37.766794999999995], [-122.229715, 37.766601], [-122.229012, 37.766234], [-122.228605, 37.766016], [-122.228595, 37.766011], [-122.228259, 37.765781], [-122.228388, 37.765661], [-122.228777, 37.765301], [-122.228834, 37.765249]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,255,0)", "fill-opacity": 0.75, "intersection_density": 0.0}, "geometry": {"type": "Polygon", "coordinates": [[[-122.291652, 37.766241], [-122.291808, 37.763008], [-122.306606, 37.766971], [-122.299893, 37.766644], [-122.296859, 37.766495], [-122.291652, 37.766241]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,200,0)", "fill-opacity": 0.75, "intersection_density": 105.62}, "geometry": {"type": "Polygon", "coordinates": [[[-122.30894599999999, 37.89797], [-122.30878, 37.898025], [-122.308634, 37.898036], [-122.30845099999999, 37.89805], [-122.307352, 37.898134], [-122.307065, 37.898157], [-122.306747, 37.898181], [-122.30618, 37.898225], [-122.30600000000001, 37.898264], [-122.30546, 37.898385], [-122.305336, 37.898413], [-122.30528, 37.898424999999996], [-122.305184, 37.898424999999996], [-122.304896, 37.898424999999996], [-122.304801, 37.898424999999996], [-122.304756, 37.898424999999996], [-122.304629, 37.898424999999996], [-122.304624, 37.898424999999996], [-122.30458, 37.898424999999996], [-122.30438, 37.898444999999995], [-122.30378, 37.898505], [-122.30371, 37.898512], [-122.30358, 37.898525], [-122.303513, 37.898525], [-122.303314, 37.898525], [-122.303248, 37.898525], [-122.30319399999999, 37.898525], [-122.303033, 37.898525], [-122.30297999999999, 37.898525], [-122.30282, 37.898525], [-122.30234, 37.898525], [-122.30217999999999, 37.898525], [-122.302095, 37.898525], [-122.301841, 37.898525], [-122.301757, 37.898525], [-122.301625, 37.898525], [-122.301572, 37.898423], [-122.301527, 37.898252], [-122.301503, 37.898162], [-122.30121, 37.897048], [-122.301114, 37.896678], [-122.30107100000001, 37.896546], [-122.300945, 37.89615], [-122.300903, 37.896018999999995], [-122.30107699999999, 37.895981], [-122.30160000000001, 37.895871], [-122.30177499999999, 37.895834], [-122.301939, 37.895799], [-122.302434, 37.895697], [-122.302599, 37.895664], [-122.302481, 37.895292999999995], [-122.302127, 37.894182], [-122.30201, 37.893812], [-122.302175, 37.893775999999995], [-122.302673, 37.893671], [-122.30284, 37.893637], [-122.302889, 37.893812], [-122.303039, 37.894337], [-122.303089, 37.894512999999996], [-122.303117, 37.894247], [-122.303106, 37.894158999999995], [-122.303093, 37.89404], [-122.303084, 37.893854999999995], [-122.3031, 37.893715], [-122.303128, 37.893527999999996], [-122.303181, 37.893366], [-122.303254, 37.893215999999995], [-122.303298, 37.893132], [-122.303335, 37.893065], [-122.303492, 37.892834], [-122.30341, 37.892587], [-122.303167, 37.891846], [-122.30308600000001, 37.891599], [-122.303167, 37.891344], [-122.303231, 37.891145], [-122.30331699999999, 37.890839], [-122.303426, 37.890586], [-122.303452, 37.890527], [-122.303489, 37.890457], [-122.30355, 37.890349], [-122.303608, 37.890288999999996], [-122.303731, 37.89018], [-122.303748, 37.890166], [-122.303899, 37.890065], [-122.30394799999999, 37.890041], [-122.304141, 37.889967999999996], [-122.304412, 37.889904], [-122.304574, 37.889877999999996], [-122.304658, 37.889874], [-122.304928, 37.889814], [-122.30574, 37.889635], [-122.30601300000001, 37.889587], [-122.30605800000001, 37.889717], [-122.306123, 37.889905], [-122.30619300000001, 37.89011], [-122.30623800000001, 37.890240999999996], [-122.30627, 37.890353], [-122.306369, 37.89069], [-122.30640199999999, 37.890803], [-122.306688, 37.891695], [-122.30671, 37.891847999999996], [-122.306693, 37.891995], [-122.30666099999999, 37.892132], [-122.306645, 37.892216999999995], [-122.306636, 37.892274], [-122.306634, 37.892289999999996], [-122.306624, 37.892398], [-122.306639, 37.892531], [-122.306669, 37.892657], [-122.306745, 37.892813], [-122.306895, 37.893102], [-122.307218, 37.893753], [-122.307868, 37.89533], [-122.308155, 37.896034], [-122.308363, 37.896550999999995], [-122.308476, 37.896829], [-122.308584, 37.897144999999995], [-122.308915, 37.897901999999995], [-122.30894599999999, 37.89797]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,221,0)", "fill-opacity": 0.75, "intersection_density": 64.66199999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.294554, 37.898734999999995], [-122.29448, 37.898725], [-122.294359, 37.898711], [-122.293774, 37.898647], [-122.293684, 37.898637], [-122.293661, 37.898516], [-122.293696, 37.898391], [-122.293697, 37.898359], [-122.29372000000001, 37.897876], [-122.293728, 37.897715], [-122.293898, 37.89772], [-122.294408, 37.897737], [-122.294579, 37.897743], [-122.294573, 37.897940999999996], [-122.294558, 37.898536], [-122.294555, 37.898689], [-122.294554, 37.898734999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,191,0)", "fill-opacity": 0.75, "intersection_density": 123.057}, "geometry": {"type": "Polygon", "coordinates": [[[-122.254149, 37.866603999999995], [-122.25410000000001, 37.866431999999996], [-122.254004, 37.866091], [-122.253978, 37.865913], [-122.253954, 37.865736999999996], [-122.254219, 37.865700000000004], [-122.255018, 37.86559], [-122.255284, 37.865553999999996], [-122.25546800000001, 37.865528], [-122.256021, 37.865454], [-122.25620599999999, 37.865429], [-122.256236, 37.865612], [-122.256328, 37.866161], [-122.256359, 37.866344999999995], [-122.255917, 37.866402], [-122.254592, 37.866572999999995], [-122.254384, 37.866600999999996], [-122.25423, 37.866609], [-122.254149, 37.866603999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,217,0)", "fill-opacity": 0.75, "intersection_density": 72.484}, "geometry": {"type": "Polygon", "coordinates": [[[-122.255284, 37.865553999999996], [-122.255231, 37.865148], [-122.255207, 37.864965], [-122.255157, 37.864872], [-122.255098, 37.864232], [-122.255091, 37.864148], [-122.255065, 37.863941], [-122.255015, 37.863535999999996], [-122.255282, 37.863519], [-122.256084, 37.863472], [-122.25635199999999, 37.863456], [-122.256389, 37.863842999999996], [-122.256502, 37.865005], [-122.25654, 37.865393], [-122.256473, 37.8654], [-122.256272, 37.865421], [-122.25620599999999, 37.865429], [-122.256021, 37.865454], [-122.25546800000001, 37.865528], [-122.255284, 37.865553999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,193,0)", "fill-opacity": 0.75, "intersection_density": 119.477}, "geometry": {"type": "Polygon", "coordinates": [[[-122.252119, 37.867792], [-122.252093, 37.867733], [-122.252051, 37.86767], [-122.25200699999999, 37.867621], [-122.252006, 37.867619999999995], [-122.251972, 37.867556], [-122.251948, 37.86748], [-122.251919, 37.867337], [-122.251908, 37.867232], [-122.251894, 37.867021], [-122.251886, 37.866889], [-122.25187199999999, 37.866817], [-122.252328, 37.866766], [-122.252751, 37.866718999999996], [-122.253141, 37.866658], [-122.253693, 37.866586999999996], [-122.253698, 37.866586999999996], [-122.253851, 37.866572], [-122.254009, 37.866578], [-122.254149, 37.866603999999995], [-122.254189, 37.866782], [-122.254223, 37.866931], [-122.254258, 37.867152], [-122.254273, 37.867325], [-122.25429, 37.867508], [-122.253854, 37.867557], [-122.252759, 37.867683], [-122.25255, 37.867717999999996], [-122.252119, 37.867792]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,92,0)", "fill-opacity": 0.75, "intersection_density": 311.756}, "geometry": {"type": "Polygon", "coordinates": [[[-122.280452, 37.885763], [-122.280315, 37.885915], [-122.280186, 37.886049], [-122.28005999999999, 37.886182], [-122.279971, 37.886145], [-122.280243, 37.885872], [-122.280565, 37.885477], [-122.280619, 37.885498], [-122.28068, 37.885512], [-122.280557, 37.885647], [-122.280452, 37.885763]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,156,0)", "fill-opacity": 0.75, "intersection_density": 189.843}, "geometry": {"type": "Polygon", "coordinates": [[[-122.2826, 37.876625], [-122.282575, 37.876365], [-122.282516, 37.875746], [-122.28267, 37.875763], [-122.282695, 37.875941999999995], [-122.282754, 37.876342], [-122.28277, 37.87648], [-122.282787, 37.876613], [-122.282793, 37.87666], [-122.282606, 37.876673], [-122.2826, 37.876625]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,199,0)", "fill-opacity": 0.75, "intersection_density": 107.56200000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.284765, 37.874033], [-122.28477699999999, 37.874190999999996], [-122.28430900000001, 37.874224], [-122.28395, 37.87426], [-122.28392, 37.874172], [-122.283886, 37.873967], [-122.28382500000001, 37.87346], [-122.283788, 37.873227], [-122.283755, 37.872918], [-122.284656, 37.872809], [-122.28466, 37.872929], [-122.284669, 37.873172], [-122.284701, 37.873505], [-122.28472, 37.873697], [-122.28474299999999, 37.873872999999996], [-122.284765, 37.874033]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,186,0)", "fill-opacity": 0.75, "intersection_density": 131.585}, "geometry": {"type": "Polygon", "coordinates": [[[-122.283193, 37.874763], [-122.283213, 37.874759], [-122.283375, 37.874732], [-122.283396, 37.874932], [-122.283462, 37.875532], [-122.283484, 37.875732], [-122.283322, 37.875755999999996], [-122.28330000000001, 37.87576], [-122.282862, 37.875783999999996], [-122.282831, 37.875783999999996], [-122.282788, 37.875783999999996], [-122.28267, 37.875763], [-122.282641, 37.875583], [-122.282594, 37.875282], [-122.282577, 37.875043], [-122.282565, 37.874862], [-122.282727, 37.874842], [-122.282876, 37.874824], [-122.283151, 37.874770999999996], [-122.283193, 37.874763]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,199,0)", "fill-opacity": 0.75, "intersection_density": 107.72399999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.279944, 37.879964], [-122.279968, 37.880009], [-122.279912, 37.880029], [-122.279747, 37.880089999999996], [-122.279692, 37.880111], [-122.279681, 37.880086], [-122.279662, 37.880066], [-122.278692, 37.880423], [-122.27861899999999, 37.880297999999996], [-122.278322, 37.879793], [-122.278243, 37.879659], [-122.278242, 37.879619999999996], [-122.27826999999999, 37.879591], [-122.278478, 37.879512999999996], [-122.279218, 37.879241], [-122.279256, 37.879228], [-122.27937, 37.879183], [-122.279458, 37.879134], [-122.27956, 37.879308], [-122.279867, 37.879833], [-122.279944, 37.879964]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,146,0)", "fill-opacity": 0.75, "intersection_density": 208.851}, "geometry": {"type": "Polygon", "coordinates": [[[-122.280314, 37.891228], [-122.28117499999999, 37.891193], [-122.281399, 37.891178], [-122.281419, 37.89123], [-122.281198, 37.891247], [-122.281176, 37.891248999999995], [-122.280536, 37.89127], [-122.280316, 37.891278], [-122.280314, 37.891228]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,203,0)", "fill-opacity": 0.75, "intersection_density": 99.92299999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.291056, 37.890647], [-122.29106, 37.890688999999995], [-122.291006, 37.890692], [-122.29084399999999, 37.890702], [-122.290791, 37.890706], [-122.290778, 37.890665], [-122.29064199999999, 37.890203], [-122.290198, 37.888697], [-122.290071, 37.888262999999995], [-122.291085, 37.888056], [-122.29123, 37.888515999999996], [-122.291736, 37.890117], [-122.291856, 37.890494], [-122.29190299999999, 37.890603999999996], [-122.291056, 37.890647]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,153,0)", "fill-opacity": 0.75, "intersection_density": 194.74900000000002}, "geometry": {"type": "Polygon", "coordinates": [[[-122.267205, 37.868614], [-122.266734, 37.868677], [-122.266626, 37.868688999999996], [-122.266285, 37.86873], [-122.266266, 37.868656], [-122.266218, 37.868551], [-122.266215, 37.868542999999995], [-122.266108, 37.868356999999996], [-122.266072, 37.868265], [-122.266037, 37.868165], [-122.266015, 37.868021999999996], [-122.266013, 37.868007999999996], [-122.265998, 37.86794], [-122.26599, 37.867833999999995], [-122.266367, 37.867788999999995], [-122.267122, 37.867701], [-122.26750000000001, 37.867649], [-122.267723, 37.867619], [-122.267828, 37.86853], [-122.267648, 37.868553999999996], [-122.267205, 37.868614]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,153,0)", "fill-opacity": 0.75, "intersection_density": 196.55599999999998}, "geometry": {"type": "Polygon", "coordinates": [[[-122.288407, 37.857654], [-122.288263, 37.857236], [-122.288321, 37.857214], [-122.288374, 37.857199], [-122.28840000000001, 37.857285], [-122.288478, 37.857545], [-122.288504, 37.857631999999995], [-122.288407, 37.857654]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,177,0)", "fill-opacity": 0.75, "intersection_density": 149.971}, "geometry": {"type": "Polygon", "coordinates": [[[-122.29906, 37.872357], [-122.299634, 37.874102], [-122.299502, 37.874128], [-122.298844, 37.874258999999995], [-122.298625, 37.874303999999995], [-122.298514, 37.873956], [-122.298181, 37.872912], [-122.29807, 37.872565], [-122.29828499999999, 37.872519], [-122.29893200000001, 37.872383], [-122.29906, 37.872357]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,150,0)", "fill-opacity": 0.75, "intersection_density": 200.429}, "geometry": {"type": "Polygon", "coordinates": [[[-122.294445, 37.876357], [-122.294819, 37.877535], [-122.294776, 37.877542999999996], [-122.294173, 37.877666], [-122.293973, 37.877708], [-122.293897, 37.877472], [-122.293671, 37.876767], [-122.293596, 37.876532], [-122.293795, 37.87649], [-122.294392, 37.876366999999995], [-122.294445, 37.876357]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,161,0)", "fill-opacity": 0.75, "intersection_density": 180.142}, "geometry": {"type": "Polygon", "coordinates": [[[-121.972233, 37.558713999999995], [-121.972349, 37.558637], [-121.972645, 37.558416], [-121.972665, 37.558427], [-121.973004, 37.55862], [-121.973073, 37.558662999999996], [-121.973111, 37.558687], [-121.97317, 37.558734], [-121.97320500000001, 37.558748], [-121.973244, 37.558797999999996], [-121.973343, 37.558926], [-121.97336, 37.558952999999995], [-121.973394, 37.559008], [-121.973443, 37.559070999999996], [-121.973512, 37.55916], [-121.973589, 37.559264999999996], [-121.973638, 37.559329999999996], [-121.973688, 37.559396], [-121.973765, 37.559497], [-121.973836, 37.559597], [-121.973884, 37.559666], [-121.973912, 37.559709999999995], [-121.973962, 37.559788], [-121.97399, 37.559849], [-121.974012, 37.559898], [-121.973991, 37.559915], [-121.973976, 37.559929], [-121.973939, 37.559976], [-121.973923, 37.559998], [-121.9739, 37.560015], [-121.973845, 37.560043], [-121.973806, 37.560064], [-121.973608, 37.560173], [-121.97353, 37.560217], [-121.973492, 37.560229], [-121.973443, 37.560248], [-121.973292, 37.560308], [-121.973238, 37.560325], [-121.973185, 37.560345], [-121.9731, 37.560379999999995], [-121.973064, 37.560382], [-121.97304, 37.560385], [-121.972967, 37.5604], [-121.972959, 37.560404], [-121.972928, 37.560423], [-121.972878, 37.560385], [-121.972788, 37.560316], [-121.97274999999999, 37.560279], [-121.972743, 37.560262], [-121.972721, 37.560204999999996], [-121.972685, 37.560134], [-121.972672, 37.560106999999995], [-121.972633, 37.56004], [-121.972574, 37.559926], [-121.972539, 37.559855999999996], [-121.97252399999999, 37.559813999999996], [-121.972511, 37.559788999999995], [-121.97241, 37.559598], [-121.972396, 37.559571], [-121.972374, 37.559537], [-121.972365, 37.559523999999996], [-121.97234, 37.559486], [-121.972332, 37.559474], [-121.972319, 37.559450999999996], [-121.972285, 37.559398], [-121.97227699999999, 37.559385], [-121.972099, 37.55921], [-121.972036, 37.559148], [-121.971979, 37.559092], [-121.971853, 37.558969], [-121.972233, 37.558713999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,212,0)", "fill-opacity": 0.75, "intersection_density": 82.507}, "geometry": {"type": "Polygon", "coordinates": [[[-121.96654699999999, 37.554776], [-121.967013, 37.55458], [-121.96714, 37.554759], [-121.96705399999999, 37.554814], [-121.966993, 37.554869], [-121.966913, 37.554961], [-121.966886, 37.555012999999995], [-121.966857, 37.555096999999996], [-121.966831, 37.555208], [-121.966833, 37.555281], [-121.966854, 37.55535], [-121.966882, 37.555389], [-121.96705, 37.555551], [-121.967258, 37.555741], [-121.967364, 37.555819], [-121.967487, 37.555895], [-121.967656, 37.555976], [-121.967781, 37.556025999999996], [-121.967757, 37.556079], [-121.96769, 37.55623], [-121.967567, 37.556188], [-121.967423, 37.556118], [-121.96732399999999, 37.556065], [-121.96714, 37.555938], [-121.96701999999999, 37.555847], [-121.966902, 37.555746], [-121.966709, 37.555551], [-121.966612, 37.555442], [-121.96638, 37.55516], [-121.966206, 37.554919], [-121.96654699999999, 37.554776]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,177,0)", "fill-opacity": 0.75, "intersection_density": 149.312}, "geometry": {"type": "Polygon", "coordinates": [[[-121.95349, 37.533564], [-121.953439, 37.533300000000004], [-121.953573, 37.533274], [-121.95372, 37.533248], [-121.953753, 37.533601999999995], [-121.953795, 37.534085], [-121.953823, 37.534552999999995], [-121.953866, 37.535123], [-121.953946, 37.536176999999995], [-121.954058, 37.537731], [-121.95414099999999, 37.538958], [-121.954179, 37.539491], [-121.954227, 37.540167], [-121.954266, 37.540665], [-121.954283, 37.540889], [-121.954289, 37.541077], [-121.95429899999999, 37.541228], [-121.954329, 37.541683], [-121.954331, 37.541703999999996], [-121.95303799999999, 37.542062], [-121.95221599999999, 37.542289], [-121.951976, 37.542341], [-121.951765, 37.542375], [-121.951626, 37.542387], [-121.951478, 37.542395], [-121.951096, 37.542401], [-121.950951, 37.542401999999996], [-121.950741, 37.542390999999995], [-121.95065, 37.542381], [-121.950384, 37.542331], [-121.949971, 37.542217], [-121.949984, 37.542190999999995], [-121.950142, 37.541903], [-121.950206, 37.541809], [-121.950248, 37.541758], [-121.95030000000001, 37.541697], [-121.95036400000001, 37.541635], [-121.95045999999999, 37.54155], [-121.95052799999999, 37.5415], [-121.950608, 37.541443], [-121.950756, 37.541356], [-121.950842, 37.541319], [-121.950968, 37.54128], [-121.951103, 37.541244], [-121.951309, 37.54119], [-121.951442, 37.541156], [-121.951841, 37.541053], [-121.951975, 37.541019999999996], [-121.952281, 37.540942], [-121.953201, 37.540709], [-121.953324, 37.540679], [-121.953424, 37.540641], [-121.953468, 37.540614], [-121.95349, 37.540592], [-121.953507, 37.540555999999995], [-121.95351099999999, 37.540510999999995], [-121.953509, 37.540482], [-121.953485, 37.540143], [-121.95347699999999, 37.540031], [-121.953454, 37.539726], [-121.953407, 37.539093], [-121.953372, 37.538956999999996], [-121.953351, 37.538911999999996], [-121.953319, 37.538858], [-121.95330200000001, 37.538837], [-121.95324600000001, 37.538767], [-121.953209, 37.538733], [-121.953075, 37.538637], [-121.952954, 37.538565], [-121.952864, 37.538511], [-121.952591, 37.538354], [-121.95247, 37.538284999999995], [-121.952364, 37.538219], [-121.952047, 37.538022999999995], [-121.951942, 37.537957999999996], [-121.951848, 37.537906], [-121.951569, 37.537752], [-121.951476, 37.537701], [-121.951536, 37.537634], [-121.951716, 37.537431999999995], [-121.95177699999999, 37.537366], [-121.951881, 37.537253], [-121.952193, 37.536916999999995], [-121.952298, 37.536805], [-121.95239699999999, 37.536683], [-121.95242400000001, 37.536651], [-121.952576, 37.536449], [-121.952687, 37.536311], [-121.952786, 37.53619], [-121.952946, 37.536014], [-121.953143, 37.535801], [-121.953349, 37.535548], [-121.953388, 37.535486999999996], [-121.9534, 37.535464999999995], [-121.953469, 37.535342], [-121.953505, 37.535252], [-121.953542, 37.535137], [-121.953558, 37.535061], [-121.95357899999999, 37.534839], [-121.953582, 37.534815], [-121.953583, 37.534586], [-121.953572, 37.534259], [-121.953559, 37.534048999999996], [-121.953525, 37.533756], [-121.953493, 37.533583], [-121.95349, 37.533564]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,212,0)", "fill-opacity": 0.75, "intersection_density": 82.74600000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.047287, 37.541233999999996], [-122.047218, 37.541097], [-122.047185, 37.541029], [-122.047135, 37.540917], [-122.047048, 37.540670999999996], [-122.047038, 37.540642], [-122.047001, 37.540526], [-122.047387, 37.540434], [-122.047439, 37.540419], [-122.047609, 37.540371], [-122.04771, 37.540333], [-122.04784699999999, 37.54027], [-122.048029, 37.540164], [-122.048277, 37.539994], [-122.048605, 37.539749], [-122.048856, 37.53955], [-122.048953, 37.539463], [-122.04907399999999, 37.539563], [-122.049391, 37.539823], [-122.049438, 37.539864], [-122.049557, 37.539969], [-122.049455, 37.540065999999996], [-122.049429, 37.540091], [-122.049319, 37.54018], [-122.049123, 37.540326], [-122.04901100000001, 37.540411], [-122.04888, 37.540509], [-122.048748, 37.540608999999996], [-122.048701, 37.540641], [-122.048624, 37.540695], [-122.04840300000001, 37.540828], [-122.04819, 37.540929999999996], [-122.047883, 37.541047], [-122.04765499999999, 37.541122], [-122.047605, 37.541139], [-122.047287, 37.541233999999996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,192,0)", "fill-opacity": 0.75, "intersection_density": 120.061}, "geometry": {"type": "Polygon", "coordinates": [[[-122.05211, 37.540321], [-122.05192199999999, 37.540436], [-122.051656, 37.540631999999995], [-122.051639, 37.540645], [-122.05147099999999, 37.540783], [-122.051442, 37.540800000000004], [-122.051412, 37.540808], [-122.051366, 37.54081], [-122.051323, 37.540800000000004], [-122.051252, 37.540760999999996], [-122.051113, 37.540648999999995], [-122.05062699999999, 37.540242], [-122.050577, 37.540194], [-122.050561, 37.540166], [-122.050554, 37.540133999999995], [-122.05055899999999, 37.540106], [-122.050575, 37.540075], [-122.05077299999999, 37.539919], [-122.051223, 37.539566], [-122.051333, 37.539646999999995], [-122.051408, 37.539707], [-122.051702, 37.539943], [-122.051789, 37.540016], [-122.05190400000001, 37.540113], [-122.051947, 37.540153], [-122.052014, 37.540216], [-122.05211, 37.540321]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,196,0)", "fill-opacity": 0.75, "intersection_density": 114.04899999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-122.042436, 37.533907], [-122.042449, 37.533896], [-122.042796, 37.533625], [-122.042835, 37.533595999999996], [-122.042914, 37.533536999999995], [-122.043044, 37.53344], [-122.04343399999999, 37.533149], [-122.043565, 37.533052999999995], [-122.043649, 37.53299], [-122.043902, 37.532802], [-122.043987, 37.53274], [-122.044121, 37.532851], [-122.04452599999999, 37.533184], [-122.044662, 37.533296], [-122.044648, 37.533305999999996], [-122.04457099999999, 37.533364], [-122.044299, 37.533573], [-122.044209, 37.533643], [-122.044082, 37.533733], [-122.043701, 37.534003999999996], [-122.043575, 37.534095], [-122.043447, 37.53418], [-122.043064, 37.534436], [-122.043044, 37.53445], [-122.042527, 37.534020999999996], [-122.04244800000001, 37.533927999999996], [-122.042436, 37.533907]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,169,0)", "fill-opacity": 0.75, "intersection_density": 164.192}, "geometry": {"type": "Polygon", "coordinates": [[[-121.970721, 37.535025], [-121.970887, 37.535119], [-121.971104, 37.535244], [-121.971389, 37.535396], [-121.971558, 37.535486999999996], [-121.971667, 37.535568999999995], [-121.971851, 37.535708], [-121.971992, 37.53582], [-121.972099, 37.535906], [-121.97198, 37.536004], [-121.971627, 37.536297999999995], [-121.971509, 37.536397], [-121.971401, 37.536301], [-121.971357, 37.536260999999996], [-121.971225, 37.536162], [-121.971135, 37.536111999999996], [-121.971067, 37.53608], [-121.971042, 37.536066], [-121.970916, 37.535998], [-121.97080199999999, 37.536117], [-121.970605, 37.536324], [-121.970466, 37.536480999999995], [-121.970357, 37.536605], [-121.970168, 37.536818], [-121.969604, 37.537458], [-121.96941699999999, 37.537672], [-121.969274, 37.537596], [-121.969092, 37.5375], [-121.968848, 37.537365], [-121.968707, 37.537287], [-121.968808, 37.537171], [-121.969113, 37.536826], [-121.96921499999999, 37.536711], [-121.969314, 37.536601], [-121.969612, 37.53627], [-121.969712, 37.536161], [-121.96981099999999, 37.536046999999996], [-121.970107, 37.535708], [-121.970207, 37.535595], [-121.970309, 37.535481], [-121.970618, 37.535137999999996], [-121.970721, 37.535025]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,173,0)", "fill-opacity": 0.75, "intersection_density": 156.811}, "geometry": {"type": "Polygon", "coordinates": [[[-121.960432, 37.538001], [-121.960302, 37.53792], [-121.960197, 37.537855], [-121.960064, 37.537765], [-121.959974, 37.537704], [-121.959686, 37.537467], [-121.959563, 37.537365], [-121.959777, 37.5372], [-121.95991699999999, 37.537093], [-121.960295, 37.536815], [-121.960419, 37.536705999999995], [-121.960623, 37.536529], [-121.960756, 37.536429999999996], [-121.960832, 37.536373999999995], [-121.960866, 37.536349], [-121.96099699999999, 37.536231], [-121.961125, 37.536097], [-121.961241, 37.535978], [-121.961331, 37.536044], [-121.961376, 37.536088], [-121.96141399999999, 37.536159999999995], [-121.96154899999999, 37.536414], [-121.96161599999999, 37.536553999999995], [-121.961688, 37.53666], [-121.961747, 37.536735], [-121.961825, 37.536806], [-121.961884, 37.53686], [-121.962023, 37.53697], [-121.962167, 37.537048999999996], [-121.962599, 37.537286], [-121.962744, 37.537366], [-121.962865, 37.537434], [-121.963228, 37.537638], [-121.96334999999999, 37.537707], [-121.963479, 37.537777999999996], [-121.96386799999999, 37.537991], [-121.963998, 37.538062], [-121.9638, 37.538294], [-121.963207, 37.538993], [-121.96301, 37.539227], [-121.962913, 37.539173999999996], [-121.962779, 37.539100999999995], [-121.962616, 37.539027], [-121.962516, 37.538982], [-121.962402, 37.538928999999996], [-121.962333, 37.538896], [-121.962266, 37.538865], [-121.961997, 37.538765], [-121.961765, 37.538696], [-121.961572, 37.53864], [-121.96152000000001, 37.538615], [-121.961366, 37.53854], [-121.961315, 37.538516], [-121.961197, 37.538447], [-121.960843, 37.538243], [-121.960726, 37.538174999999995], [-121.960618, 37.538112999999996], [-121.960503, 37.538047], [-121.960432, 37.538001]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,186,0)", "fill-opacity": 0.75, "intersection_density": 132.311}, "geometry": {"type": "Polygon", "coordinates": [[[-121.968268, 37.534499], [-121.968363, 37.534382], [-121.968651, 37.534031], [-121.96874700000001, 37.533915], [-121.968885, 37.533992], [-121.969299, 37.534226], [-121.969438, 37.534304], [-121.96958000000001, 37.534380999999996], [-121.970006, 37.534613], [-121.97014899999999, 37.534690999999995], [-121.97026199999999, 37.534759], [-121.970435, 37.534864], [-121.970605, 37.53496], [-121.970721, 37.535025], [-121.970618, 37.535137999999996], [-121.970309, 37.535481], [-121.970207, 37.535595], [-121.969818, 37.535376], [-121.969257, 37.535061], [-121.968824, 37.534808], [-121.96865700000001, 37.534715], [-121.968268, 37.534499]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,209,0)", "fill-opacity": 0.75, "intersection_density": 87.581}, "geometry": {"type": "Polygon", "coordinates": [[[-121.966785, 37.530198], [-121.966698, 37.529719], [-121.966577, 37.529044], [-121.966447, 37.528283], [-121.966366, 37.527805], [-121.966541, 37.527789], [-121.967069, 37.52774], [-121.96724499999999, 37.527725], [-121.967325, 37.528196], [-121.967558, 37.529562], [-121.96758299999999, 37.529605], [-121.967586, 37.52961], [-121.967649, 37.529669], [-121.967982, 37.529865], [-121.967892, 37.529979999999995], [-121.967622, 37.530329], [-121.967533, 37.530445], [-121.967389, 37.530373], [-121.96715, 37.530252999999995], [-121.966998, 37.530201999999996], [-121.966945, 37.530197], [-121.966881, 37.530192], [-121.966785, 37.530198]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,172,0)", "fill-opacity": 0.75, "intersection_density": 158.789}, "geometry": {"type": "Polygon", "coordinates": [[[-121.959078, 37.532996], [-121.960391, 37.533715], [-121.960956, 37.534012], [-121.960888, 37.534085], [-121.960492, 37.534518999999996], [-121.96036, 37.534664], [-121.960431, 37.534712], [-121.960644, 37.534856], [-121.96071599999999, 37.534904999999995], [-121.960655, 37.53497], [-121.96047300000001, 37.535168], [-121.960413, 37.535233999999996], [-121.960245, 37.535235], [-121.960237, 37.535235], [-121.959712, 37.535238], [-121.959538, 37.53524], [-121.959468, 37.535312999999995], [-121.95926, 37.535531999999996], [-121.959191, 37.535606], [-121.959026, 37.535503999999996], [-121.958533, 37.535198], [-121.958369, 37.535097], [-121.958562, 37.534894], [-121.959141, 37.534285], [-121.959225, 37.534197999999996], [-121.959251, 37.534165], [-121.959267, 37.534129], [-121.959272, 37.534088], [-121.959268, 37.534051999999996], [-121.959258, 37.534005], [-121.959248, 37.533982], [-121.959199, 37.533927999999996], [-121.959177, 37.533908], [-121.959157, 37.533891], [-121.95901, 37.533792999999996], [-121.958737, 37.53362], [-121.958718, 37.533608], [-121.958587, 37.53353], [-121.958706, 37.533407], [-121.958962, 37.533144], [-121.958997, 37.533108], [-121.959045, 37.533052], [-121.959056, 37.533032], [-121.959078, 37.532996]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,189,0)", "fill-opacity": 0.75, "intersection_density": 127.126}, "geometry": {"type": "Polygon", "coordinates": [[[-121.957357, 37.53597], [-121.95732100000001, 37.535948], [-121.95715, 37.535843], [-121.95680300000001, 37.535612], [-121.956632, 37.535498], [-121.956815, 37.535309], [-121.957126, 37.534991], [-121.957375, 37.534754], [-121.957413, 37.534718999999996], [-121.957559, 37.534566999999996], [-121.957605, 37.53463], [-121.957704, 37.53469], [-121.958202, 37.534994999999995], [-121.958369, 37.535097], [-121.958533, 37.535198], [-121.959026, 37.535503999999996], [-121.959191, 37.535606], [-121.95947699999999, 37.53579], [-121.960336, 37.536344], [-121.960623, 37.536529], [-121.960419, 37.536705999999995], [-121.960295, 37.536815], [-121.95991699999999, 37.537093], [-121.959777, 37.5372], [-121.959563, 37.537365], [-121.959274, 37.537178], [-121.958928, 37.536954], [-121.95856599999999, 37.536726], [-121.958406, 37.536625], [-121.958117, 37.536442], [-121.95799199999999, 37.536364], [-121.957806, 37.536249], [-121.95761999999999, 37.536133], [-121.957497, 37.536055999999995], [-121.957357, 37.53597]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 111.62700000000001}, "geometry": {"type": "Polygon", "coordinates": [[[-122.028028, 37.622776], [-122.02860000000001, 37.623602999999996], [-122.029623, 37.625082], [-122.02953, 37.626298], [-122.029455, 37.627300999999996], [-122.029411, 37.627179999999996], [-122.029363, 37.627057], [-122.02931699999999, 37.626981], [-122.029281, 37.626942], [-122.029186, 37.626861], [-122.028996, 37.626751], [-122.028774, 37.626639999999995], [-122.028723, 37.626608], [-122.028693, 37.626582], [-122.02865800000001, 37.626540999999996], [-122.028645, 37.626526], [-122.02853, 37.626338], [-122.028517, 37.626309], [-122.02851799999999, 37.626267999999996], [-122.028546, 37.626216], [-122.028562, 37.626163999999996], [-122.028561, 37.626031999999995], [-122.028544, 37.625858], [-122.028543, 37.625791], [-122.028549, 37.625707], [-122.028581, 37.625515], [-122.02859, 37.625439], [-122.028588, 37.62538], [-122.028568, 37.625225], [-122.02855199999999, 37.625166], [-122.028531, 37.62511], [-122.028513, 37.625074999999995], [-122.028443, 37.624989], [-122.028356, 37.624899], [-122.028261, 37.624815999999996], [-122.028003, 37.624576999999995], [-122.027963, 37.624538], [-122.02797, 37.62452], [-122.027993, 37.624517], [-122.028037, 37.624534], [-122.02813, 37.624562], [-122.028165, 37.624565], [-122.02821, 37.624553999999996], [-122.028246, 37.62453], [-122.02826, 37.624496], [-122.02825899999999, 37.624463999999996], [-122.028247, 37.624435999999996], [-122.028212, 37.624383], [-122.028143, 37.624300000000005], [-122.028058, 37.624207999999996], [-122.02792099999999, 37.624079], [-122.027818, 37.623985], [-122.027749, 37.623909999999995], [-122.02774600000001, 37.623906], [-122.027695, 37.623833999999995], [-122.027675, 37.623781], [-122.02767, 37.623725], [-122.027676, 37.623683], [-122.027689, 37.623644], [-122.027712, 37.623602999999996], [-122.027822, 37.623474], [-122.027866, 37.623415], [-122.027918, 37.623309], [-122.027945, 37.623235], [-122.02797799999999, 37.623160999999996], [-122.028004, 37.623067999999996], [-122.028021, 37.622929], [-122.028024, 37.622870999999996], [-122.028024, 37.622852], [-122.028027, 37.622794], [-122.028028, 37.622776]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,252,0)", "fill-opacity": 0.75, "intersection_density": 5.608}, "geometry": {"type": "Polygon", "coordinates": [[[-121.998108, 37.606946], [-121.997939, 37.606797], [-121.99780799999999, 37.606699], [-121.997635, 37.606615999999995], [-121.997428, 37.606533999999996], [-121.997387, 37.606501], [-121.997345, 37.606485], [-121.997055, 37.606412999999996], [-121.997034, 37.606397], [-121.99680599999999, 37.60632], [-121.996793, 37.606297999999995], [-121.996661, 37.606271], [-121.99635, 37.606176999999995], [-121.996072, 37.606117999999995], [-121.995749, 37.606051], [-121.995625, 37.606046], [-121.99516299999999, 37.606123], [-121.994817, 37.606238999999995], [-121.993989, 37.606595999999996], [-121.993782, 37.606646], [-121.993533, 37.606684], [-121.993388, 37.606679], [-121.993174, 37.606651], [-121.992642, 37.606476], [-121.992318, 37.606381999999996], [-121.992159, 37.606366], [-121.992, 37.606376999999995], [-121.991917, 37.606398999999996], [-121.991807, 37.60641], [-121.991634, 37.60641], [-121.991516, 37.606372], [-121.99130199999999, 37.606257], [-121.991109, 37.606196], [-121.990259, 37.606069999999995], [-121.99017599999999, 37.606076], [-121.9899, 37.606147], [-121.989638, 37.606252], [-121.989265, 37.606175], [-121.988319, 37.605868], [-121.988029, 37.605813], [-121.987089, 37.605658999999996], [-121.986378, 37.605379], [-121.98634200000001, 37.605354], [-121.986074, 37.605171], [-121.985867, 37.604994999999995], [-121.985652, 37.604863], [-121.985632, 37.604841], [-121.984796, 37.604281], [-121.98467099999999, 37.604214999999996], [-121.984554, 37.604138], [-121.984368, 37.603997], [-121.984347, 37.603989999999996], [-121.984257, 37.603913], [-121.984105, 37.603764999999996], [-121.984015, 37.60365], [-121.983801, 37.603304], [-121.983772, 37.603246], [-121.98472100000001, 37.602596999999996], [-121.987568, 37.600652], [-121.988518, 37.600004], [-121.988568, 37.600031], [-121.988683, 37.600108999999996], [-121.988762, 37.600176], [-121.98893799999999, 37.600327], [-121.989381, 37.600722999999995], [-121.989438, 37.600767999999995], [-121.989675, 37.600953], [-121.989788, 37.601034999999996], [-121.989851, 37.601074], [-121.989913, 37.601102], [-121.990769, 37.601361], [-121.990968, 37.601406], [-121.99109, 37.601425], [-121.991202, 37.601437], [-121.991811, 37.601448], [-121.992387, 37.601459], [-121.99256, 37.601447], [-121.992595, 37.601436], [-121.992636, 37.601411], [-121.99268000000001, 37.601355999999996], [-121.992688, 37.601338999999996], [-121.99269, 37.601292], [-121.992667, 37.601211], [-121.992521, 37.600957], [-121.992467, 37.600828], [-121.992432, 37.600758], [-121.99233100000001, 37.600567999999996], [-121.992284, 37.600502], [-121.992196, 37.600401999999995], [-121.992165, 37.600356999999995], [-121.992142, 37.60031], [-121.992129, 37.600246], [-121.992126, 37.600165], [-121.99211, 37.600016], [-121.992076, 37.599855999999996], [-121.991989, 37.599357], [-121.991965, 37.599250999999995], [-121.99193199999999, 37.599137999999996], [-121.99187, 37.599000000000004], [-121.99169499999999, 37.598687999999996], [-121.991646, 37.598568], [-121.991621, 37.598459999999996], [-121.991581, 37.598225], [-121.99155999999999, 37.598023999999995], [-121.991563, 37.597988], [-121.991571, 37.597966], [-121.991587, 37.597941], [-121.99162799999999, 37.597899], [-121.99166, 37.597879], [-121.991734, 37.59785], [-121.99181899999999, 37.597837], [-121.992318, 37.597837], [-121.992444, 37.597826999999995], [-121.99250599999999, 37.597818], [-121.992559, 37.597801], [-121.992649, 37.597747], [-121.99276, 37.597646999999995], [-121.992836, 37.5976], [-121.99286599999999, 37.597595999999996], [-121.992909, 37.597598999999995], [-121.992949, 37.597617], [-121.993481, 37.597964], [-121.994795, 37.598822], [-121.994852, 37.59885], [-121.994916, 37.598875], [-121.995006, 37.598901], [-121.995349, 37.598967], [-121.995425, 37.598997], [-121.995522, 37.599056], [-121.995758, 37.599236], [-121.996067, 37.59943], [-121.996754, 37.599813999999995], [-121.996804, 37.599841999999995], [-121.997074, 37.600016], [-121.99714399999999, 37.600052], [-121.997402, 37.60019], [-121.997652, 37.600297999999995], [-121.997903, 37.600392], [-121.998009, 37.600425], [-121.998099, 37.600448], [-121.998192, 37.600462], [-121.998269, 37.600468], [-121.99842100000001, 37.600455], [-121.998524, 37.601517], [-121.999504, 37.604355], [-121.999504, 37.605495], [-121.9988, 37.606441], [-121.998108, 37.606946]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,212,0)", "fill-opacity": 0.75, "intersection_density": 82.411}, "geometry": {"type": "Polygon", "coordinates": [[[-121.952528, 37.520842], [-121.952437, 37.520680999999996], [-121.952165, 37.520201], [-121.952145, 37.520165], [-121.95289700000001, 37.519861], [-121.952953, 37.519949], [-121.953055, 37.520137], [-121.95325700000001, 37.520469], [-121.953509, 37.520883], [-121.95374699999999, 37.521342], [-121.953918, 37.5217], [-121.954042, 37.522065999999995], [-121.954114, 37.522349999999996], [-121.954161, 37.522739], [-121.954174, 37.522839999999995], [-121.954206, 37.523561], [-121.954036, 37.523579999999995], [-121.95379199999999, 37.523609], [-121.953527, 37.523641999999995], [-121.953358, 37.523664], [-121.95335, 37.523531], [-121.953329, 37.523133], [-121.953322, 37.523001], [-121.953316, 37.52285], [-121.953314, 37.522777999999995], [-121.95329699999999, 37.522614], [-121.953258, 37.522400999999995], [-121.95325700000001, 37.522394999999996], [-121.953222, 37.522255], [-121.953176, 37.52212], [-121.953143, 37.522024], [-121.953031, 37.521739], [-121.953023, 37.521722], [-121.952967, 37.521592], [-121.952879, 37.521442], [-121.952615, 37.520992], [-121.952528, 37.520842]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,213,0)", "fill-opacity": 0.75, "intersection_density": 80.083}, "geometry": {"type": "Polygon", "coordinates": [[[-121.954605, 37.516020999999995], [-121.954564, 37.515983999999996], [-121.954489, 37.515929], [-121.95447300000001, 37.515918], [-121.95444599999999, 37.515893], [-121.954401, 37.515834], [-121.954368, 37.515772999999996], [-121.954273, 37.515549], [-121.954216, 37.515412999999995], [-121.954717, 37.515268], [-121.956222, 37.514835], [-121.956724, 37.514692], [-121.956807, 37.514835], [-121.957058, 37.515266], [-121.957142, 37.515409999999996], [-121.956653, 37.515588], [-121.956646, 37.515589999999996], [-121.956193, 37.515741999999996], [-121.956102, 37.515761], [-121.956012, 37.515765], [-121.955817, 37.515755999999996], [-121.955562, 37.515754], [-121.955432, 37.515769], [-121.955308, 37.515803999999996], [-121.955106, 37.515861], [-121.954718, 37.515972], [-121.954605, 37.516020999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,211,0)", "fill-opacity": 0.75, "intersection_density": 84.994}, "geometry": {"type": "Polygon", "coordinates": [[[-121.954216, 37.515412999999995], [-121.954161, 37.515291], [-121.953998, 37.514925], [-121.953944, 37.514803], [-121.954436, 37.514659], [-121.955913, 37.514226], [-121.956406, 37.514083], [-121.956469, 37.514204], [-121.95666, 37.51457], [-121.956724, 37.514692], [-121.956222, 37.514835], [-121.954717, 37.515268], [-121.954216, 37.515412999999995]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,186,0)", "fill-opacity": 0.75, "intersection_density": 131.986}, "geometry": {"type": "Polygon", "coordinates": [[[-121.949026, 37.502217], [-121.949051, 37.502503], [-121.94906, 37.502624999999995], [-121.948887, 37.502657], [-121.948876, 37.502536], [-121.948855, 37.502186], [-121.948754, 37.501038], [-121.948667, 37.500651999999995], [-121.948495, 37.498823], [-121.94853499999999, 37.498818], [-121.948596, 37.498810999999996], [-121.948686, 37.498793], [-121.948763, 37.499559], [-121.948984, 37.501729999999995], [-121.948995, 37.501857], [-121.949026, 37.502217]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,201,0)", "fill-opacity": 0.75, "intersection_density": 103.68799999999999}, "geometry": {"type": "Polygon", "coordinates": [[[-121.935626, 37.542057], [-121.935673, 37.541893], [-121.935814, 37.541401], [-121.935861, 37.541236999999995], [-121.93572, 37.541176], [-121.935686, 37.541160999999995], [-121.935611, 37.541123999999996], [-121.935554, 37.541084999999995], [-121.93553299999999, 37.541044], [-121.93552, 37.541005999999996], [-121.93551, 37.54092], [-121.935491, 37.540825999999996], [-121.935461, 37.540676999999995], [-121.935664, 37.540656], [-121.93582, 37.540642], [-121.936464, 37.540589], [-121.936898, 37.540548], [-121.937258, 37.540515], [-121.937363, 37.540502], [-121.937388, 37.5405], [-121.937506, 37.540476], [-121.937546, 37.540462999999995], [-121.937626, 37.540423], [-121.93766099999999, 37.540400999999996], [-121.937665, 37.540399], [-121.937743, 37.540334], [-121.937877, 37.540471], [-121.937903, 37.540507], [-121.937922, 37.540554], [-121.937924, 37.540608999999996], [-121.93793, 37.540712], [-121.937917, 37.541325], [-121.937914, 37.541636], [-121.937913, 37.541883999999996], [-121.937919, 37.541928999999996], [-121.93794, 37.541973999999996], [-121.937849, 37.542099], [-121.937835, 37.54212], [-121.93758700000001, 37.542483], [-121.937504, 37.542612999999996], [-121.937414, 37.542749], [-121.937409, 37.542758], [-121.937295, 37.542971], [-121.937208, 37.543234999999996], [-121.93715399999999, 37.5434], [-121.936995, 37.543317], [-121.936518, 37.543071], [-121.936451, 37.543036], [-121.936354, 37.543003], [-121.936255, 37.542991], [-121.93616399999999, 37.542991], [-121.93598399999999, 37.542992999999996], [-121.935807, 37.542989], [-121.93571299999999, 37.542978999999995], [-121.935595, 37.542958], [-121.935505, 37.542942], [-121.93540999999999, 37.542918], [-121.93545499999999, 37.542744], [-121.93547699999999, 37.542663999999995], [-121.93562299999999, 37.542285], [-121.935631, 37.542235], [-121.935638, 37.542199], [-121.935639, 37.542125], [-121.935626, 37.542057]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,206,0)", "fill-opacity": 0.75, "intersection_density": 93.656}, "geometry": {"type": "Polygon", "coordinates": [[[-121.936932, 37.534966], [-121.93692, 37.534886], [-121.936904, 37.534768], [-121.936883, 37.534689], [-121.936857, 37.534658], [-121.936847, 37.534645999999995], [-121.936798, 37.534605], [-121.936912, 37.53445], [-121.937255, 37.533986999999996], [-121.93737, 37.533833], [-121.937467, 37.533912], [-121.937564, 37.534006], [-121.93760499999999, 37.534046], [-121.93777299999999, 37.534239], [-121.937861, 37.534352999999996], [-121.938028, 37.534597999999995], [-121.938043, 37.534622999999996], [-121.938065, 37.534659], [-121.938161, 37.534856], [-121.937915, 37.534877], [-121.93717699999999, 37.534943], [-121.936932, 37.534966]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,197,0)", "fill-opacity": 0.75, "intersection_density": 111.064}, "geometry": {"type": "Polygon", "coordinates": [[[-121.930725, 37.508887], [-121.930658, 37.50913], [-121.930457, 37.509861], [-121.93042299999999, 37.509986], [-121.930363, 37.509949], [-121.930173, 37.509844], [-121.929834, 37.509692], [-121.929642, 37.5096], [-121.929565, 37.509552], [-121.929392, 37.509425], [-121.929528, 37.509291], [-121.929717, 37.509105], [-121.930157, 37.508617], [-121.930246, 37.50852], [-121.930283, 37.508458999999995], [-121.930302, 37.508387], [-121.930297, 37.508358], [-121.93026499999999, 37.508306], [-121.93023099999999, 37.508277], [-121.929992, 37.508071], [-121.929913, 37.508002999999995], [-121.929861, 37.507973], [-121.929802, 37.507959], [-121.929777, 37.507957], [-121.929741, 37.507954], [-121.929686, 37.50796], [-121.929641, 37.507982999999996], [-121.92944, 37.508196], [-121.929341, 37.508302], [-121.929261, 37.508269999999996], [-121.929238, 37.508258], [-121.929125, 37.508201], [-121.929074, 37.508171], [-121.929021, 37.508131999999996], [-121.928994, 37.508086999999996], [-121.928984, 37.508058999999996], [-121.92894799999999, 37.507954], [-121.928916, 37.507843], [-121.928823, 37.507512], [-121.928792, 37.507402], [-121.928957, 37.507399], [-121.929121, 37.507388999999996], [-121.929185, 37.507386], [-121.929449, 37.507357], [-121.929696, 37.507323], [-121.930102, 37.507259], [-121.930428, 37.507208], [-121.930532, 37.507189], [-121.930847, 37.507135999999996], [-121.93095199999999, 37.507118], [-121.930973, 37.507207], [-121.931037, 37.507473], [-121.931059, 37.507563], [-121.931079, 37.507694], [-121.93109799999999, 37.507818], [-121.93110300000001, 37.507901], [-121.931099, 37.507982], [-121.931079, 37.508089], [-121.931078, 37.508095], [-121.931046, 37.508218], [-121.93101899999999, 37.508294], [-121.931003, 37.50834], [-121.930958, 37.508423], [-121.930903, 37.508507], [-121.93086, 37.508576], [-121.930845, 37.5086], [-121.930815, 37.508632], [-121.930763, 37.508691], [-121.930718, 37.508749], [-121.930721, 37.508814], [-121.930725, 37.508887]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,193,0)", "fill-opacity": 0.75, "intersection_density": 118.573}, "geometry": {"type": "Polygon", "coordinates": [[[-121.925025, 37.502565], [-121.925198, 37.502471], [-121.92521099999999, 37.502463999999996], [-121.92536799999999, 37.502396], [-121.925452, 37.502362999999995], [-121.925557, 37.502331999999996], [-121.92581799999999, 37.502288], [-121.925842, 37.502285], [-121.926029, 37.502262], [-121.926249, 37.502246], [-121.926281, 37.502244], [-121.92639299999999, 37.502243], [-121.926509, 37.502262], [-121.926563, 37.502294], [-121.92660599999999, 37.502328], [-121.92668, 37.502407999999996], [-121.926792, 37.502542999999996], [-121.92685, 37.502612], [-121.926946, 37.502703], [-121.926872, 37.502756], [-121.926848, 37.502775], [-121.926716, 37.502857], [-121.926638, 37.502899], [-121.926559, 37.502942999999995], [-121.926441, 37.502994], [-121.926378, 37.503023], [-121.926282, 37.503056], [-121.926195, 37.503071], [-121.92607, 37.503085999999996], [-121.925943, 37.503102], [-121.925759, 37.502994], [-121.925208, 37.502672], [-121.925025, 37.502565]]]}}, {"type": "Feature", "properties": {"stroke": "#550000", "stroke-width": 0.25, "stroke-opacity": 0.25, "fill": "rgb(255,249,0)", "fill-opacity": 0.75, "intersection_density": 10.616}, "geometry": {"type": "Polygon", "coordinates": [[[-121.909028, 37.521997], [-121.909006, 37.522031], [-121.90875199999999, 37.522422], [-121.908733, 37.52279], [-121.908788, 37.522858], [-121.908984, 37.523095999999995], [-121.907202, 37.522397999999995], [-121.906592, 37.522254], [-121.90494799999999, 37.521864], [-121.902164, 37.522662], [-121.901787, 37.522850999999996], [-121.900373, 37.523565999999995], [-121.899642, 37.522956], [-121.89831699999999, 37.523244], [-121.890677, 37.518232999999995], [-121.89159000000001, 37.517679], [-121.895169, 37.515712], [-121.899525, 37.516676], [-121.90006, 37.516794999999995], [-121.903094, 37.516047], [-121.903581, 37.515927], [-121.903696, 37.515115], [-121.90395, 37.513324], [-121.904375, 37.512713], [-121.90446299999999, 37.512553], [-121.904524, 37.512484], [-121.90458100000001, 37.512428], [-121.90468, 37.512355], [-121.904778, 37.512284], [-121.90485699999999, 37.512242], [-121.90497500000001, 37.512186], [-121.905384, 37.512008], [-121.90552, 37.511932], [-121.905647, 37.511838999999995], [-121.90574, 37.511747], [-121.905876, 37.511596], [-121.905896, 37.511575], [-121.905976, 37.511495], [-121.906133, 37.51135], [-121.906233, 37.511281], [-121.90643, 37.511446], [-121.90644, 37.511454], [-121.906511, 37.51152], [-121.90657, 37.511584], [-121.906687, 37.511747], [-121.906728, 37.511824], [-121.90675999999999, 37.511899], [-121.906801, 37.511978], [-121.906842, 37.512039], [-121.90687, 37.512071999999996], [-121.906927, 37.512139], [-121.906988, 37.512192], [-121.907063, 37.51224], [-121.907151, 37.512276], [-121.907231, 37.512301], [-121.907272, 37.512313999999996], [-121.90737899999999, 37.51233], [-121.907507, 37.512336], [-121.907721, 37.512330999999996], [-121.907765, 37.512327], [-121.907944, 37.512311], [-121.908312, 37.51224], [-121.908562, 37.512167999999996], [-121.90858, 37.51216], [-121.908654, 37.51213], [-121.908767, 37.512073], [-121.908866, 37.512017], [-121.908972, 37.511925999999995], [-121.909255, 37.511638], [-121.909382, 37.511488], [-121.909442, 37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment