Skip to content

Instantly share code, notes, and snippets.

@polinabee
Created September 10, 2016 18:46
Show Gist options
  • Save polinabee/ce076a6fed47814d55006b5ef9be0469 to your computer and use it in GitHub Desktop.
Save polinabee/ce076a6fed47814d55006b5ef9be0469 to your computer and use it in GitHub Desktop.
PBFinal.html
Details
Activity
PBFinal.html
Sharing Info
General Info
Type
HTML
Size
19 KB (19,289 bytes)
Storage used
19 KB (19,289 bytes)
Location
Final V2
Owner
me
Modified
Sep 8, 2014 by me
Opened
11:38 AM by me
Created
Aug 1, 2014
Description
Add a description
Download permissions
Viewers can download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Mapping Traffic Fatalities</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.ie.css" />
<![endif]-->
<style>
body {
font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
#title {
font-family: 'Baskerville', serif;
border-bottom:1px solid #009999;
font-size: 22px;}
#intro{
font-family: 'Baskerville', serif;
border-bottom:1px solid #009999;
font-size: 13px;}
#analysis{
font-family: 'Baskerville', serif;
border-bottom:1px solid #009999;
border-top:1px solid #009999;
font-size: 13px;}
</style>
</head>
<body>
<center><div id="title">Geography 167 Final Project: Mapping Traffic Fatalities</div>
<div id= "intro"><br>Motor vehicle accidents consistently rank in the top 10 causes of death in the United States. Knowing where and why the risks are highest may help save lives and prevent future deaths. Some potential causes of traffic accidents are drivers that are in the risky age range of young (16-25 yo) or old (>75 yo), areas with high percentages of poverty-stricken individuals, and high speeds. Below are examples of interactive maps created with Leaflet showing locations of traffic fatalities in 2011 and their relation to these factors. <br>To view percentages of poverty and risky age groups in each city's census tracts, use the layer controls at the upper right hand corner of each map. You may also turn layers on or off, and click on the accident locations to see the respective road intersection and speed limit.</div>
<h3>Fatal Car Accidents in San Francisco in 2011</h3>
<div id = "SFmap" style= "width: 70%; height: 400px";></div>
<div style = "display:table;">
<table>
<tr>
<td><img src="SFPovertyLegend.png" border="1" height = "150"></td>
<td><img src="StreetsLegend.png" border="1" height = "150"></td>
<td><img src="SFAgeLegend.png" border="1" height = "150"></td>
</tr>
</table>
</div>
<h3><br>Fatal Car Accidents in Long Beach in 2011<h3>
<div id = "LBmap" style= "width: 70%; height: 400px";></div>
<div style = "display:table;">
<table>
<tr>
<td><img src="LBPovertyLegend.png" border="1" height = "150"></td>
<td><img src="StreetsLegend.png" border="1" height = "150"></td>
<td><img src="LBAgeLegend.png" border="1" height = "150"></td>
</tr>
</table>
</div>
<h3><br>Fatal Car Accidents in San Jose in 2011<h3>
<div id = "SJmap" style = "width: 70%; height: 400px";></div>
<div style = "display:table;">
<table>
<tr>
<td><img src="SJPovertyLegend.png" border="1" height = "150"></td>
<td><img src="StreetsLegend.png" border="1" height = "150"></td>
<td><img src="SJAgeLegend.png" border="1" height = "150"></td>
</tr>
</table></center>
</div>
<div id= "analysis"><h2>Analysis</h2>
<div style = "display:table;">
<table>
<tr>
<td><div id="bar" style="width: 500px; height: 300px;"></div></td>
<td><div id="scatter" align = "left" style="width: 500px; height: 300px;"></div></td>
</tr>
</table>
</div>
<p>The bar chart above shows a variable distribution of crashes, with San Jose having the most fatalities, and Long Beach with the least. Surprisingly, most traffic fatalities did not take place on the roads with the highest speed limits. According to the data, most fatalities happened on 35mph roads. This is likely due to the fact the 35 is a common speed limit in busy city streets, where unwary drivers may fall victim to collisions more often. <br> Although the maps showed only a slight visual correlation between poverty and accident location, and not much of a relationship between age and accident location, I did notice similarities in the patterns between risky age tract distribution and poverty percentage. The above scatter chart displays percent poverty and percent population that is of a risky age in the census tracts where fatal crashes occured. Visually, there is a clear small upwards trend. The correlation coefficient, at 0.36, is low, as is the P value at 0.7. Although the data is not statistically significant, there is still a slight positive correlation.
</p>
<div style = "padding: 5px; display:table;">
<table align = "right", style = "margin: 5px; width: 450px; height: 300 px; border: 1px solid black;"> <caption><b>Mean Summary Table: Census Tracts by Fatality Count</b></caption>
<tr>
<th>Number of Crashes</th>
<th>Percent Poverty</th>
<th>Percent Risky Age</th>
<th>Mean Speed Limit</th>
</tr>
<tr>
<td align="center">1</td>
<td align="center">27.456</td>
<td align="center">19.046</td>
<td align="center">37.794</td>
</tr>
<tr>
<td align="center">2</td>
<td align="center">33.983</td>
<td align="center">16.683</td>
<td align="center">45.00</td>
</tr>
<tr>
<td align="center">3</td>
<td align="center">25.975</td>
<td align="center">14.025</td>
<td align="center">50.00</td>
</tr>
</table><p>Since the focus areas were relatively small, large-scale patterns and correlations in census tract attributes were not found to be statistically significant. However, some small-scale patterns could be observed, as seen in the chart on the right. Although the most accidents happened in 35mph roads, the most crash-prone tracts had higher average speed limits in their roads. Tracts with 3 crashes had an average speed limit of 50 mph, compared with 27.8 mph for tracts with just one crash. Poverty and age did not correlate with fatalities, likely due to the mobility of vehicles and the small size of tracts in the populated cities chosen as study regions.</p></div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js"></script>
<script type = "text/javascript" src="SFStreets.json"></script>
<script src="SFCrashes.geojson"></script>
<script src="LBCrashes.geojson"></script>
<script src="SJCrashes.geojson"></script>
<script src="LBStreets.geojson"></script>
<script type = "text/javascript" src="SJStreets.json"></script>
<script type = "text/javascript" src="SFTracts.json"></script>
<script type = "text/javascript" src="SJTracts.json"></script>
<script type = "text/javascript" src="SFStreets.json"></script>
<script src="LBTracts.geojson"></script>
<script>
var SFmap = L.map('SFmap', {
maxBounds: [
//south west
[37.67755, -122.55411],
//north east]
[37.82861, -122.34194]
]
}).setView([37.758943, -122.451676], 13);
var LBmap = L.map('LBmap').setView([33.76979, -118.19279], 15);
var SJmap = L.map('SJmap').setView([37.34528, -121.88689], 14);
L.tileLayer('https://{s}.tiles.mapbox.com/v3/{id}/{z}/{x}/{y}.png', {
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
'<a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, ' +
'Imagery © <a href="http://mapbox.com">Mapbox</a>',
id: 'examples.map-20v6611k'
}).addTo(SFmap);
L.tileLayer('https://{s}.tiles.mapbox.com/v3/{id}/{z}/{x}/{y}.png', {
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
'<a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, ' +
'Imagery © <a href="http://mapbox.com">Mapbox</a>',
id: 'examples.map-20v6611k'
}).addTo(LBmap);
L.tileLayer('https://{s}.tiles.mapbox.com/v3/{id}/{z}/{x}/{y}.png', {
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
'<a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, ' +
'Imagery © <a href="http://mapbox.com">Mapbox</a>',
id: 'examples.map-20v6611k'
}).addTo(SJmap);
var SFCrashesStyle = {
radius: 5,
fillColor: "#FF3399",
color: "#000",
weight: 1,
opacity: 1,
fillOpacity: 0.6,
};
var SFCrashLayer = L.geoJson(SFCrashes,{
pointToLayer: function(feature, latlng){
return L.circleMarker(latlng, SFCrashesStyle);
},
onEachFeature: function(feature, layer){
layer.bindPopup(feature.properties.Street+ ", "+feature.properties.Speed + " mph");
}
}).addTo(SFmap);
var LBCrashesStyle = {
radius: 5,
fillColor: "#6600FF",
color: "#000",
weight: 1,
opacity: 1,
fillOpacity: 0.6
};
var LBCrashLayer = L.geoJson(LBCrashes,{
pointToLayer: function(feature, latlng){
return L.circleMarker(latlng, LBCrashesStyle);
},
onEachFeature: function(feature, layer){
layer.bindPopup(feature.properties.Street+ ", "+feature.properties.SPEED_MPH + " mph");
}
}).addTo(LBmap);
var SJCrashesStyle = {
radius: 5,
fillColor: "#33CC33",
color: "#000",
weight: 1,
opacity: 1,
fillOpacity: 0.6
};
var SJCrashLayer = L.geoJson(SJCrashes,{
pointToLayer: function(feature, latlng){
return L.circleMarker(latlng, SJCrashesStyle);
},
onEachFeature: function(feature, layer){
layer.bindPopup(feature.properties.STREET+ ", "+feature.properties.SPEED_MPH + " mph");
}
}).addTo(SJmap);
var SFStreetsLayer = L.geoJson(SFStreets, {
style: function(feature){
switch (feature.properties.SPEED_MPH){
case 10: return {color: "#FF6666", weight: 1.5};
case 20: return {color: "#E65C5C", weight: 1.5};
case 25: return {color: "#CC5252", weight: 1.5};
case 30: return {color: "#B24747", weight: 2};
case 35: return {color: "#993D3D", weight: 2};
case 50: return {color: "#803333", weight: 2.5};
case 65: return {color: "#662929", weight: 2.5};
}
}
}).addTo(SFmap);
var LBStreetsLayer = L.geoJson(LBStreets, {
style: function(feature){
switch (feature.properties.SPEED_MPH){
case 10: return {color: "#FF6666", weight: 1.5};
case 20: return {color: "#E65C5C", weight: 1.5};
case 25: return {color: "#CC5252", weight: 1.5};
case 30: return {color: "#B24747", weight: 2};
case 35: return {color: "#993D3D", weight: 2};
case 50: return {color: "#803333", weight: 2.5};
case 65: return {color: "#662929", weight: 2.5};
}
}
}).addTo(LBmap);
var SJStreetsLayer = L.geoJson(SJStreets, {
style: function(feature){
switch (feature.properties.SPEED_MPH){
case 10: return {color: "#FF6666", weight: 2.5};
case 20: return {color: "#E65C5C", weight: 2.5};
case 25: return {color: "#CC5252", weight: 2.5};
case 30: return {color: "#B24747", weight: 3};
case 35: return {color: "#993D3D", weight: 3};
case 50: return {color: "#803333", weight: 3.5};
case 65: return {color: "#662929", weight: 3.5};
}
}
}).addTo(SJmap);
var SFPovertyTracts = L.geoJson(SFTracts, {
style: function(feature){
poverty = feature.properties.Poverty;
if (poverty >= 0 && poverty < 13.5) return {fillColor: "#ffffcc", color: "#ffffcc", weight: 1};
else if (poverty >= 13.5 && poverty <24.2) return {fillColor: "#a1dab4", color: "#a1dab4", weight: 1};
else if (poverty >= 24.2 && poverty <34.9) return {fillColor: "#41b6c4", color: "#41b6c4", weight: 1};
else if (poverty >= 34.9 && poverty <47.2) return {fillColor: "#2c7fb8", color: "#2c7fb8", weight: 1};
else return {fillColor: "#253494", color: "#253494", weight: 1};
}
}).addTo(SFmap);
var SFAgeTracts = L.geoJson(SFTracts, {
style: function(feature){
age = feature.properties.RiskyAge;
if (age >= 0 && age < 10.8) return {fillColor: "#ffffcc", color: "#ffffcc", weight: 1};
else if (age >= 10.8 && age <17.9) return {fillColor: "#c2e699", color: "#c2e699", weight: 1};
else if (age >= 17.9 && age <25) return {fillColor: "#78c679", color: "#78c679", weight: 1};
else if (age >= 25 && age <44.3) return {fillColor: "#31a354", color: "#31a354", weight: 1};
else return {fillColor: "#006837", color: "#006837", weight: 1};
}
}).addTo(SFmap);
var LBPovertyTracts = L.geoJson(LBTracts, {
style: function(feature){
poverty = feature.properties.Poverty;
if (poverty >= 0 && poverty < 14.7) return {fillColor: "#ffffcc", color: "#ffffcc", weight: 1};
else if (poverty >= 14.7 && poverty <26.1) return {fillColor: "#a1dab4", color: "#a1dab4", weight: 1};
else if (poverty >= 26.1 && poverty <39) return {fillColor: "#41b6c4", color: "#41b6c4", weight: 1};
else if (poverty >= 39 && poverty <58.3) return {fillColor: "#2c7fb8", color: "#2c7fb8", weight: 1};
else return {fillColor: "#253494", color: "#253494", weight: 1};
}
}).addTo(LBmap);
var LBAgeTracts = L.geoJson(LBTracts, {
style: function(feature){
age = feature.properties.RiskyAge;
if (age >= 0 && age < 14.1) return {fillColor: "#ffffcc", color: "#ffffcc", weight: 1};
else if (age >= 14.1 && age <19.8) return {fillColor: "#c2e699", color: "#c2e699", weight: 1};
else if (age >= 19.8 && age <25.6) return {fillColor: "#78c679", color: "#78c679", weight: 1};
else if (age >= 25.6 && age <56.5) return {fillColor: "#31a354", color: "#31a354", weight: 1};
else return {fillColor: "#006837", color: "#006837", weight: 1};
}
}).addTo(LBmap);
var SJPovertyTracts = L.geoJson(SJTracts, {
style: function(feature){
poverty = feature.properties.Poverty;
if (poverty >= 0 && poverty < 15.2) return {fillColor: "#ffffcc", color: "#ffffcc", weight: 1};
else if (poverty >= 15.2 && poverty <26.5) return {fillColor: "#a1dab4", color: "#a1dab4", weight: 1};
else if (poverty >= 26.5 && poverty <38.4) return {fillColor: "#41b6c4", color: "#41b6c4", weight: 1};
else if (poverty >= 38.4 && poverty <54.2) return {fillColor: "#2c7fb8", color: "#2c7fb8", weight: 1};
else return {fillColor: "#253494", color: "#253494", weight: 1};
}
}).addTo(SJmap);
var SJAgeTracts = L.geoJson(SJTracts, {
style: function(feature){
age = feature.properties.RiskyAge;
if (age >= 0 && age < 16.2) return {fillColor: "#ffffcc", color: "#ffffcc", weight: 1};
else if (age >= 16.2 && age <21.9) return {fillColor: "#c2e699", color: "#c2e699", weight: 1};
else if (age >= 21.9 && age <34.6) return {fillColor: "#78c679", color: "#78c679", weight: 1};
else if (age >= 34.6 && age <59.2) return {fillColor: "#31a354", color: "#31a354", weight: 1};
else return {fillColor: "#006837", color: "#006837", weight: 1};
}
}).addTo(SJmap);
/*var info = L.control({position: 'bottomleft'});
info.onAdd = function (SFmap) {
this._div = L.DomUtil.create('div', 'info'); // create a div with a class "info"
this.update();
return this._div;
};
info.update = function (props) {
this._div.innerHTML = '<img src="SFAgeLegend.png"/>';
};
info.addTo(SFmap);*/
var SF_tractlayers = {
"Tracts: Poverty": SFPovertyTracts,
"Tracts: Risky Age": SFAgeTracts,
}
var SF_layers = {
"Crashes": SFCrashLayer,
"Streets": SFStreetsLayer,
}
L.control.layers(SF_tractlayers, SF_layers).addTo(SFmap);
var SJ_tractlayers = {
"Tracts: Poverty": SJPovertyTracts,
"Tracts: Risky Age": SJAgeTracts,
}
var SJ_layers = {
"Crashes": SJCrashLayer,
"Streets": SJStreetsLayer,
}
L.control.layers(SJ_tractlayers, SJ_layers).addTo(SJmap);
var LB_tractlayers = {
"Tracts: Poverty": LBPovertyTracts,
"Tracts: Risky Age": LBAgeTracts,
}
var LB_layers = {
"Crashes": LBCrashLayer,
"Streets": LBStreetsLayer,
}
L.control.layers(LB_tractlayers, LB_layers).addTo(LBmap);
</script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load("visualization", "1", {packages:["corechart"]});
google.setOnLoadCallback(drawVisualizations);
function drawVisualizations() {
var speed_data = google.visualization.arrayToDataTable([
['City', '25mph', '35mph', '50mph','65mph'],
['Long Beach', 0, 13, 3, 8],
['San Francisco', 9, 14, 0, 7],
['San Jose', 12, 15, 0, 9]
]);
var PovAge_data = google.visualization.arrayToDataTable([
['Poverty', 'Risky Age'],
[40.1, 24.3],
[22.3, 13.8],
[12.1, 10.6],
[22.3, 13.8],
[23.4, 18.2],
[25.7, 18.7],
[34.9, 10.9],
[51.3, 15.4],
[25.3, 13.8],
[25.6, 15.8],
[33.1, 13.9],
[34.4, 16.8],
[14, 12.2],
[29.1, 11.2],
[22.3, 13.8],
[25.9, 24.1],
[8.2, 16.8],
[34.3, 21.6],
[20.5, 15],
[17.5, 15.4],
[25.3, 13.8],
[26.8, 15.8],
[40.1, 24.3],
[48.8, 19.8],
[15.8, 13.2],
[14.8, 23.4],
[21.3, 14.4],
[35.4, 25.4],
[31.9, 17.2],
[28.6, 20.8],
[33.3, 17],
[65.5, 24.8],
[21.4, 21.4],
[29.3, 13.4],
[13.6, 18],
[13.1, 19.3],
[17.1, 15.9],
[20.2, 22.4],
[24.2, 16.4],
[0, 30.3],
[29.4, 20.5],
[28.6, 23],
[16.5, 6.6],
[38.3, 23.7],
[38.3, 23.7],
[38.3, 23.7],
[30.2, 18.3],
[26.2, 23.4],
[34.2, 19.8],
[31.5, 13.8],
[26.9, 41.9],
[31.5, 13.8],
[39.4, 18.5],
[50.3, 17.2],
[20.3, 6],
[39.4, 18.5],
[23.3, 7.9],
[31.3, 16.5],
[44.8, 26.6],
[20.7, 11.8],
[40.8, 21],
[42.1, 24.6],
[37.6, 18.3],
[29.5, 12.6],
[20.7, 11.8],
[7.8, 8.9],
[0, 0],
[25.5, 18.7],
[25.4, 21.5],
[18.3, 21.9],
[43.3, 18.6],
[20.7, 36.9],
[26.7, 23],
[15.2, 19.2],
[20.7, 22.1],
[12.3, 19.8],
[43.3, 18.6],
[0, 0],
[54.1, 51.4],
[43.3, 18.6],
[46.9, 17.9],
[25.3, 11.6],
[19.9, 16.3],
[18.7, 17.7],
[0, 0],
[46.9, 17.9],
[28.9, 23.7],
[24.2, 12.4],
[40.9, 20.8],
[8, 15.1],
[83.3, 15],
[28, 29.4]
]);
var barchart = new google.visualization.ColumnChart(document.getElementById('bar'));
barchart.draw(speed_data,{
title: 'Speed Limits of Accident Locations by City',
hAxis: {title: 'City', titleTextStyle: {color: 'blue'}}
});
var scatter = new google.visualization.ScatterChart(document.getElementById('scatter'));
scatter.draw(PovAge_data,{
title: 'Relationship of Age and Poverty in Accident Location Tracts ',
hAxis: {title: '% Risky Age'},
vAxis: {title: '% Poverty'},
legend: 'none'
});
}
</script>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
var SFStreets = {"bbox":[-122.511581,37.7074,-122.358281,37.83065],"type":"FeatureCollection","features":[{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.387281,37.74763],[-122.38733,37.74713]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39036,37.77708],[-122.389981,37.77673]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.385681,37.79093],[-122.38636,37.79031]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.36788,37.80793],[-122.370001,37.80592]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40523,37.70827],[-122.40545,37.70825]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40545,37.70825],[-122.40558,37.70823]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40523,37.70827],[-122.40545,37.70825]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40545,37.70825],[-122.40558,37.70823]]}},
{"type":"Feature","properties":{"NAME":"Saddleback","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42619,37.70795],[-122.425881,37.70833]]}},
{"type":"Feature","properties":{"NAME":"Saddleback","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42706,37.70821],[-122.42711,37.70839]]}},
{"type":"Feature","properties":{"NAME":"Calgary","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41608,37.70833],[-122.416491,37.7074]]}},
{"type":"Feature","properties":{"NAME":"Castillo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418181,37.70833],[-122.418181,37.70792]]}},
{"type":"Feature","properties":{"NAME":"Schwerin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41328,37.70833],[-122.41319,37.70804]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41037,37.70828],[-122.41328,37.70833]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40648,37.70833],[-122.40718,37.70823]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40558,37.70823],[-122.40648,37.70833]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40558,37.70823],[-122.40648,37.70833]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41037,37.70828],[-122.41328,37.70833]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40648,37.70833],[-122.40718,37.70823]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41328,37.70833],[-122.414,37.70825]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41328,37.70833],[-122.414,37.70825]]}},
{"type":"Feature","properties":{"NAME":"Canyon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43218,37.70823],[-122.432681,37.70763]]}},
{"type":"Feature","properties":{"NAME":"Pope","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.439141,37.70828],[-122.43943,37.70788]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43868,37.70823],[-122.439141,37.70828]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43868,37.70823],[-122.439141,37.70828]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.439141,37.70828],[-122.439681,37.70833]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.439141,37.70828],[-122.439681,37.70833]]}},
{"type":"Feature","properties":{"NAME":"Bellevue","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44008,37.70833],[-122.44078,37.70833]]}},
{"type":"Feature","properties":{"NAME":"Bellevue","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44078,37.70833],[-122.44128,37.70833]]}},
{"type":"Feature","properties":{"NAME":"Bellevue","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44078,37.70833],[-122.44128,37.70833]]}},
{"type":"Feature","properties":{"NAME":"Bellevue","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44008,37.70833],[-122.44078,37.70833]]}},
{"type":"Feature","properties":{"NAME":"Bellevue","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44128,37.70833],[-122.441911,37.70809]]}},
{"type":"Feature","properties":{"NAME":"San Mateo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46628,37.70813],[-122.46718,37.70823]]}},
{"type":"Feature","properties":{"NAME":"San Mateo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46628,37.70813],[-122.46718,37.70823]]}},
{"type":"Feature","properties":{"NAME":"Brunswick","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44936,37.70832],[-122.44958,37.70823]]}},
{"type":"Feature","properties":{"NAME":"Brunswick","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44958,37.70823],[-122.4504,37.70792]]}},
{"type":"Feature","properties":{"NAME":"Hanover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44462,37.70856],[-122.44538,37.70823]]}},
{"type":"Feature","properties":{"NAME":"Oliver","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44955,37.70817],[-122.44958,37.70823]]}},
{"type":"Feature","properties":{"NAME":"Rhine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46155,37.70837],[-122.46228,37.70823]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.42285,37.77226],[-122.42314,37.77311]]}},
{"type":"Feature","properties":{"NAME":"Cable Car Turnaround","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40748,37.78443],[-122.40758,37.78463]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.42572,37.77464],[-122.42415,37.7751]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.42595,37.77555],[-122.42415,37.7751]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.42388,37.77488],[-122.42415,37.7751]]}},
{"type":"Feature","properties":{"NAME":"Hobart","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41098,37.78873],[-122.41178,37.78863]]}},
{"type":"Feature","properties":{"NAME":"Wagner","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.413081,37.78363],[-122.41319,37.78395]]}},
{"type":"Feature","properties":{"NAME":"Golden Gate","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41208,37.78214],[-122.41377,37.78194]]}},
{"type":"Feature","properties":{"NAME":"Golden Gate","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41377,37.78194],[-122.41458,37.78184]]}},
{"type":"Feature","properties":{"NAME":"Golden Gate","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41458,37.78184],[-122.41543,37.78174]]}},
{"type":"Feature","properties":{"NAME":"Golden Gate","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41543,37.78174],[-122.41636,37.78162]]}},
{"type":"Feature","properties":{"NAME":"Golden Gate","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41636,37.78162],[-122.41681,37.78156]]}},
{"type":"Feature","properties":{"NAME":"Golden Gate","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41681,37.78156],[-122.417101,37.78153]]}},
{"type":"Feature","properties":{"NAME":"Golden Gate","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.417101,37.78153],[-122.418721,37.78133]]}},
{"type":"Feature","properties":{"NAME":"Golden Gate","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41044,37.78234],[-122.40998,37.78239]]}},
{"type":"Feature","properties":{"NAME":"Golden Gate","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41044,37.78234],[-122.41208,37.78214]]}},
{"type":"Feature","properties":{"NAME":"Golden Gate","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.418721,37.78133],[-122.42039,37.78113]]}},
{"type":"Feature","properties":{"NAME":"Golden Gate","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.422031,37.78093],[-122.42354,37.78073]]}},
{"type":"Feature","properties":{"NAME":"Golden Gate","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42354,37.78073],[-122.4252,37.78049]]}},
{"type":"Feature","properties":{"NAME":"Golden Gate","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4252,37.78049],[-122.426861,37.78024]]}},
{"type":"Feature","properties":{"NAME":"Turk","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42372,37.78155],[-122.427041,37.78114]]}},
{"type":"Feature","properties":{"NAME":"Isadora Duncan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41161,37.78773],[-122.412101,37.78772]]}},
{"type":"Feature","properties":{"NAME":"Breen","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41618,37.78061],[-122.41628,37.78103]]}},
{"type":"Feature","properties":{"NAME":"Colin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41278,37.78743],[-122.4132,37.7874]]}},
{"type":"Feature","properties":{"NAME":"Dale","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41458,37.78143],[-122.41458,37.78184]]}},
{"type":"Feature","properties":{"NAME":"Dodge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41688,37.78213],[-122.41699,37.78247]]}},
{"type":"Feature","properties":{"NAME":"Dr Carlton B Goodlett","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418181,37.77851],[-122.41848,37.78032]]}},
{"type":"Feature","properties":{"NAME":"Steveloe","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41198,37.78543],[-122.41278,37.78543]]}},
{"type":"Feature","properties":{"NAME":"Hallidie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40758,37.78463],[-122.408161,37.78454]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4124,37.78045],[-122.41304,37.781]]}},
{"type":"Feature","properties":{"NAME":"Antonio","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41278,37.78543],[-122.41378,37.78523]]}},
{"type":"Feature","properties":{"NAME":"Ash","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42182,37.77952],[-122.422581,37.77933]]}},
{"type":"Feature","properties":{"NAME":"Ash","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4229,37.77933],[-122.42322,37.77933]]}},
{"type":"Feature","properties":{"NAME":"Ash","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42488,37.77902],[-122.426601,37.77882]]}},
{"type":"Feature","properties":{"NAME":"Ash","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.426601,37.77882],[-122.428111,37.77864]]}},
{"type":"Feature","properties":{"NAME":"Birch","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42469,37.77813],[-122.42644,37.77786]]}},
{"type":"Feature","properties":{"NAME":"Birch","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42644,37.77786],[-122.4279,37.77764]]}},
{"type":"Feature","properties":{"NAME":"Buchanan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42649,37.76974],[-122.42663,37.7707]]}},
{"type":"Feature","properties":{"NAME":"Buchanan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42663,37.7707],[-122.42676,37.77162]]}},
{"type":"Feature","properties":{"NAME":"Buchanan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42676,37.77162],[-122.42681,37.77202]]}},
{"type":"Feature","properties":{"NAME":"Buchanan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42681,37.77202],[-122.42689,37.77258]]}},
{"type":"Feature","properties":{"NAME":"Buchanan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42689,37.77258],[-122.42699,37.77306]]}},
{"type":"Feature","properties":{"NAME":"Buchanan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42699,37.77306],[-122.42708,37.77351]]}},
{"type":"Feature","properties":{"NAME":"Buchanan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42708,37.77351],[-122.42717,37.77396]]}},
{"type":"Feature","properties":{"NAME":"Buchanan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42717,37.77396],[-122.42726,37.77442]]}},
{"type":"Feature","properties":{"NAME":"Buchanan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42726,37.77442],[-122.42735,37.77489]]}},
{"type":"Feature","properties":{"NAME":"Buchanan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42735,37.77489],[-122.42745,37.77535]]}},
{"type":"Feature","properties":{"NAME":"Buchanan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42745,37.77535],[-122.42754,37.77582]]}},
{"type":"Feature","properties":{"NAME":"Buchanan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42754,37.77582],[-122.42763,37.77626]]}},
{"type":"Feature","properties":{"NAME":"Buchanan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42763,37.77626],[-122.42773,37.77675]]}},
{"type":"Feature","properties":{"NAME":"Buchanan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42773,37.77675],[-122.42783,37.77727]]}},
{"type":"Feature","properties":{"NAME":"Buchanan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42783,37.77727],[-122.4279,37.77764]]}},
{"type":"Feature","properties":{"NAME":"Buchanan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4279,37.77764],[-122.42799,37.77808]]}},
{"type":"Feature","properties":{"NAME":"Cyril Magnin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40858,37.78573],[-122.40877,37.7864]]}},
{"type":"Feature","properties":{"NAME":"Cyril Magnin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408161,37.78454],[-122.407981,37.78403]]}},
{"type":"Feature","properties":{"NAME":"Cyril Magnin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408161,37.78454],[-122.40849,37.78545]]}},
{"type":"Feature","properties":{"NAME":"Derby","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40979,37.78753],[-122.41028,37.78743]]}},
{"type":"Feature","properties":{"NAME":"Derby","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41148,37.78733],[-122.41108,37.78733]]}},
{"type":"Feature","properties":{"NAME":"Eddy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40918,37.78443],[-122.41088,37.78423]]}},
{"type":"Feature","properties":{"NAME":"Eddy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41247,37.78397],[-122.41087,37.78416]]}},
{"type":"Feature","properties":{"NAME":"Eddy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41248,37.78403],[-122.41319,37.78395]]}},
{"type":"Feature","properties":{"NAME":"Eddy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41319,37.78395],[-122.41412,37.78384]]}},
{"type":"Feature","properties":{"NAME":"Eddy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408161,37.78454],[-122.40918,37.78443]]}},
{"type":"Feature","properties":{"NAME":"Ellis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.406011,37.78575],[-122.40775,37.78554]]}},
{"type":"Feature","properties":{"NAME":"Ellis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40775,37.78554],[-122.40849,37.78545]]}},
{"type":"Feature","properties":{"NAME":"Ellis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40849,37.78545],[-122.40858,37.78544]]}},
{"type":"Feature","properties":{"NAME":"Ellis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40858,37.78544],[-122.40936,37.78534]]}},
{"type":"Feature","properties":{"NAME":"Ellis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40936,37.78534],[-122.41106,37.78513]]}},
{"type":"Feature","properties":{"NAME":"Ellis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41106,37.78513],[-122.41193,37.78503]]}},
{"type":"Feature","properties":{"NAME":"Ellis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41193,37.78503],[-122.41268,37.78494]]}},
{"type":"Feature","properties":{"NAME":"Ellis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41268,37.78494],[-122.41429,37.78475]]}},
{"type":"Feature","properties":{"NAME":"Elm","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418811,37.78173],[-122.420501,37.78163]]}},
{"type":"Feature","properties":{"NAME":"Elm","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42208,37.78136],[-122.42363,37.78115]]}},
{"type":"Feature","properties":{"NAME":"Elwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409671,37.78693],[-122.40918,37.78635]]}},
{"type":"Feature","properties":{"NAME":"Fell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41778,37.77663],[-122.41942,37.77641]]}},
{"type":"Feature","properties":{"NAME":"Fell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41942,37.77641],[-122.421231,37.77617]]}},
{"type":"Feature","properties":{"NAME":"Fell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.421231,37.77617],[-122.42254,37.776]]}},
{"type":"Feature","properties":{"NAME":"Fell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42254,37.776],[-122.42371,37.77584]]}},
{"type":"Feature","properties":{"NAME":"Fell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42371,37.77584],[-122.424191,37.77578]]}},
{"type":"Feature","properties":{"NAME":"Fell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.424191,37.77578],[-122.42595,37.77555]]}},
{"type":"Feature","properties":{"NAME":"Fell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42595,37.77555],[-122.42745,37.77535]]}},
{"type":"Feature","properties":{"NAME":"Fell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42745,37.77535],[-122.42908,37.77513]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.422031,37.78093],[-122.42208,37.78136]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.420871,37.77434],[-122.420771,37.77396]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42103,37.77501],[-122.42107,37.77523]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.422131,37.78185],[-122.42208,37.78136]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42107,37.77523],[-122.42117,37.77579]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42117,37.77579],[-122.421231,37.77617]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.421231,37.77617],[-122.42133,37.77671]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42133,37.77671],[-122.42139,37.77708]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42098,37.77473],[-122.420871,37.77434]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42139,37.77708],[-122.421491,37.77761]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42098,37.77473],[-122.42103,37.77501]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.421491,37.77761],[-122.42157,37.77807]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42157,37.77807],[-122.42173,37.77902]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42173,37.77902],[-122.42182,37.77952]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42182,37.77952],[-122.42188,37.77988]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42188,37.77988],[-122.42198,37.78043]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42198,37.78043],[-122.422031,37.78093]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42219,37.78234],[-122.422131,37.78185]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42219,37.78234],[-122.42223,37.78274]]}},
{"type":"Feature","properties":{"NAME":"Fulton","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42173,37.77902],[-122.423111,37.77881]]}},
{"type":"Feature","properties":{"NAME":"Fulton","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.423111,37.77881],[-122.42479,37.77856]]}},
{"type":"Feature","properties":{"NAME":"Fulton","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42479,37.77856],[-122.426511,37.7783]]}},
{"type":"Feature","properties":{"NAME":"Fulton","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.426511,37.7783],[-122.42799,37.77808]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40812,37.78743],[-122.40973,37.78724]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40973,37.78724],[-122.41025,37.78717]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41025,37.78717],[-122.41105,37.78708]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41105,37.78708],[-122.41142,37.78703]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41142,37.78703],[-122.412281,37.78693]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.412281,37.78693],[-122.413081,37.78683]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42153,37.77336],[-122.42151,37.77332]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4217,37.77375],[-122.42153,37.77336]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.77463],[-122.42236,37.77502]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42209,37.77464],[-122.42192,37.77425]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42236,37.77502],[-122.42247,37.77561]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42247,37.77561],[-122.42254,37.776]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42254,37.776],[-122.42264,37.77652]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42264,37.77652],[-122.42271,37.7769]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42271,37.7769],[-122.42281,37.77743]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42281,37.77743],[-122.4229,37.7779]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4229,37.7779],[-122.423111,37.77881]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.423111,37.77881],[-122.42322,37.77933]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42322,37.77933],[-122.42331,37.77969]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42192,37.77425],[-122.4217,37.77375]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42331,37.77969],[-122.42354,37.78073]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42354,37.78073],[-122.42363,37.78115]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42363,37.78115],[-122.42372,37.78155]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42372,37.78155],[-122.42394,37.78251]]}},
{"type":"Feature","properties":{"NAME":"Grove","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4148,37.77894],[-122.41652,37.77872]]}},
{"type":"Feature","properties":{"NAME":"Grove","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418181,37.77851],[-122.41981,37.7783]]}},
{"type":"Feature","properties":{"NAME":"Grove","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41981,37.7783],[-122.42157,37.77807]]}},
{"type":"Feature","properties":{"NAME":"Grove","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42157,37.77807],[-122.4229,37.7779]]}},
{"type":"Feature","properties":{"NAME":"Grove","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4229,37.7779],[-122.42335,37.77784]]}},
{"type":"Feature","properties":{"NAME":"Grove","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42335,37.77784],[-122.4246,37.77768]]}},
{"type":"Feature","properties":{"NAME":"Grove","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4246,37.77768],[-122.42637,37.77745]]}},
{"type":"Feature","properties":{"NAME":"Grove","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41652,37.77872],[-122.418181,37.77851]]}},
{"type":"Feature","properties":{"NAME":"Grove","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42637,37.77745],[-122.42783,37.77727]]}},
{"type":"Feature","properties":{"NAME":"Grove","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42783,37.77727],[-122.42878,37.77714]]}},
{"type":"Feature","properties":{"NAME":"Grove","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42878,37.77714],[-122.429381,37.77707]]}},
{"type":"Feature","properties":{"NAME":"Haight","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42314,37.77311],[-122.42358,37.77303]]}},
{"type":"Feature","properties":{"NAME":"Haight","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42358,37.77303],[-122.42528,37.7728]]}},
{"type":"Feature","properties":{"NAME":"Haight","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42528,37.7728],[-122.42689,37.77258]]}},
{"type":"Feature","properties":{"NAME":"Haight","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42689,37.77258],[-122.42858,37.77236]]}},
{"type":"Feature","properties":{"NAME":"Haight","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42153,37.77336],[-122.42314,37.77311]]}},
{"type":"Feature","properties":{"NAME":"Hayes","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416311,37.77774],[-122.41797,37.77752]]}},
{"type":"Feature","properties":{"NAME":"Hayes","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41797,37.77752],[-122.419611,37.77731]]}},
{"type":"Feature","properties":{"NAME":"Hayes","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419611,37.77731],[-122.42139,37.77708]]}},
{"type":"Feature","properties":{"NAME":"Hayes","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42139,37.77708],[-122.42271,37.7769]]}},
{"type":"Feature","properties":{"NAME":"Hayes","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42271,37.7769],[-122.42354,37.7768]]}},
{"type":"Feature","properties":{"NAME":"Hayes","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42354,37.7768],[-122.42438,37.77669]]}},
{"type":"Feature","properties":{"NAME":"Hayes","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42438,37.77669],[-122.42617,37.77645]]}},
{"type":"Feature","properties":{"NAME":"Hayes","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42617,37.77645],[-122.42763,37.77626]]}},
{"type":"Feature","properties":{"NAME":"Hayes","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42763,37.77626],[-122.42916,37.77606]]}},
{"type":"Feature","properties":{"NAME":"Hermann","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42482,37.77095],[-122.42663,37.7707]]}},
{"type":"Feature","properties":{"NAME":"Hermann","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42663,37.7707],[-122.42824,37.77048]]}},
{"type":"Feature","properties":{"NAME":"Hickory","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42117,37.77579],[-122.42247,37.77561]]}},
{"type":"Feature","properties":{"NAME":"Hickory","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419351,37.77603],[-122.42117,37.77579]]}},
{"type":"Feature","properties":{"NAME":"Hickory","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42247,37.77561],[-122.42378,37.77543]]}},
{"type":"Feature","properties":{"NAME":"Hickory","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42378,37.77543],[-122.42417,37.77534]]}},
{"type":"Feature","properties":{"NAME":"Hickory","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42582,37.77504],[-122.42735,37.77489]]}},
{"type":"Feature","properties":{"NAME":"Hickory","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42735,37.77489],[-122.42905,37.77472]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41473,37.77866],[-122.4148,37.77894]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4148,37.77894],[-122.4152,37.78074]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41543,37.78174],[-122.41563,37.78263]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41563,37.78263],[-122.41583,37.78354]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4152,37.78074],[-122.41543,37.78174]]}},
{"type":"Feature","properties":{"NAME":"Ivy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41808,37.77803],[-122.41974,37.77793]]}},
{"type":"Feature","properties":{"NAME":"Ivy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421491,37.77761],[-122.42281,37.77743]]}},
{"type":"Feature","properties":{"NAME":"Ivy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42281,37.77743],[-122.42344,37.77734]]}},
{"type":"Feature","properties":{"NAME":"Ivy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42344,37.77734],[-122.42449,37.7772]]}},
{"type":"Feature","properties":{"NAME":"Ivy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42449,37.7772],[-122.42628,37.77695]]}},
{"type":"Feature","properties":{"NAME":"Ivy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42628,37.77695],[-122.42773,37.77675]]}},
{"type":"Feature","properties":{"NAME":"Ivy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42773,37.77675],[-122.42927,37.77653]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41208,37.78214],[-122.412281,37.78303]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412281,37.78303],[-122.41247,37.78397]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41247,37.78397],[-122.41248,37.78403]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41248,37.78403],[-122.41268,37.78494]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41268,37.78494],[-122.41278,37.78543]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41278,37.78543],[-122.41288,37.78587]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41288,37.78587],[-122.413081,37.78683]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41208,37.78214],[-122.41173,37.78098]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42477,37.77079],[-122.42482,37.77095]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.425081,37.77183],[-122.42509,37.77189]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42509,37.77189],[-122.42528,37.7728]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42528,37.7728],[-122.42538,37.77323]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42538,37.77323],[-122.4255,37.77372]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4255,37.77372],[-122.4256,37.77413]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4256,37.77413],[-122.42572,37.77464]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42572,37.77464],[-122.42582,37.77504]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42482,37.77095],[-122.425081,37.77183]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42582,37.77504],[-122.42595,37.77555]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42595,37.77555],[-122.426061,37.77603]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.426061,37.77603],[-122.42617,37.77645]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42617,37.77645],[-122.42628,37.77695]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42628,37.77695],[-122.42637,37.77745]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42637,37.77745],[-122.42644,37.77786]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42644,37.77786],[-122.426511,37.7783]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.426511,37.7783],[-122.426601,37.77882]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.426601,37.77882],[-122.42667,37.77926]]}},
{"type":"Feature","properties":{"NAME":"Larch","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.420681,37.78253],[-122.42219,37.78234]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41626,37.77749],[-122.416311,37.77774]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416311,37.77774],[-122.41652,37.77872]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41652,37.77872],[-122.41689,37.78052]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41689,37.78052],[-122.417101,37.78153]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417101,37.78153],[-122.417291,37.78243]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417291,37.78243],[-122.41748,37.78334]]}},
{"type":"Feature","properties":{"NAME":"Laussat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42681,37.77202],[-122.42849,37.77182]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4132,37.77984],[-122.41358,37.78093]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41377,37.78194],[-122.41393,37.78283]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41393,37.78283],[-122.41412,37.78384]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41358,37.78093],[-122.41377,37.78194]]}},
{"type":"Feature","properties":{"NAME":"Lily","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42098,37.77473],[-122.42209,37.77464]]}},
{"type":"Feature","properties":{"NAME":"Lily","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42209,37.77464],[-122.42228,37.77463]]}},
{"type":"Feature","properties":{"NAME":"Lily","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.77463],[-122.42361,37.77446]]}},
{"type":"Feature","properties":{"NAME":"Lily","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42361,37.77446],[-122.42402,37.7744]]}},
{"type":"Feature","properties":{"NAME":"Lily","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42402,37.7744],[-122.4256,37.77413]]}},
{"type":"Feature","properties":{"NAME":"Lily","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4256,37.77413],[-122.42717,37.77396]]}},
{"type":"Feature","properties":{"NAME":"Lily","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42717,37.77396],[-122.428481,37.77383]]}},
{"type":"Feature","properties":{"NAME":"Linden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42133,37.77671],[-122.42264,37.77652]]}},
{"type":"Feature","properties":{"NAME":"Linden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42264,37.77652],[-122.42361,37.77638]]}},
{"type":"Feature","properties":{"NAME":"Linden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42361,37.77638],[-122.4243,37.77628]]}},
{"type":"Feature","properties":{"NAME":"Linden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4243,37.77628],[-122.426061,37.77603]]}},
{"type":"Feature","properties":{"NAME":"Linden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.426061,37.77603],[-122.42754,37.77582]]}},
{"type":"Feature","properties":{"NAME":"Linden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42754,37.77582],[-122.42913,37.77561]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40918,37.78443],[-122.40936,37.78534]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40936,37.78534],[-122.40955,37.7863]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40955,37.7863],[-122.409671,37.78693]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409671,37.78693],[-122.40973,37.78724]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40973,37.78724],[-122.40979,37.78753]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40979,37.78753],[-122.40991,37.78818]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40898,37.78343],[-122.40918,37.78443]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40991,37.78818],[-122.4101,37.78913]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40898,37.78343],[-122.40895,37.7832]]}},
{"type":"Feature","properties":{"NAME":"Mcallister","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41178,37.78093],[-122.41198,37.78113]]}},
{"type":"Feature","properties":{"NAME":"Mcallister","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41198,37.78113],[-122.41304,37.781]]}},
{"type":"Feature","properties":{"NAME":"Mcallister","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41358,37.78093],[-122.414511,37.78082]]}},
{"type":"Feature","properties":{"NAME":"Mcallister","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414511,37.78082],[-122.4152,37.78074]]}},
{"type":"Feature","properties":{"NAME":"Mcallister","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4152,37.78074],[-122.41618,37.78061]]}},
{"type":"Feature","properties":{"NAME":"Mcallister","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41618,37.78061],[-122.41689,37.78052]]}},
{"type":"Feature","properties":{"NAME":"Mcallister","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41689,37.78052],[-122.41848,37.78032]]}},
{"type":"Feature","properties":{"NAME":"Mcallister","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41848,37.78032],[-122.42018,37.7801]]}},
{"type":"Feature","properties":{"NAME":"Mcallister","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41304,37.781],[-122.41358,37.78093]]}},
{"type":"Feature","properties":{"NAME":"Mcallister","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42018,37.7801],[-122.42188,37.77988]]}},
{"type":"Feature","properties":{"NAME":"Mcallister","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42188,37.77988],[-122.42331,37.77969]]}},
{"type":"Feature","properties":{"NAME":"Mcallister","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42331,37.77969],[-122.42498,37.77948]]}},
{"type":"Feature","properties":{"NAME":"Mcallister","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42498,37.77948],[-122.42667,37.77926]]}},
{"type":"Feature","properties":{"NAME":"Oak","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41924,37.77554],[-122.42107,37.77523]]}},
{"type":"Feature","properties":{"NAME":"Oak","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42107,37.77523],[-122.42236,37.77502]]}},
{"type":"Feature","properties":{"NAME":"Oak","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42236,37.77502],[-122.42388,37.77488]]}},
{"type":"Feature","properties":{"NAME":"Oak","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42388,37.77488],[-122.42413,37.77484]]}},
{"type":"Feature","properties":{"NAME":"Oak","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42413,37.77484],[-122.42572,37.77464]]}},
{"type":"Feature","properties":{"NAME":"Oak","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42572,37.77464],[-122.42726,37.77442]]}},
{"type":"Feature","properties":{"NAME":"Oak","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42726,37.77442],[-122.429,37.77418]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42358,37.77303],[-122.423731,37.77353]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.423731,37.77353],[-122.42388,37.77393]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42388,37.77393],[-122.42402,37.7744]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.423381,37.77193],[-122.42342,37.77215]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42402,37.7744],[-122.42413,37.77484]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42413,37.77484],[-122.42415,37.7751]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42415,37.7751],[-122.42417,37.77534]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42417,37.77534],[-122.424191,37.77578]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.424191,37.77578],[-122.4243,37.77628]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4243,37.77628],[-122.42438,37.77669]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42342,37.77215],[-122.42358,37.77303]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42438,37.77669],[-122.42449,37.7772]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42449,37.7772],[-122.4246,37.77768]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4246,37.77768],[-122.42469,37.77813]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42469,37.77813],[-122.42479,37.77856]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42479,37.77856],[-122.42488,37.77902]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42488,37.77902],[-122.42498,37.77948]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42498,37.77948],[-122.4252,37.78049]]}},
{"type":"Feature","properties":{"NAME":"Ofarrell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40623,37.78673],[-122.40794,37.78651]]}},
{"type":"Feature","properties":{"NAME":"Ofarrell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40794,37.78651],[-122.40877,37.7864]]}},
{"type":"Feature","properties":{"NAME":"Ofarrell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40877,37.7864],[-122.40918,37.78635]]}},
{"type":"Feature","properties":{"NAME":"Ofarrell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40918,37.78635],[-122.40955,37.7863]]}},
{"type":"Feature","properties":{"NAME":"Ofarrell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40955,37.7863],[-122.41124,37.78608]]}},
{"type":"Feature","properties":{"NAME":"Ofarrell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41124,37.78608],[-122.412091,37.78597]]}},
{"type":"Feature","properties":{"NAME":"Ofarrell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.412091,37.78597],[-122.41288,37.78587]]}},
{"type":"Feature","properties":{"NAME":"Ofarrell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41288,37.78587],[-122.41457,37.78565]]}},
{"type":"Feature","properties":{"NAME":"Page","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42192,37.77425],[-122.42341,37.77404]]}},
{"type":"Feature","properties":{"NAME":"Page","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42341,37.77404],[-122.42388,37.77393]]}},
{"type":"Feature","properties":{"NAME":"Page","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42388,37.77393],[-122.4255,37.77372]]}},
{"type":"Feature","properties":{"NAME":"Page","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4255,37.77372],[-122.42708,37.77351]]}},
{"type":"Feature","properties":{"NAME":"Page","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42708,37.77351],[-122.42867,37.7733]]}},
{"type":"Feature","properties":{"NAME":"Page","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42192,37.77425],[-122.420871,37.77434]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4175,37.77654],[-122.41778,37.77663]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41778,37.77663],[-122.41797,37.77752]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41797,37.77752],[-122.41808,37.77803]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41808,37.77803],[-122.418181,37.77851]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41848,37.78032],[-122.4186,37.78084]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4186,37.78084],[-122.418721,37.78133]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418721,37.78133],[-122.418811,37.78173]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418811,37.78173],[-122.41893,37.78223]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41893,37.78223],[-122.41914,37.78313]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4083,37.78837],[-122.40991,37.78818]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40991,37.78818],[-122.41168,37.78799]]}},
{"type":"Feature","properties":{"NAME":"Powell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40758,37.78463],[-122.40775,37.78554]]}},
{"type":"Feature","properties":{"NAME":"Powell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40775,37.78554],[-122.40794,37.78651]]}},
{"type":"Feature","properties":{"NAME":"Powell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40794,37.78651],[-122.40812,37.78743]]}},
{"type":"Feature","properties":{"NAME":"Redwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4186,37.78084],[-122.42029,37.78063]]}},
{"type":"Feature","properties":{"NAME":"Redwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42145,37.78049],[-122.42198,37.78043]]}},
{"type":"Feature","properties":{"NAME":"Rose","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42327,37.77355],[-122.423731,37.77353]]}},
{"type":"Feature","properties":{"NAME":"Rose","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4217,37.77375],[-122.42327,37.77355]]}},
{"type":"Feature","properties":{"NAME":"Rose","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.423731,37.77353],[-122.42538,37.77323]]}},
{"type":"Feature","properties":{"NAME":"Rose","SPEED_MPH":10},"geometry":{"type":"LineString","coordinates":[[-122.42863,37.77279],[-122.42699,37.77306]]}},
{"type":"Feature","properties":{"NAME":"Rose","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4217,37.77375],[-122.42097,37.77379]]}},
{"type":"Feature","properties":{"NAME":"Shannon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412091,37.78597],[-122.412281,37.78693]]}},
{"type":"Feature","properties":{"NAME":"Shannon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412281,37.78693],[-122.41241,37.78751]]}},
{"type":"Feature","properties":{"NAME":"Shannon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41241,37.78751],[-122.4125,37.78786]]}},
{"type":"Feature","properties":{"NAME":"Stockton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40598,37.78563],[-122.406011,37.78575]]}},
{"type":"Feature","properties":{"NAME":"Stockton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.406011,37.78575],[-122.40623,37.78673]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41038,37.78213],[-122.41044,37.78234]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41068,37.78323],[-122.41087,37.78416]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41087,37.78416],[-122.41088,37.78423]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41088,37.78423],[-122.41106,37.78513]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41106,37.78513],[-122.41124,37.78608]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41124,37.78608],[-122.41142,37.78703]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41044,37.78234],[-122.41068,37.78323]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41142,37.78703],[-122.41148,37.78733]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41148,37.78733],[-122.41161,37.78773]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41161,37.78773],[-122.41168,37.78799]]}},
{"type":"Feature","properties":{"NAME":"Turk","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42058,37.78203],[-122.422131,37.78185]]}},
{"type":"Feature","properties":{"NAME":"Turk","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40898,37.78343],[-122.41068,37.78323]]}},
{"type":"Feature","properties":{"NAME":"Turk","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41068,37.78323],[-122.412281,37.78303]]}},
{"type":"Feature","properties":{"NAME":"Turk","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.412281,37.78303],[-122.413,37.78294]]}},
{"type":"Feature","properties":{"NAME":"Turk","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.413,37.78294],[-122.41393,37.78283]]}},
{"type":"Feature","properties":{"NAME":"Turk","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41393,37.78283],[-122.41563,37.78263]]}},
{"type":"Feature","properties":{"NAME":"Turk","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41563,37.78263],[-122.41699,37.78247]]}},
{"type":"Feature","properties":{"NAME":"Turk","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41699,37.78247],[-122.417291,37.78243]]}},
{"type":"Feature","properties":{"NAME":"Turk","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.417291,37.78243],[-122.41893,37.78223]]}},
{"type":"Feature","properties":{"NAME":"Turk","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41893,37.78223],[-122.42058,37.78203]]}},
{"type":"Feature","properties":{"NAME":"Turk","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.422131,37.78185],[-122.42372,37.78155]]}},
{"type":"Feature","properties":{"NAME":"Waller","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42342,37.77215],[-122.42509,37.77189]]}},
{"type":"Feature","properties":{"NAME":"Waller","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42676,37.77162],[-122.42841,37.7714]]}},
{"type":"Feature","properties":{"NAME":"Banneker","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42888,37.77794],[-122.42878,37.77714]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.420771,37.77396],[-122.42026,37.7744]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42026,37.7744],[-122.419981,37.77463]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42097,37.77379],[-122.420771,37.77396]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42128,37.77353],[-122.42097,37.77379]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.423561,37.77179],[-122.423381,37.77193]]}},
{"type":"Feature","properties":{"NAME":"Turk","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40898,37.78343],[-122.408611,37.78348]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40436,37.78682],[-122.40468,37.78693]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40644,37.78764],[-122.40812,37.78743]]}},
{"type":"Feature","properties":{"NAME":"Ofarrell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40468,37.78693],[-122.405191,37.78686]]}},
{"type":"Feature","properties":{"NAME":"Ofarrell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.405191,37.78686],[-122.40623,37.78673]]}},
{"type":"Feature","properties":{"NAME":"Powell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40812,37.78743],[-122.4083,37.78837]]}},
{"type":"Feature","properties":{"NAME":"Powell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4083,37.78837],[-122.40848,37.78933]]}},
{"type":"Feature","properties":{"NAME":"Stockton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40623,37.78673],[-122.40644,37.78764]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40848,37.78933],[-122.4101,37.78913]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4101,37.78913],[-122.411011,37.78903]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.411011,37.78903],[-122.41184,37.78893]]}},
{"type":"Feature","properties":{"NAME":"Eddy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42394,37.78251],[-122.427231,37.78208]]}},
{"type":"Feature","properties":{"NAME":"Eddy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41412,37.78384],[-122.41511,37.78367]]}},
{"type":"Feature","properties":{"NAME":"Eddy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41511,37.78367],[-122.41583,37.78354]]}},
{"type":"Feature","properties":{"NAME":"Eddy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41583,37.78354],[-122.41748,37.78334]]}},
{"type":"Feature","properties":{"NAME":"Eddy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41748,37.78334],[-122.41914,37.78313]]}},
{"type":"Feature","properties":{"NAME":"Eddy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41914,37.78313],[-122.4208,37.78298]]}},
{"type":"Feature","properties":{"NAME":"Eddy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4208,37.78298],[-122.42223,37.78274]]}},
{"type":"Feature","properties":{"NAME":"Eddy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42223,37.78274],[-122.42394,37.78251]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.413081,37.78683],[-122.41476,37.78662]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41168,37.78799],[-122.412181,37.78793]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412181,37.78793],[-122.4125,37.78786]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4125,37.78786],[-122.41276,37.78781]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41276,37.78781],[-122.41328,37.78773]]}},
{"type":"Feature","properties":{"NAME":"Fulton","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42799,37.77808],[-122.42888,37.77794]]}},
{"type":"Feature","properties":{"NAME":"Mcallister","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42667,37.77926],[-122.42819,37.77907]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.42314,37.77311],[-122.42327,37.77355]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.42327,37.77355],[-122.42341,37.77404]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.42341,37.77404],[-122.42361,37.77446]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.42361,37.77446],[-122.42388,37.77488]]}},
{"type":"Feature","properties":{"NAME":"Golden Gate","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42039,37.78113],[-122.422031,37.78093]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.41924,37.77554],[-122.419351,37.77603]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.41919,37.77524],[-122.41924,37.77554]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.41942,37.77641],[-122.419611,37.77731]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.419351,37.77603],[-122.41942,37.77641]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.419611,37.77731],[-122.41974,37.77793]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.41974,37.77793],[-122.41981,37.7783]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.41981,37.7783],[-122.42018,37.7801]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.42018,37.7801],[-122.42029,37.78063]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.42029,37.78063],[-122.42039,37.78113]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.42039,37.78113],[-122.420501,37.78163]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.420501,37.78163],[-122.42058,37.78203]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.42058,37.78203],[-122.420681,37.78253]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.420681,37.78253],[-122.4208,37.78298]]}},
{"type":"Feature","properties":{"NAME":"Haight","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42128,37.77353],[-122.42153,37.77336]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.408611,37.78348],[-122.408781,37.78333]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41173,37.78098],[-122.41178,37.78093]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41919,37.77524],[-122.419981,37.77463]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42387,37.77153],[-122.4239,37.7715]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41018,37.78223],[-122.41038,37.78213]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41038,37.78213],[-122.41173,37.78098]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41178,37.78093],[-122.4124,37.78045]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4124,37.78045],[-122.4132,37.77984]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4132,37.77984],[-122.41473,37.77866]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41473,37.77866],[-122.41626,37.77749]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41626,37.77749],[-122.4175,37.77654]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4175,37.77654],[-122.41868,37.77563]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41868,37.77563],[-122.41919,37.77524]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42128,37.77353],[-122.42151,37.77332]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42151,37.77332],[-122.42228,37.77263]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.77263],[-122.42285,37.77226]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42285,37.77226],[-122.423381,37.77193]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.423561,37.77179],[-122.42387,37.77153]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4239,37.7715],[-122.4245,37.77102]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4245,37.77102],[-122.42477,37.77079]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42477,37.77079],[-122.42602,37.76977]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40436,37.78682],[-122.40569,37.78584]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40569,37.78584],[-122.40598,37.78563]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40598,37.78563],[-122.40748,37.78443]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40748,37.78443],[-122.407981,37.78403]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.407981,37.78403],[-122.408611,37.78348]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.408781,37.78333],[-122.40895,37.7832]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40895,37.7832],[-122.40998,37.78239]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40998,37.78239],[-122.41018,37.78223]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41548,37.77483],[-122.41534,37.77483]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4025,37.76604],[-122.402611,37.76617]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40427,37.76812],[-122.40469,37.76855]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402611,37.76617],[-122.4036,37.76732]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4036,37.76732],[-122.40378,37.76753]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40911,37.76982],[-122.41042,37.76922]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.41766,37.76933],[-122.41838,37.76993]]}},
{"type":"Feature","properties":{"NAME":"Rhode Island","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402881,37.76993],[-122.402871,37.76998]]}},
{"type":"Feature","properties":{"NAME":"Opera","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402881,37.78643],[-122.402241,37.786]]}},
{"type":"Feature","properties":{"NAME":"Panton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.406181,37.77537],[-122.40648,37.77523]]}},
{"type":"Feature","properties":{"NAME":"Pink","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42368,37.77063],[-122.42408,37.77063]]}},
{"type":"Feature","properties":{"NAME":"Duboce","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42008,37.77013],[-122.4209,37.77008]]}},
{"type":"Feature","properties":{"NAME":"Duboce","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.77],[-122.4228,37.76996]]}},
{"type":"Feature","properties":{"NAME":"Duboce","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4228,37.76996],[-122.4235,37.76992]]}},
{"type":"Feature","properties":{"NAME":"Duboce","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4235,37.76992],[-122.42438,37.76987]]}},
{"type":"Feature","properties":{"NAME":"Duboce","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42438,37.76987],[-122.42602,37.76977]]}},
{"type":"Feature","properties":{"NAME":"Duboce","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4209,37.77008],[-122.421501,37.77004]]}},
{"type":"Feature","properties":{"NAME":"Duboce","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.421501,37.77004],[-122.42228,37.77]]}},
{"type":"Feature","properties":{"NAME":"Julian","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42119,37.76826],[-122.42098,37.7666]]}},
{"type":"Feature","properties":{"NAME":"Julian","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42098,37.7666],[-122.42088,37.76504]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.407981,37.76926],[-122.40793,37.76874]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.407891,37.76836],[-122.40777,37.76715]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40777,37.76715],[-122.40763,37.76578]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40793,37.76874],[-122.407891,37.76836]]}},
{"type":"Feature","properties":{"NAME":"Ramona","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.425081,37.76803],[-122.42498,37.76716]]}},
{"type":"Feature","properties":{"NAME":"Ramona","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42498,37.76716],[-122.424901,37.76636]]}},
{"type":"Feature","properties":{"NAME":"San Bruno","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40588,37.76841],[-122.40587,37.7677]]}},
{"type":"Feature","properties":{"NAME":"San Bruno","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40588,37.76853],[-122.40588,37.76841]]}},
{"type":"Feature","properties":{"NAME":"San Bruno","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40587,37.7677],[-122.40581,37.76723]]}},
{"type":"Feature","properties":{"NAME":"San Bruno","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40617,37.76954],[-122.40588,37.76853]]}},
{"type":"Feature","properties":{"NAME":"San Bruno","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40581,37.76723],[-122.40566,37.76588]]}},
{"type":"Feature","properties":{"NAME":"San Bruno","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40566,37.76588],[-122.40552,37.76466]]}},
{"type":"Feature","properties":{"NAME":"Treat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41235,37.76813],[-122.4125,37.76761]]}},
{"type":"Feature","properties":{"NAME":"Treat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4125,37.76761],[-122.412711,37.76682]]}},
{"type":"Feature","properties":{"NAME":"Treat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412711,37.76682],[-122.413081,37.7655]]}},
{"type":"Feature","properties":{"NAME":"Treat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41178,37.76863],[-122.41235,37.76813]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41768,37.76987],[-122.41766,37.76933]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41766,37.76933],[-122.417641,37.76848]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.417641,37.76848],[-122.41761,37.76683]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41761,37.76683],[-122.41758,37.76573]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41758,37.76573],[-122.41751,37.76523]]}},
{"type":"Feature","properties":{"NAME":"Chase","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41958,37.77303],[-122.41978,37.77283]]}},
{"type":"Feature","properties":{"NAME":"Holland","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40378,37.78343],[-122.40308,37.78283]]}},
{"type":"Feature","properties":{"NAME":"Mclea","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40828,37.77223],[-122.4089,37.7717]]}},
{"type":"Feature","properties":{"NAME":"Gallagher","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40298,37.78213],[-122.40247,37.78182]]}},
{"type":"Feature","properties":{"NAME":"Clinton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421581,37.76933],[-122.42228,37.76927]]}},
{"type":"Feature","properties":{"NAME":"Clinton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.76927],[-122.42431,37.76911]]}},
{"type":"Feature","properties":{"NAME":"Clinton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42431,37.76911],[-122.42548,37.76902]]}},
{"type":"Feature","properties":{"NAME":"Clinton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42548,37.76902],[-122.42655,37.76894]]}},
{"type":"Feature","properties":{"NAME":"Elgin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42299,37.77158],[-122.4228,37.76996]]}},
{"type":"Feature","properties":{"NAME":"Berwick","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40828,37.77483],[-122.40775,37.7744]]}},
{"type":"Feature","properties":{"NAME":"Boardman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40204,37.77399],[-122.40338,37.77513]]}},
{"type":"Feature","properties":{"NAME":"Brush","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40818,37.77553],[-122.408681,37.77523]]}},
{"type":"Feature","properties":{"NAME":"Burns","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414591,37.77232],[-122.41508,37.77183]]}},
{"type":"Feature","properties":{"NAME":"Butte","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4023,37.77374],[-122.40175,37.77335]]}},
{"type":"Feature","properties":{"NAME":"Butte","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40175,37.77335],[-122.40158,37.77323]]}},
{"type":"Feature","properties":{"NAME":"Colusa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419881,37.77323],[-122.41958,37.77303]]}},
{"type":"Feature","properties":{"NAME":"Rosemont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42548,37.76902],[-122.4253,37.76802]]}},
{"type":"Feature","properties":{"NAME":"10Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41645,37.77569],[-122.41588,37.77523]]}},
{"type":"Feature","properties":{"NAME":"10Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41428,37.77403],[-122.41448,37.77413]]}},
{"type":"Feature","properties":{"NAME":"10Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.416931,37.77608],[-122.41645,37.77569]]}},
{"type":"Feature","properties":{"NAME":"10Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4175,37.77654],[-122.416931,37.77608]]}},
{"type":"Feature","properties":{"NAME":"10Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41588,37.77523],[-122.41534,37.77483]]}},
{"type":"Feature","properties":{"NAME":"10Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41488,37.77445],[-122.41534,37.77483]]}},
{"type":"Feature","properties":{"NAME":"10Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41448,37.77413],[-122.41488,37.77445]]}},
{"type":"Feature","properties":{"NAME":"10Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41428,37.77403],[-122.41384,37.77367]]}},
{"type":"Feature","properties":{"NAME":"10Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41384,37.77367],[-122.41269,37.77273]]}},
{"type":"Feature","properties":{"NAME":"10Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41269,37.77273],[-122.4118,37.77201]]}},
{"type":"Feature","properties":{"NAME":"10Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4118,37.77201],[-122.41131,37.77161]]}},
{"type":"Feature","properties":{"NAME":"10Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41131,37.77161],[-122.40974,37.77033]]}},
{"type":"Feature","properties":{"NAME":"10Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40974,37.77033],[-122.40911,37.76982]]}},
{"type":"Feature","properties":{"NAME":"10Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40911,37.76982],[-122.40836,37.76921]]}},
{"type":"Feature","properties":{"NAME":"11Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41868,37.77563],[-122.417471,37.77468]]}},
{"type":"Feature","properties":{"NAME":"11Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41708,37.77433],[-122.416581,37.77393]]}},
{"type":"Feature","properties":{"NAME":"11Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416581,37.77393],[-122.416031,37.77348]]}},
{"type":"Feature","properties":{"NAME":"11Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416031,37.77348],[-122.41547,37.77303]]}},
{"type":"Feature","properties":{"NAME":"11Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41547,37.77303],[-122.41498,37.77263]]}},
{"type":"Feature","properties":{"NAME":"11Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41498,37.77263],[-122.414591,37.77232]]}},
{"type":"Feature","properties":{"NAME":"11Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414591,37.77232],[-122.41388,37.77175]]}},
{"type":"Feature","properties":{"NAME":"11Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41388,37.77175],[-122.41248,37.77063]]}},
{"type":"Feature","properties":{"NAME":"11Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41248,37.77063],[-122.411011,37.76952]]}},
{"type":"Feature","properties":{"NAME":"11Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.411011,37.76952],[-122.41081,37.76926]]}},
{"type":"Feature","properties":{"NAME":"11Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417471,37.77468],[-122.41708,37.77433]]}},
{"type":"Feature","properties":{"NAME":"12Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418281,37.77233],[-122.4173,37.77191]]}},
{"type":"Feature","properties":{"NAME":"12Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4173,37.77191],[-122.41668,37.77164]]}},
{"type":"Feature","properties":{"NAME":"12Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41958,37.77383],[-122.42026,37.7744]]}},
{"type":"Feature","properties":{"NAME":"12Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41668,37.77164],[-122.41597,37.77134]]}},
{"type":"Feature","properties":{"NAME":"12Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41597,37.77134],[-122.41492,37.77089]]}},
{"type":"Feature","properties":{"NAME":"12Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41958,37.77383],[-122.41858,37.77323]]}},
{"type":"Feature","properties":{"NAME":"12Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41492,37.77089],[-122.41437,37.77066]]}},
{"type":"Feature","properties":{"NAME":"12Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41437,37.77066],[-122.41364,37.77035]]}},
{"type":"Feature","properties":{"NAME":"12Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41364,37.77035],[-122.41288,37.77003]]}},
{"type":"Feature","properties":{"NAME":"13Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419881,37.77033],[-122.41996,37.77036]]}},
{"type":"Feature","properties":{"NAME":"13Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.411011,37.76952],[-122.41323,37.7696]]}},
{"type":"Feature","properties":{"NAME":"13Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41536,37.76978],[-122.41659,37.76977]]}},
{"type":"Feature","properties":{"NAME":"13Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41323,37.7696],[-122.41414,37.76968]]}},
{"type":"Feature","properties":{"NAME":"13Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41414,37.76968],[-122.41475,37.76971]]}},
{"type":"Feature","properties":{"NAME":"13Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41776,37.76997],[-122.41659,37.76977]]}},
{"type":"Feature","properties":{"NAME":"13Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41776,37.76997],[-122.419881,37.77033]]}},
{"type":"Feature","properties":{"NAME":"13Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41475,37.76971],[-122.41536,37.76978]]}},
{"type":"Feature","properties":{"NAME":"14Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41348,37.76873],[-122.41437,37.76867]]}},
{"type":"Feature","properties":{"NAME":"14Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41536,37.76862],[-122.41668,37.76854]]}},
{"type":"Feature","properties":{"NAME":"14Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41668,37.76854],[-122.417641,37.76848]]}},
{"type":"Feature","properties":{"NAME":"14Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417641,37.76848],[-122.41848,37.76843]]}},
{"type":"Feature","properties":{"NAME":"14Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41848,37.76843],[-122.41928,37.76838]]}},
{"type":"Feature","properties":{"NAME":"14Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41928,37.76838],[-122.41995,37.76834]]}},
{"type":"Feature","properties":{"NAME":"14Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41995,37.76834],[-122.420681,37.7683]]}},
{"type":"Feature","properties":{"NAME":"14Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.420681,37.7683],[-122.42119,37.76826]]}},
{"type":"Feature","properties":{"NAME":"14Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42119,37.76826],[-122.421401,37.76825]]}},
{"type":"Feature","properties":{"NAME":"14Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421401,37.76825],[-122.42228,37.7682]]}},
{"type":"Feature","properties":{"NAME":"14Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.7682],[-122.4242,37.76808]]}},
{"type":"Feature","properties":{"NAME":"14Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4242,37.76808],[-122.425081,37.76803]]}},
{"type":"Feature","properties":{"NAME":"14Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.425081,37.76803],[-122.4253,37.76802]]}},
{"type":"Feature","properties":{"NAME":"14Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4253,37.76802],[-122.42646,37.76795]]}},
{"type":"Feature","properties":{"NAME":"14Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41437,37.76867],[-122.41536,37.76862]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4036,37.76732],[-122.403761,37.76731]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41068,37.76683],[-122.41159,37.76672]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40185,37.76739],[-122.402701,37.76736]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41252,37.76686],[-122.412711,37.76682]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412711,37.76682],[-122.41323,37.76673]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41328,37.76713],[-122.41533,37.76699]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41533,37.76699],[-122.416581,37.7669]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416581,37.7669],[-122.41761,37.76683]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41761,37.76683],[-122.418281,37.76679]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418281,37.76679],[-122.41868,37.76673]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41868,37.76673],[-122.41918,37.76668]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41918,37.76668],[-122.41982,37.76663]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41982,37.76663],[-122.42048,37.76663]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42048,37.76663],[-122.42098,37.7666]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42098,37.7666],[-122.42148,37.76657]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42148,37.76657],[-122.42208,37.76653]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42208,37.76653],[-122.42288,37.76648]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42288,37.76648],[-122.42404,37.76642]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42404,37.76642],[-122.424901,37.76636]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.424901,37.76636],[-122.426331,37.76629]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.426331,37.76629],[-122.42748,37.76623]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402701,37.76736],[-122.4036,37.76732]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.403761,37.76731],[-122.40459,37.76728]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40459,37.76728],[-122.40487,37.76727]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40487,37.76727],[-122.405291,37.76725]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.405291,37.76725],[-122.40581,37.76723]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40581,37.76723],[-122.40668,37.7672]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40668,37.7672],[-122.40777,37.76715]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40777,37.76715],[-122.40838,37.76713]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4025,37.76604],[-122.402611,37.76604]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40074,37.76613],[-122.40173,37.76608]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40173,37.76608],[-122.4025,37.76604]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.402611,37.76604],[-122.40363,37.76599]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40363,37.76599],[-122.404481,37.76594]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.404481,37.76594],[-122.405,37.76592]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.405,37.76592],[-122.40566,37.76588]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40566,37.76588],[-122.40658,37.76584]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40658,37.76584],[-122.40763,37.76578]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40569,37.78584],[-122.40512,37.78538]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40408,37.78454],[-122.40356,37.78412]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40356,37.78412],[-122.40308,37.78373]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40308,37.78373],[-122.40253,37.78329]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40512,37.78538],[-122.40461,37.78497]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40253,37.78329],[-122.40158,37.78253]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40158,37.78253],[-122.40102,37.78207]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40461,37.78497],[-122.40408,37.78454]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.406371,37.78273],[-122.40588,37.78233]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40588,37.78233],[-122.405381,37.78193]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.405381,37.78193],[-122.404831,37.78149]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.407981,37.78403],[-122.40742,37.78358]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.404831,37.78149],[-122.40432,37.78108]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.403861,37.78071],[-122.40336,37.78025]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40742,37.78358],[-122.40714,37.78336]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40687,37.78314],[-122.406371,37.78273]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40432,37.78108],[-122.403861,37.78071]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40714,37.78336],[-122.40687,37.78314]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41018,37.78223],[-122.40966,37.78181]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.408611,37.78097],[-122.40812,37.78056]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40812,37.78056],[-122.407621,37.78016]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.407621,37.78016],[-122.40711,37.77975]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40711,37.77975],[-122.40658,37.77933]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40658,37.77933],[-122.40608,37.77893]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40608,37.77893],[-122.405561,37.7785]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40966,37.78181],[-122.4092,37.78144]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4092,37.78144],[-122.408611,37.78097]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40633,37.77549],[-122.406181,37.77537]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4124,37.78045],[-122.4119,37.78004]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41086,37.77919],[-122.41035,37.77877]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41035,37.77877],[-122.4099,37.77841]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4099,37.77841],[-122.409401,37.778]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.409401,37.778],[-122.40783,37.77672]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40783,37.77672],[-122.40754,37.77649]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4119,37.78004],[-122.41139,37.77962]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40754,37.77649],[-122.407261,37.77626]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.407261,37.77626],[-122.40633,37.77549]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.406181,37.77537],[-122.40479,37.77424]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40479,37.77424],[-122.40318,37.77293]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40318,37.77293],[-122.40172,37.77178]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41139,37.77962],[-122.41086,37.77919]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40694,37.77255],[-122.40626,37.77202]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41164,37.7763],[-122.41094,37.77576]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41473,37.77866],[-122.41423,37.77828]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41311,37.77742],[-122.41258,37.77701]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41258,37.77701],[-122.41212,37.77666]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41212,37.77666],[-122.41164,37.7763]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41094,37.77576],[-122.41051,37.77543]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41051,37.77543],[-122.40998,37.77503]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40998,37.77503],[-122.40948,37.77453]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40948,37.77453],[-122.40898,37.77413]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40898,37.77413],[-122.40847,37.77374]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40847,37.77374],[-122.40694,37.77255]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40626,37.77202],[-122.40531,37.77128]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41423,37.77828],[-122.41311,37.77742]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40531,37.77128],[-122.40382,37.77011]]}},
{"type":"Feature","properties":{"NAME":"9Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41368,37.77543],[-122.41324,37.77507]]}},
{"type":"Feature","properties":{"NAME":"9Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41626,37.77749],[-122.4153,37.77672]]}},
{"type":"Feature","properties":{"NAME":"9Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41465,37.7762],[-122.41413,37.77579]]}},
{"type":"Feature","properties":{"NAME":"9Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41413,37.77579],[-122.41368,37.77543]]}},
{"type":"Feature","properties":{"NAME":"9Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41324,37.77507],[-122.412541,37.77456]]}},
{"type":"Feature","properties":{"NAME":"9Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412541,37.77456],[-122.41208,37.77423]]}},
{"type":"Feature","properties":{"NAME":"9Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41208,37.77423],[-122.411471,37.77374]]}},
{"type":"Feature","properties":{"NAME":"9Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.411471,37.77374],[-122.41096,37.77334]]}},
{"type":"Feature","properties":{"NAME":"9Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41096,37.77334],[-122.410581,37.77303]]}},
{"type":"Feature","properties":{"NAME":"9Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410581,37.77303],[-122.40998,37.77256]]}},
{"type":"Feature","properties":{"NAME":"9Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40998,37.77256],[-122.4089,37.7717]]}},
{"type":"Feature","properties":{"NAME":"9Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4089,37.7717],[-122.40845,37.77135]]}},
{"type":"Feature","properties":{"NAME":"9Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40845,37.77135],[-122.40687,37.7701]]}},
{"type":"Feature","properties":{"NAME":"9Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40687,37.7701],[-122.40617,37.76954]]}},
{"type":"Feature","properties":{"NAME":"9Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4153,37.77672],[-122.41465,37.7762]]}},
{"type":"Feature","properties":{"NAME":"Adair","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41758,37.76573],[-122.41859,37.76564]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4125,37.76761],[-122.41252,37.76686]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41252,37.76686],[-122.41241,37.76554]]}},
{"type":"Feature","properties":{"NAME":"Alameda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401981,37.76873],[-122.4028,37.76867]]}},
{"type":"Feature","properties":{"NAME":"Alameda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4028,37.76867],[-122.40388,37.7686]]}},
{"type":"Feature","properties":{"NAME":"Alameda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40388,37.7686],[-122.40469,37.76855]]}},
{"type":"Feature","properties":{"NAME":"Alameda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40469,37.76855],[-122.40498,37.76853]]}},
{"type":"Feature","properties":{"NAME":"Alameda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40498,37.76853],[-122.40561,37.76853]]}},
{"type":"Feature","properties":{"NAME":"Alameda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40561,37.76853],[-122.40588,37.76853]]}},
{"type":"Feature","properties":{"NAME":"Alameda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40588,37.76853],[-122.40678,37.76845]]}},
{"type":"Feature","properties":{"NAME":"Alameda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40678,37.76845],[-122.407891,37.76836]]}},
{"type":"Feature","properties":{"NAME":"Alameda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.407891,37.76836],[-122.408781,37.76829]]}},
{"type":"Feature","properties":{"NAME":"Alameda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408781,37.76829],[-122.4097,37.76821]]}},
{"type":"Feature","properties":{"NAME":"Alameda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4097,37.76821],[-122.41068,37.76813]]}},
{"type":"Feature","properties":{"NAME":"Alameda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41173,37.76812],[-122.41235,37.76813]]}},
{"type":"Feature","properties":{"NAME":"Alameda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41235,37.76813],[-122.41341,37.76814]]}},
{"type":"Feature","properties":{"NAME":"Albion","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42288,37.76648],[-122.42278,37.76493]]}},
{"type":"Feature","properties":{"NAME":"Bernice","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41414,37.76968],[-122.4142,37.76956]]}},
{"type":"Feature","properties":{"NAME":"Bernice","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41364,37.77035],[-122.41414,37.76968]]}},
{"type":"Feature","properties":{"NAME":"Brady","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42128,37.77353],[-122.420771,37.77313]]}},
{"type":"Feature","properties":{"NAME":"Brady","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.420771,37.77313],[-122.4204,37.77284]]}},
{"type":"Feature","properties":{"NAME":"Brady","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4204,37.77284],[-122.419981,37.77255]]}},
{"type":"Feature","properties":{"NAME":"Brady","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419981,37.77255],[-122.41968,37.77233]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40687,37.7701],[-122.407431,37.76968]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.407431,37.76968],[-122.407981,37.76926]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40088,37.77473],[-122.40146,37.77438]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40146,37.77438],[-122.401881,37.77413]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.401881,37.77413],[-122.40204,37.77399]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40204,37.77399],[-122.4023,37.77374]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4023,37.77374],[-122.402611,37.77345]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.402611,37.77345],[-122.40318,37.77293]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40318,37.77293],[-122.40387,37.7724]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40387,37.7724],[-122.40531,37.77128]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40531,37.77128],[-122.40576,37.77094]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40576,37.77094],[-122.40687,37.7701]]}},
{"type":"Feature","properties":{"NAME":"Brosnan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.76873],[-122.42425,37.76853]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40694,37.77255],[-122.40736,37.77221]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40736,37.77221],[-122.40845,37.77135]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40845,37.77135],[-122.409141,37.7708]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.409141,37.7708],[-122.40974,37.77033]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40974,37.77033],[-122.41081,37.76926]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41081,37.76926],[-122.41068,37.76893]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41068,37.76893],[-122.41068,37.76813]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41068,37.76813],[-122.41068,37.76683]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41068,37.76683],[-122.41054,37.76563]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40237,37.77593],[-122.402881,37.77553]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.402881,37.77553],[-122.40338,37.77513]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40338,37.77513],[-122.404131,37.77469]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40418,37.77473],[-122.40479,37.77424]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40479,37.77424],[-122.40524,37.77389]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40524,37.77389],[-122.406191,37.77314]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.406191,37.77314],[-122.40641,37.77296]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40641,37.77296],[-122.40669,37.77274]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40669,37.77274],[-122.40694,37.77255]]}},
{"type":"Feature","properties":{"NAME":"Caledonia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421681,37.76733],[-122.42148,37.76657]]}},
{"type":"Feature","properties":{"NAME":"Caledonia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42148,37.76657],[-122.42138,37.76573]]}},
{"type":"Feature","properties":{"NAME":"Caledonia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42138,37.76573],[-122.42134,37.76502]]}},
{"type":"Feature","properties":{"NAME":"Capp","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41868,37.76673],[-122.41859,37.76564]]}},
{"type":"Feature","properties":{"NAME":"Capp","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41859,37.76564],[-122.418551,37.76514]]}},
{"type":"Feature","properties":{"NAME":"Carolina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40087,37.76743],[-122.40074,37.76613]]}},
{"type":"Feature","properties":{"NAME":"Chesley","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40718,37.77493],[-122.40688,37.77463]]}},
{"type":"Feature","properties":{"NAME":"Clementina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41098,37.77503],[-122.41208,37.77423]]}},
{"type":"Feature","properties":{"NAME":"Clementina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40158,37.78253],[-122.40247,37.78182]]}},
{"type":"Feature","properties":{"NAME":"Clementina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40247,37.78182],[-122.403861,37.78071]]}},
{"type":"Feature","properties":{"NAME":"Clementina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.403861,37.78071],[-122.40608,37.77893]]}},
{"type":"Feature","properties":{"NAME":"Clementina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409681,37.77603],[-122.40997,37.77582]]}},
{"type":"Feature","properties":{"NAME":"Clementina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40997,37.77582],[-122.41051,37.77543]]}},
{"type":"Feature","properties":{"NAME":"Clementina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41051,37.77543],[-122.41078,37.77523]]}},
{"type":"Feature","properties":{"NAME":"Cleveland","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4064,37.77701],[-122.407261,37.77626]]}},
{"type":"Feature","properties":{"NAME":"Colton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419881,37.77323],[-122.4204,37.77284]]}},
{"type":"Feature","properties":{"NAME":"Colton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4204,37.77284],[-122.42108,37.77233]]}},
{"type":"Feature","properties":{"NAME":"Columbia Square","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40629,37.77793],[-122.40477,37.77672]]}},
{"type":"Feature","properties":{"NAME":"Converse","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40848,37.77293],[-122.40802,37.77264]]}},
{"type":"Feature","properties":{"NAME":"Converse","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40802,37.77264],[-122.40736,37.77221]]}},
{"type":"Feature","properties":{"NAME":"De Haro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40185,37.76739],[-122.40173,37.76608]]}},
{"type":"Feature","properties":{"NAME":"De Haro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40173,37.76608],[-122.4015,37.76489]]}},
{"type":"Feature","properties":{"NAME":"Decatur","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40641,37.77296],[-122.40568,37.77223]]}},
{"type":"Feature","properties":{"NAME":"Division","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40548,37.76973],[-122.40516,37.76972]]}},
{"type":"Feature","properties":{"NAME":"Division","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40548,37.76973],[-122.40617,37.76954]]}},
{"type":"Feature","properties":{"NAME":"Division","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40516,37.76972],[-122.40478,37.76973]]}},
{"type":"Feature","properties":{"NAME":"Division","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40418,37.76983],[-122.40478,37.76973]]}},
{"type":"Feature","properties":{"NAME":"Division","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40617,37.76954],[-122.40658,37.76943]]}},
{"type":"Feature","properties":{"NAME":"Division","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40658,37.76943],[-122.407981,37.76926]]}},
{"type":"Feature","properties":{"NAME":"Division","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.407981,37.76926],[-122.40836,37.76921]]}},
{"type":"Feature","properties":{"NAME":"Division","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40836,37.76921],[-122.40937,37.76909]]}},
{"type":"Feature","properties":{"NAME":"Division","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40937,37.76909],[-122.41068,37.76893]]}},
{"type":"Feature","properties":{"NAME":"Division","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41068,37.76893],[-122.41178,37.76863]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42646,37.76795],[-122.42638,37.76703]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42638,37.76703],[-122.426331,37.76629]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.426331,37.76629],[-122.42628,37.76573]]}},
{"type":"Feature","properties":{"NAME":"Dore","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41382,37.77463],[-122.412001,37.7733]]}},
{"type":"Feature","properties":{"NAME":"Dore","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412001,37.7733],[-122.41148,37.77293]]}},
{"type":"Feature","properties":{"NAME":"Dore","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4107,37.77205],[-122.409141,37.7708]]}},
{"type":"Feature","properties":{"NAME":"Dore","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409141,37.7708],[-122.407431,37.76968]]}},
{"type":"Feature","properties":{"NAME":"Erie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41537,37.76933],[-122.41766,37.76933]]}},
{"type":"Feature","properties":{"NAME":"Erie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41918,37.76903],[-122.41999,37.76893]]}},
{"type":"Feature","properties":{"NAME":"Florida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41178,37.76863],[-122.41173,37.76812]]}},
{"type":"Feature","properties":{"NAME":"Florida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41159,37.76672],[-122.41148,37.76558]]}},
{"type":"Feature","properties":{"NAME":"Florida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41173,37.76812],[-122.41159,37.76672]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.405561,37.7785],[-122.40607,37.7781]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40607,37.7781],[-122.40629,37.77793]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40629,37.77793],[-122.40668,37.77763]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40668,37.77763],[-122.406901,37.77745]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.406901,37.77745],[-122.40718,37.77723]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40718,37.77723],[-122.40783,37.77672]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40783,37.77672],[-122.408331,37.77633]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408331,37.77633],[-122.40886,37.77591]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40886,37.77591],[-122.40943,37.77546]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40943,37.77546],[-122.40998,37.77503]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40998,37.77503],[-122.411471,37.77374]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.411471,37.77374],[-122.412001,37.7733]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412001,37.7733],[-122.41269,37.77273]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41269,37.77273],[-122.413171,37.77234]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.413171,37.77234],[-122.41388,37.77175]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41388,37.77175],[-122.41432,37.77139]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41432,37.77139],[-122.41492,37.77089]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41492,37.77089],[-122.41536,37.76978]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41536,37.76978],[-122.41538,37.76966]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41538,37.76966],[-122.41537,37.76933]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41537,37.76933],[-122.41536,37.76862]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41536,37.76862],[-122.41533,37.76699]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41533,37.76699],[-122.4153,37.76539]]}},
{"type":"Feature","properties":{"NAME":"Gilbert","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40418,37.77473],[-122.404131,37.77469]]}},
{"type":"Feature","properties":{"NAME":"Gilbert","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.404131,37.77469],[-122.402611,37.77345]]}},
{"type":"Feature","properties":{"NAME":"Gilbert","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402611,37.77345],[-122.401981,37.77303]]}},
{"type":"Feature","properties":{"NAME":"Gordon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41038,37.77363],[-122.40948,37.77293]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42018,37.77193],[-122.42108,37.77233]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42125,37.77271],[-122.42151,37.77332]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42108,37.77233],[-122.42125,37.77271]]}},
{"type":"Feature","properties":{"NAME":"Grace","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41543,37.77559],[-122.414521,37.77482]]}},
{"type":"Feature","properties":{"NAME":"Grace","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414521,37.77482],[-122.41408,37.77443]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4245,37.77102],[-122.424461,37.77063]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42438,37.76987],[-122.42431,37.76911]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42431,37.76911],[-122.42425,37.76853]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42425,37.76853],[-122.4242,37.76808]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4242,37.76808],[-122.42404,37.76642]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.424461,37.77063],[-122.42438,37.76987]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42404,37.76642],[-122.42388,37.76483]]}},
{"type":"Feature","properties":{"NAME":"Hallam","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40886,37.77591],[-122.40818,37.77553]]}},
{"type":"Feature","properties":{"NAME":"Hallam","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40818,37.77553],[-122.40801,37.77539]]}},
{"type":"Feature","properties":{"NAME":"Hampshire","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408781,37.76829],[-122.40838,37.76713]]}},
{"type":"Feature","properties":{"NAME":"Harriet","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.407621,37.77936],[-122.40607,37.7781]]}},
{"type":"Feature","properties":{"NAME":"Harriet","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40607,37.7781],[-122.40456,37.77688]]}},
{"type":"Feature","properties":{"NAME":"Harriet","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40456,37.77688],[-122.40432,37.77669]]}},
{"type":"Feature","properties":{"NAME":"Harriet","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40432,37.77669],[-122.404031,37.77645]]}},
{"type":"Feature","properties":{"NAME":"Harriet","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.404031,37.77645],[-122.403501,37.77602]]}},
{"type":"Feature","properties":{"NAME":"Harriet","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.403501,37.77602],[-122.402881,37.77553]]}},
{"type":"Feature","properties":{"NAME":"Harriet","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402881,37.77553],[-122.40146,37.77438]]}},
{"type":"Feature","properties":{"NAME":"Harriet","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40146,37.77438],[-122.40078,37.77383]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40718,37.77493],[-122.406901,37.7751]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40405,37.77728],[-122.40456,37.77688]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40456,37.77688],[-122.40477,37.77672]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40477,37.77672],[-122.40544,37.77619]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40544,37.77619],[-122.40633,37.77549]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40633,37.77549],[-122.406551,37.77533]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40718,37.77493],[-122.40775,37.7744]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.406901,37.7751],[-122.406551,37.77533]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40775,37.7744],[-122.40795,37.77422]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40795,37.77422],[-122.40847,37.77374]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40847,37.77374],[-122.408871,37.77342]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.408871,37.77342],[-122.40948,37.77293]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40948,37.77293],[-122.40998,37.77256]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40998,37.77256],[-122.4107,37.77205]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4107,37.77205],[-122.41131,37.77161]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41131,37.77161],[-122.41185,37.77115]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41185,37.77115],[-122.41248,37.77063]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41248,37.77063],[-122.412711,37.77028]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.412711,37.77028],[-122.41288,37.77003]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41288,37.77003],[-122.41323,37.7696]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41323,37.7696],[-122.41329,37.76948]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41329,37.76948],[-122.41348,37.76873]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41348,37.76873],[-122.41341,37.76814]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41341,37.76814],[-122.41328,37.76713]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41328,37.76713],[-122.41323,37.76673]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41323,37.76673],[-122.413081,37.7655]]}},
{"type":"Feature","properties":{"NAME":"Hayward","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40795,37.77422],[-122.40758,37.77403]]}},
{"type":"Feature","properties":{"NAME":"Henry Adams","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40398,37.76973],[-122.40388,37.7686]]}},
{"type":"Feature","properties":{"NAME":"Henry Adams","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40388,37.7686],[-122.40378,37.76753]]}},
{"type":"Feature","properties":{"NAME":"Heron","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40828,37.77483],[-122.40898,37.77413]]}},
{"type":"Feature","properties":{"NAME":"Homer","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40688,37.77463],[-122.40728,37.77423]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40711,37.77975],[-122.407621,37.77936]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.407621,37.77936],[-122.40821,37.77891]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40821,37.77891],[-122.40889,37.7784]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40889,37.7784],[-122.409401,37.778]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409401,37.778],[-122.4099,37.77762]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4099,37.77762],[-122.41054,37.77714]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41054,37.77714],[-122.41103,37.77676]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41103,37.77676],[-122.41164,37.7763]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41164,37.7763],[-122.41324,37.77507]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41324,37.77507],[-122.41382,37.77463]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41382,37.77463],[-122.41408,37.77443]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41408,37.77443],[-122.41448,37.77413]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41428,37.77403],[-122.41547,37.77303]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41547,37.77303],[-122.41618,37.77243]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41618,37.77243],[-122.41668,37.77164]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41668,37.77164],[-122.41776,37.76997]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.400361,37.7851],[-122.40253,37.78329]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40253,37.78329],[-122.40308,37.78283]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40308,37.78283],[-122.404831,37.78149]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.404831,37.78149],[-122.40569,37.78084]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40569,37.78084],[-122.40711,37.77975]]}},
{"type":"Feature","properties":{"NAME":"Isis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41437,37.77066],[-122.41475,37.76971]]}},
{"type":"Feature","properties":{"NAME":"Isis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41475,37.76971],[-122.414791,37.76961]]}},
{"type":"Feature","properties":{"NAME":"Jessie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41645,37.77569],[-122.41698,37.77523]]}},
{"type":"Feature","properties":{"NAME":"Jessie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4211,37.77168],[-122.42088,37.77093]]}},
{"type":"Feature","properties":{"NAME":"Jessie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40318,37.78613],[-122.40461,37.78497]]}},
{"type":"Feature","properties":{"NAME":"Jessie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40461,37.78497],[-122.40687,37.78314]]}},
{"type":"Feature","properties":{"NAME":"Jessie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40714,37.78336],[-122.407881,37.78283]]}},
{"type":"Feature","properties":{"NAME":"Jessie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40765,37.78266],[-122.4092,37.78144]]}},
{"type":"Feature","properties":{"NAME":"Jessie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4092,37.78144],[-122.410481,37.78043]]}},
{"type":"Feature","properties":{"NAME":"Jessie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41139,37.77962],[-122.41278,37.77863]]}},
{"type":"Feature","properties":{"NAME":"Jessie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4153,37.77672],[-122.41645,37.77569]]}},
{"type":"Feature","properties":{"NAME":"Julia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41247,37.77792],[-122.41195,37.77751]]}},
{"type":"Feature","properties":{"NAME":"Juniper","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.413171,37.77234],[-122.41208,37.77143]]}},
{"type":"Feature","properties":{"NAME":"Kansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40378,37.76753],[-122.403761,37.76731]]}},
{"type":"Feature","properties":{"NAME":"Kansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.403761,37.76731],[-122.40363,37.76599]]}},
{"type":"Feature","properties":{"NAME":"Kansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40363,37.76599],[-122.40352,37.76477]]}},
{"type":"Feature","properties":{"NAME":"Kate","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.406191,37.77314],[-122.405381,37.77243]]}},
{"type":"Feature","properties":{"NAME":"Kissling","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41428,37.77313],[-122.41498,37.77263]]}},
{"type":"Feature","properties":{"NAME":"Kissling","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41498,37.77263],[-122.415411,37.77208]]}},
{"type":"Feature","properties":{"NAME":"Kissling","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415411,37.77208],[-122.41597,37.77134]]}},
{"type":"Feature","properties":{"NAME":"Lafayette","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41806,37.77361],[-122.41734,37.77317]]}},
{"type":"Feature","properties":{"NAME":"Lafayette","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41734,37.77317],[-122.41673,37.77278]]}},
{"type":"Feature","properties":{"NAME":"Lafayette","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41673,37.77278],[-122.41618,37.77243]]}},
{"type":"Feature","properties":{"NAME":"Langton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4099,37.77762],[-122.408331,37.77633]]}},
{"type":"Feature","properties":{"NAME":"Langton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408331,37.77633],[-122.40808,37.77613]]}},
{"type":"Feature","properties":{"NAME":"Langton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40808,37.77613],[-122.406901,37.7751]]}},
{"type":"Feature","properties":{"NAME":"Langton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40524,37.77389],[-122.40428,37.77293]]}},
{"type":"Feature","properties":{"NAME":"Laskie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414681,37.77723],[-122.413981,37.77673]]}},
{"type":"Feature","properties":{"NAME":"Lucerne","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401881,37.77413],[-122.401081,37.77343]]}},
{"type":"Feature","properties":{"NAME":"Mary","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40705,37.78221],[-122.4066,37.78176]]}},
{"type":"Feature","properties":{"NAME":"Mary","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4066,37.78176],[-122.40616,37.78131]]}},
{"type":"Feature","properties":{"NAME":"Mary","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40616,37.78131],[-122.40569,37.78084]]}},
{"type":"Feature","properties":{"NAME":"Mccoppin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42017,37.77174],[-122.4211,37.77168]]}},
{"type":"Feature","properties":{"NAME":"Mccoppin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.77162],[-122.422571,37.7716]]}},
{"type":"Feature","properties":{"NAME":"Mccoppin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.422571,37.7716],[-122.42299,37.77158]]}},
{"type":"Feature","properties":{"NAME":"Mccoppin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42299,37.77158],[-122.42387,37.77153]]}},
{"type":"Feature","properties":{"NAME":"Mccoppin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4211,37.77168],[-122.42188,37.77164]]}},
{"type":"Feature","properties":{"NAME":"Mccoppin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42188,37.77164],[-122.42228,37.77162]]}},
{"type":"Feature","properties":{"NAME":"Minna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416581,37.77393],[-122.41734,37.77317]]}},
{"type":"Feature","properties":{"NAME":"Minna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41734,37.77317],[-122.41758,37.77293]]}},
{"type":"Feature","properties":{"NAME":"Minna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41928,37.76838],[-122.41918,37.76668]]}},
{"type":"Feature","properties":{"NAME":"Minna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40356,37.78412],[-122.404031,37.78376]]}},
{"type":"Feature","properties":{"NAME":"Minna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.404031,37.78376],[-122.40588,37.78233]]}},
{"type":"Feature","properties":{"NAME":"Minna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40588,37.78233],[-122.4066,37.78176]]}},
{"type":"Feature","properties":{"NAME":"Minna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4066,37.78176],[-122.40812,37.78056]]}},
{"type":"Feature","properties":{"NAME":"Minna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40812,37.78056],[-122.40918,37.77973]]}},
{"type":"Feature","properties":{"NAME":"Minna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40918,37.77973],[-122.41035,37.77877]]}},
{"type":"Feature","properties":{"NAME":"Minna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41035,37.77877],[-122.41195,37.77751]]}},
{"type":"Feature","properties":{"NAME":"Minna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41195,37.77751],[-122.41258,37.77701]]}},
{"type":"Feature","properties":{"NAME":"Minna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41258,37.77701],[-122.41413,37.77579]]}},
{"type":"Feature","properties":{"NAME":"Minna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41548,37.77483],[-122.416581,37.77393]]}},
{"type":"Feature","properties":{"NAME":"Mint","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.407881,37.78283],[-122.40765,37.78266]]}},
{"type":"Feature","properties":{"NAME":"Mint","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40765,37.78266],[-122.40705,37.78221]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42008,37.77013],[-122.41996,37.77036]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418551,37.77314],[-122.418631,37.77319]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.408611,37.78097],[-122.41086,37.77919]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41086,37.77919],[-122.41247,37.77792]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41247,37.77792],[-122.41311,37.77742]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41311,37.77742],[-122.413981,37.77673]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.413981,37.77673],[-122.41465,37.7762]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41465,37.7762],[-122.415041,37.77589]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.415041,37.77589],[-122.41543,37.77559]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41543,37.77559],[-122.41588,37.77523]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41588,37.77523],[-122.41708,37.77433]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41708,37.77433],[-122.41806,37.77361]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41806,37.77361],[-122.41858,37.77323]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41996,37.77036],[-122.418551,37.77314]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42008,37.77013],[-122.41999,37.76893]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41999,37.76893],[-122.41995,37.76834]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41995,37.76834],[-122.41982,37.76663]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41982,37.76663],[-122.419711,37.76509]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.401881,37.78629],[-122.402241,37.786]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.402241,37.786],[-122.40408,37.78454]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40408,37.78454],[-122.406371,37.78273]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.406371,37.78273],[-122.40705,37.78221]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40705,37.78221],[-122.408611,37.78097]]}},
{"type":"Feature","properties":{"NAME":"Moss","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40889,37.7784],[-122.40718,37.77723]]}},
{"type":"Feature","properties":{"NAME":"Natoma","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414781,37.77453],[-122.41488,37.77445]]}},
{"type":"Feature","properties":{"NAME":"Natoma","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416031,37.77348],[-122.41673,37.77278]]}},
{"type":"Feature","properties":{"NAME":"Natoma","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41673,37.77278],[-122.41708,37.77243]]}},
{"type":"Feature","properties":{"NAME":"Natoma","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41848,37.76843],[-122.418281,37.76679]]}},
{"type":"Feature","properties":{"NAME":"Natoma","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.405381,37.78193],[-122.40616,37.78131]]}},
{"type":"Feature","properties":{"NAME":"Natoma","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40616,37.78131],[-122.407621,37.78016]]}},
{"type":"Feature","properties":{"NAME":"Natoma","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.407621,37.78016],[-122.408691,37.77932]]}},
{"type":"Feature","properties":{"NAME":"Natoma","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408691,37.77932],[-122.4099,37.77841]]}},
{"type":"Feature","properties":{"NAME":"Natoma","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4099,37.77841],[-122.41212,37.77666]]}},
{"type":"Feature","properties":{"NAME":"Natoma","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41212,37.77666],[-122.41368,37.77543]]}},
{"type":"Feature","properties":{"NAME":"Natoma","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41488,37.77445],[-122.416031,37.77348]]}},
{"type":"Feature","properties":{"NAME":"Norfolk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41432,37.77139],[-122.412711,37.77028]]}},
{"type":"Feature","properties":{"NAME":"Otis","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42018,37.77193],[-122.42017,37.77174]]}},
{"type":"Feature","properties":{"NAME":"Otis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418631,37.77319],[-122.41968,37.77233]]}},
{"type":"Feature","properties":{"NAME":"Otis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41858,37.77323],[-122.418631,37.77319]]}},
{"type":"Feature","properties":{"NAME":"Otis","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42017,37.77174],[-122.42008,37.77013]]}},
{"type":"Feature","properties":{"NAME":"Otis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41968,37.77233],[-122.42018,37.77193]]}},
{"type":"Feature","properties":{"NAME":"Pearl","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4239,37.7715],[-122.42368,37.77063]]}},
{"type":"Feature","properties":{"NAME":"Pearl","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42368,37.77063],[-122.4235,37.76992]]}},
{"type":"Feature","properties":{"NAME":"Rausch","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41054,37.77714],[-122.40945,37.77635]]}},
{"type":"Feature","properties":{"NAME":"Rausch","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40945,37.77635],[-122.40886,37.77591]]}},
{"type":"Feature","properties":{"NAME":"Rhode Island","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402611,37.76617],[-122.402611,37.76604]]}},
{"type":"Feature","properties":{"NAME":"Rhode Island","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402881,37.76993],[-122.4028,37.76867]]}},
{"type":"Feature","properties":{"NAME":"Rhode Island","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4028,37.76867],[-122.402701,37.76736]]}},
{"type":"Feature","properties":{"NAME":"Rhode Island","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402701,37.76736],[-122.402611,37.76617]]}},
{"type":"Feature","properties":{"NAME":"Rhode Island","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402611,37.76604],[-122.402521,37.76483]]}},
{"type":"Feature","properties":{"NAME":"Ringold","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40948,37.77453],[-122.41047,37.77374]]}},
{"type":"Feature","properties":{"NAME":"Ringold","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41047,37.77374],[-122.41096,37.77334]]}},
{"type":"Feature","properties":{"NAME":"Rodgers","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40943,37.77546],[-122.408881,37.77503]]}},
{"type":"Feature","properties":{"NAME":"Russ","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40918,37.77973],[-122.408691,37.77932]]}},
{"type":"Feature","properties":{"NAME":"Russ","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40821,37.77891],[-122.40668,37.77763]]}},
{"type":"Feature","properties":{"NAME":"Russ","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408691,37.77932],[-122.40821,37.77891]]}},
{"type":"Feature","properties":{"NAME":"Sheridan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410581,37.77303],[-122.4118,37.77201]]}},
{"type":"Feature","properties":{"NAME":"Sherman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.406901,37.77745],[-122.4064,37.77701]]}},
{"type":"Feature","properties":{"NAME":"Sherman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4064,37.77701],[-122.40544,37.77619]]}},
{"type":"Feature","properties":{"NAME":"Shotwell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41668,37.76854],[-122.416581,37.7669]]}},
{"type":"Feature","properties":{"NAME":"Shotwell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416581,37.7669],[-122.416481,37.76533]]}},
{"type":"Feature","properties":{"NAME":"Sparrow","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42138,37.76573],[-122.42198,37.76573]]}},
{"type":"Feature","properties":{"NAME":"Spencer","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42438,37.76543],[-122.424281,37.76483]]}},
{"type":"Feature","properties":{"NAME":"Stevenson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41958,37.77383],[-122.419981,37.77353]]}},
{"type":"Feature","properties":{"NAME":"Stevenson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.420771,37.77313],[-122.42125,37.77271]]}},
{"type":"Feature","properties":{"NAME":"Stevenson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42125,37.77271],[-122.421681,37.77233]]}},
{"type":"Feature","properties":{"NAME":"Stevenson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42188,37.77164],[-122.42162,37.77054]]}},
{"type":"Feature","properties":{"NAME":"Stevenson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42162,37.77054],[-122.421501,37.77004]]}},
{"type":"Feature","properties":{"NAME":"Stevenson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421581,37.76933],[-122.421401,37.76825]]}},
{"type":"Feature","properties":{"NAME":"Stevenson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402951,37.78712],[-122.40512,37.78538]]}},
{"type":"Feature","properties":{"NAME":"Stevenson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40742,37.78358],[-122.40966,37.78181]]}},
{"type":"Feature","properties":{"NAME":"Stevenson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40966,37.78181],[-122.4119,37.78004]]}},
{"type":"Feature","properties":{"NAME":"Stevenson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4119,37.78004],[-122.41318,37.77903]]}},
{"type":"Feature","properties":{"NAME":"Stevenson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41423,37.77828],[-122.41458,37.77793]]}},
{"type":"Feature","properties":{"NAME":"Stevenson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416481,37.77653],[-122.416931,37.77608]]}},
{"type":"Feature","properties":{"NAME":"Sumner","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41103,37.77676],[-122.40997,37.77582]]}},
{"type":"Feature","properties":{"NAME":"Tehama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40298,37.78213],[-122.40432,37.78108]]}},
{"type":"Feature","properties":{"NAME":"Tehama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40432,37.78108],[-122.40658,37.77933]]}},
{"type":"Feature","properties":{"NAME":"Tehama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41094,37.77576],[-122.412541,37.77456]]}},
{"type":"Feature","properties":{"NAME":"Trainor","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4142,37.76956],[-122.41437,37.76867]]}},
{"type":"Feature","properties":{"NAME":"Utah","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40658,37.76943],[-122.40678,37.76845]]}},
{"type":"Feature","properties":{"NAME":"Utah","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40678,37.76845],[-122.40668,37.7672]]}},
{"type":"Feature","properties":{"NAME":"Utah","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40668,37.7672],[-122.40658,37.76584]]}},
{"type":"Feature","properties":{"NAME":"Utah","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40658,37.76584],[-122.40648,37.7646]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.77128],[-122.42228,37.77162]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.77],[-122.42228,37.77128]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.76927],[-122.42228,37.77]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.76927],[-122.42228,37.76873]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.76873],[-122.42228,37.7682]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.7682],[-122.42217,37.76727]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42217,37.76727],[-122.42208,37.76653]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42208,37.76653],[-122.42198,37.76573]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42198,37.76573],[-122.42189,37.76499]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.77223],[-122.42228,37.77263]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.77162],[-122.42228,37.77223]]}},
{"type":"Feature","properties":{"NAME":"Vermont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40478,37.76973],[-122.40469,37.76855]]}},
{"type":"Feature","properties":{"NAME":"Vermont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40469,37.76855],[-122.40459,37.76728]]}},
{"type":"Feature","properties":{"NAME":"Vermont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40459,37.76728],[-122.404481,37.76594]]}},
{"type":"Feature","properties":{"NAME":"Vermont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.404481,37.76594],[-122.404391,37.76472]]}},
{"type":"Feature","properties":{"NAME":"Washburn","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415041,37.77589],[-122.41382,37.77463]]}},
{"type":"Feature","properties":{"NAME":"Wiese","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42048,37.76663],[-122.42048,37.76506]]}},
{"type":"Feature","properties":{"NAME":"Woodward","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4209,37.77008],[-122.420681,37.7683]]}},
{"type":"Feature","properties":{"NAME":"York","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4097,37.76821],[-122.40948,37.76733]]}},
{"type":"Feature","properties":{"NAME":"Hidalgo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42638,37.76703],[-122.42528,37.76713]]}},
{"type":"Feature","properties":{"NAME":"Ahern","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.403501,37.77602],[-122.40275,37.77624]]}},
{"type":"Feature","properties":{"NAME":"15Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40087,37.76743],[-122.40185,37.76739]]}},
{"type":"Feature","properties":{"NAME":"De Haro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40228,37.76993],[-122.40231,37.77001]]}},
{"type":"Feature","properties":{"NAME":"De Haro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401981,37.76873],[-122.40228,37.76993]]}},
{"type":"Feature","properties":{"NAME":"Division","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.403581,37.76993],[-122.40418,37.76983]]}},
{"type":"Feature","properties":{"NAME":"Division","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40398,37.76973],[-122.40418,37.76983]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40343,37.7875],[-122.40436,37.78682]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40763,37.76578],[-122.40751,37.76454]]}},
{"type":"Feature","properties":{"NAME":"14Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42646,37.76795],[-122.427591,37.76788]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42658,37.76931],[-122.42655,37.76894]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42655,37.76894],[-122.42646,37.76795]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42628,37.76573],[-122.426151,37.76472]]}},
{"type":"Feature","properties":{"NAME":"Landers","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.427591,37.76788],[-122.42748,37.76623]]}},
{"type":"Feature","properties":{"NAME":"Landers","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42748,37.76623],[-122.42742,37.76563]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42602,37.76977],[-122.42658,37.76931]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.77128],[-122.422571,37.7716]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.422571,37.7716],[-122.422751,37.77203]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.422751,37.77203],[-122.42285,37.77226]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.42162,37.77054],[-122.42228,37.77128]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.41838,37.76993],[-122.42008,37.77013]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.42008,37.77013],[-122.4207,37.77029]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.4207,37.77029],[-122.42162,37.77054]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.418551,37.77314],[-122.41848,37.77293]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.41919,37.77524],[-122.41858,37.77323]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.418281,37.77233],[-122.41776,37.76997]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.41776,37.76997],[-122.41768,37.76987]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.41858,37.77323],[-122.418551,37.77314]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.41848,37.77293],[-122.418281,37.77233]]}},
{"type":"Feature","properties":{"NAME":"Central","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.41042,37.76922],[-122.41081,37.76926]]}},
{"type":"Feature","properties":{"NAME":"Central","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.41081,37.76926],[-122.41329,37.76948]]}},
{"type":"Feature","properties":{"NAME":"Central","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40937,37.76909],[-122.41042,37.76922]]}},
{"type":"Feature","properties":{"NAME":"Central","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40793,37.76874],[-122.40937,37.76909]]}},
{"type":"Feature","properties":{"NAME":"Central","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40498,37.76623],[-122.405291,37.76725]]}},
{"type":"Feature","properties":{"NAME":"Central","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.4142,37.76956],[-122.414791,37.76961]]}},
{"type":"Feature","properties":{"NAME":"Central","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.405291,37.76725],[-122.40587,37.7677]]}},
{"type":"Feature","properties":{"NAME":"Central","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.41329,37.76948],[-122.4142,37.76956]]}},
{"type":"Feature","properties":{"NAME":"Central","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40678,37.76845],[-122.40793,37.76874]]}},
{"type":"Feature","properties":{"NAME":"Central","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.414791,37.76961],[-122.41538,37.76966]]}},
{"type":"Feature","properties":{"NAME":"Central","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40587,37.7677],[-122.40678,37.76845]]}},
{"type":"Feature","properties":{"NAME":"Central","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.41538,37.76966],[-122.41659,37.76977]]}},
{"type":"Feature","properties":{"NAME":"Central","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.41659,37.76977],[-122.41768,37.76987]]}},
{"type":"Feature","properties":{"NAME":"Central","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.41768,37.76987],[-122.41838,37.76993]]}},
{"type":"Feature","properties":{"NAME":"James Lick","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40508,37.76468],[-122.405,37.76592]]}},
{"type":"Feature","properties":{"NAME":"James Lick","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.405,37.76592],[-122.40498,37.76623]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40588,37.76841],[-122.40561,37.76853]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40561,37.76853],[-122.40516,37.76972]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40678,37.76845],[-122.40588,37.76841]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.406181,37.77537],[-122.40432,37.77669]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40669,37.77274],[-122.406181,37.77537]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40576,37.77094],[-122.40626,37.77202]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.404031,37.77645],[-122.403401,37.77676]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40432,37.77669],[-122.403761,37.77705]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40516,37.76972],[-122.40518,37.76983]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.406181,37.77537],[-122.404031,37.77645]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40626,37.77202],[-122.40669,37.77274]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40518,37.76983],[-122.40576,37.77094]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40498,37.76623],[-122.40487,37.76727]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40487,37.76727],[-122.40498,37.76853]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40498,37.76853],[-122.40516,37.76972]]}},
{"type":"Feature","properties":{"NAME":"Belden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.403581,37.79083],[-122.40378,37.79172]]}},
{"type":"Feature","properties":{"NAME":"Century","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40157,37.792],[-122.40148,37.79163]]}},
{"type":"Feature","properties":{"NAME":"Hardie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40318,37.79043],[-122.40378,37.79033]]}},
{"type":"Feature","properties":{"NAME":"Lick","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40258,37.78905],[-122.402691,37.78959]]}},
{"type":"Feature","properties":{"NAME":"Lick","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402691,37.78959],[-122.402781,37.79002]]}},
{"type":"Feature","properties":{"NAME":"Mills","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40177,37.79197],[-122.401621,37.79158]]}},
{"type":"Feature","properties":{"NAME":"Petrarch","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40208,37.79143],[-122.40218,37.79192]]}},
{"type":"Feature","properties":{"NAME":"Treasury","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40118,37.79112],[-122.40128,37.79143]]}},
{"type":"Feature","properties":{"NAME":"Trinity","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40258,37.79005],[-122.40263,37.79049]]}},
{"type":"Feature","properties":{"NAME":"Trinity","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40263,37.79049],[-122.40268,37.79094]]}},
{"type":"Feature","properties":{"NAME":"Vermehr","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40298,37.78953],[-122.403591,37.78943]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39948,37.79133],[-122.40074,37.79117]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40074,37.79117],[-122.40118,37.79112]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40118,37.79112],[-122.402341,37.79098]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.402341,37.79098],[-122.40268,37.79094]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40268,37.79094],[-122.403581,37.79083]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.403581,37.79083],[-122.40393,37.79073]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39987,37.79326],[-122.4011,37.7931]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4011,37.7931],[-122.40195,37.79299]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40195,37.79299],[-122.40272,37.79289]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40272,37.79289],[-122.40369,37.79276]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40369,37.79276],[-122.40436,37.79267]]}},
{"type":"Feature","properties":{"NAME":"Exchange","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401621,37.79158],[-122.40208,37.79143]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40328,37.78803],[-122.402771,37.78811]]}},
{"type":"Feature","properties":{"NAME":"Halleck","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39996,37.79369],[-122.40118,37.79353]]}},
{"type":"Feature","properties":{"NAME":"Halleck","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40118,37.79353],[-122.40203,37.79342]]}},
{"type":"Feature","properties":{"NAME":"Leidesdorff","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40177,37.79197],[-122.40195,37.79299]]}},
{"type":"Feature","properties":{"NAME":"Leidesdorff","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40195,37.79299],[-122.40203,37.79342]]}},
{"type":"Feature","properties":{"NAME":"Leidesdorff","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40203,37.79342],[-122.40212,37.7939]]}},
{"type":"Feature","properties":{"NAME":"Montgomery","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401981,37.78913],[-122.401891,37.78882]]}},
{"type":"Feature","properties":{"NAME":"Montgomery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40168,37.78903],[-122.401981,37.78913]]}},
{"type":"Feature","properties":{"NAME":"Montgomery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40217,37.79011],[-122.402341,37.79098]]}},
{"type":"Feature","properties":{"NAME":"Montgomery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.402341,37.79098],[-122.402521,37.79188]]}},
{"type":"Feature","properties":{"NAME":"Montgomery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.402521,37.79188],[-122.40272,37.79289]]}},
{"type":"Feature","properties":{"NAME":"Montgomery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.401981,37.78913],[-122.40217,37.79011]]}},
{"type":"Feature","properties":{"NAME":"Montgomery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40272,37.79289],[-122.4029,37.7938]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39967,37.79223],[-122.400911,37.79208]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.400911,37.79208],[-122.40157,37.792]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40157,37.792],[-122.40177,37.79197]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40177,37.79197],[-122.40218,37.79192]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40218,37.79192],[-122.402521,37.79188]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402521,37.79188],[-122.40378,37.79172]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40378,37.79172],[-122.40417,37.79167]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401981,37.78913],[-122.40258,37.78905]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40258,37.78905],[-122.40348,37.78893]]}},
{"type":"Feature","properties":{"NAME":"Sansome","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.400271,37.79012],[-122.40058,37.79033]]}},
{"type":"Feature","properties":{"NAME":"Sansome","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40074,37.79117],[-122.400911,37.79208]]}},
{"type":"Feature","properties":{"NAME":"Sansome","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40058,37.79033],[-122.40074,37.79117]]}},
{"type":"Feature","properties":{"NAME":"Sansome","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.400911,37.79208],[-122.4011,37.7931]]}},
{"type":"Feature","properties":{"NAME":"Sansome","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4011,37.7931],[-122.40118,37.79353]]}},
{"type":"Feature","properties":{"NAME":"Sansome","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40118,37.79353],[-122.40127,37.79401]]}},
{"type":"Feature","properties":{"NAME":"Spring","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40369,37.79276],[-122.40389,37.79368]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40058,37.79033],[-122.40217,37.79011]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40217,37.79011],[-122.40258,37.79005]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40258,37.79005],[-122.402781,37.79002]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402781,37.79002],[-122.40369,37.7899]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401981,37.78913],[-122.40141,37.78923]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39948,37.79133],[-122.39967,37.79223]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39967,37.79223],[-122.39987,37.79326]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39987,37.79326],[-122.39996,37.79369]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39996,37.79369],[-122.40006,37.79417]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.399101,37.79105],[-122.39948,37.79133]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40006,37.79417],[-122.40127,37.79401]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40127,37.79401],[-122.40212,37.7939]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40212,37.7939],[-122.4029,37.7938]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4029,37.7938],[-122.40389,37.79368]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40389,37.79368],[-122.40454,37.79359]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40343,37.7875],[-122.402951,37.78712]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.401881,37.78629],[-122.401341,37.78586]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.401341,37.78586],[-122.40106,37.78565]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40106,37.78565],[-122.400891,37.78552]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.400891,37.78552],[-122.400721,37.78539]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.400721,37.78539],[-122.400361,37.7851]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.400361,37.7851],[-122.39977,37.78464]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39977,37.78464],[-122.39936,37.78432]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39936,37.78432],[-122.39881,37.7839]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.402951,37.78712],[-122.40246,37.78674]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40246,37.78674],[-122.401881,37.78629]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.401891,37.78882],[-122.401981,37.78873]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.402771,37.78811],[-122.40298,37.78783]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40141,37.78923],[-122.40168,37.78903]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.399101,37.79105],[-122.39988,37.79043]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39988,37.79043],[-122.400271,37.79012]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.400271,37.79012],[-122.40128,37.78933]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40128,37.78933],[-122.40141,37.78923]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40168,37.78903],[-122.401891,37.78882]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.401981,37.78873],[-122.40268,37.78823]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40268,37.78823],[-122.402771,37.78811]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39375,37.78487],[-122.39252,37.78508]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39375,37.78487],[-122.39439,37.7838]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":20},"geometry":{"type":"LineString","coordinates":[[-122.39668,37.78713],[-122.39618,37.78673]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":20},"geometry":{"type":"LineString","coordinates":[[-122.3959,37.79],[-122.39677,37.78926]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":20},"geometry":{"type":"LineString","coordinates":[[-122.39677,37.78926],[-122.39752,37.78819]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":20},"geometry":{"type":"LineString","coordinates":[[-122.39513,37.79064],[-122.3959,37.79]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39601,37.78685],[-122.395081,37.78783]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39411,37.78861],[-122.395081,37.78783]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.393211,37.78984],[-122.3937,37.79044]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39558,37.78641],[-122.39601,37.78685]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39495,37.78578],[-122.39558,37.78641]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.393211,37.78984],[-122.39339,37.78933]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39495,37.78578],[-122.39568,37.78633]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39407,37.78507],[-122.39495,37.78578]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39339,37.78933],[-122.39411,37.78861]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.3937,37.79044],[-122.39513,37.79064]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.392751,37.78445],[-122.39264,37.78434]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39264,37.78434],[-122.391951,37.78438]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39128,37.78494],[-122.39138,37.78591]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39377,37.78531],[-122.39219,37.78531]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.392751,37.78445],[-122.39291,37.78479]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39138,37.78591],[-122.391941,37.78679]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.3925,37.79369],[-122.3911,37.7925]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.3911,37.7925],[-122.390781,37.79223]]}},
{"type":"Feature","properties":{"NAME":"Aldrich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.400731,37.78769],[-122.401351,37.78715]]}},
{"type":"Feature","properties":{"NAME":"Malden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39797,37.78709],[-122.397311,37.78659]]}},
{"type":"Feature","properties":{"NAME":"Oscar","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.396781,37.78663],[-122.3965,37.78644]]}},
{"type":"Feature","properties":{"NAME":"Shaw","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.398391,37.78904],[-122.39798,37.78863]]}},
{"type":"Feature","properties":{"NAME":"Sloan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39548,37.78853],[-122.395081,37.78833]]}},
{"type":"Feature","properties":{"NAME":"James Lick","SPEED_MPH":20},"geometry":{"type":"LineString","coordinates":[[-122.39668,37.78713],[-122.39728,37.78763]]}},
{"type":"Feature","properties":{"NAME":"James Lick","SPEED_MPH":20},"geometry":{"type":"LineString","coordinates":[[-122.39728,37.78763],[-122.39752,37.78819]]}},
{"type":"Feature","properties":{"NAME":"James Lick","SPEED_MPH":20},"geometry":{"type":"LineString","coordinates":[[-122.39568,37.78633],[-122.39618,37.78673]]}},
{"type":"Feature","properties":{"NAME":"Kaplan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39888,37.78468],[-122.39921,37.78493]]}},
{"type":"Feature","properties":{"NAME":"Ecker","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39873,37.78961],[-122.39817,37.78922]]}},
{"type":"Feature","properties":{"NAME":"Ecker","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39988,37.79043],[-122.39924,37.78998]]}},
{"type":"Feature","properties":{"NAME":"Ecker","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39924,37.78998],[-122.39873,37.78961]]}},
{"type":"Feature","properties":{"NAME":"Grote","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39378,37.78773],[-122.39348,37.78753]]}},
{"type":"Feature","properties":{"NAME":"Guy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39381,37.7869],[-122.39406,37.78596]]}},
{"type":"Feature","properties":{"NAME":"Masset","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.400181,37.78643],[-122.40106,37.78565]]}},
{"type":"Feature","properties":{"NAME":"Tenny","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.395081,37.78833],[-122.39538,37.78813]]}},
{"type":"Feature","properties":{"NAME":"Zeno","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39308,37.78833],[-122.39268,37.78803]]}},
{"type":"Feature","properties":{"NAME":"1St","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39474,37.78757],[-122.39438,37.78733]]}},
{"type":"Feature","properties":{"NAME":"1St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39278,37.78613],[-122.39205,37.78566]]}},
{"type":"Feature","properties":{"NAME":"1St","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.399101,37.79105],[-122.39852,37.7906]]}},
{"type":"Feature","properties":{"NAME":"1St","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39745,37.78978],[-122.39698,37.78943]]}},
{"type":"Feature","properties":{"NAME":"1St","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39698,37.78943],[-122.39677,37.78926]]}},
{"type":"Feature","properties":{"NAME":"1St","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39677,37.78926],[-122.39648,37.78903]]}},
{"type":"Feature","properties":{"NAME":"1St","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39648,37.78903],[-122.395981,37.78863]]}},
{"type":"Feature","properties":{"NAME":"1St","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.395981,37.78863],[-122.39564,37.78834]]}},
{"type":"Feature","properties":{"NAME":"1St","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39564,37.78834],[-122.39538,37.78813]]}},
{"type":"Feature","properties":{"NAME":"1St","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39538,37.78813],[-122.395081,37.78783]]}},
{"type":"Feature","properties":{"NAME":"1St","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.395081,37.78783],[-122.394981,37.78775]]}},
{"type":"Feature","properties":{"NAME":"1St","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39852,37.7906],[-122.398,37.79021]]}},
{"type":"Feature","properties":{"NAME":"1St","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.394981,37.78775],[-122.39474,37.78757]]}},
{"type":"Feature","properties":{"NAME":"1St","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39438,37.78733],[-122.39381,37.7869]]}},
{"type":"Feature","properties":{"NAME":"1St","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39381,37.7869],[-122.393301,37.78652]]}},
{"type":"Feature","properties":{"NAME":"1St","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.393301,37.78652],[-122.39278,37.78613]]}},
{"type":"Feature","properties":{"NAME":"1St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39278,37.78613],[-122.39197,37.78547]]}},
{"type":"Feature","properties":{"NAME":"1St","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.398,37.79021],[-122.39745,37.78978]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40128,37.78933],[-122.40067,37.78883]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39967,37.78803],[-122.39921,37.78766]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39921,37.78766],[-122.39868,37.78723]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39868,37.78723],[-122.39823,37.78687]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39823,37.78687],[-122.39757,37.78634]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39757,37.78634],[-122.39707,37.78594]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39707,37.78594],[-122.39664,37.78559]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40067,37.78883],[-122.40022,37.78847]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40022,37.78847],[-122.39967,37.78803]]}},
{"type":"Feature","properties":{"NAME":"Annie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40268,37.78823],[-122.40212,37.78778]]}},
{"type":"Feature","properties":{"NAME":"Annie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40212,37.78778],[-122.40164,37.78738]]}},
{"type":"Feature","properties":{"NAME":"Annie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40164,37.78738],[-122.401351,37.78715]]}},
{"type":"Feature","properties":{"NAME":"Annie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401351,37.78715],[-122.401071,37.78692]]}},
{"type":"Feature","properties":{"NAME":"Anthony","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39968,37.78883],[-122.399561,37.78873]]}},
{"type":"Feature","properties":{"NAME":"Anthony","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.399561,37.78873],[-122.39917,37.78842]]}},
{"type":"Feature","properties":{"NAME":"Beale","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39743,37.79236],[-122.39576,37.79111]]}},
{"type":"Feature","properties":{"NAME":"Beale","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39576,37.79111],[-122.39513,37.79064]]}},
{"type":"Feature","properties":{"NAME":"Beale","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39513,37.79064],[-122.39431,37.78995]]}},
{"type":"Feature","properties":{"NAME":"Beale","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39431,37.78995],[-122.39339,37.78933]]}},
{"type":"Feature","properties":{"NAME":"Beale","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39339,37.78933],[-122.393381,37.78933]]}},
{"type":"Feature","properties":{"NAME":"Beale","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.393381,37.78933],[-122.39309,37.78909]]}},
{"type":"Feature","properties":{"NAME":"Beale","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39309,37.78909],[-122.392941,37.78897]]}},
{"type":"Feature","properties":{"NAME":"Beale","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.392941,37.78897],[-122.392581,37.78873]]}},
{"type":"Feature","properties":{"NAME":"Beale","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.392581,37.78873],[-122.39152,37.78788]]}},
{"type":"Feature","properties":{"NAME":"Beale","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39152,37.78788],[-122.391051,37.7875]]}},
{"type":"Feature","properties":{"NAME":"Beale","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.391051,37.7875],[-122.3902,37.78681]]}},
{"type":"Feature","properties":{"NAME":"Beale","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3902,37.78681],[-122.38948,37.78623]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38778,37.78763],[-122.38866,37.78691]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38866,37.78691],[-122.38948,37.78623]]}},
{"type":"Feature","properties":{"NAME":"Clementina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.395071,37.78767],[-122.394981,37.78775]]}},
{"type":"Feature","properties":{"NAME":"Clementina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39888,37.78468],[-122.39936,37.78432]]}},
{"type":"Feature","properties":{"NAME":"Clementina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.395071,37.78767],[-122.39554,37.78725]]}},
{"type":"Feature","properties":{"NAME":"Clementina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39554,37.78725],[-122.39601,37.78685]]}},
{"type":"Feature","properties":{"NAME":"Clementina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39601,37.78685],[-122.39618,37.78673]]}},
{"type":"Feature","properties":{"NAME":"Clementina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39618,37.78673],[-122.3965,37.78644]]}},
{"type":"Feature","properties":{"NAME":"Clementina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3965,37.78644],[-122.39707,37.78594]]}},
{"type":"Feature","properties":{"NAME":"Ecker","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39554,37.78725],[-122.395081,37.78683]]}},
{"type":"Feature","properties":{"NAME":"Elkhart","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.390781,37.78862],[-122.39108,37.78843]]}},
{"type":"Feature","properties":{"NAME":"Embarcadero South","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.390781,37.79223],[-122.38948,37.79123]]}},
{"type":"Feature","properties":{"NAME":"Embarcadero South","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38948,37.79123],[-122.38848,37.78953]]}},
{"type":"Feature","properties":{"NAME":"Embarcadero South","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38848,37.78953],[-122.38808,37.78873]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39348,37.78803],[-122.39378,37.78773]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3953,37.78664],[-122.39558,37.78641]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39558,37.78641],[-122.39568,37.78633]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39568,37.78633],[-122.39664,37.78559]]}},
{"type":"Feature","properties":{"NAME":"Fremont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39411,37.78861],[-122.39378,37.78833]]}},
{"type":"Feature","properties":{"NAME":"Fremont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39324,37.78783],[-122.391941,37.78679]]}},
{"type":"Feature","properties":{"NAME":"Fremont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39826,37.79171],[-122.39654,37.7905]]}},
{"type":"Feature","properties":{"NAME":"Fremont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39654,37.7905],[-122.3959,37.79]]}},
{"type":"Feature","properties":{"NAME":"Fremont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3959,37.79],[-122.39568,37.78983]]}},
{"type":"Feature","properties":{"NAME":"Fremont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39568,37.78983],[-122.39504,37.78937]]}},
{"type":"Feature","properties":{"NAME":"Fremont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39504,37.78937],[-122.39411,37.78861]]}},
{"type":"Feature","properties":{"NAME":"Fremont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39378,37.78833],[-122.39348,37.78803]]}},
{"type":"Feature","properties":{"NAME":"Fremont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39348,37.78803],[-122.39324,37.78783]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38848,37.78953],[-122.38929,37.78888]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38929,37.78888],[-122.39021,37.78816]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39021,37.78816],[-122.391051,37.7875]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.391051,37.7875],[-122.391941,37.78679]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.391941,37.78679],[-122.39278,37.78613]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39278,37.78613],[-122.39377,37.78531]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39377,37.78531],[-122.39407,37.78507]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39407,37.78507],[-122.395081,37.78433]]}},
{"type":"Feature","properties":{"NAME":"Hawthorne","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39859,37.78541],[-122.39771,37.78476]]}},
{"type":"Feature","properties":{"NAME":"Hawthorne","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.398831,37.78559],[-122.39859,37.78541]]}},
{"type":"Feature","properties":{"NAME":"Hawthorne","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39932,37.78596],[-122.398831,37.78559]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39899,37.78624],[-122.39932,37.78596]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.3911,37.7925],[-122.39169,37.79202]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.3925,37.79138],[-122.39336,37.7907]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39336,37.7907],[-122.3937,37.79044]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.3937,37.79044],[-122.39431,37.78995]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39431,37.78995],[-122.39504,37.78937]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39504,37.78937],[-122.395981,37.78863]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.395981,37.78863],[-122.39728,37.78763]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39169,37.79202],[-122.3925,37.79138]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39728,37.78763],[-122.39797,37.78709]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39797,37.78709],[-122.39823,37.78687]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39823,37.78687],[-122.39899,37.78624]]}},
{"type":"Feature","properties":{"NAME":"Howard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39932,37.78596],[-122.400361,37.7851]]}},
{"type":"Feature","properties":{"NAME":"Hunt","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39998,37.78613],[-122.400721,37.78539]]}},
{"type":"Feature","properties":{"NAME":"Jessie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.398,37.79021],[-122.39873,37.78961]]}},
{"type":"Feature","properties":{"NAME":"Jessie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40022,37.78847],[-122.400981,37.78789]]}},
{"type":"Feature","properties":{"NAME":"Jessie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.400981,37.78789],[-122.40164,37.78738]]}},
{"type":"Feature","properties":{"NAME":"Jessie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40164,37.78738],[-122.40246,37.78674]]}},
{"type":"Feature","properties":{"NAME":"Jessie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39873,37.78961],[-122.39908,37.78933]]}},
{"type":"Feature","properties":{"NAME":"Lansing","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.393301,37.78652],[-122.39406,37.78596]]}},
{"type":"Feature","properties":{"NAME":"Main","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39647,37.79312],[-122.39483,37.79185]]}},
{"type":"Feature","properties":{"NAME":"Main","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39483,37.79185],[-122.39336,37.7907]]}},
{"type":"Feature","properties":{"NAME":"Main","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39336,37.7907],[-122.392031,37.78968]]}},
{"type":"Feature","properties":{"NAME":"Main","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.392031,37.78968],[-122.39175,37.7894]]}},
{"type":"Feature","properties":{"NAME":"Main","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39175,37.7894],[-122.390781,37.78862]]}},
{"type":"Feature","properties":{"NAME":"Main","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.390781,37.78862],[-122.39021,37.78816]]}},
{"type":"Feature","properties":{"NAME":"Main","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39021,37.78816],[-122.38941,37.78752]]}},
{"type":"Feature","properties":{"NAME":"Main","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38941,37.78752],[-122.38866,37.78691]]}},
{"type":"Feature","properties":{"NAME":"Minna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39698,37.78943],[-122.39798,37.78863]]}},
{"type":"Feature","properties":{"NAME":"Minna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39921,37.78766],[-122.39997,37.78705]]}},
{"type":"Feature","properties":{"NAME":"Minna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39997,37.78705],[-122.4004,37.78668]]}},
{"type":"Feature","properties":{"NAME":"Minna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4004,37.78668],[-122.401341,37.78586]]}},
{"type":"Feature","properties":{"NAME":"Minna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39798,37.78863],[-122.39921,37.78766]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.3925,37.79369],[-122.39316,37.79317]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39396,37.79254],[-122.39483,37.79185]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39483,37.79185],[-122.39576,37.79111]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39576,37.79111],[-122.39654,37.7905]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39316,37.79317],[-122.39396,37.79254]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39654,37.7905],[-122.39745,37.78978]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39745,37.78978],[-122.39817,37.78922]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39817,37.78922],[-122.398391,37.78904]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.398391,37.78904],[-122.39917,37.78842]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39917,37.78842],[-122.39967,37.78803]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39967,37.78803],[-122.40042,37.78743]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40042,37.78743],[-122.401071,37.78692]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.401071,37.78692],[-122.401881,37.78629]]}},
{"type":"Feature","properties":{"NAME":"Natoma","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39568,37.78983],[-122.39648,37.78903]]}},
{"type":"Feature","properties":{"NAME":"Natoma","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39868,37.78723],[-122.39942,37.7866]]}},
{"type":"Feature","properties":{"NAME":"Natoma","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39942,37.7866],[-122.39998,37.78613]]}},
{"type":"Feature","properties":{"NAME":"Natoma","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39648,37.78903],[-122.39752,37.78819]]}},
{"type":"Feature","properties":{"NAME":"Natoma","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39752,37.78819],[-122.39868,37.78723]]}},
{"type":"Feature","properties":{"NAME":"New Montgomery","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401981,37.78873],[-122.40145,37.78828]]}},
{"type":"Feature","properties":{"NAME":"New Montgomery","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40042,37.78743],[-122.39997,37.78705]]}},
{"type":"Feature","properties":{"NAME":"New Montgomery","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39997,37.78705],[-122.39942,37.7866]]}},
{"type":"Feature","properties":{"NAME":"New Montgomery","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39942,37.7866],[-122.39899,37.78624]]}},
{"type":"Feature","properties":{"NAME":"New Montgomery","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40145,37.78828],[-122.400981,37.78789]]}},
{"type":"Feature","properties":{"NAME":"New Montgomery","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.400981,37.78789],[-122.400731,37.78769]]}},
{"type":"Feature","properties":{"NAME":"New Montgomery","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.400731,37.78769],[-122.40042,37.78743]]}},
{"type":"Feature","properties":{"NAME":"Rincon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.391951,37.78438],[-122.39243,37.78473]]}},
{"type":"Feature","properties":{"NAME":"Rincon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39188,37.78433],[-122.391951,37.78438]]}},
{"type":"Feature","properties":{"NAME":"Spear","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39558,37.79383],[-122.39396,37.79254]]}},
{"type":"Feature","properties":{"NAME":"Spear","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39396,37.79254],[-122.3925,37.79138]]}},
{"type":"Feature","properties":{"NAME":"Spear","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3925,37.79138],[-122.39118,37.79033]]}},
{"type":"Feature","properties":{"NAME":"Spear","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39118,37.79033],[-122.39086,37.79011]]}},
{"type":"Feature","properties":{"NAME":"Spear","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39086,37.79011],[-122.38929,37.78888]]}},
{"type":"Feature","properties":{"NAME":"Spear","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38929,37.78888],[-122.388551,37.7883]]}},
{"type":"Feature","properties":{"NAME":"Spear","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.388551,37.7883],[-122.38812,37.78794]]}},
{"type":"Feature","properties":{"NAME":"Steuart","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3948,37.79444],[-122.39316,37.79317]]}},
{"type":"Feature","properties":{"NAME":"Steuart","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39316,37.79317],[-122.39169,37.79202]]}},
{"type":"Feature","properties":{"NAME":"Steuart","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39169,37.79202],[-122.390781,37.79132]]}},
{"type":"Feature","properties":{"NAME":"Steuart","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.390781,37.79132],[-122.390061,37.79076]]}},
{"type":"Feature","properties":{"NAME":"Steuart","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.390061,37.79076],[-122.38848,37.78953]]}},
{"type":"Feature","properties":{"NAME":"Stevenson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39852,37.7906],[-122.39924,37.78998]]}},
{"type":"Feature","properties":{"NAME":"Stevenson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40067,37.78883],[-122.40145,37.78828]]}},
{"type":"Feature","properties":{"NAME":"Stevenson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40212,37.78778],[-122.402951,37.78712]]}},
{"type":"Feature","properties":{"NAME":"Stevenson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39924,37.78998],[-122.40007,37.78932]]}},
{"type":"Feature","properties":{"NAME":"Stevenson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40007,37.78932],[-122.40067,37.78883]]}},
{"type":"Feature","properties":{"NAME":"Tehama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3993,37.78503],[-122.39977,37.78464]]}},
{"type":"Feature","properties":{"NAME":"Tehama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39538,37.78813],[-122.39668,37.78713]]}},
{"type":"Feature","properties":{"NAME":"Tehama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39757,37.78634],[-122.39828,37.78583]]}},
{"type":"Feature","properties":{"NAME":"Tehama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39918,37.78513],[-122.3993,37.78503]]}},
{"type":"Feature","properties":{"NAME":"Tehama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39668,37.78713],[-122.39701,37.78687]]}},
{"type":"Feature","properties":{"NAME":"Tehama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39701,37.78687],[-122.397311,37.78659]]}},
{"type":"Feature","properties":{"NAME":"Tehama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.397311,37.78659],[-122.39757,37.78634]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39264,37.78434],[-122.39226,37.78403]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.391951,37.78438],[-122.39128,37.78494]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39439,37.7838],[-122.394281,37.78373]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39664,37.78559],[-122.39585,37.78495]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39585,37.78495],[-122.395081,37.78433]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.395081,37.78433],[-122.39465,37.784]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39465,37.784],[-122.39439,37.7838]]}},
{"type":"Feature","properties":{"NAME":"Beale","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38948,37.78623],[-122.38933,37.78613]]}},
{"type":"Feature","properties":{"NAME":"Beale","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38933,37.78613],[-122.38788,37.78513]]}},
{"type":"Feature","properties":{"NAME":"Sterling","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39325,37.78454],[-122.39238,37.78393]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40298,37.78783],[-122.40343,37.7875]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39406,37.79503],[-122.3948,37.79444]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39558,37.79383],[-122.39608,37.79343]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39608,37.79343],[-122.39647,37.79312]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39647,37.79312],[-122.39727,37.79249]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39727,37.79249],[-122.39743,37.79236]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39743,37.79236],[-122.39826,37.79171]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.3948,37.79444],[-122.39558,37.79383]]}},
{"type":"Feature","properties":{"NAME":"Market","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39826,37.79171],[-122.399101,37.79105]]}},
{"type":"Feature","properties":{"NAME":"Embarcadero South","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38808,37.78873],[-122.38778,37.78763]]}},
{"type":"Feature","properties":{"NAME":"Embarcadero South","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38778,37.78623],[-122.38788,37.78513]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39407,37.78507],[-122.39375,37.78487]]}},
{"type":"Feature","properties":{"NAME":"Embarcadero South","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38778,37.78763],[-122.38778,37.78623]]}},
{"type":"Feature","properties":{"NAME":"Essex","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39488,37.78613],[-122.39377,37.78531]]}},
{"type":"Feature","properties":{"NAME":"Essex","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3953,37.78664],[-122.39488,37.78613]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38948,37.79123],[-122.390061,37.79076]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39086,37.79011],[-122.39175,37.7894]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39175,37.7894],[-122.392581,37.78873]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.392581,37.78873],[-122.39308,37.78833]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39308,37.78833],[-122.39348,37.78803]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39378,37.78773],[-122.39438,37.78733]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39438,37.78733],[-122.39476,37.78706]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39476,37.78706],[-122.395081,37.78683]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.395081,37.78683],[-122.3953,37.78664]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.390061,37.79076],[-122.39086,37.79011]]}},
{"type":"Feature","properties":{"NAME":"Embarcadero South","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38788,37.78513],[-122.38794,37.7837]]}},
{"type":"Feature","properties":{"NAME":"Embarcadero South","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38794,37.7837],[-122.38798,37.78253]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.388551,37.7883],[-122.38941,37.78752]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39138,37.78591],[-122.391861,37.78554]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39219,37.78531],[-122.39252,37.78508]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.391861,37.78554],[-122.39197,37.78547]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39291,37.78479],[-122.39325,37.78454]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.38941,37.78752],[-122.3902,37.78681]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39252,37.78508],[-122.39291,37.78479]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39197,37.78547],[-122.39219,37.78531]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.3902,37.78681],[-122.39138,37.78591]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.38808,37.78873],[-122.388551,37.7883]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.38708,37.78963],[-122.38808,37.78873]]}},
{"type":"Feature","properties":{"NAME":"280 Ramp","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40088,37.77473],[-122.40015,37.77415]]}},
{"type":"Feature","properties":{"NAME":"280 Ramp","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40015,37.77415],[-122.39943,37.7736]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39978,37.76618],[-122.40074,37.76613]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.400631,37.76494],[-122.4015,37.76489]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4015,37.76489],[-122.402521,37.76483]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402521,37.76483],[-122.40352,37.76477]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40352,37.76477],[-122.404391,37.76472]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.404391,37.76472],[-122.40508,37.76468]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.405561,37.7785],[-122.40498,37.77803]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40498,37.77803],[-122.40459,37.77772]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40459,37.77772],[-122.40405,37.77728]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40405,37.77728],[-122.403761,37.77705]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.403761,37.77705],[-122.403401,37.77676]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.403401,37.77676],[-122.40275,37.77624]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40275,37.77624],[-122.40237,37.77593]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40237,37.77593],[-122.40088,37.77473]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40087,37.76743],[-122.40052,37.7672]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40052,37.7672],[-122.39978,37.7667]]}},
{"type":"Feature","properties":{"NAME":"Carolina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40074,37.76613],[-122.400631,37.76494]]}},
{"type":"Feature","properties":{"NAME":"De Haro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401981,37.76873],[-122.40185,37.76739]]}},
{"type":"Feature","properties":{"NAME":"Division","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402871,37.76998],[-122.40231,37.77001]]}},
{"type":"Feature","properties":{"NAME":"Division","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.403581,37.76993],[-122.402871,37.76998]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39881,37.7839],[-122.3994,37.78345]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3994,37.78345],[-122.39968,37.78323]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39968,37.78323],[-122.40038,37.78263]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40038,37.78263],[-122.40102,37.78207]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40102,37.78207],[-122.40336,37.78025]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40336,37.78025],[-122.40438,37.77943]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40438,37.77943],[-122.405561,37.7785]]}},
{"type":"Feature","properties":{"NAME":"Townsend","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39943,37.7736],[-122.40172,37.77178]]}},
{"type":"Feature","properties":{"NAME":"Townsend","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40172,37.77178],[-122.40382,37.77011]]}},
{"type":"Feature","properties":{"NAME":"Townsend","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40382,37.77011],[-122.40418,37.76983]]}},
{"type":"Feature","properties":{"NAME":"Wisconsin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39978,37.7667],[-122.39978,37.76618]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38948,37.78623],[-122.39028,37.78557]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39028,37.78557],[-122.39119,37.78485]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39119,37.78485],[-122.39188,37.78433]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39188,37.78433],[-122.39226,37.78403]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39226,37.78403],[-122.39238,37.78393]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39664,37.78559],[-122.39771,37.78476]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39771,37.78476],[-122.39834,37.78427]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39834,37.78427],[-122.39881,37.7839]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39422,37.77887],[-122.39458,37.77863]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39458,37.77863],[-122.39492,37.7783]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38748,37.77103],[-122.387281,37.77323]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39529,37.778],[-122.39565,37.77775]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39395,37.77905],[-122.39422,37.77887]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39853,37.75261],[-122.3989,37.75247]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.387831,37.76238],[-122.383881,37.76289]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3989,37.75247],[-122.399281,37.75233]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3985,37.77271],[-122.398481,37.77169]]}},
{"type":"Feature","properties":{"NAME":"Pier 48","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38766,37.77566],[-122.38618,37.77576]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39225,37.75517],[-122.39268,37.75313]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39745,37.77186],[-122.39737,37.77174]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40346,37.74959],[-122.40356,37.74938]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.3993,37.77348],[-122.39916,37.77335]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39943,37.7736],[-122.3993,37.77348]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40337,37.74947],[-122.40346,37.74959]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40294,37.75102],[-122.40346,37.74959]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40294,37.75102],[-122.40346,37.74959]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39916,37.77335],[-122.39853,37.77277]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39737,37.77174],[-122.39717,37.77135]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.400181,37.77769],[-122.400181,37.77877]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39853,37.77277],[-122.3985,37.77271]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.400181,37.77903],[-122.39887,37.78034]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.400181,37.77903],[-122.39859,37.78012]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40185,37.77901],[-122.40069,37.77902]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.392481,37.75096],[-122.39218,37.75011]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39717,37.77135],[-122.39779,37.76971]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.3985,37.77271],[-122.39785,37.77214]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.400181,37.77877],[-122.400181,37.77903]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.400001,37.77892],[-122.39787,37.77954]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.402971,37.75182],[-122.40294,37.75102]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.391491,37.75381],[-122.390881,37.75263]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39233,37.75613],[-122.39225,37.75517]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40069,37.77902],[-122.400181,37.77903]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.39785,37.77214],[-122.39745,37.77186]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.400281,37.77931],[-122.3995,37.78085]]}},
{"type":"Feature","properties":{"NAME":"Jack London","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.394551,37.7822],[-122.39425,37.78195]]}},
{"type":"Feature","properties":{"NAME":"Jack London","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39425,37.78195],[-122.39398,37.78173]]}},
{"type":"Feature","properties":{"NAME":"Jack London","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39386,37.78165],[-122.39333,37.78127]]}},
{"type":"Feature","properties":{"NAME":"Jack London","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39333,37.78127],[-122.39298,37.78103]]}},
{"type":"Feature","properties":{"NAME":"Scott","SPEED_MPH":10},"geometry":{"type":"LineString","coordinates":[[-122.40204,37.77985],[-122.40245,37.77953]]}},
{"type":"Feature","properties":{"NAME":"Scott","SPEED_MPH":10},"geometry":{"type":"LineString","coordinates":[[-122.40204,37.77985],[-122.401881,37.77973]]}},
{"type":"Feature","properties":{"NAME":"Taber","SPEED_MPH":10},"geometry":{"type":"LineString","coordinates":[[-122.39425,37.78195],[-122.39537,37.78104]]}},
{"type":"Feature","properties":{"NAME":"Taber","SPEED_MPH":10},"geometry":{"type":"LineString","coordinates":[[-122.39315,37.78285],[-122.39425,37.78195]]}},
{"type":"Feature","properties":{"NAME":"Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39398,37.78173],[-122.3946,37.78104]]}},
{"type":"Feature","properties":{"NAME":"Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39322,37.78217],[-122.39398,37.78173]]}},
{"type":"Feature","properties":{"NAME":"Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39269,37.78248],[-122.39322,37.78217]]}},
{"type":"Feature","properties":{"NAME":"Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39386,37.78165],[-122.3946,37.78104]]}},
{"type":"Feature","properties":{"NAME":"Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3946,37.78104],[-122.39493,37.78068]]}},
{"type":"Feature","properties":{"NAME":"Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39322,37.78217],[-122.39386,37.78165]]}},
{"type":"Feature","properties":{"NAME":"Pennsylvania","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.392481,37.75096],[-122.392481,37.74993]]}},
{"type":"Feature","properties":{"NAME":"Pennsylvania","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39395,37.7665],[-122.39402,37.76622]]}},
{"type":"Feature","properties":{"NAME":"Pennsylvania","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39268,37.75313],[-122.39255,37.75248]]}},
{"type":"Feature","properties":{"NAME":"Pennsylvania","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39255,37.75248],[-122.392481,37.75096]]}},
{"type":"Feature","properties":{"NAME":"Pennsylvania","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39386,37.76562],[-122.393831,37.76533]]}},
{"type":"Feature","properties":{"NAME":"Pennsylvania","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.393831,37.76533],[-122.39372,37.76413]]}},
{"type":"Feature","properties":{"NAME":"Pennsylvania","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39372,37.76413],[-122.39358,37.7627]]}},
{"type":"Feature","properties":{"NAME":"Pennsylvania","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39358,37.7627],[-122.393461,37.76148]]}},
{"type":"Feature","properties":{"NAME":"Pennsylvania","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.393461,37.76148],[-122.39333,37.76016]]}},
{"type":"Feature","properties":{"NAME":"Pennsylvania","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39402,37.76622],[-122.39389,37.76587]]}},
{"type":"Feature","properties":{"NAME":"Pennsylvania","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39333,37.76016],[-122.39308,37.75763]]}},
{"type":"Feature","properties":{"NAME":"Pennsylvania","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39308,37.75763],[-122.39288,37.75506]]}},
{"type":"Feature","properties":{"NAME":"Pennsylvania","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39389,37.76587],[-122.39386,37.76562]]}},
{"type":"Feature","properties":{"NAME":"Pennsylvania","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39288,37.75506],[-122.39278,37.75393]]}},
{"type":"Feature","properties":{"NAME":"Pennsylvania","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39278,37.75393],[-122.39268,37.75313]]}},
{"type":"Feature","properties":{"NAME":"San Bruno","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.405281,37.76243],[-122.40524,37.76202]]}},
{"type":"Feature","properties":{"NAME":"San Bruno","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40524,37.76202],[-122.405101,37.76077]]}},
{"type":"Feature","properties":{"NAME":"San Bruno","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.405101,37.76077],[-122.40495,37.75938]]}},
{"type":"Feature","properties":{"NAME":"Southern Heights","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39986,37.75747],[-122.40095,37.75802]]}},
{"type":"Feature","properties":{"NAME":"Southern Heights","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40095,37.75802],[-122.40208,37.75858]]}},
{"type":"Feature","properties":{"NAME":"Jennifer","SPEED_MPH":10},"geometry":{"type":"LineString","coordinates":[[-122.40222,37.78002],[-122.40264,37.77969]]}},
{"type":"Feature","properties":{"NAME":"Jennifer","SPEED_MPH":10},"geometry":{"type":"LineString","coordinates":[[-122.40222,37.78002],[-122.40237,37.78016]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39013,37.78544],[-122.38933,37.78613]]}},
{"type":"Feature","properties":{"NAME":"Bayside Village","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39047,37.78426],[-122.39013,37.78544]]}},
{"type":"Feature","properties":{"NAME":"Clarence","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39308,37.78003],[-122.39218,37.77933]]}},
{"type":"Feature","properties":{"NAME":"Dow","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39585,37.78495],[-122.39648,37.78443]]}},
{"type":"Feature","properties":{"NAME":"Hampton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39834,37.78427],[-122.397581,37.78373]]}},
{"type":"Feature","properties":{"NAME":"Saint Francis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39708,37.78363],[-122.397401,37.78343]]}},
{"type":"Feature","properties":{"NAME":"Saint Francis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.397401,37.78343],[-122.39785,37.78315]]}},
{"type":"Feature","properties":{"NAME":"Varney","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39333,37.78127],[-122.39448,37.78033]]}},
{"type":"Feature","properties":{"NAME":"Vassar","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39558,37.78393],[-122.39528,37.78363]]}},
{"type":"Feature","properties":{"NAME":"Coral","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39868,37.75383],[-122.39948,37.75423]]}},
{"type":"Feature","properties":{"NAME":"Coral","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39948,37.75423],[-122.399381,37.75273]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39422,37.76648],[-122.39462,37.76645]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39058,37.76673],[-122.39028,37.76673]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39395,37.7665],[-122.39422,37.76648]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39075,37.76662],[-122.39058,37.76673]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39676,37.76634],[-122.39778,37.76629]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38814,37.76693],[-122.389071,37.76684]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39778,37.76629],[-122.398571,37.76625]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.398571,37.76625],[-122.39907,37.76622]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39907,37.76622],[-122.39978,37.76618]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.389071,37.76684],[-122.39028,37.76673]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39075,37.76662],[-122.39327,37.76655]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39327,37.76655],[-122.39395,37.7665]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39462,37.76645],[-122.394901,37.76643]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.394901,37.76643],[-122.39676,37.76634]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.393831,37.76533],[-122.39488,37.76527]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39488,37.76527],[-122.39588,37.76521]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39588,37.76521],[-122.39667,37.76517]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39667,37.76517],[-122.397681,37.76511]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.397681,37.76511],[-122.39871,37.76505]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39871,37.76505],[-122.39968,37.76499]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39968,37.76499],[-122.400631,37.76494]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38805,37.76563],[-122.38898,37.76563]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39842,37.76242],[-122.39933,37.76237]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.392571,37.76276],[-122.39297,37.76273]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39297,37.76273],[-122.39358,37.7627]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39358,37.7627],[-122.394641,37.76264]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.394641,37.76264],[-122.39561,37.76258]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39561,37.76258],[-122.39647,37.76253]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39647,37.76253],[-122.39748,37.76247]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39748,37.76247],[-122.39842,37.76242]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39933,37.76237],[-122.40038,37.7623]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40038,37.7623],[-122.40136,37.76225]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40136,37.76225],[-122.402341,37.76219]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402341,37.76219],[-122.40327,37.76214]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40327,37.76214],[-122.40418,37.76208]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40418,37.76208],[-122.40524,37.76202]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38788,37.76303],[-122.38876,37.76298]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38876,37.76298],[-122.38965,37.76293]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38965,37.76293],[-122.39068,37.76287]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39068,37.76287],[-122.39166,37.76281]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39166,37.76281],[-122.392571,37.76276]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39246,37.76154],[-122.39286,37.76152]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39286,37.76152],[-122.393461,37.76148]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.393461,37.76148],[-122.39453,37.76142]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39453,37.76142],[-122.39549,37.76136]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39549,37.76136],[-122.39638,37.7613]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39638,37.7613],[-122.39738,37.76124]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39738,37.76124],[-122.39828,37.76119]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39828,37.76119],[-122.399191,37.76113]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.399191,37.76113],[-122.400281,37.76106]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.400281,37.76106],[-122.40124,37.76101]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40124,37.76101],[-122.402251,37.76094]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402251,37.76094],[-122.40315,37.76089]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40315,37.76089],[-122.40408,37.76083]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40408,37.76083],[-122.405101,37.76077]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.405101,37.76077],[-122.40578,37.76073]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38778,37.76183],[-122.38866,37.76177]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38866,37.76177],[-122.389531,37.76172]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.389531,37.76172],[-122.39059,37.76166]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39059,37.76166],[-122.39156,37.7616]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39156,37.7616],[-122.39246,37.76154]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39144,37.76029],[-122.39234,37.76023]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39234,37.76023],[-122.39274,37.7602]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39274,37.7602],[-122.39333,37.76016]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39333,37.76016],[-122.39441,37.76009]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39441,37.76009],[-122.395351,37.76002]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.395351,37.76002],[-122.39627,37.75996]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39627,37.75996],[-122.39727,37.75989]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39727,37.75989],[-122.39818,37.75983]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39818,37.75983],[-122.39913,37.75977]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39913,37.75977],[-122.40012,37.7597]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40012,37.7597],[-122.40111,37.75964]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40111,37.75964],[-122.402151,37.75957]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402151,37.75957],[-122.40302,37.75951]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40302,37.75951],[-122.40397,37.75944]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40397,37.75944],[-122.40495,37.75938]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40495,37.75938],[-122.40568,37.75933]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.384881,37.76073],[-122.38669,37.76061]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38669,37.76061],[-122.38766,37.76054]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38766,37.76054],[-122.388541,37.76048]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.388541,37.76048],[-122.38941,37.76042]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38941,37.76042],[-122.39048,37.76035]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39048,37.76035],[-122.39144,37.76029]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.391221,37.75775],[-122.39211,37.7577]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39211,37.7577],[-122.39251,37.75767]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39251,37.75767],[-122.39308,37.75763]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39308,37.75763],[-122.394181,37.75756]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.394181,37.75756],[-122.39468,37.75753]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39575,37.75731],[-122.39608,37.75743]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":10},"geometry":{"type":"LineString","coordinates":[[-122.39608,37.75743],[-122.396251,37.75743]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39861,37.75733],[-122.39904,37.75733]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39904,37.75733],[-122.39984,37.75725]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39984,37.75725],[-122.40087,37.75715]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40087,37.75715],[-122.401971,37.75705]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401971,37.75705],[-122.402781,37.75697]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402781,37.75697],[-122.40318,37.75693]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38548,37.75813],[-122.386481,37.75806]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.386481,37.75806],[-122.38744,37.758]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38744,37.758],[-122.38832,37.75794]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38832,37.75794],[-122.389161,37.75789]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.389161,37.75789],[-122.39028,37.75782]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39028,37.75782],[-122.391221,37.75775]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39225,37.75517],[-122.39259,37.75512]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39009,37.75532],[-122.39107,37.75522]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39107,37.75522],[-122.39188,37.75523]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39188,37.75523],[-122.39225,37.75517]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39259,37.75512],[-122.39288,37.75506]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39288,37.75506],[-122.39318,37.75503]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.394181,37.75503],[-122.39478,37.75493]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39573,37.75488],[-122.39681,37.75467]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39681,37.75467],[-122.39788,37.75473]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39788,37.75473],[-122.39879,37.75472]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39879,37.75472],[-122.39954,37.75474]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39954,37.75474],[-122.400631,37.75463]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.400631,37.75463],[-122.40164,37.75454]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40164,37.75454],[-122.40259,37.7545]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40259,37.7545],[-122.40308,37.75443]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38438,37.75563],[-122.387211,37.75547]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.387211,37.75547],[-122.388101,37.75542]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.388101,37.75542],[-122.388911,37.75538]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.388911,37.75538],[-122.39009,37.75532]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40051,37.75343],[-122.40159,37.75338]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40159,37.75338],[-122.40258,37.75333]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38321,37.75444],[-122.38338,37.75443]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38338,37.75443],[-122.38618,37.75426]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38618,37.75426],[-122.38709,37.7542]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38709,37.7542],[-122.38799,37.75415]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38799,37.75415],[-122.38878,37.7541]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38878,37.7541],[-122.38999,37.75403]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.388721,37.7528],[-122.389891,37.75273]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.389891,37.75273],[-122.390881,37.75263]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.390881,37.75263],[-122.39128,37.75262]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39128,37.75262],[-122.39184,37.75258]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39184,37.75258],[-122.39255,37.75248]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39255,37.75248],[-122.39306,37.75244]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39306,37.75244],[-122.39379,37.75239]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39379,37.75239],[-122.39458,37.75233]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39458,37.75233],[-122.394641,37.75232]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.394641,37.75232],[-122.39558,37.75223]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39558,37.75223],[-122.39648,37.75223]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39648,37.75223],[-122.398481,37.75223]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.398481,37.75223],[-122.39896,37.75217]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39896,37.75217],[-122.399281,37.75213]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.399281,37.75213],[-122.40038,37.75206]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40038,37.75206],[-122.40139,37.75199]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40139,37.75199],[-122.40239,37.75193]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38787,37.75286],[-122.388721,37.7528]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39072,37.75123],[-122.39095,37.75121]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38978,37.75132],[-122.39072,37.75123]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39648,37.75125],[-122.39838,37.75105]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39838,37.75105],[-122.39904,37.75099]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39904,37.75099],[-122.39958,37.75093]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39958,37.75093],[-122.40038,37.75053]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40038,37.75053],[-122.401171,37.75049]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401171,37.75049],[-122.40218,37.75043]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40218,37.75043],[-122.40293,37.75026]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38778,37.75153],[-122.38858,37.75145]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38858,37.75145],[-122.38978,37.75132]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39269,37.78248],[-122.392491,37.78232]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.394281,37.78373],[-122.39394,37.78347]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39394,37.78347],[-122.39344,37.78308]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39344,37.78308],[-122.39315,37.78285]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39315,37.78285],[-122.39292,37.78267]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39292,37.78267],[-122.39269,37.78248]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.392491,37.78232],[-122.39191,37.78186]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39191,37.78186],[-122.390431,37.78066]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.390431,37.78066],[-122.38955,37.77995]]}},
{"type":"Feature","properties":{"NAME":"2Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38955,37.77995],[-122.3888,37.77935]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38995,37.77643],[-122.3896,37.77303]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39179,37.77817],[-122.39138,37.77784]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.389981,37.77673],[-122.38995,37.77643]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.3896,37.77303],[-122.38958,37.77283]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38958,37.77283],[-122.38939,37.7706]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38939,37.7706],[-122.38929,37.76941]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38929,37.76941],[-122.389071,37.76684]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.389071,37.76684],[-122.38898,37.76563]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38898,37.76563],[-122.38888,37.76429]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38888,37.76429],[-122.38876,37.76298]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38876,37.76298],[-122.38866,37.76177]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38866,37.76177],[-122.388541,37.76048]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.388541,37.76048],[-122.38832,37.75794]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38832,37.75794],[-122.388101,37.75542]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.388101,37.75542],[-122.38799,37.75415]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38799,37.75415],[-122.38787,37.75286]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39881,37.7839],[-122.39785,37.78315]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39785,37.78315],[-122.39721,37.78265]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39721,37.78265],[-122.396701,37.7821]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.396701,37.7821],[-122.39648,37.78193]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39648,37.78193],[-122.39621,37.78171]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39621,37.78171],[-122.39568,37.78129]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39568,37.78129],[-122.39537,37.78104]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39537,37.78104],[-122.39493,37.78068]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39493,37.78068],[-122.39448,37.78033]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39448,37.78033],[-122.39416,37.78007]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39416,37.78007],[-122.39272,37.77891]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39272,37.77891],[-122.39179,37.77817]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39138,37.77784],[-122.39103,37.77757]]}},
{"type":"Feature","properties":{"NAME":"3Rd","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39103,37.77757],[-122.39036,37.77708]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.3926,37.77537],[-122.392301,37.77504]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39398,37.77643],[-122.39308,37.77593]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.392301,37.77504],[-122.392211,37.77494]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39887,37.78034],[-122.39859,37.78012]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39859,37.78012],[-122.39787,37.77954]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39308,37.77593],[-122.3926,37.77537]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.392211,37.77494],[-122.38958,37.77283]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38958,37.77283],[-122.388461,37.77187]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.388461,37.77187],[-122.38748,37.77103]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40102,37.78207],[-122.40052,37.78168]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40052,37.78168],[-122.40003,37.78127]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40003,37.78127],[-122.3995,37.78085]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.3995,37.78085],[-122.39887,37.78034]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39787,37.77954],[-122.397401,37.77916]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.397401,37.77916],[-122.39689,37.77875]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39689,37.77875],[-122.39636,37.77832]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39636,37.77832],[-122.39565,37.77775]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39565,37.77775],[-122.39493,37.77717]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39493,37.77717],[-122.39438,37.77673]]}},
{"type":"Feature","properties":{"NAME":"4Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39438,37.77673],[-122.39398,37.77643]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39554,37.77396],[-122.39538,37.77383]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39538,37.77383],[-122.394981,37.77356]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39702,37.77519],[-122.39668,37.77493]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40336,37.78025],[-122.402781,37.77983]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.402781,37.77983],[-122.40264,37.77969]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40264,37.77969],[-122.40245,37.77953]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40245,37.77953],[-122.402331,37.77942]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.402331,37.77942],[-122.40185,37.77901]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40185,37.77901],[-122.401341,37.7786]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.401341,37.7786],[-122.40084,37.77821]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40084,37.77821],[-122.400181,37.77769]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.400181,37.77769],[-122.3997,37.77731]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3997,37.77731],[-122.398661,37.77649]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.398661,37.77649],[-122.39794,37.77592]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39794,37.77592],[-122.39721,37.77536]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39721,37.77536],[-122.39702,37.77519]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39668,37.77493],[-122.39628,37.77453]]}},
{"type":"Feature","properties":{"NAME":"5Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39628,37.77453],[-122.39554,37.77396]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39406,37.76935],[-122.39098,37.77173]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39614,37.77106],[-122.39406,37.76935]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39658,37.77143],[-122.39614,37.77106]]}},
{"type":"Feature","properties":{"NAME":"6Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39406,37.76935],[-122.39075,37.76662]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39936,37.76993],[-122.39816,37.76899]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39816,37.76899],[-122.39743,37.76842]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39743,37.76842],[-122.39671,37.76785]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39671,37.76785],[-122.39584,37.76717]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39584,37.76717],[-122.394901,37.76643]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.394901,37.76643],[-122.39386,37.76562]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40172,37.77178],[-122.40078,37.77104]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40078,37.77104],[-122.40006,37.77048]]}},
{"type":"Feature","properties":{"NAME":"7Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40006,37.77048],[-122.39936,37.76993]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40382,37.77011],[-122.403581,37.76993]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39978,37.7667],[-122.39969,37.76664]]}},
{"type":"Feature","properties":{"NAME":"8Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39969,37.76664],[-122.39907,37.76622]]}},
{"type":"Feature","properties":{"NAME":"Alameda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.387371,37.76954],[-122.3883,37.76947]]}},
{"type":"Feature","properties":{"NAME":"Alameda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3883,37.76947],[-122.38898,37.76943]]}},
{"type":"Feature","properties":{"NAME":"Arkansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.398571,37.76625],[-122.39878,37.76573]]}},
{"type":"Feature","properties":{"NAME":"Arkansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39871,37.76505],[-122.398571,37.76379]]}},
{"type":"Feature","properties":{"NAME":"Arkansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.398571,37.76379],[-122.39842,37.76242]]}},
{"type":"Feature","properties":{"NAME":"Arkansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39842,37.76242],[-122.39828,37.76119]]}},
{"type":"Feature","properties":{"NAME":"Arkansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39828,37.76119],[-122.39824,37.76061]]}},
{"type":"Feature","properties":{"NAME":"Arkansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39824,37.76061],[-122.39818,37.75983]]}},
{"type":"Feature","properties":{"NAME":"Arkansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39818,37.75983],[-122.39803,37.75733]]}},
{"type":"Feature","properties":{"NAME":"Arkansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39878,37.76573],[-122.39871,37.76505]]}},
{"type":"Feature","properties":{"NAME":"Arkansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39803,37.75733],[-122.397951,37.75593]]}},
{"type":"Feature","properties":{"NAME":"Arkansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.397951,37.75593],[-122.39788,37.75473]]}},
{"type":"Feature","properties":{"NAME":"Berry","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.398481,37.77169],[-122.39988,37.77063]]}},
{"type":"Feature","properties":{"NAME":"Berry","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39988,37.77063],[-122.40006,37.77048]]}},
{"type":"Feature","properties":{"NAME":"Berry","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40006,37.77048],[-122.40049,37.77012]]}},
{"type":"Feature","properties":{"NAME":"Berry","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40049,37.77012],[-122.40178,37.76903]]}},
{"type":"Feature","properties":{"NAME":"Bluxome","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39565,37.77775],[-122.39794,37.77592]]}},
{"type":"Feature","properties":{"NAME":"Bluxome","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39794,37.77592],[-122.40015,37.77415]]}},
{"type":"Feature","properties":{"NAME":"Bonifacio","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39908,37.78273],[-122.39978,37.78223]]}},
{"type":"Feature","properties":{"NAME":"Bonifacio","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39978,37.78223],[-122.40038,37.78178]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38788,37.78513],[-122.388811,37.78435]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.388811,37.78435],[-122.38968,37.78363]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38968,37.78363],[-122.39035,37.7831]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39035,37.7831],[-122.39118,37.78243]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39118,37.78243],[-122.39191,37.78186]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39191,37.78186],[-122.39247,37.78142]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39247,37.78142],[-122.39298,37.78103]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39298,37.78103],[-122.39353,37.78058]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39353,37.78058],[-122.39416,37.78007]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39416,37.78007],[-122.39469,37.77965]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39469,37.77965],[-122.39513,37.77929]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39513,37.77929],[-122.39636,37.77832]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39636,37.77832],[-122.398661,37.77649]]}},
{"type":"Feature","properties":{"NAME":"Brannan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.398661,37.77649],[-122.40088,37.77473]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39238,37.78393],[-122.39344,37.78308]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39344,37.78308],[-122.394551,37.7822]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.394551,37.7822],[-122.39568,37.78129]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39568,37.78129],[-122.39621,37.78087]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39621,37.78087],[-122.39666,37.78051]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39666,37.78051],[-122.39787,37.77954]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39787,37.77954],[-122.400181,37.77769]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.400181,37.77769],[-122.40066,37.77731]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40066,37.77731],[-122.40121,37.77687]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40121,37.77687],[-122.40177,37.77641]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40177,37.77641],[-122.40237,37.77593]]}},
{"type":"Feature","properties":{"NAME":"Carolina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.400631,37.76494],[-122.40051,37.76372]]}},
{"type":"Feature","properties":{"NAME":"Carolina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.400981,37.76863],[-122.40087,37.76743]]}},
{"type":"Feature","properties":{"NAME":"Carolina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39954,37.75474],[-122.39948,37.75423]]}},
{"type":"Feature","properties":{"NAME":"Carolina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39948,37.75423],[-122.399381,37.75273]]}},
{"type":"Feature","properties":{"NAME":"Carolina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.399381,37.75273],[-122.399281,37.75233]]}},
{"type":"Feature","properties":{"NAME":"Carolina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40051,37.76372],[-122.40038,37.7623]]}},
{"type":"Feature","properties":{"NAME":"Carolina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.400281,37.76106],[-122.40012,37.7597]]}},
{"type":"Feature","properties":{"NAME":"Carolina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40012,37.7597],[-122.39986,37.75747]]}},
{"type":"Feature","properties":{"NAME":"Carolina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39986,37.75747],[-122.39984,37.75725]]}},
{"type":"Feature","properties":{"NAME":"Carolina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39984,37.75725],[-122.39954,37.75474]]}},
{"type":"Feature","properties":{"NAME":"Channel","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39628,37.77453],[-122.3985,37.77271]]}},
{"type":"Feature","properties":{"NAME":"Channel","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.392211,37.77494],[-122.39658,37.77143]]}},
{"type":"Feature","properties":{"NAME":"Channel","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.389981,37.77673],[-122.392211,37.77494]]}},
{"type":"Feature","properties":{"NAME":"Channel","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39921,37.7701],[-122.39936,37.76993]]}},
{"type":"Feature","properties":{"NAME":"Clara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40003,37.78127],[-122.401881,37.77973]]}},
{"type":"Feature","properties":{"NAME":"Clara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401881,37.77973],[-122.402331,37.77942]]}},
{"type":"Feature","properties":{"NAME":"Clara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402331,37.77942],[-122.40459,37.77772]]}},
{"type":"Feature","properties":{"NAME":"Clyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39422,37.77887],[-122.393551,37.77828]]}},
{"type":"Feature","properties":{"NAME":"Colin P Kelly Jr","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39118,37.78243],[-122.38968,37.78123]]}},
{"type":"Feature","properties":{"NAME":"Connecticut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39778,37.76629],[-122.39773,37.7657]]}},
{"type":"Feature","properties":{"NAME":"Connecticut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.397681,37.76511],[-122.397581,37.76383]]}},
{"type":"Feature","properties":{"NAME":"Connecticut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39648,37.75223],[-122.39648,37.75125]]}},
{"type":"Feature","properties":{"NAME":"Connecticut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39648,37.75125],[-122.39647,37.74968]]}},
{"type":"Feature","properties":{"NAME":"Connecticut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.397581,37.76383],[-122.39748,37.76247]]}},
{"type":"Feature","properties":{"NAME":"Connecticut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39748,37.76247],[-122.39738,37.76124]]}},
{"type":"Feature","properties":{"NAME":"Connecticut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39738,37.76124],[-122.39727,37.75989]]}},
{"type":"Feature","properties":{"NAME":"Connecticut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39727,37.75989],[-122.39708,37.75743]]}},
{"type":"Feature","properties":{"NAME":"Connecticut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39773,37.7657],[-122.397681,37.76511]]}},
{"type":"Feature","properties":{"NAME":"Connecticut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39868,37.75383],[-122.39648,37.75223]]}},
{"type":"Feature","properties":{"NAME":"Daggett","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39584,37.76717],[-122.39676,37.76634]]}},
{"type":"Feature","properties":{"NAME":"Daggett","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39569,37.7673],[-122.39584,37.76717]]}},
{"type":"Feature","properties":{"NAME":"Dakota","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39681,37.75467],[-122.3955,37.75347]]}},
{"type":"Feature","properties":{"NAME":"Dakota","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3955,37.75347],[-122.394641,37.75232]]}},
{"type":"Feature","properties":{"NAME":"De Boom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39178,37.78283],[-122.392491,37.78232]]}},
{"type":"Feature","properties":{"NAME":"De Haro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40178,37.76903],[-122.401981,37.76873]]}},
{"type":"Feature","properties":{"NAME":"De Haro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40087,37.75715],[-122.400631,37.75463]]}},
{"type":"Feature","properties":{"NAME":"De Haro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.400631,37.75463],[-122.40051,37.75343]]}},
{"type":"Feature","properties":{"NAME":"De Haro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40051,37.75343],[-122.40038,37.75206]]}},
{"type":"Feature","properties":{"NAME":"De Haro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40038,37.75206],[-122.40038,37.75172]]}},
{"type":"Feature","properties":{"NAME":"De Haro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40038,37.75172],[-122.40038,37.75109]]}},
{"type":"Feature","properties":{"NAME":"De Haro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40038,37.75109],[-122.40038,37.75053]]}},
{"type":"Feature","properties":{"NAME":"De Haro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4015,37.76489],[-122.40147,37.76343]]}},
{"type":"Feature","properties":{"NAME":"De Haro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40147,37.76343],[-122.40136,37.76225]]}},
{"type":"Feature","properties":{"NAME":"De Haro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40136,37.76225],[-122.40124,37.76101]]}},
{"type":"Feature","properties":{"NAME":"De Haro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40124,37.76101],[-122.40111,37.75964]]}},
{"type":"Feature","properties":{"NAME":"De Haro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40111,37.75964],[-122.40095,37.75802]]}},
{"type":"Feature","properties":{"NAME":"De Haro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40095,37.75802],[-122.40087,37.75715]]}},
{"type":"Feature","properties":{"NAME":"Delancey","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39119,37.78485],[-122.39068,37.78443]]}},
{"type":"Feature","properties":{"NAME":"Delancey","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39068,37.78443],[-122.39047,37.78426]]}},
{"type":"Feature","properties":{"NAME":"Delancey","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39047,37.78426],[-122.38968,37.78363]]}},
{"type":"Feature","properties":{"NAME":"Delancey","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38968,37.78363],[-122.388181,37.78243]]}},
{"type":"Feature","properties":{"NAME":"Delancy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39035,37.7831],[-122.38938,37.78223]]}},
{"type":"Feature","properties":{"NAME":"Delaware","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38218,37.75343],[-122.38209,37.75324]]}},
{"type":"Feature","properties":{"NAME":"Division","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40231,37.77001],[-122.4022,37.76994]]}},
{"type":"Feature","properties":{"NAME":"Eldorado","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.387281,37.76823],[-122.38822,37.76813]]}},
{"type":"Feature","properties":{"NAME":"Falmouth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40438,37.77943],[-122.403771,37.77902]]}},
{"type":"Feature","properties":{"NAME":"Federal","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39068,37.78443],[-122.39128,37.78393]]}},
{"type":"Feature","properties":{"NAME":"Federal","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39128,37.78393],[-122.39292,37.78267]]}},
{"type":"Feature","properties":{"NAME":"Freelon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39568,37.77973],[-122.39689,37.77875]]}},
{"type":"Feature","properties":{"NAME":"Freelon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39689,37.77875],[-122.39828,37.77763]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.395081,37.78433],[-122.39558,37.78393]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39558,37.78393],[-122.3962,37.78345]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.3962,37.78345],[-122.39721,37.78265]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39721,37.78265],[-122.39788,37.78213]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39788,37.78213],[-122.3995,37.78085]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.3995,37.78085],[-122.40185,37.77901]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40185,37.77901],[-122.40231,37.77865]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40231,37.77865],[-122.40281,37.77825]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40281,37.77825],[-122.40343,37.77777]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40343,37.77777],[-122.40405,37.77728]]}},
{"type":"Feature","properties":{"NAME":"Hawthorne","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39771,37.78476],[-122.39685,37.78401]]}},
{"type":"Feature","properties":{"NAME":"Hawthorne","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39685,37.78401],[-122.396791,37.78396]]}},
{"type":"Feature","properties":{"NAME":"Hawthorne","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.396791,37.78396],[-122.3962,37.78345]]}},
{"type":"Feature","properties":{"NAME":"Hooper","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39799,37.76913],[-122.39816,37.76899]]}},
{"type":"Feature","properties":{"NAME":"Hooper","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39816,37.76899],[-122.40052,37.7672]]}},
{"type":"Feature","properties":{"NAME":"Hubbell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39655,37.76798],[-122.39671,37.76785]]}},
{"type":"Feature","properties":{"NAME":"Hubbell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39671,37.76785],[-122.398571,37.76625]]}},
{"type":"Feature","properties":{"NAME":"Humboldt","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38528,37.75703],[-122.38733,37.75682]]}},
{"type":"Feature","properties":{"NAME":"Illinois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.388461,37.77187],[-122.38839,37.77073]]}},
{"type":"Feature","properties":{"NAME":"Illinois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38839,37.77073],[-122.3883,37.76947]]}},
{"type":"Feature","properties":{"NAME":"Illinois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38744,37.758],[-122.38733,37.75682]]}},
{"type":"Feature","properties":{"NAME":"Illinois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38733,37.75682],[-122.387211,37.75547]]}},
{"type":"Feature","properties":{"NAME":"Illinois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.387211,37.75547],[-122.38709,37.7542]]}},
{"type":"Feature","properties":{"NAME":"Illinois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38709,37.7542],[-122.38698,37.75293]]}},
{"type":"Feature","properties":{"NAME":"Illinois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3883,37.76947],[-122.38822,37.76813]]}},
{"type":"Feature","properties":{"NAME":"Illinois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38822,37.76813],[-122.38814,37.76693]]}},
{"type":"Feature","properties":{"NAME":"Illinois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38814,37.76693],[-122.38805,37.76563]]}},
{"type":"Feature","properties":{"NAME":"Illinois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38805,37.76563],[-122.38797,37.76432]]}},
{"type":"Feature","properties":{"NAME":"Illinois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38797,37.76432],[-122.38794,37.76393]]}},
{"type":"Feature","properties":{"NAME":"Illinois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38794,37.76393],[-122.38788,37.76303]]}},
{"type":"Feature","properties":{"NAME":"Illinois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38788,37.76303],[-122.387831,37.76238]]}},
{"type":"Feature","properties":{"NAME":"Illinois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.387831,37.76238],[-122.38778,37.76183]]}},
{"type":"Feature","properties":{"NAME":"Illinois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38778,37.76183],[-122.38766,37.76054]]}},
{"type":"Feature","properties":{"NAME":"Illinois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38766,37.76054],[-122.38744,37.758]]}},
{"type":"Feature","properties":{"NAME":"Indiana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.391221,37.75775],[-122.39108,37.75613]]}},
{"type":"Feature","properties":{"NAME":"Indiana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39108,37.75613],[-122.39107,37.75522]]}},
{"type":"Feature","properties":{"NAME":"Indiana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39107,37.75522],[-122.390881,37.75263]]}},
{"type":"Feature","properties":{"NAME":"Indiana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.390881,37.75263],[-122.39072,37.75123]]}},
{"type":"Feature","properties":{"NAME":"Indiana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39072,37.75123],[-122.39058,37.75008]]}},
{"type":"Feature","properties":{"NAME":"Indiana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39178,37.76417],[-122.39166,37.76281]]}},
{"type":"Feature","properties":{"NAME":"Indiana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39166,37.76281],[-122.39156,37.7616]]}},
{"type":"Feature","properties":{"NAME":"Indiana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39156,37.7616],[-122.39144,37.76029]]}},
{"type":"Feature","properties":{"NAME":"Indiana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39144,37.76029],[-122.39126,37.75824]]}},
{"type":"Feature","properties":{"NAME":"Indiana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39126,37.75824],[-122.391221,37.75775]]}},
{"type":"Feature","properties":{"NAME":"Iowa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39298,37.76413],[-122.392571,37.76276]]}},
{"type":"Feature","properties":{"NAME":"Iowa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.392571,37.76276],[-122.39246,37.76154]]}},
{"type":"Feature","properties":{"NAME":"Iowa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39246,37.76154],[-122.39234,37.76023]]}},
{"type":"Feature","properties":{"NAME":"Iowa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39234,37.76023],[-122.39211,37.7577]]}},
{"type":"Feature","properties":{"NAME":"Iowa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39211,37.7577],[-122.39188,37.75523]]}},
{"type":"Feature","properties":{"NAME":"Iowa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39188,37.75523],[-122.39184,37.75258]]}},
{"type":"Feature","properties":{"NAME":"Irwin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39726,37.76855],[-122.39743,37.76842]]}},
{"type":"Feature","properties":{"NAME":"Irwin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39743,37.76842],[-122.39969,37.76664]]}},
{"type":"Feature","properties":{"NAME":"Jewett","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39648,37.77513],[-122.39668,37.77493]]}},
{"type":"Feature","properties":{"NAME":"Kansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402781,37.75697],[-122.40259,37.7545]]}},
{"type":"Feature","properties":{"NAME":"Kansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40259,37.7545],[-122.40258,37.75333]]}},
{"type":"Feature","properties":{"NAME":"Kansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40258,37.75333],[-122.40239,37.75193]]}},
{"type":"Feature","properties":{"NAME":"Kansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40239,37.75193],[-122.40218,37.75043]]}},
{"type":"Feature","properties":{"NAME":"Kansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40352,37.76477],[-122.40339,37.76343]]}},
{"type":"Feature","properties":{"NAME":"Kansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40339,37.76343],[-122.40327,37.76214]]}},
{"type":"Feature","properties":{"NAME":"Kansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40327,37.76214],[-122.40315,37.76089]]}},
{"type":"Feature","properties":{"NAME":"Kansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40315,37.76089],[-122.40302,37.75951]]}},
{"type":"Feature","properties":{"NAME":"Kansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40302,37.75951],[-122.402781,37.75697]]}},
{"type":"Feature","properties":{"NAME":"King","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39398,37.77643],[-122.39628,37.77453]]}},
{"type":"Feature","properties":{"NAME":"King","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38803,37.78117],[-122.38955,37.77995]]}},
{"type":"Feature","properties":{"NAME":"King","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38955,37.77995],[-122.39179,37.77817]]}},
{"type":"Feature","properties":{"NAME":"King","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39179,37.77817],[-122.39398,37.77643]]}},
{"type":"Feature","properties":{"NAME":"King","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.400281,37.77143],[-122.40051,37.77125]]}},
{"type":"Feature","properties":{"NAME":"King","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40051,37.77125],[-122.40078,37.77104]]}},
{"type":"Feature","properties":{"NAME":"King","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40078,37.77104],[-122.4022,37.76994]]}},
{"type":"Feature","properties":{"NAME":"Lapu","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39908,37.78273],[-122.398481,37.78253]]}},
{"type":"Feature","properties":{"NAME":"Lapu","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.398481,37.78253],[-122.39788,37.78213]]}},
{"type":"Feature","properties":{"NAME":"Lusk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39458,37.77863],[-122.39388,37.77803]]}},
{"type":"Feature","properties":{"NAME":"Mabini","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40038,37.78263],[-122.39978,37.78223]]}},
{"type":"Feature","properties":{"NAME":"Madera","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.397951,37.75593],[-122.39898,37.75593]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.393121,37.76413],[-122.39298,37.76413]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39372,37.76413],[-122.39475,37.76392]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39475,37.76392],[-122.39574,37.76389]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39574,37.76389],[-122.39657,37.76386]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39657,37.76386],[-122.397581,37.76383]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.397581,37.76383],[-122.398571,37.76379]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.398571,37.76379],[-122.40051,37.76372]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40051,37.76372],[-122.40147,37.76343]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40147,37.76343],[-122.402421,37.76343]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402421,37.76343],[-122.40339,37.76343]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40339,37.76343],[-122.40429,37.76343]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40429,37.76343],[-122.40518,37.76313]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38797,37.76432],[-122.38888,37.76429]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38888,37.76429],[-122.38978,37.76425]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38978,37.76425],[-122.390791,37.76421]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.390791,37.76421],[-122.39178,37.76417]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39178,37.76417],[-122.39298,37.76413]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39372,37.76413],[-122.393121,37.76413]]}},
{"type":"Feature","properties":{"NAME":"Maryland","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38338,37.75443],[-122.38347,37.75315]]}},
{"type":"Feature","properties":{"NAME":"Merlin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40231,37.77865],[-122.40185,37.77828]]}},
{"type":"Feature","properties":{"NAME":"Merlin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40185,37.77828],[-122.40128,37.77783]]}},
{"type":"Feature","properties":{"NAME":"Merlin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40128,37.77783],[-122.400981,37.77758]]}},
{"type":"Feature","properties":{"NAME":"Merrimac","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38839,37.77073],[-122.389081,37.77063]]}},
{"type":"Feature","properties":{"NAME":"Michigan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38748,37.77103],[-122.387371,37.76954]]}},
{"type":"Feature","properties":{"NAME":"Michigan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38618,37.75426],[-122.38608,37.75298]]}},
{"type":"Feature","properties":{"NAME":"Michigan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.387371,37.76954],[-122.387281,37.76823]]}},
{"type":"Feature","properties":{"NAME":"Michigan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38669,37.76061],[-122.386481,37.75806]]}},
{"type":"Feature","properties":{"NAME":"Minnesota","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39028,37.75782],[-122.390151,37.75612]]}},
{"type":"Feature","properties":{"NAME":"Minnesota","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.390151,37.75612],[-122.39009,37.75532]]}},
{"type":"Feature","properties":{"NAME":"Minnesota","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39009,37.75532],[-122.38999,37.75403]]}},
{"type":"Feature","properties":{"NAME":"Minnesota","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38999,37.75403],[-122.389891,37.75273]]}},
{"type":"Feature","properties":{"NAME":"Minnesota","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.389891,37.75273],[-122.38978,37.75132]]}},
{"type":"Feature","properties":{"NAME":"Minnesota","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38978,37.75132],[-122.38968,37.75016]]}},
{"type":"Feature","properties":{"NAME":"Minnesota","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.390791,37.76421],[-122.39068,37.76287]]}},
{"type":"Feature","properties":{"NAME":"Minnesota","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39068,37.76287],[-122.39059,37.76166]]}},
{"type":"Feature","properties":{"NAME":"Minnesota","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39059,37.76166],[-122.39048,37.76035]]}},
{"type":"Feature","properties":{"NAME":"Minnesota","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39048,37.76035],[-122.39028,37.75782]]}},
{"type":"Feature","properties":{"NAME":"Mission Rock","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3896,37.77303],[-122.387281,37.77323]]}},
{"type":"Feature","properties":{"NAME":"Mississippi","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.394901,37.76643],[-122.394911,37.76563]]}},
{"type":"Feature","properties":{"NAME":"Mississippi","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39398,37.75293],[-122.39379,37.75239]]}},
{"type":"Feature","properties":{"NAME":"Mississippi","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39488,37.76527],[-122.39475,37.76392]]}},
{"type":"Feature","properties":{"NAME":"Mississippi","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39358,37.75153],[-122.39379,37.74985]]}},
{"type":"Feature","properties":{"NAME":"Mississippi","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39475,37.76392],[-122.394641,37.76264]]}},
{"type":"Feature","properties":{"NAME":"Mississippi","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.394641,37.76264],[-122.39453,37.76142]]}},
{"type":"Feature","properties":{"NAME":"Mississippi","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39453,37.76142],[-122.39441,37.76009]]}},
{"type":"Feature","properties":{"NAME":"Mississippi","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39441,37.76009],[-122.394181,37.75756]]}},
{"type":"Feature","properties":{"NAME":"Mississippi","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.394911,37.76563],[-122.39488,37.76527]]}},
{"type":"Feature","properties":{"NAME":"Missouri","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39676,37.76634],[-122.39671,37.76568]]}},
{"type":"Feature","properties":{"NAME":"Missouri","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39667,37.76517],[-122.39657,37.76386]]}},
{"type":"Feature","properties":{"NAME":"Missouri","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39558,37.75223],[-122.39537,37.74975]]}},
{"type":"Feature","properties":{"NAME":"Missouri","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39657,37.76386],[-122.39647,37.76253]]}},
{"type":"Feature","properties":{"NAME":"Missouri","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39647,37.76253],[-122.39638,37.7613]]}},
{"type":"Feature","properties":{"NAME":"Missouri","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39638,37.7613],[-122.39627,37.75996]]}},
{"type":"Feature","properties":{"NAME":"Missouri","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39627,37.75996],[-122.396151,37.75833]]}},
{"type":"Feature","properties":{"NAME":"Missouri","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39671,37.76568],[-122.39667,37.76517]]}},
{"type":"Feature","properties":{"NAME":"Missouri","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.396151,37.75833],[-122.39608,37.75743]]}},
{"type":"Feature","properties":{"NAME":"Missouri","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39575,37.75731],[-122.39556,37.75689]]}},
{"type":"Feature","properties":{"NAME":"Missouri","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39556,37.75689],[-122.39568,37.75583]]}},
{"type":"Feature","properties":{"NAME":"Missouri","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39568,37.75583],[-122.39573,37.75488]]}},
{"type":"Feature","properties":{"NAME":"Morris","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40343,37.77777],[-122.40309,37.77749]]}},
{"type":"Feature","properties":{"NAME":"Morris","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40177,37.77641],[-122.40118,37.77593]]}},
{"type":"Feature","properties":{"NAME":"Morris","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40309,37.77749],[-122.40266,37.77714]]}},
{"type":"Feature","properties":{"NAME":"Morris","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40266,37.77714],[-122.40177,37.77641]]}},
{"type":"Feature","properties":{"NAME":"Oak Grove","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40281,37.77825],[-122.402421,37.77791]]}},
{"type":"Feature","properties":{"NAME":"Oak Grove","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402421,37.77791],[-122.40194,37.7775]]}},
{"type":"Feature","properties":{"NAME":"Oak Grove","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40194,37.7775],[-122.40121,37.77687]]}},
{"type":"Feature","properties":{"NAME":"Owens","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39614,37.77106],[-122.39327,37.76655]]}},
{"type":"Feature","properties":{"NAME":"Perry","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.396701,37.7821],[-122.39536,37.78326]]}},
{"type":"Feature","properties":{"NAME":"Rhode Island","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401971,37.75705],[-122.40164,37.75454]]}},
{"type":"Feature","properties":{"NAME":"Rhode Island","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40164,37.75454],[-122.40159,37.75338]]}},
{"type":"Feature","properties":{"NAME":"Rhode Island","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40159,37.75338],[-122.40139,37.75199]]}},
{"type":"Feature","properties":{"NAME":"Rhode Island","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40139,37.75199],[-122.401171,37.75049]]}},
{"type":"Feature","properties":{"NAME":"Rhode Island","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402521,37.76483],[-122.402421,37.76343]]}},
{"type":"Feature","properties":{"NAME":"Rhode Island","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402421,37.76343],[-122.402341,37.76219]]}},
{"type":"Feature","properties":{"NAME":"Rhode Island","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402341,37.76219],[-122.402251,37.76094]]}},
{"type":"Feature","properties":{"NAME":"Rhode Island","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402251,37.76094],[-122.402151,37.75957]]}},
{"type":"Feature","properties":{"NAME":"Rhode Island","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402151,37.75957],[-122.40208,37.75858]]}},
{"type":"Feature","properties":{"NAME":"Rhode Island","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40208,37.75858],[-122.401971,37.75705]]}},
{"type":"Feature","properties":{"NAME":"Rincon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39188,37.78433],[-122.39128,37.78393]]}},
{"type":"Feature","properties":{"NAME":"Ritch","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39395,37.77905],[-122.39327,37.7785]]}},
{"type":"Feature","properties":{"NAME":"Ritch","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39621,37.78087],[-122.39469,37.77965]]}},
{"type":"Feature","properties":{"NAME":"Ritch","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39469,37.77965],[-122.39395,37.77905]]}},
{"type":"Feature","properties":{"NAME":"Rizal","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.398481,37.78253],[-122.3982,37.78276]]}},
{"type":"Feature","properties":{"NAME":"Rizal","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.398481,37.78253],[-122.39989,37.78139]]}},
{"type":"Feature","properties":{"NAME":"Shipley","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40052,37.78168],[-122.40237,37.78016]]}},
{"type":"Feature","properties":{"NAME":"Shipley","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40237,37.78016],[-122.402781,37.77983]]}},
{"type":"Feature","properties":{"NAME":"Shipley","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402781,37.77983],[-122.403771,37.77902]]}},
{"type":"Feature","properties":{"NAME":"Shipley","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.403771,37.77902],[-122.40498,37.77803]]}},
{"type":"Feature","properties":{"NAME":"Sierra","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.395181,37.75833],[-122.396151,37.75833]]}},
{"type":"Feature","properties":{"NAME":"Stanford","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39247,37.78142],[-122.39099,37.78023]]}},
{"type":"Feature","properties":{"NAME":"Stillman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39394,37.78347],[-122.39621,37.78171]]}},
{"type":"Feature","properties":{"NAME":"Stillman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39621,37.78171],[-122.39834,37.78034]]}},
{"type":"Feature","properties":{"NAME":"Tandang Sora","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40038,37.78178],[-122.39989,37.78139]]}},
{"type":"Feature","properties":{"NAME":"Tennessee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.389161,37.75789],[-122.38898,37.75611]]}},
{"type":"Feature","properties":{"NAME":"Tennessee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38898,37.75611],[-122.388911,37.75538]]}},
{"type":"Feature","properties":{"NAME":"Tennessee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.388911,37.75538],[-122.38878,37.7541]]}},
{"type":"Feature","properties":{"NAME":"Tennessee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38878,37.7541],[-122.388721,37.7528]]}},
{"type":"Feature","properties":{"NAME":"Tennessee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.388721,37.7528],[-122.38858,37.75145]]}},
{"type":"Feature","properties":{"NAME":"Tennessee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38858,37.75145],[-122.38848,37.75026]]}},
{"type":"Feature","properties":{"NAME":"Tennessee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38978,37.76425],[-122.38965,37.76293]]}},
{"type":"Feature","properties":{"NAME":"Tennessee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38965,37.76293],[-122.389531,37.76172]]}},
{"type":"Feature","properties":{"NAME":"Tennessee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.389531,37.76172],[-122.38941,37.76042]]}},
{"type":"Feature","properties":{"NAME":"Tennessee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38941,37.76042],[-122.389161,37.75789]]}},
{"type":"Feature","properties":{"NAME":"Terry Francois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38995,37.77643],[-122.38766,37.77566]]}},
{"type":"Feature","properties":{"NAME":"Terry Francois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38766,37.77566],[-122.387281,37.77323]]}},
{"type":"Feature","properties":{"NAME":"Terry Francois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.387281,37.77323],[-122.3861,37.76701]]}},
{"type":"Feature","properties":{"NAME":"Terry Francois","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3861,37.76701],[-122.38794,37.76393]]}},
{"type":"Feature","properties":{"NAME":"Texas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39588,37.76521],[-122.39574,37.76389]]}},
{"type":"Feature","properties":{"NAME":"Texas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39574,37.76389],[-122.39561,37.76258]]}},
{"type":"Feature","properties":{"NAME":"Texas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39561,37.76258],[-122.39549,37.76136]]}},
{"type":"Feature","properties":{"NAME":"Texas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39549,37.76136],[-122.395351,37.76002]]}},
{"type":"Feature","properties":{"NAME":"Texas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.395351,37.76002],[-122.395181,37.75833]]}},
{"type":"Feature","properties":{"NAME":"Texas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.395181,37.75833],[-122.39468,37.75753]]}},
{"type":"Feature","properties":{"NAME":"Texas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39478,37.75493],[-122.39477,37.75477]]}},
{"type":"Feature","properties":{"NAME":"Texas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39477,37.75477],[-122.39458,37.75233]]}},
{"type":"Feature","properties":{"NAME":"Townsend","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38798,37.78253],[-122.388181,37.78243]]}},
{"type":"Feature","properties":{"NAME":"Townsend","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.390431,37.78066],[-122.39099,37.78023]]}},
{"type":"Feature","properties":{"NAME":"Townsend","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39099,37.78023],[-122.39218,37.77933]]}},
{"type":"Feature","properties":{"NAME":"Townsend","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39218,37.77933],[-122.39272,37.77891]]}},
{"type":"Feature","properties":{"NAME":"Townsend","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39272,37.77891],[-122.39327,37.7785]]}},
{"type":"Feature","properties":{"NAME":"Townsend","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39327,37.7785],[-122.393551,37.77828]]}},
{"type":"Feature","properties":{"NAME":"Townsend","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.393551,37.77828],[-122.39388,37.77803]]}},
{"type":"Feature","properties":{"NAME":"Townsend","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39388,37.77803],[-122.39493,37.77717]]}},
{"type":"Feature","properties":{"NAME":"Townsend","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39493,37.77717],[-122.39721,37.77536]]}},
{"type":"Feature","properties":{"NAME":"Townsend","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.388181,37.78243],[-122.38894,37.78182]]}},
{"type":"Feature","properties":{"NAME":"Townsend","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39721,37.77536],[-122.39943,37.7736]]}},
{"type":"Feature","properties":{"NAME":"Townsend","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38894,37.78182],[-122.38968,37.78123]]}},
{"type":"Feature","properties":{"NAME":"Townsend","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38968,37.78123],[-122.390431,37.78066]]}},
{"type":"Feature","properties":{"NAME":"Tubbs","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.38898,37.75611],[-122.390151,37.75612]]}},
{"type":"Feature","properties":{"NAME":"Tubbs","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.390151,37.75612],[-122.39108,37.75613]]}},
{"type":"Feature","properties":{"NAME":"Vermont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40301,37.74949],[-122.40298,37.74933]]}},
{"type":"Feature","properties":{"NAME":"Vermont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40293,37.75026],[-122.40301,37.74949]]}},
{"type":"Feature","properties":{"NAME":"Vermont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.404391,37.76472],[-122.40429,37.76343]]}},
{"type":"Feature","properties":{"NAME":"Vermont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40429,37.76343],[-122.40418,37.76208]]}},
{"type":"Feature","properties":{"NAME":"Vermont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40418,37.76208],[-122.40408,37.76083]]}},
{"type":"Feature","properties":{"NAME":"Vermont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40408,37.76083],[-122.40397,37.75944]]}},
{"type":"Feature","properties":{"NAME":"Vermont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40397,37.75944],[-122.40318,37.75693]]}},
{"type":"Feature","properties":{"NAME":"Welsh","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39618,37.78013],[-122.397401,37.77916]]}},
{"type":"Feature","properties":{"NAME":"Welsh","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.397401,37.77916],[-122.39818,37.77853]]}},
{"type":"Feature","properties":{"NAME":"Welsh","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39888,37.77803],[-122.3997,37.77731]]}},
{"type":"Feature","properties":{"NAME":"Wisconsin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39879,37.75472],[-122.39868,37.75383]]}},
{"type":"Feature","properties":{"NAME":"Wisconsin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39978,37.76618],[-122.39968,37.76499]]}},
{"type":"Feature","properties":{"NAME":"Wisconsin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39868,37.75383],[-122.39853,37.75261]]}},
{"type":"Feature","properties":{"NAME":"Wisconsin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39853,37.75261],[-122.398481,37.75223]]}},
{"type":"Feature","properties":{"NAME":"Wisconsin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.398481,37.75223],[-122.39842,37.75154]]}},
{"type":"Feature","properties":{"NAME":"Wisconsin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39842,37.75154],[-122.39838,37.75105]]}},
{"type":"Feature","properties":{"NAME":"Wisconsin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.399191,37.76113],[-122.39913,37.75977]]}},
{"type":"Feature","properties":{"NAME":"Wisconsin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39913,37.75977],[-122.39904,37.75733]]}},
{"type":"Feature","properties":{"NAME":"Wisconsin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39904,37.75733],[-122.39898,37.75593]]}},
{"type":"Feature","properties":{"NAME":"Wisconsin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39898,37.75593],[-122.39879,37.75472]]}},
{"type":"Feature","properties":{"NAME":"Zoe","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39666,37.78051],[-122.39618,37.78013]]}},
{"type":"Feature","properties":{"NAME":"Zoe","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39618,37.78013],[-122.39568,37.77973]]}},
{"type":"Feature","properties":{"NAME":"Zoe","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39568,37.77973],[-122.39513,37.77929]]}},
{"type":"Feature","properties":{"NAME":"Blair","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39949,37.75144],[-122.39958,37.75093]]}},
{"type":"Feature","properties":{"NAME":"Blair","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39842,37.75154],[-122.39949,37.75144]]}},
{"type":"Feature","properties":{"NAME":"Caire","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3989,37.75247],[-122.399291,37.75223]]}},
{"type":"Feature","properties":{"NAME":"Fontinella","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40038,37.75109],[-122.400811,37.75109]]}},
{"type":"Feature","properties":{"NAME":"Littlefield","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39958,37.75175],[-122.40038,37.75172]]}},
{"type":"Feature","properties":{"NAME":"Littlefield","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39896,37.75217],[-122.39958,37.75175]]}},
{"type":"Feature","properties":{"NAME":"Turner","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39556,37.75689],[-122.39488,37.75553]]}},
{"type":"Feature","properties":{"NAME":"Arkansas","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39824,37.76061],[-122.39879,37.76055]]}},
{"type":"Feature","properties":{"NAME":"Watchman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39568,37.75583],[-122.39528,37.75473]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40365,37.75027],[-122.404041,37.74947]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40354,37.75053],[-122.40365,37.75027]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.403231,37.75107],[-122.40354,37.75053]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40337,37.74947],[-122.40333,37.74941]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.403231,37.74913],[-122.40284,37.74933]]}},
{"type":"Feature","properties":{"NAME":"Vermont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40333,37.74941],[-122.40324,37.74933]]}},
{"type":"Feature","properties":{"NAME":"Berry","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39308,37.77593],[-122.39554,37.77396]]}},
{"type":"Feature","properties":{"NAME":"Berry","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39554,37.77396],[-122.39785,37.77214]]}},
{"type":"Feature","properties":{"NAME":"Berry","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39785,37.77214],[-122.398481,37.77169]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40568,37.75933],[-122.40488,37.75793]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39793,37.76993],[-122.39824,37.77064]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39218,37.75011],[-122.39228,37.74993]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39128,37.75303],[-122.39128,37.75262]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.393121,37.76413],[-122.39308,37.76393]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39793,37.76993],[-122.39779,37.76971]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.398481,37.77169],[-122.39833,37.77105]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39833,37.77105],[-122.39824,37.77064]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39779,37.76971],[-122.39422,37.76648]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39422,37.76648],[-122.39402,37.76622]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39402,37.76622],[-122.39358,37.76563]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39128,37.75262],[-122.39218,37.75011]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39358,37.76563],[-122.393121,37.76413]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39308,37.76393],[-122.39297,37.76273]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39297,37.76273],[-122.39286,37.76152]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39286,37.76152],[-122.39274,37.7602]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39274,37.7602],[-122.39251,37.75767]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39238,37.75623],[-122.39233,37.75613]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39251,37.75767],[-122.39238,37.75623]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.391491,37.75381],[-122.39128,37.75303]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39188,37.75523],[-122.391491,37.75381]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39233,37.75613],[-122.39188,37.75523]]}},
{"type":"Feature","properties":{"NAME":"Berry","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38808,37.77993],[-122.3888,37.77935]]}},
{"type":"Feature","properties":{"NAME":"Berry","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39103,37.77757],[-122.39308,37.77593]]}},
{"type":"Feature","properties":{"NAME":"Berry","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.3888,37.77935],[-122.39103,37.77757]]}},
{"type":"Feature","properties":{"NAME":"Embarcadero South","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38798,37.78253],[-122.38803,37.78117]]}},
{"type":"Feature","properties":{"NAME":"Embarcadero South","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.38803,37.78117],[-122.38808,37.77993]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39325,37.78454],[-122.394281,37.78373]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39474,37.78338],[-122.394281,37.78373]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40185,37.77828],[-122.401341,37.7786]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39834,37.78034],[-122.396961,37.78152]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40084,37.77821],[-122.400181,37.77877]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40266,37.77714],[-122.40194,37.7775]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39887,37.78034],[-122.396961,37.78152]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39859,37.78012],[-122.39834,37.78034]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40128,37.77783],[-122.40084,37.77821]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.394911,37.78322],[-122.39474,37.78338]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.400181,37.77877],[-122.400001,37.77892]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.401341,37.7786],[-122.40069,37.77902]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40309,37.77749],[-122.402421,37.77791]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.400281,37.77931],[-122.39887,37.78034]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.403401,37.77676],[-122.40266,37.77714]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.396961,37.78152],[-122.39648,37.78193]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.400001,37.77892],[-122.39859,37.78012]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.403761,37.77705],[-122.40309,37.77749]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40069,37.77902],[-122.400281,37.77931]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.39648,37.78193],[-122.394911,37.78322]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.402421,37.77791],[-122.40185,37.77828]]}},
{"type":"Feature","properties":{"NAME":"80","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40194,37.7775],[-122.40128,37.77783]]}},
{"type":"Feature","properties":{"NAME":"Kearny","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40298,37.78783],[-122.40328,37.78803]]}},
{"type":"Feature","properties":{"NAME":"Kearny","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40348,37.78893],[-122.403591,37.78943]]}},
{"type":"Feature","properties":{"NAME":"Kearny","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.403591,37.78943],[-122.40369,37.7899]]}},
{"type":"Feature","properties":{"NAME":"Kearny","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40369,37.7899],[-122.40378,37.79033]]}},
{"type":"Feature","properties":{"NAME":"Kearny","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40378,37.79033],[-122.40393,37.79073]]}},
{"type":"Feature","properties":{"NAME":"Kearny","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40328,37.78803],[-122.40339,37.78855]]}},
{"type":"Feature","properties":{"NAME":"Kearny","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40393,37.79073],[-122.40417,37.79167]]}},
{"type":"Feature","properties":{"NAME":"Kearny","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40339,37.78855],[-122.40348,37.78893]]}},
{"type":"Feature","properties":{"NAME":"Kearny","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40417,37.79167],[-122.40436,37.79267]]}},
{"type":"Feature","properties":{"NAME":"Kearny","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40436,37.79267],[-122.40454,37.79359]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40514,37.7891],[-122.404741,37.78917]]}},
{"type":"Feature","properties":{"NAME":"Cooper","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40558,37.79583],[-122.40568,37.79621]]}},
{"type":"Feature","properties":{"NAME":"Doric","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41108,37.79513],[-122.41109,37.79556]]}},
{"type":"Feature","properties":{"NAME":"Parkhurst","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40928,37.79391],[-122.40928,37.79443]]}},
{"type":"Feature","properties":{"NAME":"Ross","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40728,37.79503],[-122.40732,37.79537]]}},
{"type":"Feature","properties":{"NAME":"Ross","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40732,37.79537],[-122.40738,37.79599]]}},
{"type":"Feature","properties":{"NAME":"Saint George","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40429,37.79068],[-122.40446,37.79164]]}},
{"type":"Feature","properties":{"NAME":"Saint Louis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.406981,37.79563],[-122.407081,37.79602]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40514,37.7891],[-122.40518,37.78925]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40468,37.78693],[-122.40479,37.78744]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40488,37.78783],[-122.40497,37.78823]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40497,37.78823],[-122.40508,37.78873]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40508,37.78873],[-122.40514,37.7891]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40518,37.78925],[-122.40522,37.78951]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40522,37.78951],[-122.405281,37.78973]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.405281,37.78973],[-122.40539,37.79023]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40539,37.79023],[-122.405461,37.79053]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.405461,37.79053],[-122.40567,37.79149]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40567,37.79149],[-122.40575,37.79183]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40575,37.79183],[-122.40589,37.79246]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40479,37.78744],[-122.40488,37.78783]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40589,37.79246],[-122.406091,37.79339]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.406091,37.79339],[-122.40621,37.79393]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40621,37.79393],[-122.406271,37.7942]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.406271,37.7942],[-122.40648,37.79513]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40648,37.79513],[-122.4066,37.7957]]}},
{"type":"Feature","properties":{"NAME":"Grant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4066,37.7957],[-122.40667,37.79608]]}},
{"type":"Feature","properties":{"NAME":"Nob Hill","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41045,37.79089],[-122.41018,37.79133]]}},
{"type":"Feature","properties":{"NAME":"Freeman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40978,37.79343],[-122.40979,37.79387]]}},
{"type":"Feature","properties":{"NAME":"Miles","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40877,37.79208],[-122.408881,37.79253]]}},
{"type":"Feature","properties":{"NAME":"Vinton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40575,37.79183],[-122.40668,37.79173]]}},
{"type":"Feature","properties":{"NAME":"Claude","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40418,37.78983],[-122.40429,37.79068]]}},
{"type":"Feature","properties":{"NAME":"Maiden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40339,37.78855],[-122.40497,37.78823]]}},
{"type":"Feature","properties":{"NAME":"Maiden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40497,37.78823],[-122.406541,37.78803]]}},
{"type":"Feature","properties":{"NAME":"Mark","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40478,37.79033],[-122.40488,37.79063]]}},
{"type":"Feature","properties":{"NAME":"Old Chinatown","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40768,37.79503],[-122.40768,37.79533]]}},
{"type":"Feature","properties":{"NAME":"Robert Kirk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40398,37.78889],[-122.40408,37.78933]]}},
{"type":"Feature","properties":{"NAME":"Sproule","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41188,37.79273],[-122.41208,37.79353]]}},
{"type":"Feature","properties":{"NAME":"Anson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40818,37.78993],[-122.40856,37.7899]]}},
{"type":"Feature","properties":{"NAME":"Brooklyn","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40728,37.79283],[-122.40728,37.79323]]}},
{"type":"Feature","properties":{"NAME":"Campton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40518,37.78925],[-122.405651,37.78917]]}},
{"type":"Feature","properties":{"NAME":"Campton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.405651,37.78917],[-122.40677,37.78903]]}},
{"type":"Feature","properties":{"NAME":"Chatham","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.406281,37.79043],[-122.40638,37.79083]]}},
{"type":"Feature","properties":{"NAME":"Chelsea","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40778,37.78973],[-122.40778,37.78993]]}},
{"type":"Feature","properties":{"NAME":"Chelsea","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40778,37.78993],[-122.40778,37.7903]]}},
{"type":"Feature","properties":{"NAME":"Codman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40984,37.79411],[-122.40999,37.79478]]}},
{"type":"Feature","properties":{"NAME":"Dawson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410581,37.79353],[-122.41095,37.79343]]}},
{"type":"Feature","properties":{"NAME":"Ewer","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41091,37.79324],[-122.41148,37.79313]]}},
{"type":"Feature","properties":{"NAME":"Fella","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40848,37.79083],[-122.408781,37.79083]]}},
{"type":"Feature","properties":{"NAME":"Harlan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40539,37.79023],[-122.40598,37.79013]]}},
{"type":"Feature","properties":{"NAME":"Harlan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40539,37.79023],[-122.40478,37.79033]]}},
{"type":"Feature","properties":{"NAME":"James","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40858,37.79533],[-122.40858,37.79583]]}},
{"type":"Feature","properties":{"NAME":"Malvina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41095,37.79343],[-122.41148,37.79343]]}},
{"type":"Feature","properties":{"NAME":"Marcy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41178,37.79513],[-122.41181,37.79547]]}},
{"type":"Feature","properties":{"NAME":"Miller","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40886,37.79308],[-122.40908,37.79363]]}},
{"type":"Feature","properties":{"NAME":"Nob Hill","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41059,37.79163],[-122.41108,37.79163]]}},
{"type":"Feature","properties":{"NAME":"Sabin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40669,37.79236],[-122.40678,37.79273]]}},
{"type":"Feature","properties":{"NAME":"Savings Union","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.405191,37.78686],[-122.405281,37.78733]]}},
{"type":"Feature","properties":{"NAME":"Shephard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410581,37.79423],[-122.411101,37.79423]]}},
{"type":"Feature","properties":{"NAME":"Tillman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40522,37.78951],[-122.40568,37.78943]]}},
{"type":"Feature","properties":{"NAME":"Walter U Lum","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40566,37.79428],[-122.40598,37.79523]]}},
{"type":"Feature","properties":{"NAME":"Waverly","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40658,37.79333],[-122.40678,37.79413]]}},
{"type":"Feature","properties":{"NAME":"Waverly","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40678,37.79413],[-122.407,37.79506]]}},
{"type":"Feature","properties":{"NAME":"Wentworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40598,37.79523],[-122.406181,37.79614]]}},
{"type":"Feature","properties":{"NAME":"Burritt","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40728,37.78983],[-122.40738,37.79033]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40488,37.79063],[-122.40509,37.79059]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40393,37.79073],[-122.40429,37.79068]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40429,37.79068],[-122.40488,37.79063]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40509,37.79059],[-122.405461,37.79053]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.405461,37.79053],[-122.406281,37.79043]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.406281,37.79043],[-122.406981,37.79032]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.406981,37.79032],[-122.40738,37.79033]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40738,37.79033],[-122.40778,37.7903]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40778,37.7903],[-122.408591,37.79024]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.408591,37.79024],[-122.410301,37.79013]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.410301,37.79013],[-122.412011,37.78984]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41063,37.79183],[-122.411101,37.79179]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.411101,37.79179],[-122.41168,37.79173]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41168,37.79173],[-122.412361,37.79164]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40436,37.79267],[-122.405381,37.79253]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.405381,37.79253],[-122.40589,37.79246]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40589,37.79246],[-122.40669,37.79236]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40669,37.79236],[-122.40736,37.79227]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40736,37.79227],[-122.40828,37.79215]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40828,37.79215],[-122.40877,37.79208]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40877,37.79208],[-122.40918,37.79203]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40918,37.79203],[-122.41063,37.79183]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40948,37.79389],[-122.40979,37.79387]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40979,37.79387],[-122.41028,37.79383]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41028,37.79383],[-122.41061,37.79379]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41061,37.79379],[-122.411011,37.79374]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.411011,37.79374],[-122.41152,37.79364]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41152,37.79364],[-122.41208,37.79353]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41208,37.79353],[-122.412711,37.79346]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412711,37.79346],[-122.41446,37.79328]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4047,37.79441],[-122.40566,37.79428]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40566,37.79428],[-122.406271,37.7942]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.406271,37.7942],[-122.40678,37.79413]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40678,37.79413],[-122.40729,37.79407]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40729,37.79407],[-122.40783,37.79402]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40783,37.79402],[-122.40857,37.79397]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40857,37.79397],[-122.40928,37.79391]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40928,37.79391],[-122.40948,37.79389]]}},
{"type":"Feature","properties":{"NAME":"Collier","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40857,37.79397],[-122.408681,37.79453]]}},
{"type":"Feature","properties":{"NAME":"Commercial","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40464,37.7941],[-122.40621,37.79393]]}},
{"type":"Feature","properties":{"NAME":"Cushman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41168,37.79173],[-122.41188,37.79273]]}},
{"type":"Feature","properties":{"NAME":"Dashiell Hammett","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40778,37.7903],[-122.40784,37.7909]]}},
{"type":"Feature","properties":{"NAME":"Dashiell Hammett","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40784,37.7909],[-122.407881,37.79121]]}},
{"type":"Feature","properties":{"NAME":"Emma","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40658,37.79073],[-122.407081,37.79073]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40328,37.78803],[-122.40488,37.78783]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40488,37.78783],[-122.40644,37.78764]]}},
{"type":"Feature","properties":{"NAME":"Hangah","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.407161,37.79325],[-122.40729,37.79407]]}},
{"type":"Feature","properties":{"NAME":"Joice","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40818,37.79118],[-122.40828,37.79215]]}},
{"type":"Feature","properties":{"NAME":"Joice","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40828,37.79215],[-122.40848,37.79313]]}},
{"type":"Feature","properties":{"NAME":"Joice","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40848,37.79313],[-122.40857,37.79397]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410831,37.79283],[-122.41091,37.79324]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41091,37.79324],[-122.41095,37.79343]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41095,37.79343],[-122.411011,37.79374]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.411011,37.79374],[-122.41107,37.79405]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41107,37.79405],[-122.411101,37.79423]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.411101,37.79423],[-122.41118,37.79463]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41118,37.79463],[-122.411281,37.79508]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.411281,37.79508],[-122.411381,37.79553]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4101,37.78913],[-122.410301,37.79013]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410301,37.79013],[-122.41045,37.79089]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41045,37.79089],[-122.41059,37.79163]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41059,37.79163],[-122.41063,37.79183]]}},
{"type":"Feature","properties":{"NAME":"Mason","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41063,37.79183],[-122.410831,37.79283]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40417,37.79167],[-122.40446,37.79164]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40446,37.79164],[-122.40524,37.79154]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40524,37.79154],[-122.40567,37.79149]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40567,37.79149],[-122.40728,37.79129]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40728,37.79129],[-122.407881,37.79121]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.407881,37.79121],[-122.40818,37.79118]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40818,37.79118],[-122.408871,37.79109]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408871,37.79109],[-122.41045,37.79089]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41045,37.79089],[-122.41098,37.79083]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41098,37.79083],[-122.412191,37.79074]]}},
{"type":"Feature","properties":{"NAME":"Pleasant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412631,37.79303],[-122.41437,37.79283]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40348,37.78893],[-122.40398,37.78889]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40398,37.78889],[-122.40508,37.78873]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40508,37.78873],[-122.40666,37.78855]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40666,37.78855],[-122.4083,37.78837]]}},
{"type":"Feature","properties":{"NAME":"Powell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40948,37.79389],[-122.409681,37.79482]]}},
{"type":"Feature","properties":{"NAME":"Powell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409681,37.79482],[-122.40987,37.79568]]}},
{"type":"Feature","properties":{"NAME":"Powell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40848,37.78933],[-122.40856,37.7899]]}},
{"type":"Feature","properties":{"NAME":"Powell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40856,37.7899],[-122.408591,37.79024]]}},
{"type":"Feature","properties":{"NAME":"Powell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408591,37.79024],[-122.408781,37.79083]]}},
{"type":"Feature","properties":{"NAME":"Powell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408781,37.79083],[-122.408871,37.79109]]}},
{"type":"Feature","properties":{"NAME":"Powell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408871,37.79109],[-122.40918,37.79203]]}},
{"type":"Feature","properties":{"NAME":"Powell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40918,37.79203],[-122.40927,37.79245]]}},
{"type":"Feature","properties":{"NAME":"Powell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40927,37.79245],[-122.40938,37.79303]]}},
{"type":"Feature","properties":{"NAME":"Powell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40938,37.79303],[-122.40944,37.79359]]}},
{"type":"Feature","properties":{"NAME":"Powell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40944,37.79359],[-122.40948,37.79389]]}},
{"type":"Feature","properties":{"NAME":"Quincy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40518,37.79113],[-122.40524,37.79154]]}},
{"type":"Feature","properties":{"NAME":"Quincy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40524,37.79154],[-122.405381,37.79253]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40938,37.79303],[-122.40972,37.79298]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40972,37.79298],[-122.410831,37.79283]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410831,37.79283],[-122.41145,37.79277]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41145,37.79277],[-122.41188,37.79273]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41188,37.79273],[-122.41256,37.79264]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41256,37.79264],[-122.41428,37.79242]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40454,37.79359],[-122.406091,37.79339]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.406091,37.79339],[-122.40658,37.79333]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40658,37.79333],[-122.407161,37.79325]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.407161,37.79325],[-122.40728,37.79323]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40728,37.79323],[-122.40768,37.79323]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40768,37.79323],[-122.40848,37.79313]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40848,37.79313],[-122.40886,37.79308]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40886,37.79308],[-122.40938,37.79303]]}},
{"type":"Feature","properties":{"NAME":"Spofford","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40729,37.79407],[-122.40748,37.79503]]}},
{"type":"Feature","properties":{"NAME":"Stockton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40801,37.79502],[-122.40817,37.79588]]}},
{"type":"Feature","properties":{"NAME":"Stockton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40644,37.78764],[-122.406541,37.78803]]}},
{"type":"Feature","properties":{"NAME":"Stockton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.406541,37.78803],[-122.40666,37.78855]]}},
{"type":"Feature","properties":{"NAME":"Stockton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40666,37.78855],[-122.40677,37.78903]]}},
{"type":"Feature","properties":{"NAME":"Stockton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40677,37.78903],[-122.40688,37.78953]]}},
{"type":"Feature","properties":{"NAME":"Stockton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40688,37.78953],[-122.40692,37.78987]]}},
{"type":"Feature","properties":{"NAME":"Stockton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40692,37.78987],[-122.406981,37.79032]]}},
{"type":"Feature","properties":{"NAME":"Stockton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.406981,37.79032],[-122.407081,37.79073]]}},
{"type":"Feature","properties":{"NAME":"Stockton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.407081,37.79073],[-122.40728,37.79129]]}},
{"type":"Feature","properties":{"NAME":"Stockton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40728,37.79129],[-122.40732,37.79167]]}},
{"type":"Feature","properties":{"NAME":"Stockton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40732,37.79167],[-122.40736,37.79227]]}},
{"type":"Feature","properties":{"NAME":"Stockton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40736,37.79227],[-122.40751,37.79277]]}},
{"type":"Feature","properties":{"NAME":"Stockton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40751,37.79277],[-122.40768,37.79323]]}},
{"type":"Feature","properties":{"NAME":"Stockton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40768,37.79323],[-122.40783,37.79402]]}},
{"type":"Feature","properties":{"NAME":"Stockton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40783,37.79402],[-122.40801,37.79502]]}},
{"type":"Feature","properties":{"NAME":"Stone","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40919,37.79489],[-122.40938,37.79573]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40418,37.78983],[-122.40473,37.78978]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40473,37.78978],[-122.405281,37.78973]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40369,37.7899],[-122.40418,37.78983]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.405281,37.78973],[-122.40688,37.78953]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40688,37.78953],[-122.40774,37.78942]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40774,37.78942],[-122.40848,37.78933]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.412361,37.79164],[-122.41256,37.79264]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41256,37.79264],[-122.412631,37.79303]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.412631,37.79303],[-122.412711,37.79346]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.412711,37.79346],[-122.41288,37.79433]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41288,37.79433],[-122.41313,37.79531]]}},
{"type":"Feature","properties":{"NAME":"Trenton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408881,37.79493],[-122.40895,37.79525]]}},
{"type":"Feature","properties":{"NAME":"Trenton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40895,37.79525],[-122.40906,37.79577]]}},
{"type":"Feature","properties":{"NAME":"Truett","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41107,37.79405],[-122.41178,37.79393]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409681,37.79482],[-122.40999,37.79478]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40999,37.79478],[-122.4105,37.79472]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4105,37.79472],[-122.41118,37.79463]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41118,37.79463],[-122.41168,37.79454]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41168,37.79454],[-122.41288,37.79433]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41288,37.79433],[-122.41463,37.79411]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40488,37.79533],[-122.40553,37.79527]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40553,37.79527],[-122.40598,37.79523]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40598,37.79523],[-122.40648,37.79513]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40648,37.79513],[-122.407,37.79506]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.407,37.79506],[-122.40728,37.79503]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40728,37.79503],[-122.40748,37.79503]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40748,37.79503],[-122.40768,37.79503]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40768,37.79503],[-122.40801,37.79502]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40801,37.79502],[-122.40873,37.79495]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40873,37.79495],[-122.408881,37.79493]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408881,37.79493],[-122.40919,37.79489]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40919,37.79489],[-122.40929,37.79488]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40929,37.79488],[-122.409681,37.79482]]}},
{"type":"Feature","properties":{"NAME":"Wetmore","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41028,37.79383],[-122.410391,37.79428]]}},
{"type":"Feature","properties":{"NAME":"Wetmore","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410391,37.79428],[-122.4105,37.79472]]}},
{"type":"Feature","properties":{"NAME":"Wetmore","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41028,37.79383],[-122.41018,37.79342]]}},
{"type":"Feature","properties":{"NAME":"Vine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41098,37.79083],[-122.41108,37.79123]]}},
{"type":"Feature","properties":{"NAME":"Kearny","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40454,37.79359],[-122.40464,37.7941]]}},
{"type":"Feature","properties":{"NAME":"Kearny","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40464,37.7941],[-122.4047,37.79441]]}},
{"type":"Feature","properties":{"NAME":"Kearny","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4047,37.79441],[-122.4048,37.79493]]}},
{"type":"Feature","properties":{"NAME":"Kearny","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4048,37.79493],[-122.40488,37.79533]]}},
{"type":"Feature","properties":{"NAME":"Kearny","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40488,37.79533],[-122.40495,37.79606]]}},
{"type":"Feature","properties":{"NAME":"Kearny","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40495,37.79606],[-122.40497,37.7963]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40667,37.79608],[-122.407081,37.79602]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.411381,37.79553],[-122.41181,37.79547]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41181,37.79547],[-122.412281,37.79543]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412281,37.79543],[-122.41313,37.79531]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41313,37.79531],[-122.41403,37.79523]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41403,37.79523],[-122.41483,37.79513]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40497,37.7963],[-122.40568,37.79621]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40568,37.79621],[-122.406181,37.79614]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.406181,37.79614],[-122.40638,37.79611]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40638,37.79611],[-122.40667,37.79608]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.407081,37.79602],[-122.40738,37.79599]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40738,37.79599],[-122.40757,37.79596]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40757,37.79596],[-122.40817,37.79588]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40817,37.79588],[-122.40858,37.79583]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40858,37.79583],[-122.40906,37.79577]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40906,37.79577],[-122.40938,37.79573]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40938,37.79573],[-122.40987,37.79568]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40987,37.79568],[-122.41109,37.79556]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41109,37.79556],[-122.411381,37.79553]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.413081,37.78683],[-122.4132,37.7874]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4132,37.7874],[-122.41328,37.78773]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41412,37.78384],[-122.41429,37.78475]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41429,37.78475],[-122.41438,37.78505]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41438,37.78505],[-122.41457,37.78565]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41457,37.78565],[-122.41476,37.78662]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41168,37.78799],[-122.41172,37.78832]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41172,37.78832],[-122.41178,37.78863]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41178,37.78863],[-122.41184,37.78893]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.412361,37.79164],[-122.41408,37.79143]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41408,37.79143],[-122.41428,37.79242]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41428,37.79242],[-122.41437,37.79283]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41437,37.79283],[-122.41446,37.79328]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41446,37.79328],[-122.41463,37.79411]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41463,37.79411],[-122.41483,37.79513]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41184,37.78893],[-122.412011,37.78984]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.412011,37.78984],[-122.412191,37.79074]]}},
{"type":"Feature","properties":{"NAME":"Taylor","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.412191,37.79074],[-122.412361,37.79164]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41593,37.7903],[-122.41596,37.79046]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418451,37.78999],[-122.41848,37.7902]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41803,37.78816],[-122.418001,37.78779]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417551,37.79016],[-122.41759,37.79031]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41579,37.78937],[-122.41587,37.78905]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42238,37.79943],[-122.42233,37.79893]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41767,37.78914],[-122.417731,37.78952]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41652,37.79117],[-122.41659,37.79143]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41673,37.78809],[-122.4165,37.78821]]}},
{"type":"Feature","properties":{"NAME":"Eastman End","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42018,37.79913],[-122.42028,37.79983]]}},
{"type":"Feature","properties":{"NAME":"Acorn","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41578,37.79163],[-122.41616,37.79157]]}},
{"type":"Feature","properties":{"NAME":"Acorn","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41616,37.79157],[-122.416481,37.79153]]}},
{"type":"Feature","properties":{"NAME":"Harlem","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41497,37.7856],[-122.41508,37.78593]]}},
{"type":"Feature","properties":{"NAME":"Ophir","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41276,37.78781],[-122.412821,37.78812]]}},
{"type":"Feature","properties":{"NAME":"Trader Vic","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412181,37.78793],[-122.412281,37.78823]]}},
{"type":"Feature","properties":{"NAME":"Troy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417651,37.79253],[-122.41868,37.79233]]}},
{"type":"Feature","properties":{"NAME":"Waldo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416841,37.79713],[-122.41768,37.79703]]}},
{"type":"Feature","properties":{"NAME":"Columbus","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4186,37.80645],[-122.419341,37.80697]]}},
{"type":"Feature","properties":{"NAME":"Pacific","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41499,37.79592],[-122.416561,37.79572]]}},
{"type":"Feature","properties":{"NAME":"Pacific","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416561,37.79572],[-122.41715,37.79564]]}},
{"type":"Feature","properties":{"NAME":"Pacific","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41715,37.79564],[-122.418271,37.7955]]}},
{"type":"Feature","properties":{"NAME":"Pacific","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418271,37.7955],[-122.419081,37.7954]]}},
{"type":"Feature","properties":{"NAME":"Pacific","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419081,37.7954],[-122.41991,37.79529]]}},
{"type":"Feature","properties":{"NAME":"Pacific","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41991,37.79529],[-122.421581,37.79507]]}},
{"type":"Feature","properties":{"NAME":"Pacific","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421581,37.79507],[-122.423111,37.79488]]}},
{"type":"Feature","properties":{"NAME":"Pacific","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.423111,37.79488],[-122.42474,37.79467]]}},
{"type":"Feature","properties":{"NAME":"Pacific","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42474,37.79467],[-122.426421,37.79445]]}},
{"type":"Feature","properties":{"NAME":"Pacific","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.426421,37.79445],[-122.42796,37.79425]]}},
{"type":"Feature","properties":{"NAME":"Pacific","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42796,37.79425],[-122.42968,37.79403]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42128,37.78583],[-122.42287,37.78561]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42287,37.78561],[-122.42397,37.78546]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42397,37.78546],[-122.42459,37.78538]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42459,37.78538],[-122.42618,37.78516]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42618,37.78516],[-122.42781,37.78494]]}},
{"type":"Feature","properties":{"NAME":"Ada","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415681,37.78551],[-122.415681,37.78593]]}},
{"type":"Feature","properties":{"NAME":"Cleary","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42761,37.78394],[-122.42618,37.78516]]}},
{"type":"Feature","properties":{"NAME":"Daniel Burnham","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421581,37.78723],[-122.42314,37.78693]]}},
{"type":"Feature","properties":{"NAME":"Golden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41548,37.79193],[-122.415491,37.79226]]}},
{"type":"Feature","properties":{"NAME":"North View","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42262,37.80428],[-122.4227,37.8046]]}},
{"type":"Feature","properties":{"NAME":"Torrens","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418901,37.79277],[-122.419081,37.79323]]}},
{"type":"Feature","properties":{"NAME":"Bergen","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42019,37.80533],[-122.42108,37.80523]]}},
{"type":"Feature","properties":{"NAME":"Cohen","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41518,37.78403],[-122.41518,37.78464]]}},
{"type":"Feature","properties":{"NAME":"Cosmo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41172,37.78832],[-122.412281,37.78823]]}},
{"type":"Feature","properties":{"NAME":"Cosmo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412281,37.78823],[-122.412821,37.78812]]}},
{"type":"Feature","properties":{"NAME":"Cosmo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412821,37.78812],[-122.41336,37.78804]]}},
{"type":"Feature","properties":{"NAME":"Cyrus","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417281,37.79633],[-122.41727,37.79656]]}},
{"type":"Feature","properties":{"NAME":"Delgado","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418181,37.79883],[-122.41892,37.79882]]}},
{"type":"Feature","properties":{"NAME":"Eastman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419881,37.79873],[-122.41992,37.79892]]}},
{"type":"Feature","properties":{"NAME":"Eastman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41978,37.79823],[-122.419881,37.79873]]}},
{"type":"Feature","properties":{"NAME":"Eastman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41992,37.79892],[-122.419981,37.79923]]}},
{"type":"Feature","properties":{"NAME":"Helen","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41608,37.79083],[-122.41618,37.79123]]}},
{"type":"Feature","properties":{"NAME":"Kimball","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41618,37.79173],[-122.41629,37.79216]]}},
{"type":"Feature","properties":{"NAME":"Kimball","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41629,37.79216],[-122.416381,37.79253]]}},
{"type":"Feature","properties":{"NAME":"Leroy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41508,37.79193],[-122.415141,37.79231]]}},
{"type":"Feature","properties":{"NAME":"Leroy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415141,37.79231],[-122.41518,37.79263]]}},
{"type":"Feature","properties":{"NAME":"Meacham","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41698,37.78693],[-122.41698,37.78729]]}},
{"type":"Feature","properties":{"NAME":"Moore","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42045,37.79913],[-122.420431,37.79927]]}},
{"type":"Feature","properties":{"NAME":"Sharp","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418181,37.79913],[-122.418181,37.79942]]}},
{"type":"Feature","properties":{"NAME":"Southard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41888,37.80125],[-122.418901,37.80179]]}},
{"type":"Feature","properties":{"NAME":"Southard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418901,37.80179],[-122.41892,37.80188]]}},
{"type":"Feature","properties":{"NAME":"Wall","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41758,37.79471],[-122.41768,37.79513]]}},
{"type":"Feature","properties":{"NAME":"Warner","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41896,37.79903],[-122.418361,37.79911]]}},
{"type":"Feature","properties":{"NAME":"Allen","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419081,37.79963],[-122.41968,37.79953]]}},
{"type":"Feature","properties":{"NAME":"Austin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42354,37.78888],[-122.425261,37.78864]]}},
{"type":"Feature","properties":{"NAME":"Austin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.425261,37.78864],[-122.42679,37.78844]]}},
{"type":"Feature","properties":{"NAME":"Austin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41869,37.78953],[-122.42037,37.7893]]}},
{"type":"Feature","properties":{"NAME":"Austin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42037,37.7893],[-122.421951,37.78909]]}},
{"type":"Feature","properties":{"NAME":"Austin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421951,37.78909],[-122.42354,37.78888]]}},
{"type":"Feature","properties":{"NAME":"Bay","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42349,37.80451],[-122.425,37.80433]]}},
{"type":"Feature","properties":{"NAME":"Bay","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.418361,37.80513],[-122.42011,37.80492]]}},
{"type":"Feature","properties":{"NAME":"Bay","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42011,37.80492],[-122.421681,37.80473]]}},
{"type":"Feature","properties":{"NAME":"Bay","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.421681,37.80473],[-122.4227,37.8046]]}},
{"type":"Feature","properties":{"NAME":"Bay","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4227,37.8046],[-122.42349,37.80451]]}},
{"type":"Feature","properties":{"NAME":"Beach","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42208,37.80663],[-122.4239,37.80641]]}},
{"type":"Feature","properties":{"NAME":"Beach","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418711,37.80705],[-122.419341,37.80697]]}},
{"type":"Feature","properties":{"NAME":"Beach","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419341,37.80697],[-122.42049,37.80683]]}},
{"type":"Feature","properties":{"NAME":"Beach","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42049,37.80683],[-122.42208,37.80663]]}},
{"type":"Feature","properties":{"NAME":"Beach","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4239,37.80641],[-122.42538,37.80623]]}},
{"type":"Feature","properties":{"NAME":"Bernard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41509,37.79642],[-122.416661,37.79623]]}},
{"type":"Feature","properties":{"NAME":"Bonita","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42208,37.7975],[-122.42288,37.79733]]}},
{"type":"Feature","properties":{"NAME":"Broadway","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41518,37.79683],[-122.416741,37.79663]]}},
{"type":"Feature","properties":{"NAME":"Broadway","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.416741,37.79663],[-122.41727,37.79656]]}},
{"type":"Feature","properties":{"NAME":"Broadway","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41727,37.79656],[-122.418451,37.79641]]}},
{"type":"Feature","properties":{"NAME":"Broadway","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.418451,37.79641],[-122.419171,37.79632]]}},
{"type":"Feature","properties":{"NAME":"Broadway","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.419171,37.79632],[-122.42008,37.7962]]}},
{"type":"Feature","properties":{"NAME":"Broadway","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42008,37.7962],[-122.421771,37.79598]]}},
{"type":"Feature","properties":{"NAME":"Broadway","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.421771,37.79598],[-122.423291,37.79579]]}},
{"type":"Feature","properties":{"NAME":"Burgoyne","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41708,37.79543],[-122.41715,37.79564]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41368,37.78963],[-122.414521,37.78952]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.414521,37.78952],[-122.415311,37.78943]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.415311,37.78943],[-122.41579,37.78937]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41579,37.78937],[-122.41697,37.78923]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41697,37.78923],[-122.41767,37.78914]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41767,37.78914],[-122.41859,37.78903]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41859,37.78903],[-122.42027,37.78881]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42027,37.78881],[-122.421861,37.78861]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.421861,37.78861],[-122.42345,37.78841]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42345,37.78841],[-122.425171,37.78819]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.425171,37.78819],[-122.426691,37.788]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.426691,37.788],[-122.428381,37.78778]]}},
{"type":"Feature","properties":{"NAME":"Bush","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.412011,37.78984],[-122.41368,37.78963]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41408,37.79143],[-122.415681,37.79123]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.415681,37.79123],[-122.41618,37.79123]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41618,37.79123],[-122.41652,37.79117]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41652,37.79117],[-122.41734,37.79103]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41734,37.79103],[-122.41897,37.79082]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41897,37.79082],[-122.42064,37.79061]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42064,37.79061],[-122.422221,37.79041]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.422221,37.79041],[-122.423821,37.7902]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.423821,37.7902],[-122.425531,37.78998]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.425531,37.78998],[-122.42708,37.78978]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42708,37.78978],[-122.428741,37.78957]]}},
{"type":"Feature","properties":{"NAME":"Cedar","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41815,37.78663],[-122.41978,37.78643]]}},
{"type":"Feature","properties":{"NAME":"Cedar","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41978,37.78643],[-122.42137,37.78625]]}},
{"type":"Feature","properties":{"NAME":"Chestnut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41974,37.80302],[-122.42133,37.80284]]}},
{"type":"Feature","properties":{"NAME":"Chestnut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.422,37.80273],[-122.42307,37.80259]]}},
{"type":"Feature","properties":{"NAME":"Chestnut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42307,37.80259],[-122.42461,37.80239]]}},
{"type":"Feature","properties":{"NAME":"Chestnut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41802,37.80322],[-122.41894,37.80312]]}},
{"type":"Feature","properties":{"NAME":"Chestnut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41894,37.80312],[-122.41974,37.80302]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41446,37.79328],[-122.41498,37.79323]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41498,37.79323],[-122.41527,37.79318]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41527,37.79318],[-122.415581,37.79313]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415581,37.79313],[-122.416041,37.79303]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416041,37.79303],[-122.41641,37.79301]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41641,37.79301],[-122.417731,37.79292]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417731,37.79292],[-122.418901,37.79277]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418901,37.79277],[-122.4194,37.7927]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4194,37.7927],[-122.42103,37.79248]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42103,37.79248],[-122.42259,37.79227]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42259,37.79227],[-122.4242,37.79205]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4242,37.79205],[-122.425891,37.79183]]}},
{"type":"Feature","properties":{"NAME":"Ellis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.78373],[-122.42416,37.78349]]}},
{"type":"Feature","properties":{"NAME":"Ellis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42416,37.78349],[-122.42744,37.78308]]}},
{"type":"Feature","properties":{"NAME":"Ellis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41429,37.78475],[-122.41518,37.78464]]}},
{"type":"Feature","properties":{"NAME":"Ellis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41518,37.78464],[-122.41605,37.78453]]}},
{"type":"Feature","properties":{"NAME":"Ellis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41605,37.78453],[-122.41769,37.78433]]}},
{"type":"Feature","properties":{"NAME":"Ellis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41769,37.78433],[-122.41938,37.78413]]}},
{"type":"Feature","properties":{"NAME":"Ellis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41938,37.78413],[-122.42094,37.78392]]}},
{"type":"Feature","properties":{"NAME":"Ellis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42094,37.78392],[-122.42228,37.78373]]}},
{"type":"Feature","properties":{"NAME":"Fern","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421761,37.78813],[-122.42335,37.78794]]}},
{"type":"Feature","properties":{"NAME":"Fern","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41848,37.78853],[-122.42017,37.78832]]}},
{"type":"Feature","properties":{"NAME":"Fern","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42017,37.78832],[-122.421761,37.78813]]}},
{"type":"Feature","properties":{"NAME":"Fern","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42335,37.78794],[-122.425081,37.78773]]}},
{"type":"Feature","properties":{"NAME":"Filbert","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41748,37.80043],[-122.4192,37.80023]]}},
{"type":"Feature","properties":{"NAME":"Filbert","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4192,37.80023],[-122.42031,37.80009]]}},
{"type":"Feature","properties":{"NAME":"Filbert","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42031,37.80009],[-122.4208,37.80003]]}},
{"type":"Feature","properties":{"NAME":"Filbert","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4208,37.80003],[-122.42246,37.79979]]}},
{"type":"Feature","properties":{"NAME":"Filbert","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42246,37.79979],[-122.42405,37.79957]]}},
{"type":"Feature","properties":{"NAME":"Francisco","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42152,37.80384],[-122.42226,37.80368]]}},
{"type":"Feature","properties":{"NAME":"Francisco","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42226,37.80368],[-122.422481,37.80363]]}},
{"type":"Feature","properties":{"NAME":"Francisco","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.422481,37.80363],[-122.42327,37.80352]]}},
{"type":"Feature","properties":{"NAME":"Francisco","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42327,37.80352],[-122.4248,37.80332]]}},
{"type":"Feature","properties":{"NAME":"Francisco","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4182,37.80423],[-122.41994,37.80402]]}},
{"type":"Feature","properties":{"NAME":"Francisco","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42004,37.80452],[-122.42161,37.80432]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.78373],[-122.422581,37.78423]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.422581,37.78423],[-122.42267,37.78464]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42267,37.78464],[-122.42277,37.78513]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42277,37.78513],[-122.42287,37.78561]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42287,37.78561],[-122.42306,37.78653]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42306,37.78653],[-122.42314,37.78693]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42314,37.78693],[-122.42326,37.7875]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42326,37.7875],[-122.42335,37.78794]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42335,37.78794],[-122.42345,37.78841]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42345,37.78841],[-122.42354,37.78888]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42354,37.78888],[-122.42363,37.78931]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42363,37.78931],[-122.423821,37.7902]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.423821,37.7902],[-122.42402,37.79116]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42402,37.79116],[-122.4242,37.79205]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4242,37.79205],[-122.424371,37.79287]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.424371,37.79287],[-122.42457,37.79383]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42457,37.79383],[-122.42474,37.79467]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42474,37.79467],[-122.42493,37.79558]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42223,37.78274],[-122.42228,37.78323]]}},
{"type":"Feature","properties":{"NAME":"Franklin","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.78373],[-122.42228,37.78323]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41969,37.78603],[-122.42128,37.78583]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41476,37.78662],[-122.41515,37.78658]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41515,37.78658],[-122.41575,37.78651]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41575,37.78651],[-122.416481,37.78643]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.416481,37.78643],[-122.41691,37.78638]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41691,37.78638],[-122.41808,37.78623]]}},
{"type":"Feature","properties":{"NAME":"Geary","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41808,37.78623],[-122.41969,37.78603]]}},
{"type":"Feature","properties":{"NAME":"Glover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41528,37.79733],[-122.416841,37.79713]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42394,37.78251],[-122.42406,37.78304]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42406,37.78304],[-122.42416,37.78349]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42416,37.78349],[-122.42438,37.78444]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42438,37.78444],[-122.42459,37.78538]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42459,37.78538],[-122.4248,37.7863]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4248,37.7863],[-122.424991,37.78727]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.424991,37.78727],[-122.425081,37.78773]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.425081,37.78773],[-122.425171,37.78819]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.425171,37.78819],[-122.425261,37.78864]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.425261,37.78864],[-122.425351,37.7891]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.425351,37.7891],[-122.425531,37.78998]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.425531,37.78998],[-122.42572,37.79094]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42572,37.79094],[-122.425891,37.79183]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.425891,37.79183],[-122.426061,37.79266]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.426061,37.79266],[-122.426251,37.79362]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.426251,37.79362],[-122.426421,37.79445]]}},
{"type":"Feature","properties":{"NAME":"Gough","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.426421,37.79445],[-122.426601,37.79537]]}},
{"type":"Feature","properties":{"NAME":"Green","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41713,37.79863],[-122.41884,37.79842]]}},
{"type":"Feature","properties":{"NAME":"Green","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41884,37.79842],[-122.41965,37.79826]]}},
{"type":"Feature","properties":{"NAME":"Green","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41965,37.79826],[-122.41978,37.79823]]}},
{"type":"Feature","properties":{"NAME":"Green","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41978,37.79823],[-122.42045,37.79814]]}},
{"type":"Feature","properties":{"NAME":"Green","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42045,37.79814],[-122.42217,37.79791]]}},
{"type":"Feature","properties":{"NAME":"Green","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42217,37.79791],[-122.42368,37.79771]]}},
{"type":"Feature","properties":{"NAME":"Greenwich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41888,37.80125],[-122.41939,37.80123]]}},
{"type":"Feature","properties":{"NAME":"Greenwich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41939,37.80123],[-122.42099,37.80101]]}},
{"type":"Feature","properties":{"NAME":"Greenwich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42099,37.80101],[-122.42268,37.80078]]}},
{"type":"Feature","properties":{"NAME":"Greenwich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42268,37.80078],[-122.42304,37.80073]]}},
{"type":"Feature","properties":{"NAME":"Greenwich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42304,37.80073],[-122.42425,37.80057]]}},
{"type":"Feature","properties":{"NAME":"Havens","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4174,37.80004],[-122.418281,37.79993]]}},
{"type":"Feature","properties":{"NAME":"Hemlock","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419981,37.78743],[-122.421581,37.78723]]}},
{"type":"Feature","properties":{"NAME":"Hemlock","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41832,37.78763],[-122.419981,37.78743]]}},
{"type":"Feature","properties":{"NAME":"Hemlock","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42637,37.78654],[-122.42809,37.78632]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41892,37.79882],[-122.41896,37.79903]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41717,37.79023],[-122.41734,37.79103]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41734,37.79103],[-122.41754,37.792]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41754,37.792],[-122.417651,37.79253]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417651,37.79253],[-122.417731,37.79292]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417731,37.79292],[-122.41789,37.79369]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41789,37.79369],[-122.41808,37.79463]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41808,37.79463],[-122.41817,37.79502]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41817,37.79502],[-122.418271,37.7955]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418271,37.7955],[-122.41834,37.79582]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41834,37.79582],[-122.418451,37.79641]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418451,37.79641],[-122.418631,37.79733]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418631,37.79733],[-122.41884,37.79842]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41884,37.79842],[-122.41892,37.79882]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41896,37.79903],[-122.41902,37.79932]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41902,37.79932],[-122.419081,37.79963]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419081,37.79963],[-122.4192,37.80023]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4192,37.80023],[-122.41939,37.80123]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41939,37.80123],[-122.41957,37.80213]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41957,37.80213],[-122.41974,37.80302]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41974,37.80302],[-122.41994,37.80402]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41994,37.80402],[-122.42004,37.80452]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42004,37.80452],[-122.42011,37.80492]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42011,37.80492],[-122.42019,37.80533]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42019,37.80533],[-122.4203,37.80586]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4203,37.80586],[-122.42049,37.80683]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42049,37.80683],[-122.420681,37.80783]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.420681,37.80783],[-122.42084,37.80841]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41583,37.78354],[-122.41605,37.78453]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41605,37.78453],[-122.41626,37.78544]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41626,37.78544],[-122.416481,37.78643]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416481,37.78643],[-122.416581,37.78733]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416581,37.78733],[-122.41673,37.78809]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41673,37.78809],[-122.41678,37.78833]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41678,37.78833],[-122.41697,37.78923]]}},
{"type":"Feature","properties":{"NAME":"Hyde","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41697,37.78923],[-122.41717,37.79023]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41483,37.79513],[-122.416401,37.79489]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416401,37.79489],[-122.41698,37.7948]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41698,37.7948],[-122.41758,37.79471]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41758,37.79471],[-122.41808,37.79463]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41808,37.79463],[-122.41894,37.79452]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41894,37.79452],[-122.41975,37.79442]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41975,37.79442],[-122.421401,37.79422]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421401,37.79422],[-122.42294,37.79403]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42294,37.79403],[-122.42457,37.79383]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42457,37.79383],[-122.426251,37.79362]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.426251,37.79362],[-122.42778,37.79344]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42778,37.79344],[-122.42948,37.79323]]}},
{"type":"Feature","properties":{"NAME":"Jefferson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41888,37.80803],[-122.420681,37.80783]]}},
{"type":"Feature","properties":{"NAME":"Jefferson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.420681,37.80783],[-122.42228,37.80763]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41388,37.79053],[-122.41408,37.79143]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41328,37.78773],[-122.41336,37.78804]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41336,37.78804],[-122.41348,37.78873]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41348,37.78873],[-122.41368,37.78963]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41368,37.78963],[-122.41388,37.79053]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41832,37.78763],[-122.4184,37.78812]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41824,37.78714],[-122.41832,37.78763]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4184,37.78812],[-122.41848,37.78853]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41848,37.78853],[-122.41859,37.78903]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41859,37.78903],[-122.41869,37.78953]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41869,37.78953],[-122.41878,37.78993]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41878,37.78993],[-122.41897,37.79082]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41897,37.79082],[-122.419171,37.79179]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419171,37.79179],[-122.41927,37.79218]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41927,37.79218],[-122.4194,37.7927]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4194,37.7927],[-122.41949,37.79314]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41949,37.79314],[-122.41958,37.79348]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41958,37.79348],[-122.41975,37.79442]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41975,37.79442],[-122.41991,37.79529]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41991,37.79529],[-122.42008,37.7962]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42008,37.7962],[-122.42026,37.79711]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42026,37.79711],[-122.42045,37.79814]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42045,37.79814],[-122.42058,37.79883]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42058,37.79883],[-122.42063,37.79912]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42063,37.79912],[-122.4208,37.80003]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4208,37.80003],[-122.42099,37.80101]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42099,37.80101],[-122.42116,37.80193]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42116,37.80193],[-122.42133,37.80284]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42133,37.80284],[-122.42152,37.80384]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42152,37.80384],[-122.42161,37.80432]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42161,37.80432],[-122.421681,37.80473]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421681,37.80473],[-122.42175,37.80509]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42175,37.80509],[-122.42187,37.80566]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42187,37.80566],[-122.42208,37.80663]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41748,37.78334],[-122.41758,37.78383]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41758,37.78383],[-122.41769,37.78433]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41769,37.78433],[-122.41777,37.78473]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41777,37.78473],[-122.41787,37.78523]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41787,37.78523],[-122.41798,37.78573]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41798,37.78573],[-122.41808,37.78623]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41808,37.78623],[-122.41815,37.78663]]}},
{"type":"Feature","properties":{"NAME":"Larkin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41815,37.78663],[-122.41824,37.78714]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41548,37.79033],[-122.41561,37.79094]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41561,37.79094],[-122.415681,37.79123]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415681,37.79123],[-122.41578,37.79163]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41578,37.79163],[-122.41582,37.79187]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41582,37.79187],[-122.41588,37.79221]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41588,37.79221],[-122.416041,37.79303]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416041,37.79303],[-122.416211,37.79391]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416211,37.79391],[-122.416401,37.79489]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416401,37.79489],[-122.416561,37.79572]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416561,37.79572],[-122.41662,37.79603]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41662,37.79603],[-122.416661,37.79623]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416661,37.79623],[-122.416741,37.79663]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416741,37.79663],[-122.416841,37.79713]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416841,37.79713],[-122.416921,37.79756]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41476,37.78662],[-122.41493,37.78751]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41493,37.78751],[-122.415131,37.78853]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415131,37.78853],[-122.415311,37.78943]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415311,37.78943],[-122.41548,37.79033]]}},
{"type":"Feature","properties":{"NAME":"Lombard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41786,37.80233],[-122.41888,37.80223]]}},
{"type":"Feature","properties":{"NAME":"Lombard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41888,37.80223],[-122.41957,37.80213]]}},
{"type":"Feature","properties":{"NAME":"Lombard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41957,37.80213],[-122.42116,37.80193]]}},
{"type":"Feature","properties":{"NAME":"Lombard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42116,37.80193],[-122.4218,37.80183]]}},
{"type":"Feature","properties":{"NAME":"Lombard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4218,37.80183],[-122.42286,37.80163]]}},
{"type":"Feature","properties":{"NAME":"Lombard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42286,37.80163],[-122.42442,37.80142]]}},
{"type":"Feature","properties":{"NAME":"Lynch","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41662,37.79603],[-122.41724,37.79596]]}},
{"type":"Feature","properties":{"NAME":"Lynch","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41724,37.79596],[-122.41834,37.79582]]}},
{"type":"Feature","properties":{"NAME":"Mccormick","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418981,37.79483],[-122.419081,37.7954]]}},
{"type":"Feature","properties":{"NAME":"Morrell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419081,37.7954],[-122.419171,37.79632]]}},
{"type":"Feature","properties":{"NAME":"Myrtle","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41958,37.78553],[-122.4212,37.78534]]}},
{"type":"Feature","properties":{"NAME":"Myrtle","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41798,37.78573],[-122.41958,37.78553]]}},
{"type":"Feature","properties":{"NAME":"Myrtle","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4212,37.78534],[-122.42277,37.78513]]}},
{"type":"Feature","properties":{"NAME":"North Point","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42368,37.80542],[-122.42518,37.80523]]}},
{"type":"Feature","properties":{"NAME":"North Point","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418531,37.80608],[-122.4203,37.80586]]}},
{"type":"Feature","properties":{"NAME":"North Point","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4203,37.80586],[-122.42187,37.80566]]}},
{"type":"Feature","properties":{"NAME":"North Point","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42187,37.80566],[-122.42368,37.80542]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42627,37.78612],[-122.42637,37.78654]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42637,37.78654],[-122.42648,37.78707]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42648,37.78707],[-122.426691,37.788]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.426691,37.788],[-122.42679,37.78844]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42679,37.78844],[-122.42689,37.7889]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42689,37.7889],[-122.42708,37.78978]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42708,37.78978],[-122.42729,37.79074]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42757,37.79247],[-122.42778,37.79344]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42778,37.79344],[-122.42796,37.79425]]}},
{"type":"Feature","properties":{"NAME":"Octavia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42796,37.79425],[-122.42816,37.79516]]}},
{"type":"Feature","properties":{"NAME":"Ofarrell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4211,37.78486],[-122.42267,37.78464]]}},
{"type":"Feature","properties":{"NAME":"Ofarrell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42267,37.78464],[-122.42438,37.78444]]}},
{"type":"Feature","properties":{"NAME":"Ofarrell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41457,37.78565],[-122.41497,37.7856]]}},
{"type":"Feature","properties":{"NAME":"Ofarrell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41497,37.7856],[-122.415681,37.78551]]}},
{"type":"Feature","properties":{"NAME":"Ofarrell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.415681,37.78551],[-122.41626,37.78544]]}},
{"type":"Feature","properties":{"NAME":"Ofarrell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41626,37.78544],[-122.41787,37.78523]]}},
{"type":"Feature","properties":{"NAME":"Ofarrell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41787,37.78523],[-122.419521,37.78505]]}},
{"type":"Feature","properties":{"NAME":"Ofarrell","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.419521,37.78505],[-122.4211,37.78486]]}},
{"type":"Feature","properties":{"NAME":"Olive","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41777,37.78473],[-122.41946,37.78452]]}},
{"type":"Feature","properties":{"NAME":"Olive","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41946,37.78452],[-122.42102,37.78435]]}},
{"type":"Feature","properties":{"NAME":"Olive","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42102,37.78435],[-122.422581,37.78423]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412191,37.79074],[-122.41388,37.79053]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41388,37.79053],[-122.414681,37.79043]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414681,37.79043],[-122.41548,37.79033]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41548,37.79033],[-122.41593,37.7903]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41593,37.7903],[-122.41717,37.79023]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41717,37.79023],[-122.417551,37.79016]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417551,37.79016],[-122.418451,37.78999]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418451,37.78999],[-122.41878,37.78993]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41878,37.78993],[-122.42046,37.78972]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42046,37.78972],[-122.422041,37.78952]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.422041,37.78952],[-122.42363,37.78931]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42363,37.78931],[-122.425351,37.7891]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.425351,37.7891],[-122.42689,37.7889]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42689,37.7889],[-122.428571,37.78869]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4239,37.80641],[-122.42398,37.80667]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41969,37.78603],[-122.41978,37.78643]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41978,37.78643],[-122.419891,37.78692]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419891,37.78692],[-122.419981,37.78743]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419981,37.78743],[-122.42009,37.78793]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42009,37.78793],[-122.42017,37.78832]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42017,37.78832],[-122.42027,37.78881]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42027,37.78881],[-122.42037,37.7893]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42037,37.7893],[-122.42046,37.78972]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42046,37.78972],[-122.42064,37.79061]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42064,37.79061],[-122.42085,37.79157]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42085,37.79157],[-122.42103,37.79248]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42103,37.79248],[-122.4212,37.79327]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4212,37.79327],[-122.421401,37.79422]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421401,37.79422],[-122.421581,37.79507]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421581,37.79507],[-122.421771,37.79598]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421771,37.79598],[-122.421951,37.79688]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421951,37.79688],[-122.42208,37.7975]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42208,37.7975],[-122.42217,37.79791]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42217,37.79791],[-122.42238,37.79893]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42238,37.79943],[-122.42246,37.79979]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42246,37.79979],[-122.42268,37.80078]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42268,37.80078],[-122.42286,37.80163]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42286,37.80163],[-122.42307,37.80259]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42307,37.80259],[-122.42327,37.80352]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42327,37.80352],[-122.42349,37.80451]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42349,37.80451],[-122.42368,37.80542]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42368,37.80542],[-122.4239,37.80641]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41914,37.78313],[-122.419261,37.78363]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419261,37.78363],[-122.41938,37.78413]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41938,37.78413],[-122.41946,37.78452]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41946,37.78452],[-122.419521,37.78505]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419521,37.78505],[-122.41958,37.78553]]}},
{"type":"Feature","properties":{"NAME":"Polk","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41958,37.78553],[-122.41969,37.78603]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41824,37.78714],[-122.419891,37.78692]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419891,37.78692],[-122.42148,37.78673]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42148,37.78673],[-122.42306,37.78653]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42306,37.78653],[-122.4248,37.7863]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4248,37.7863],[-122.42627,37.78612]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42627,37.78612],[-122.428,37.78589]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41328,37.78773],[-122.41493,37.78751]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41493,37.78751],[-122.416581,37.78733]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416581,37.78733],[-122.41698,37.78729]]}},
{"type":"Feature","properties":{"NAME":"Post","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41698,37.78729],[-122.41824,37.78714]]}},
{"type":"Feature","properties":{"NAME":"Priest","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41498,37.79323],[-122.41525,37.79403]]}},
{"type":"Feature","properties":{"NAME":"Reed","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41563,37.79336],[-122.415771,37.79396]]}},
{"type":"Feature","properties":{"NAME":"Rockland","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41992,37.79892],[-122.42058,37.79883]]}},
{"type":"Feature","properties":{"NAME":"Russell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41892,37.79882],[-122.419881,37.79873]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41428,37.79242],[-122.415141,37.79231]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415141,37.79231],[-122.415491,37.79226]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415491,37.79226],[-122.41588,37.79221]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41588,37.79221],[-122.41629,37.79216]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41629,37.79216],[-122.41754,37.792]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41754,37.792],[-122.419171,37.79179]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419171,37.79179],[-122.42085,37.79157]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42085,37.79157],[-122.42241,37.79137]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42241,37.79137],[-122.42402,37.79116]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42402,37.79116],[-122.42572,37.79094]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42572,37.79094],[-122.42729,37.79074]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42729,37.79074],[-122.42894,37.79053]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41678,37.78833],[-122.41803,37.78816]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41803,37.78816],[-122.4184,37.78812]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4184,37.78812],[-122.42009,37.78793]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42009,37.78793],[-122.421681,37.78771]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421681,37.78771],[-122.42326,37.7875]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42326,37.7875],[-122.424991,37.78727]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.424991,37.78727],[-122.42648,37.78707]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42648,37.78707],[-122.42819,37.78684]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41184,37.78893],[-122.41348,37.78873]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41348,37.78873],[-122.415131,37.78853]]}},
{"type":"Feature","properties":{"NAME":"Sutter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415131,37.78853],[-122.41678,37.78833]]}},
{"type":"Feature","properties":{"NAME":"Touchard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414681,37.79043],[-122.41458,37.79003]]}},
{"type":"Feature","properties":{"NAME":"Union","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41731,37.79953],[-122.418181,37.79942]]}},
{"type":"Feature","properties":{"NAME":"Union","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418181,37.79942],[-122.41902,37.79932]]}},
{"type":"Feature","properties":{"NAME":"Union","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41902,37.79932],[-122.41965,37.79926]]}},
{"type":"Feature","properties":{"NAME":"Union","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41965,37.79926],[-122.419981,37.79923]]}},
{"type":"Feature","properties":{"NAME":"Union","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419981,37.79923],[-122.42018,37.79913]]}},
{"type":"Feature","properties":{"NAME":"Union","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42018,37.79913],[-122.42045,37.79913]]}},
{"type":"Feature","properties":{"NAME":"Union","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42045,37.79913],[-122.42063,37.79912]]}},
{"type":"Feature","properties":{"NAME":"Union","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42063,37.79912],[-122.42233,37.79893]]}},
{"type":"Feature","properties":{"NAME":"Union","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42233,37.79893],[-122.42238,37.79893]]}},
{"type":"Feature","properties":{"NAME":"Union","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42238,37.79893],[-122.42388,37.79873]]}},
{"type":"Feature","properties":{"NAME":"Vallejo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416921,37.79756],[-122.418631,37.79733]]}},
{"type":"Feature","properties":{"NAME":"Vallejo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418631,37.79733],[-122.419351,37.79723]]}},
{"type":"Feature","properties":{"NAME":"Vallejo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419351,37.79723],[-122.42026,37.79711]]}},
{"type":"Feature","properties":{"NAME":"Vallejo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42026,37.79711],[-122.421951,37.79688]]}},
{"type":"Feature","properties":{"NAME":"Vallejo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421951,37.79688],[-122.423471,37.79668]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41463,37.79411],[-122.41525,37.79403]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41525,37.79403],[-122.415771,37.79396]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415771,37.79396],[-122.416211,37.79391]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416211,37.79391],[-122.41789,37.79369]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41789,37.79369],[-122.41958,37.79348]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41958,37.79348],[-122.4212,37.79327]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4212,37.79327],[-122.422751,37.79308]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.422751,37.79308],[-122.424371,37.79287]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.424371,37.79287],[-122.426061,37.79266]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.426061,37.79266],[-122.42757,37.79247]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42757,37.79247],[-122.429281,37.79225]]}},
{"type":"Feature","properties":{"NAME":"White","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419351,37.79723],[-122.41958,37.79793]]}},
{"type":"Feature","properties":{"NAME":"Willow","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.78323],[-122.42406,37.78304]]}},
{"type":"Feature","properties":{"NAME":"Willow","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41758,37.78383],[-122.419261,37.78363]]}},
{"type":"Feature","properties":{"NAME":"Willow","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419261,37.78363],[-122.420871,37.78346]]}},
{"type":"Feature","properties":{"NAME":"Willow","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.420871,37.78346],[-122.42228,37.78323]]}},
{"type":"Feature","properties":{"NAME":"Culebra","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.422,37.80273],[-122.42218,37.80333]]}},
{"type":"Feature","properties":{"NAME":"Culebra","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42188,37.80233],[-122.422,37.80273]]}},
{"type":"Feature","properties":{"NAME":"Greenwich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41758,37.80088],[-122.4182,37.80081]]}},
{"type":"Feature","properties":{"NAME":"Grenard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42304,37.80073],[-122.42348,37.80103]]}},
{"type":"Feature","properties":{"NAME":"Hastings","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419081,37.79963],[-122.41858,37.79963]]}},
{"type":"Feature","properties":{"NAME":"Lurmont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41779,37.80193],[-122.41868,37.80183]]}},
{"type":"Feature","properties":{"NAME":"Montclair","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41888,37.80223],[-122.41888,37.80263]]}},
{"type":"Feature","properties":{"NAME":"Peter Yorke","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42397,37.78546],[-122.42306,37.78653]]}},
{"type":"Feature","properties":{"NAME":"Starr King","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42267,37.78464],[-122.42397,37.78546]]}},
{"type":"Feature","properties":{"NAME":"Laguna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42781,37.78494],[-122.42761,37.78394]]}},
{"type":"Feature","properties":{"NAME":"Broadway","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.423291,37.79579],[-122.42493,37.79558]]}},
{"type":"Feature","properties":{"NAME":"Broadway","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42493,37.79558],[-122.426601,37.79537]]}},
{"type":"Feature","properties":{"NAME":"Broadway","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.426601,37.79537],[-122.42816,37.79516]]}},
{"type":"Feature","properties":{"NAME":"Broadway","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42816,37.79516],[-122.42988,37.79495]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41483,37.79513],[-122.41499,37.79592]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41499,37.79592],[-122.41509,37.79642]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41509,37.79642],[-122.41518,37.79683]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41518,37.79683],[-122.41528,37.79733]]}},
{"type":"Feature","properties":{"NAME":"Jones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41528,37.79733],[-122.41537,37.79777]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416921,37.79756],[-122.41713,37.79863]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41713,37.79863],[-122.41723,37.79913]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41723,37.79913],[-122.41731,37.79953]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41731,37.79953],[-122.4174,37.80004]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4174,37.80004],[-122.41748,37.80043]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41748,37.80043],[-122.41758,37.80088]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41758,37.80088],[-122.41768,37.80133]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41768,37.80133],[-122.41779,37.80193]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41779,37.80193],[-122.41786,37.80233]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41786,37.80233],[-122.41802,37.80322]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41802,37.80322],[-122.4182,37.80423]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4182,37.80423],[-122.418361,37.80513]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418361,37.80513],[-122.418531,37.80608]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418531,37.80608],[-122.4186,37.80645]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4186,37.80645],[-122.418711,37.80705]]}},
{"type":"Feature","properties":{"NAME":"Leavenworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418711,37.80705],[-122.41888,37.80803]]}},
{"type":"Feature","properties":{"NAME":"Vallejo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41537,37.79777],[-122.416921,37.79756]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.4211,37.78486],[-122.4212,37.78534]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.4212,37.78534],[-122.42128,37.78583]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.42128,37.78583],[-122.42137,37.78625]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.42137,37.78625],[-122.42148,37.78673]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.42148,37.78673],[-122.421581,37.78723]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.421581,37.78723],[-122.421681,37.78771]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.421681,37.78771],[-122.421761,37.78813]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.421761,37.78813],[-122.421861,37.78861]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.421861,37.78861],[-122.421951,37.78909]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.421951,37.78909],[-122.422041,37.78952]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.422041,37.78952],[-122.422221,37.79041]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.422221,37.79041],[-122.42241,37.79137]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.42241,37.79137],[-122.42259,37.79227]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.42259,37.79227],[-122.422751,37.79308]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.422751,37.79308],[-122.42294,37.79403]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.42294,37.79403],[-122.423111,37.79488]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.423111,37.79488],[-122.423291,37.79579]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.4208,37.78298],[-122.420871,37.78346]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.420871,37.78346],[-122.42094,37.78392]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.42094,37.78392],[-122.42102,37.78435]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.42102,37.78435],[-122.4211,37.78486]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42441,37.73832],[-122.423831,37.73823]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40808,37.73747],[-122.40838,37.73663]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40481,37.74854],[-122.40515,37.74907]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40608,37.74897],[-122.404741,37.74826]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40838,37.73663],[-122.407701,37.73618]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40481,37.74854],[-122.404741,37.74826]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40883,37.73563],[-122.40965,37.73483]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.407701,37.73618],[-122.4081,37.73571]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40481,37.74854],[-122.404851,37.74872]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40854,37.73604],[-122.40883,37.73563]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40838,37.73663],[-122.40854,37.73604]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.4081,37.73571],[-122.40885,37.73477]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.404741,37.74826],[-122.40441,37.74767]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.407701,37.73618],[-122.40712,37.7358]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.404041,37.74947],[-122.40418,37.74853]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40748,37.73643],[-122.407701,37.73618]]}},
{"type":"Feature","properties":{"NAME":"Appleton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42318,37.73853],[-122.42277,37.73837]]}},
{"type":"Feature","properties":{"NAME":"Appleton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42277,37.73837],[-122.42054,37.73748]]}},
{"type":"Feature","properties":{"NAME":"Appleton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42318,37.73853],[-122.42367,37.73885]]}},
{"type":"Feature","properties":{"NAME":"Arnold","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41938,37.73495],[-122.41948,37.73413]]}},
{"type":"Feature","properties":{"NAME":"Benton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41948,37.73413],[-122.41869,37.73404]]}},
{"type":"Feature","properties":{"NAME":"Benton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41869,37.73404],[-122.41804,37.73397]]}},
{"type":"Feature","properties":{"NAME":"Benton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41804,37.73397],[-122.41735,37.73389]]}},
{"type":"Feature","properties":{"NAME":"Benton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41735,37.73389],[-122.41678,37.73383]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42255,37.74108],[-122.421851,37.74078]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41358,37.73903],[-122.41275,37.73938]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.420781,37.74033],[-122.42047,37.74014]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41275,37.73938],[-122.41217,37.73964]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41217,37.73964],[-122.41132,37.73992]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41132,37.73992],[-122.41107,37.7399]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41107,37.7399],[-122.41069,37.73986]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42047,37.74014],[-122.41991,37.73979]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41069,37.73986],[-122.41027,37.73983]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41027,37.73983],[-122.40987,37.7398]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40987,37.7398],[-122.40969,37.73978]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40969,37.73978],[-122.40908,37.73973]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40908,37.73973],[-122.408241,37.7397]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41991,37.73979],[-122.41973,37.73968]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41973,37.73968],[-122.41948,37.73953]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41948,37.73953],[-122.41867,37.73946]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41867,37.73946],[-122.41806,37.73941]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41806,37.73941],[-122.41735,37.73935]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41735,37.73935],[-122.416481,37.73927]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.416481,37.73927],[-122.41566,37.73921]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41566,37.73921],[-122.41538,37.73918]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41538,37.73918],[-122.414771,37.73913]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.421851,37.74078],[-122.420781,37.74033]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.414771,37.73913],[-122.41436,37.7391]]}},
{"type":"Feature","properties":{"NAME":"Cortland","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41436,37.7391],[-122.41358,37.73903]]}},
{"type":"Feature","properties":{"NAME":"Coso","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41843,37.74688],[-122.418181,37.74613]]}},
{"type":"Feature","properties":{"NAME":"Coso","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418181,37.74613],[-122.417371,37.74575]]}},
{"type":"Feature","properties":{"NAME":"Coso","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417371,37.74575],[-122.416751,37.74547]]}},
{"type":"Feature","properties":{"NAME":"Coso","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416751,37.74547],[-122.41624,37.74524]]}},
{"type":"Feature","properties":{"NAME":"Coso","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41624,37.74524],[-122.415581,37.74493]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410751,37.73457],[-122.40965,37.73483]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41292,37.73474],[-122.412361,37.7347]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.412361,37.7347],[-122.41175,37.73471]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41175,37.73471],[-122.41118,37.73483]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41118,37.73483],[-122.410751,37.73457]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42192,37.73509],[-122.41999,37.73498]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41999,37.73498],[-122.41938,37.73495]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41938,37.73495],[-122.41858,37.7349]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41858,37.7349],[-122.41797,37.73487]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41797,37.73487],[-122.417281,37.73483]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.417281,37.73483],[-122.4167,37.73481]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4167,37.73481],[-122.41598,37.73483]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41598,37.73483],[-122.41536,37.7348]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41536,37.7348],[-122.41476,37.7348]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41476,37.7348],[-122.414161,37.73474]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.414161,37.73474],[-122.41348,37.73474]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41348,37.73474],[-122.41292,37.73474]]}},
{"type":"Feature","properties":{"NAME":"Esmeralda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40748,37.74322],[-122.40718,37.74323]]}},
{"type":"Feature","properties":{"NAME":"Esmeralda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419611,37.74404],[-122.41906,37.74383]]}},
{"type":"Feature","properties":{"NAME":"Esmeralda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408961,37.74315],[-122.40794,37.7432]]}},
{"type":"Feature","properties":{"NAME":"Esmeralda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418711,37.74369],[-122.41815,37.74347]]}},
{"type":"Feature","properties":{"NAME":"Esmeralda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40794,37.7432],[-122.40748,37.74322]]}},
{"type":"Feature","properties":{"NAME":"Esmeralda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41815,37.74347],[-122.41758,37.74324]]}},
{"type":"Feature","properties":{"NAME":"Esmeralda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41906,37.74383],[-122.418711,37.74369]]}},
{"type":"Feature","properties":{"NAME":"Esmeralda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41758,37.74324],[-122.41678,37.74293]]}},
{"type":"Feature","properties":{"NAME":"Esmeralda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40988,37.7433],[-122.40948,37.74313]]}},
{"type":"Feature","properties":{"NAME":"Esmeralda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40948,37.74313],[-122.408961,37.74315]]}},
{"type":"Feature","properties":{"NAME":"Eugenia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42218,37.74223],[-122.42112,37.74184]]}},
{"type":"Feature","properties":{"NAME":"Eugenia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4153,37.7404],[-122.414681,37.74033]]}},
{"type":"Feature","properties":{"NAME":"Eugenia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42112,37.74184],[-122.42011,37.74147]]}},
{"type":"Feature","properties":{"NAME":"Eugenia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414681,37.74033],[-122.41401,37.74029]]}},
{"type":"Feature","properties":{"NAME":"Eugenia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41401,37.74029],[-122.413531,37.74023]]}},
{"type":"Feature","properties":{"NAME":"Eugenia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.413531,37.74023],[-122.41288,37.74023]]}},
{"type":"Feature","properties":{"NAME":"Eugenia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41288,37.74023],[-122.41217,37.74025]]}},
{"type":"Feature","properties":{"NAME":"Eugenia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42011,37.74147],[-122.41966,37.74131]]}},
{"type":"Feature","properties":{"NAME":"Eugenia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41966,37.74131],[-122.41904,37.74108]]}},
{"type":"Feature","properties":{"NAME":"Eugenia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41904,37.74108],[-122.4185,37.74088]]}},
{"type":"Feature","properties":{"NAME":"Eugenia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4185,37.74088],[-122.41793,37.74067]]}},
{"type":"Feature","properties":{"NAME":"Eugenia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41793,37.74067],[-122.417741,37.74068]]}},
{"type":"Feature","properties":{"NAME":"Eugenia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417741,37.74068],[-122.417201,37.7406]]}},
{"type":"Feature","properties":{"NAME":"Eugenia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417201,37.7406],[-122.416471,37.7405]]}},
{"type":"Feature","properties":{"NAME":"Eugenia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416471,37.7405],[-122.415771,37.74042]]}},
{"type":"Feature","properties":{"NAME":"Eugenia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415771,37.74042],[-122.4153,37.7404]]}},
{"type":"Feature","properties":{"NAME":"Fair","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41984,37.7456],[-122.41946,37.74537]]}},
{"type":"Feature","properties":{"NAME":"Fair","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41892,37.74505],[-122.418361,37.74494]]}},
{"type":"Feature","properties":{"NAME":"Fair","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418361,37.74494],[-122.418281,37.74493]]}},
{"type":"Feature","properties":{"NAME":"Fair","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418281,37.74493],[-122.418001,37.74479]]}},
{"type":"Feature","properties":{"NAME":"Fair","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41946,37.74537],[-122.41892,37.74505]]}},
{"type":"Feature","properties":{"NAME":"Heyman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.420861,37.74222],[-122.41986,37.74189]]}},
{"type":"Feature","properties":{"NAME":"Highland","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42396,37.7374],[-122.42297,37.73731]]}},
{"type":"Feature","properties":{"NAME":"Highland","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42297,37.73731],[-122.42067,37.73711]]}},
{"type":"Feature","properties":{"NAME":"Highland","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42495,37.73748],[-122.42396,37.7374]]}},
{"type":"Feature","properties":{"NAME":"Highland","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41877,37.73716],[-122.41788,37.73707]]}},
{"type":"Feature","properties":{"NAME":"Highland","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41788,37.73707],[-122.416571,37.73694]]}},
{"type":"Feature","properties":{"NAME":"Holladay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40508,37.74813],[-122.405281,37.74733]]}},
{"type":"Feature","properties":{"NAME":"Holladay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.405281,37.74733],[-122.405461,37.74658]]}},
{"type":"Feature","properties":{"NAME":"Holladay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.405461,37.74658],[-122.40581,37.74516]]}},
{"type":"Feature","properties":{"NAME":"Holladay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40581,37.74516],[-122.40595,37.74457]]}},
{"type":"Feature","properties":{"NAME":"Holladay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40595,37.74457],[-122.40608,37.74403]]}},
{"type":"Feature","properties":{"NAME":"Holladay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40608,37.74403],[-122.40684,37.74348]]}},
{"type":"Feature","properties":{"NAME":"Holladay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40684,37.74348],[-122.40718,37.74323]]}},
{"type":"Feature","properties":{"NAME":"Holladay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40718,37.74323],[-122.40758,37.74213]]}},
{"type":"Feature","properties":{"NAME":"Jarboe","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41018,37.73815],[-122.409581,37.73813]]}},
{"type":"Feature","properties":{"NAME":"Jarboe","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415581,37.73833],[-122.4153,37.73832]]}},
{"type":"Feature","properties":{"NAME":"Jarboe","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409581,37.73813],[-122.40902,37.7381]]}},
{"type":"Feature","properties":{"NAME":"Jarboe","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4153,37.73832],[-122.41439,37.73829]]}},
{"type":"Feature","properties":{"NAME":"Jarboe","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41439,37.73829],[-122.413791,37.73827]]}},
{"type":"Feature","properties":{"NAME":"Jarboe","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.413791,37.73827],[-122.41318,37.73825]]}},
{"type":"Feature","properties":{"NAME":"Jarboe","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41318,37.73825],[-122.41258,37.73823]]}},
{"type":"Feature","properties":{"NAME":"Jarboe","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41258,37.73823],[-122.41188,37.73821]]}},
{"type":"Feature","properties":{"NAME":"Jarboe","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41188,37.73821],[-122.41137,37.73819]]}},
{"type":"Feature","properties":{"NAME":"Jarboe","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41137,37.73819],[-122.41077,37.73817]]}},
{"type":"Feature","properties":{"NAME":"Jarboe","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41077,37.73817],[-122.41018,37.73815]]}},
{"type":"Feature","properties":{"NAME":"Mirabel","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418181,37.74613],[-122.41608,37.74673]]}},
{"type":"Feature","properties":{"NAME":"Mirabel","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41608,37.74673],[-122.41518,37.74633]]}},
{"type":"Feature","properties":{"NAME":"Mullen","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410581,37.74633],[-122.40918,37.74633]]}},
{"type":"Feature","properties":{"NAME":"Mullen","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40912,37.74607],[-122.40814,37.74649]]}},
{"type":"Feature","properties":{"NAME":"Mullen","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40814,37.74649],[-122.40668,37.7467]]}},
{"type":"Feature","properties":{"NAME":"Mullen","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40668,37.7467],[-122.406181,37.74523]]}},
{"type":"Feature","properties":{"NAME":"Ogden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41338,37.73586],[-122.41278,37.73583]]}},
{"type":"Feature","properties":{"NAME":"Ogden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410561,37.73582],[-122.40997,37.73581]]}},
{"type":"Feature","properties":{"NAME":"Ogden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41404,37.73589],[-122.41338,37.73586]]}},
{"type":"Feature","properties":{"NAME":"Ogden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41664,37.73604],[-122.41589,37.736]]}},
{"type":"Feature","properties":{"NAME":"Ogden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41589,37.736],[-122.41528,37.73598]]}},
{"type":"Feature","properties":{"NAME":"Ogden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41528,37.73598],[-122.41458,37.73593]]}},
{"type":"Feature","properties":{"NAME":"Ogden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41458,37.73593],[-122.41404,37.73589]]}},
{"type":"Feature","properties":{"NAME":"Ogden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41278,37.73583],[-122.41222,37.73581]]}},
{"type":"Feature","properties":{"NAME":"Ogden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.411111,37.73581],[-122.410561,37.73582]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40978,37.73563],[-122.41118,37.73483]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40508,37.74813],[-122.40587,37.74787]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.409231,37.73693],[-122.40945,37.73596]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.407,37.74749],[-122.40748,37.74733]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40945,37.73596],[-122.40978,37.73563]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40748,37.74733],[-122.40837,37.7468]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40837,37.7468],[-122.40877,37.74657]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40877,37.74657],[-122.40918,37.74633]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40918,37.74633],[-122.40912,37.74607]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40912,37.74607],[-122.40904,37.74573]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40904,37.74573],[-122.40897,37.74543]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40897,37.74543],[-122.408881,37.74503]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408881,37.74503],[-122.40891,37.74443]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40891,37.74443],[-122.408961,37.74315]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40587,37.74787],[-122.40626,37.74774]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408961,37.74315],[-122.409,37.74223]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409,37.74223],[-122.40904,37.74128]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40904,37.74128],[-122.40908,37.74043]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40626,37.74774],[-122.407,37.74749]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40908,37.73973],[-122.40901,37.73895]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40901,37.73895],[-122.40902,37.7381]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40902,37.7381],[-122.409051,37.73786]]}},
{"type":"Feature","properties":{"NAME":"Peralta","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.409051,37.73786],[-122.409231,37.73693]]}},
{"type":"Feature","properties":{"NAME":"Peters","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41946,37.74537],[-122.42008,37.74443]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.404851,37.74872],[-122.404301,37.74797]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40515,37.74907],[-122.404851,37.74872]]}},
{"type":"Feature","properties":{"NAME":"Powers","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41947,37.74613],[-122.418461,37.74572]]}},
{"type":"Feature","properties":{"NAME":"Powhattan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417281,37.74173],[-122.41707,37.74172]]}},
{"type":"Feature","properties":{"NAME":"Powhattan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416381,37.7417],[-122.41587,37.74168]]}},
{"type":"Feature","properties":{"NAME":"Powhattan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410481,37.74133],[-122.41019,37.74133]]}},
{"type":"Feature","properties":{"NAME":"Powhattan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41019,37.74133],[-122.409681,37.74133]]}},
{"type":"Feature","properties":{"NAME":"Powhattan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409681,37.74133],[-122.40904,37.74128]]}},
{"type":"Feature","properties":{"NAME":"Powhattan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40904,37.74128],[-122.40838,37.74123]]}},
{"type":"Feature","properties":{"NAME":"Powhattan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41587,37.74168],[-122.41528,37.74166]]}},
{"type":"Feature","properties":{"NAME":"Powhattan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41528,37.74166],[-122.41458,37.74163]]}},
{"type":"Feature","properties":{"NAME":"Powhattan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41458,37.74163],[-122.41399,37.74157]]}},
{"type":"Feature","properties":{"NAME":"Powhattan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41707,37.74172],[-122.416381,37.7417]]}},
{"type":"Feature","properties":{"NAME":"Powhattan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41399,37.74157],[-122.41348,37.74153]]}},
{"type":"Feature","properties":{"NAME":"Powhattan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41348,37.74153],[-122.41279,37.74151]]}},
{"type":"Feature","properties":{"NAME":"Powhattan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41279,37.74151],[-122.41204,37.74146]]}},
{"type":"Feature","properties":{"NAME":"Powhattan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41204,37.74146],[-122.411281,37.74133]]}},
{"type":"Feature","properties":{"NAME":"Powhattan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.411281,37.74133],[-122.410741,37.74133]]}},
{"type":"Feature","properties":{"NAME":"Powhattan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410741,37.74133],[-122.410481,37.74133]]}},
{"type":"Feature","properties":{"NAME":"Precita","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41367,37.74673],[-122.41258,37.74677]]}},
{"type":"Feature","properties":{"NAME":"Precita","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41258,37.74677],[-122.41168,37.74679]]}},
{"type":"Feature","properties":{"NAME":"Precita","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41168,37.74679],[-122.410581,37.74683]]}},
{"type":"Feature","properties":{"NAME":"Precita","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410581,37.74683],[-122.409681,37.74733]]}},
{"type":"Feature","properties":{"NAME":"Precita","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41905,37.74673],[-122.41843,37.74688]]}},
{"type":"Feature","properties":{"NAME":"Precita","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41843,37.74688],[-122.41618,37.74743]]}},
{"type":"Feature","properties":{"NAME":"Precita","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41618,37.74743],[-122.414771,37.74741]]}},
{"type":"Feature","properties":{"NAME":"Precita","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414771,37.74741],[-122.41372,37.74739]]}},
{"type":"Feature","properties":{"NAME":"Precita","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41372,37.74739],[-122.41136,37.74736]]}},
{"type":"Feature","properties":{"NAME":"Precita","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41136,37.74736],[-122.410581,37.74734]]}},
{"type":"Feature","properties":{"NAME":"Precita","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410581,37.74734],[-122.409681,37.74733]]}},
{"type":"Feature","properties":{"NAME":"Precita","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409681,37.74733],[-122.409411,37.74748]]}},
{"type":"Feature","properties":{"NAME":"Precita","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409411,37.74748],[-122.40864,37.74791]]}},
{"type":"Feature","properties":{"NAME":"Precita","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40864,37.74791],[-122.407881,37.74833]]}},
{"type":"Feature","properties":{"NAME":"Prospect","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417371,37.74575],[-122.418001,37.74479]]}},
{"type":"Feature","properties":{"NAME":"Prospect","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418711,37.74369],[-122.41964,37.74227]]}},
{"type":"Feature","properties":{"NAME":"Prospect","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41964,37.74227],[-122.41986,37.74189]]}},
{"type":"Feature","properties":{"NAME":"Prospect","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41986,37.74189],[-122.42011,37.74147]]}},
{"type":"Feature","properties":{"NAME":"Prospect","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42011,37.74147],[-122.42039,37.74099]]}},
{"type":"Feature","properties":{"NAME":"Prospect","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42039,37.74099],[-122.420781,37.74033]]}},
{"type":"Feature","properties":{"NAME":"Prospect","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418001,37.74479],[-122.418711,37.74369]]}},
{"type":"Feature","properties":{"NAME":"Richland","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42661,37.73615],[-122.424181,37.73588]]}},
{"type":"Feature","properties":{"NAME":"Richland","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.424181,37.73588],[-122.423111,37.73583]]}},
{"type":"Feature","properties":{"NAME":"Richland","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.423111,37.73583],[-122.419981,37.73563]]}},
{"type":"Feature","properties":{"NAME":"Richland","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419981,37.73563],[-122.41668,37.73543]]}},
{"type":"Feature","properties":{"NAME":"San Bruno","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4081,37.73571],[-122.40854,37.73604]]}},
{"type":"Feature","properties":{"NAME":"San Bruno","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40728,37.73533],[-122.4081,37.73571]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42147,37.74795],[-122.4216,37.74732]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4216,37.74732],[-122.42178,37.74643]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42178,37.74643],[-122.42216,37.74529]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42238,37.74483],[-122.42216,37.74529]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42238,37.74483],[-122.42238,37.74394]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42238,37.74394],[-122.42273,37.74304]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42273,37.74304],[-122.42307,37.74218]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42307,37.74218],[-122.42324,37.74166]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42324,37.74166],[-122.42358,37.74063]]}},
{"type":"Feature","properties":{"NAME":"Tiffany","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42022,37.74667],[-122.42031,37.74654]]}},
{"type":"Feature","properties":{"NAME":"Tiffany","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42031,37.74654],[-122.42217,37.74395]]}},
{"type":"Feature","properties":{"NAME":"Tompkins","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41655,37.73725],[-122.41569,37.73716]]}},
{"type":"Feature","properties":{"NAME":"Tompkins","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41041,37.73693],[-122.4098,37.73692]]}},
{"type":"Feature","properties":{"NAME":"Tompkins","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41569,37.73716],[-122.41518,37.73713]]}},
{"type":"Feature","properties":{"NAME":"Tompkins","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4098,37.73692],[-122.409231,37.73693]]}},
{"type":"Feature","properties":{"NAME":"Tompkins","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409231,37.73693],[-122.40899,37.73693]]}},
{"type":"Feature","properties":{"NAME":"Tompkins","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41518,37.73713],[-122.414521,37.73708]]}},
{"type":"Feature","properties":{"NAME":"Tompkins","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414521,37.73708],[-122.41388,37.73703]]}},
{"type":"Feature","properties":{"NAME":"Tompkins","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41388,37.73703],[-122.41328,37.73697]]}},
{"type":"Feature","properties":{"NAME":"Tompkins","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41328,37.73697],[-122.412641,37.73695]]}},
{"type":"Feature","properties":{"NAME":"Tompkins","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412641,37.73695],[-122.41208,37.73693]]}},
{"type":"Feature","properties":{"NAME":"Tompkins","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41099,37.73693],[-122.41041,37.73693]]}},
{"type":"Feature","properties":{"NAME":"Treat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41258,37.74677],[-122.41244,37.74509]]}},
{"type":"Feature","properties":{"NAME":"Treat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41244,37.74509],[-122.41238,37.74443]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41607,37.7492],[-122.41598,37.74817]]}},
{"type":"Feature","properties":{"NAME":"Virginia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421491,37.74323],[-122.420521,37.74273]]}},
{"type":"Feature","properties":{"NAME":"Virginia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.420521,37.74273],[-122.42002,37.74247]]}},
{"type":"Feature","properties":{"NAME":"Virginia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42002,37.74247],[-122.41964,37.74227]]}},
{"type":"Feature","properties":{"NAME":"Virginia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41964,37.74227],[-122.419161,37.74202]]}},
{"type":"Feature","properties":{"NAME":"Virginia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419161,37.74202],[-122.418801,37.74144]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.426,37.73156],[-122.423561,37.73152]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.424441,37.7312],[-122.423561,37.73152]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.423561,37.73152],[-122.41955,37.73203]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40963,37.73548],[-122.409681,37.73543]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41888,37.73213],[-122.41955,37.73203]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40808,37.73747],[-122.408781,37.73693]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408781,37.73693],[-122.40963,37.73548]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409681,37.73543],[-122.410751,37.73457]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410751,37.73457],[-122.41118,37.73433]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41118,37.73433],[-122.41238,37.73393]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41238,37.73393],[-122.41285,37.73368]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41285,37.73368],[-122.41341,37.7334]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41341,37.7334],[-122.41678,37.73213]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41678,37.73213],[-122.41888,37.73213]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4079,37.73755],[-122.40808,37.73747]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.411281,37.74133],[-122.41071,37.74154]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41518,37.74243],[-122.415761,37.7424]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415761,37.7424],[-122.41628,37.74223]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41628,37.74223],[-122.41678,37.74233]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41678,37.74233],[-122.41678,37.74293]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41678,37.74293],[-122.41615,37.74361]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41615,37.74361],[-122.41498,37.74413]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41498,37.74413],[-122.41248,37.74343]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41168,37.74353],[-122.41114,37.7433]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41114,37.7433],[-122.4097,37.7427]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4097,37.7427],[-122.40955,37.74272]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4097,37.7427],[-122.41008,37.74264]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41008,37.74264],[-122.410561,37.74256]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41071,37.74154],[-122.41018,37.74174]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410561,37.74256],[-122.41127,37.74245]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41127,37.74245],[-122.41208,37.74233]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41208,37.74233],[-122.41277,37.74233]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41277,37.74233],[-122.413441,37.74235]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.413441,37.74235],[-122.41397,37.74235]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41018,37.74174],[-122.409681,37.74193]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41397,37.74235],[-122.414611,37.74242]]}},
{"type":"Feature","properties":{"NAME":"Bernal Hts","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414611,37.74242],[-122.41518,37.74243]]}},
{"type":"Feature","properties":{"NAME":"Holly Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42054,37.73748],[-122.42038,37.73793]]}},
{"type":"Feature","properties":{"NAME":"Holly Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42038,37.73793],[-122.41918,37.73813]]}},
{"type":"Feature","properties":{"NAME":"Holly Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41918,37.73813],[-122.41858,37.73783]]}},
{"type":"Feature","properties":{"NAME":"Holly Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41858,37.73783],[-122.41877,37.73716]]}},
{"type":"Feature","properties":{"NAME":"Holly Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41877,37.73716],[-122.418981,37.73643]]}},
{"type":"Feature","properties":{"NAME":"Holly Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418981,37.73643],[-122.419981,37.73603]]}},
{"type":"Feature","properties":{"NAME":"Holly Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419981,37.73603],[-122.42088,37.73653]]}},
{"type":"Feature","properties":{"NAME":"Holly Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42088,37.73653],[-122.42067,37.73711]]}},
{"type":"Feature","properties":{"NAME":"Holly Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42067,37.73711],[-122.42054,37.73748]]}},
{"type":"Feature","properties":{"NAME":"Emmett","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41618,37.74743],[-122.41618,37.74703]]}},
{"type":"Feature","properties":{"NAME":"Lundys","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418181,37.74613],[-122.418281,37.74543]]}},
{"type":"Feature","properties":{"NAME":"Lundys","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41906,37.74383],[-122.42002,37.74247]]}},
{"type":"Feature","properties":{"NAME":"Lundys","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418281,37.74493],[-122.41906,37.74383]]}},
{"type":"Feature","properties":{"NAME":"Access","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41118,37.73433],[-122.41418,37.73263]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419881,37.74903],[-122.42048,37.74898]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42048,37.74898],[-122.42089,37.74895]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42089,37.74895],[-122.42138,37.74893]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42138,37.74893],[-122.422301,37.74887]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.422301,37.74887],[-122.42339,37.7488]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42339,37.7488],[-122.42465,37.74871]]}},
{"type":"Feature","properties":{"NAME":"27Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4216,37.74732],[-122.42223,37.74728]]}},
{"type":"Feature","properties":{"NAME":"27Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42223,37.74728],[-122.42448,37.74713]]}},
{"type":"Feature","properties":{"NAME":"28Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42217,37.74571],[-122.424281,37.74532]]}},
{"type":"Feature","properties":{"NAME":"29Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42092,37.74404],[-122.42217,37.74395]]}},
{"type":"Feature","properties":{"NAME":"29Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42238,37.74394],[-122.42412,37.74381]]}},
{"type":"Feature","properties":{"NAME":"29Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42217,37.74395],[-122.42238,37.74394]]}},
{"type":"Feature","properties":{"NAME":"30Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42218,37.74223],[-122.42307,37.74218]]}},
{"type":"Feature","properties":{"NAME":"30Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42307,37.74218],[-122.42394,37.74213]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41069,37.74951],[-122.410571,37.74828]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410571,37.74828],[-122.410581,37.74734]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410581,37.74734],[-122.410581,37.74683]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410581,37.74683],[-122.410581,37.74633]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410581,37.74633],[-122.41047,37.74554]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41047,37.74554],[-122.41043,37.74523]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41043,37.74523],[-122.41038,37.74485]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41038,37.74485],[-122.410301,37.74432]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410301,37.74432],[-122.41018,37.74343]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41018,37.74343],[-122.40988,37.7433]]}},
{"type":"Feature","properties":{"NAME":"Anderson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41518,37.74243],[-122.41528,37.74166]]}},
{"type":"Feature","properties":{"NAME":"Anderson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41528,37.74166],[-122.4153,37.7404]]}},
{"type":"Feature","properties":{"NAME":"Anderson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4153,37.7404],[-122.41538,37.73918]]}},
{"type":"Feature","properties":{"NAME":"Anderson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41538,37.73918],[-122.4153,37.73832]]}},
{"type":"Feature","properties":{"NAME":"Anderson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4153,37.73832],[-122.41518,37.73713]]}},
{"type":"Feature","properties":{"NAME":"Anderson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41518,37.73713],[-122.41528,37.73598]]}},
{"type":"Feature","properties":{"NAME":"Anderson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41528,37.73598],[-122.41536,37.7348]]}},
{"type":"Feature","properties":{"NAME":"Anderson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41536,37.7348],[-122.415681,37.73373]]}},
{"type":"Feature","properties":{"NAME":"Andover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416381,37.7417],[-122.416471,37.7405]]}},
{"type":"Feature","properties":{"NAME":"Andover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416471,37.7405],[-122.416481,37.73927]]}},
{"type":"Feature","properties":{"NAME":"Andover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416481,37.73927],[-122.416481,37.73823]]}},
{"type":"Feature","properties":{"NAME":"Andover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416481,37.73823],[-122.41653,37.73755]]}},
{"type":"Feature","properties":{"NAME":"Andover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41653,37.73755],[-122.41655,37.73725]]}},
{"type":"Feature","properties":{"NAME":"Andover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41655,37.73725],[-122.416571,37.73694]]}},
{"type":"Feature","properties":{"NAME":"Andover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416571,37.73694],[-122.41662,37.73634]]}},
{"type":"Feature","properties":{"NAME":"Andover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41662,37.73634],[-122.41664,37.73604]]}},
{"type":"Feature","properties":{"NAME":"Andover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41664,37.73604],[-122.41668,37.73543]]}},
{"type":"Feature","properties":{"NAME":"Andover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41668,37.73543],[-122.4167,37.73481]]}},
{"type":"Feature","properties":{"NAME":"Andover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4167,37.73481],[-122.41678,37.73383]]}},
{"type":"Feature","properties":{"NAME":"Andover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41678,37.73383],[-122.41678,37.73353]]}},
{"type":"Feature","properties":{"NAME":"Andover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416381,37.7417],[-122.41636,37.74193]]}},
{"type":"Feature","properties":{"NAME":"Aztec","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41511,37.74553],[-122.416751,37.74547]]}},
{"type":"Feature","properties":{"NAME":"Bache","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417281,37.73483],[-122.41735,37.73389]]}},
{"type":"Feature","properties":{"NAME":"Bache","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41735,37.73389],[-122.417381,37.73353]]}},
{"type":"Feature","properties":{"NAME":"Banks","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41279,37.74151],[-122.41288,37.74023]]}},
{"type":"Feature","properties":{"NAME":"Banks","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41288,37.74023],[-122.41275,37.73938]]}},
{"type":"Feature","properties":{"NAME":"Banks","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41275,37.73938],[-122.41258,37.73823]]}},
{"type":"Feature","properties":{"NAME":"Banks","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41258,37.73823],[-122.412641,37.73695]]}},
{"type":"Feature","properties":{"NAME":"Banks","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412641,37.73695],[-122.41278,37.73583]]}},
{"type":"Feature","properties":{"NAME":"Banks","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41278,37.73583],[-122.41292,37.73474]]}},
{"type":"Feature","properties":{"NAME":"Banks","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41292,37.73474],[-122.412981,37.73393]]}},
{"type":"Feature","properties":{"NAME":"Banks","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41278,37.74193],[-122.41277,37.74233]]}},
{"type":"Feature","properties":{"NAME":"Banks","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41278,37.74193],[-122.41279,37.74151]]}},
{"type":"Feature","properties":{"NAME":"Bartlett","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41929,37.74906],[-122.419171,37.74807]]}},
{"type":"Feature","properties":{"NAME":"Bennington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417741,37.74068],[-122.41806,37.73941]]}},
{"type":"Feature","properties":{"NAME":"Bennington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41806,37.73941],[-122.41768,37.73853]]}},
{"type":"Feature","properties":{"NAME":"Bennington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41768,37.73853],[-122.41779,37.73772]]}},
{"type":"Feature","properties":{"NAME":"Bennington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41779,37.73772],[-122.41788,37.73707]]}},
{"type":"Feature","properties":{"NAME":"Bessie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41518,37.74633],[-122.41428,37.74673]]}},
{"type":"Feature","properties":{"NAME":"Bessie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41428,37.74673],[-122.41367,37.74673]]}},
{"type":"Feature","properties":{"NAME":"Bocana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417281,37.74173],[-122.41793,37.74067]]}},
{"type":"Feature","properties":{"NAME":"Bocana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417281,37.74173],[-122.41691,37.74207]]}},
{"type":"Feature","properties":{"NAME":"Bocana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41793,37.74067],[-122.41867,37.73946]]}},
{"type":"Feature","properties":{"NAME":"Bocana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41867,37.73946],[-122.41882,37.73882]]}},
{"type":"Feature","properties":{"NAME":"Bocana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41882,37.73882],[-122.41918,37.73813]]}},
{"type":"Feature","properties":{"NAME":"Bonview","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415581,37.74493],[-122.416381,37.74383]]}},
{"type":"Feature","properties":{"NAME":"Bonview","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41788,37.74173],[-122.4185,37.74088]]}},
{"type":"Feature","properties":{"NAME":"Bonview","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4185,37.74088],[-122.41948,37.73953]]}},
{"type":"Feature","properties":{"NAME":"Bradford","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409941,37.736],[-122.40997,37.73581]]}},
{"type":"Feature","properties":{"NAME":"Bradford","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40948,37.74313],[-122.40955,37.74272]]}},
{"type":"Feature","properties":{"NAME":"Bradford","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409681,37.74133],[-122.40987,37.7398]]}},
{"type":"Feature","properties":{"NAME":"Bradford","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40955,37.74272],[-122.40962,37.74228]]}},
{"type":"Feature","properties":{"NAME":"Bradford","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40969,37.73978],[-122.409581,37.73893]]}},
{"type":"Feature","properties":{"NAME":"Bradford","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409581,37.73893],[-122.409581,37.73813]]}},
{"type":"Feature","properties":{"NAME":"Bradford","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409581,37.73813],[-122.4098,37.73692]]}},
{"type":"Feature","properties":{"NAME":"Bradford","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40982,37.73676],[-122.409941,37.736]]}},
{"type":"Feature","properties":{"NAME":"Bradford","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40962,37.74228],[-122.409681,37.74193]]}},
{"type":"Feature","properties":{"NAME":"Bradford","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409681,37.74193],[-122.409681,37.74161]]}},
{"type":"Feature","properties":{"NAME":"Brewster","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40668,37.7467],[-122.40678,37.74588]]}},
{"type":"Feature","properties":{"NAME":"Brewster","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40692,37.74535],[-122.40705,37.74485]]}},
{"type":"Feature","properties":{"NAME":"Brewster","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40705,37.74485],[-122.40719,37.74433]]}},
{"type":"Feature","properties":{"NAME":"Brewster","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40719,37.74433],[-122.40737,37.74363]]}},
{"type":"Feature","properties":{"NAME":"Brewster","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40737,37.74363],[-122.40748,37.74322]]}},
{"type":"Feature","properties":{"NAME":"Brewster","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40678,37.74588],[-122.40692,37.74535]]}},
{"type":"Feature","properties":{"NAME":"Bronte","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41027,37.73983],[-122.410221,37.73893]]}},
{"type":"Feature","properties":{"NAME":"Bronte","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41018,37.73815],[-122.41041,37.73693]]}},
{"type":"Feature","properties":{"NAME":"Bronte","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41041,37.73693],[-122.410561,37.73582]]}},
{"type":"Feature","properties":{"NAME":"Bronte","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410221,37.73893],[-122.41018,37.73815]]}},
{"type":"Feature","properties":{"NAME":"Brook","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4228,37.74064],[-122.42358,37.74063]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40892,37.74961],[-122.40871,37.74831]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40871,37.74831],[-122.40864,37.74791]]}},
{"type":"Feature","properties":{"NAME":"Capp","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417281,37.74913],[-122.41808,37.74813]]}},
{"type":"Feature","properties":{"NAME":"Carver","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41008,37.74264],[-122.41011,37.74232]]}},
{"type":"Feature","properties":{"NAME":"Carver","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41011,37.74232],[-122.41016,37.74193]]}},
{"type":"Feature","properties":{"NAME":"Carver","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41016,37.74193],[-122.41018,37.74174]]}},
{"type":"Feature","properties":{"NAME":"Carver","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41018,37.74174],[-122.41019,37.74133]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40608,37.74897],[-122.40651,37.74872]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.407881,37.74833],[-122.40871,37.74831]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40871,37.74831],[-122.409771,37.74829]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.409771,37.74829],[-122.410571,37.74828]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.410571,37.74828],[-122.41146,37.74826]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41146,37.74826],[-122.413791,37.74821]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.413791,37.74821],[-122.41484,37.74819]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41484,37.74819],[-122.41598,37.74817]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41598,37.74817],[-122.41808,37.74813]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41808,37.74813],[-122.419171,37.74807]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.419171,37.74807],[-122.42036,37.74801]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42036,37.74801],[-122.42147,37.74795]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42147,37.74795],[-122.42226,37.74791]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42226,37.74791],[-122.424551,37.74779]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40651,37.74872],[-122.407881,37.74833]]}},
{"type":"Feature","properties":{"NAME":"Chapman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41016,37.74193],[-122.410651,37.74193]]}},
{"type":"Feature","properties":{"NAME":"Chapman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410651,37.74193],[-122.41133,37.74194]]}},
{"type":"Feature","properties":{"NAME":"Chapman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41133,37.74194],[-122.41206,37.74196]]}},
{"type":"Feature","properties":{"NAME":"Chapman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41206,37.74196],[-122.41278,37.74193]]}},
{"type":"Feature","properties":{"NAME":"Chapman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41278,37.74193],[-122.41346,37.74198]]}},
{"type":"Feature","properties":{"NAME":"Coleridge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418181,37.74613],[-122.418461,37.74572]]}},
{"type":"Feature","properties":{"NAME":"Coleridge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419611,37.74404],[-122.420521,37.74273]]}},
{"type":"Feature","properties":{"NAME":"Coleridge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.420521,37.74273],[-122.42071,37.74244]]}},
{"type":"Feature","properties":{"NAME":"Coleridge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42071,37.74244],[-122.420861,37.74222]]}},
{"type":"Feature","properties":{"NAME":"Coleridge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418461,37.74572],[-122.41892,37.74505]]}},
{"type":"Feature","properties":{"NAME":"Coleridge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.420861,37.74222],[-122.42112,37.74184]]}},
{"type":"Feature","properties":{"NAME":"Coleridge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42112,37.74184],[-122.42142,37.74141]]}},
{"type":"Feature","properties":{"NAME":"Coleridge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42142,37.74141],[-122.421851,37.74078]]}},
{"type":"Feature","properties":{"NAME":"Coleridge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41892,37.74505],[-122.419611,37.74404]]}},
{"type":"Feature","properties":{"NAME":"Costa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40595,37.74457],[-122.40705,37.74485]]}},
{"type":"Feature","properties":{"NAME":"Day","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42273,37.74304],[-122.42403,37.74295]]}},
{"type":"Feature","properties":{"NAME":"Duncan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42031,37.74654],[-122.42178,37.74643]]}},
{"type":"Feature","properties":{"NAME":"Duncan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42218,37.7464],[-122.42438,37.74625]]}},
{"type":"Feature","properties":{"NAME":"Duncan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42178,37.74643],[-122.42218,37.7464]]}},
{"type":"Feature","properties":{"NAME":"Ellert","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41768,37.73853],[-122.416481,37.73823]]}},
{"type":"Feature","properties":{"NAME":"Ellert","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41768,37.73853],[-122.41882,37.73882]]}},
{"type":"Feature","properties":{"NAME":"Ellsworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414611,37.74242],[-122.41458,37.74163]]}},
{"type":"Feature","properties":{"NAME":"Ellsworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41458,37.74163],[-122.414681,37.74033]]}},
{"type":"Feature","properties":{"NAME":"Ellsworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414681,37.74033],[-122.414771,37.73913]]}},
{"type":"Feature","properties":{"NAME":"Ellsworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414771,37.73913],[-122.41439,37.73829]]}},
{"type":"Feature","properties":{"NAME":"Ellsworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41439,37.73829],[-122.414521,37.73708]]}},
{"type":"Feature","properties":{"NAME":"Ellsworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414521,37.73708],[-122.41458,37.73593]]}},
{"type":"Feature","properties":{"NAME":"Ellsworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41458,37.73593],[-122.41476,37.7348]]}},
{"type":"Feature","properties":{"NAME":"Ellsworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41476,37.7348],[-122.416121,37.73317]]}},
{"type":"Feature","properties":{"NAME":"Ellsworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416121,37.73317],[-122.41672,37.73309]]}},
{"type":"Feature","properties":{"NAME":"Ellsworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41672,37.73309],[-122.41731,37.73301]]}},
{"type":"Feature","properties":{"NAME":"Ellsworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41731,37.73301],[-122.418011,37.73291]]}},
{"type":"Feature","properties":{"NAME":"Ellsworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418011,37.73291],[-122.41888,37.73213]]}},
{"type":"Feature","properties":{"NAME":"Elsie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41624,37.74524],[-122.41758,37.74324]]}},
{"type":"Feature","properties":{"NAME":"Elsie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41758,37.74324],[-122.418801,37.74144]]}},
{"type":"Feature","properties":{"NAME":"Elsie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418801,37.74144],[-122.41904,37.74108]]}},
{"type":"Feature","properties":{"NAME":"Elsie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41904,37.74108],[-122.41991,37.73979]]}},
{"type":"Feature","properties":{"NAME":"Elsie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41973,37.73968],[-122.41984,37.73937]]}},
{"type":"Feature","properties":{"NAME":"Elsie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41984,37.73937],[-122.42038,37.73793]]}},
{"type":"Feature","properties":{"NAME":"Faith","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40608,37.74403],[-122.406911,37.74426]]}},
{"type":"Feature","properties":{"NAME":"Florida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4099,37.74956],[-122.409771,37.74829]]}},
{"type":"Feature","properties":{"NAME":"Florida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409771,37.74829],[-122.409681,37.74733]]}},
{"type":"Feature","properties":{"NAME":"Florida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409411,37.74748],[-122.40877,37.74657]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41387,37.74933],[-122.413791,37.74821]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.413791,37.74821],[-122.41372,37.74739]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41372,37.74739],[-122.41367,37.74673]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41367,37.74673],[-122.41355,37.74512]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41355,37.74512],[-122.41348,37.74413]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41348,37.74413],[-122.41248,37.74343]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41248,37.74343],[-122.41168,37.74353]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41346,37.74198],[-122.41348,37.74153]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41346,37.74198],[-122.413441,37.74235]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41348,37.74153],[-122.413531,37.74023]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.413531,37.74023],[-122.41358,37.73903]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41358,37.73903],[-122.41318,37.73825]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41318,37.73825],[-122.41328,37.73697]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41328,37.73697],[-122.41338,37.73586]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41338,37.73586],[-122.41348,37.73474]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41348,37.73474],[-122.41355,37.73407]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41355,37.73407],[-122.41358,37.73373]]}},
{"type":"Feature","properties":{"NAME":"Franconia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40837,37.7468],[-122.40814,37.74649]]}},
{"type":"Feature","properties":{"NAME":"Franconia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40814,37.74649],[-122.40784,37.74606]]}},
{"type":"Feature","properties":{"NAME":"Franconia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40784,37.74606],[-122.4075,37.7456]]}},
{"type":"Feature","properties":{"NAME":"Franconia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4075,37.7456],[-122.40738,37.74543]]}},
{"type":"Feature","properties":{"NAME":"Franconia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40738,37.74543],[-122.40758,37.74483]]}},
{"type":"Feature","properties":{"NAME":"Franconia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40758,37.74483],[-122.40772,37.74422]]}},
{"type":"Feature","properties":{"NAME":"Franconia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40772,37.74422],[-122.40794,37.7432]]}},
{"type":"Feature","properties":{"NAME":"Franconia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40794,37.7432],[-122.40817,37.74217]]}},
{"type":"Feature","properties":{"NAME":"Franconia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40817,37.74217],[-122.40838,37.74123]]}},
{"type":"Feature","properties":{"NAME":"Gates","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41397,37.74235],[-122.41399,37.74157]]}},
{"type":"Feature","properties":{"NAME":"Gates","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41399,37.74157],[-122.41401,37.74029]]}},
{"type":"Feature","properties":{"NAME":"Gates","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41401,37.74029],[-122.41436,37.7391]]}},
{"type":"Feature","properties":{"NAME":"Gates","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41436,37.7391],[-122.413791,37.73827]]}},
{"type":"Feature","properties":{"NAME":"Gates","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.413791,37.73827],[-122.41388,37.73703]]}},
{"type":"Feature","properties":{"NAME":"Gates","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41388,37.73703],[-122.41404,37.73589]]}},
{"type":"Feature","properties":{"NAME":"Gates","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41404,37.73589],[-122.414161,37.73474]]}},
{"type":"Feature","properties":{"NAME":"Gates","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414161,37.73474],[-122.41418,37.73413]]}},
{"type":"Feature","properties":{"NAME":"Gladys","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42211,37.74035],[-122.42318,37.73853]]}},
{"type":"Feature","properties":{"NAME":"Godeus","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421851,37.7427],[-122.42071,37.74244]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42217,37.74571],[-122.42216,37.74529]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.422301,37.74887],[-122.42226,37.74791]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42226,37.74791],[-122.42223,37.74728]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42223,37.74728],[-122.42218,37.7464]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42218,37.7464],[-122.42217,37.74571]]}},
{"type":"Feature","properties":{"NAME":"Hampshire","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40651,37.74872],[-122.40626,37.74774]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4116,37.74946],[-122.41146,37.74826]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41146,37.74826],[-122.41136,37.74736]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41168,37.74679],[-122.41155,37.74516]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41155,37.74516],[-122.41148,37.74423]]}},
{"type":"Feature","properties":{"NAME":"Joy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40684,37.74348],[-122.40737,37.74363]]}},
{"type":"Feature","properties":{"NAME":"Kingston","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42324,37.74166],[-122.42218,37.74173]]}},
{"type":"Feature","properties":{"NAME":"Kingston","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42218,37.74173],[-122.42142,37.74141]]}},
{"type":"Feature","properties":{"NAME":"Kingston","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42142,37.74141],[-122.42039,37.74099]]}},
{"type":"Feature","properties":{"NAME":"Leese","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42396,37.7374],[-122.42361,37.73663]]}},
{"type":"Feature","properties":{"NAME":"Leese","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.423111,37.73583],[-122.42269,37.73514]]}},
{"type":"Feature","properties":{"NAME":"Leese","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42361,37.73663],[-122.423111,37.73583]]}},
{"type":"Feature","properties":{"NAME":"Macedonia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40751,37.74624],[-122.40678,37.74588]]}},
{"type":"Feature","properties":{"NAME":"Manchester","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41422,37.74506],[-122.41418,37.74403]]}},
{"type":"Feature","properties":{"NAME":"Manchester","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41428,37.74673],[-122.41422,37.74506]]}},
{"type":"Feature","properties":{"NAME":"Massasoit","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40758,37.74483],[-122.408881,37.74503]]}},
{"type":"Feature","properties":{"NAME":"Mayflower","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41011,37.74232],[-122.40962,37.74228]]}},
{"type":"Feature","properties":{"NAME":"Mayflower","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40962,37.74228],[-122.409,37.74223]]}},
{"type":"Feature","properties":{"NAME":"Mayflower","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40758,37.74213],[-122.40718,37.74203]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.418181,37.74913],[-122.41808,37.74813]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41808,37.74813],[-122.41905,37.74673]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41905,37.74673],[-122.41947,37.74613]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41947,37.74613],[-122.41984,37.7456]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41984,37.7456],[-122.42008,37.74526]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42008,37.74526],[-122.42092,37.74404]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42092,37.74404],[-122.421491,37.74323]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.421491,37.74323],[-122.421851,37.7427]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.421851,37.7427],[-122.42218,37.74223]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42218,37.74223],[-122.42218,37.74173]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42218,37.74173],[-122.42255,37.74108]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42255,37.74108],[-122.4228,37.74064]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4228,37.74064],[-122.42327,37.73982]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42327,37.73982],[-122.423381,37.73963]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.423381,37.73963],[-122.42367,37.73885]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.423831,37.73823],[-122.42367,37.73885]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42396,37.7374],[-122.423831,37.73823]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42396,37.7374],[-122.42407,37.73663]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42407,37.73663],[-122.424181,37.73588]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.424281,37.73523],[-122.424181,37.73588]]}},
{"type":"Feature","properties":{"NAME":"Mojave","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410221,37.73893],[-122.409581,37.73893]]}},
{"type":"Feature","properties":{"NAME":"Mojave","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409581,37.73893],[-122.40901,37.73895]]}},
{"type":"Feature","properties":{"NAME":"Montcalm","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40587,37.74787],[-122.40598,37.74743]]}},
{"type":"Feature","properties":{"NAME":"Montcalm","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40668,37.7467],[-122.40751,37.74624]]}},
{"type":"Feature","properties":{"NAME":"Montcalm","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40751,37.74624],[-122.40784,37.74606]]}},
{"type":"Feature","properties":{"NAME":"Montcalm","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40784,37.74606],[-122.40897,37.74543]]}},
{"type":"Feature","properties":{"NAME":"Montcalm","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40904,37.74573],[-122.41047,37.74554]]}},
{"type":"Feature","properties":{"NAME":"Montcalm","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40598,37.74743],[-122.40615,37.74699]]}},
{"type":"Feature","properties":{"NAME":"Montcalm","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40615,37.74699],[-122.40668,37.7467]]}},
{"type":"Feature","properties":{"NAME":"Montezuma","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418181,37.74613],[-122.41515,37.74603]]}},
{"type":"Feature","properties":{"NAME":"Moultrie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41587,37.74168],[-122.415761,37.7424]]}},
{"type":"Feature","properties":{"NAME":"Moultrie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41587,37.74168],[-122.415771,37.74042]]}},
{"type":"Feature","properties":{"NAME":"Moultrie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415771,37.74042],[-122.41566,37.73921]]}},
{"type":"Feature","properties":{"NAME":"Moultrie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41566,37.73921],[-122.415581,37.73833]]}},
{"type":"Feature","properties":{"NAME":"Moultrie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415581,37.73833],[-122.41569,37.73716]]}},
{"type":"Feature","properties":{"NAME":"Moultrie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41569,37.73716],[-122.41589,37.736]]}},
{"type":"Feature","properties":{"NAME":"Moultrie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41589,37.736],[-122.41598,37.73483]]}},
{"type":"Feature","properties":{"NAME":"Moultrie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41598,37.73483],[-122.41615,37.73381]]}},
{"type":"Feature","properties":{"NAME":"Moultrie","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41615,37.73381],[-122.41618,37.73363]]}},
{"type":"Feature","properties":{"NAME":"Murray","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42238,37.73379],[-122.42188,37.73393]]}},
{"type":"Feature","properties":{"NAME":"Murray","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41999,37.73498],[-122.419981,37.73563]]}},
{"type":"Feature","properties":{"NAME":"Murray","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419981,37.73563],[-122.419981,37.73603]]}},
{"type":"Feature","properties":{"NAME":"Nebraska","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410481,37.74133],[-122.41069,37.73986]]}},
{"type":"Feature","properties":{"NAME":"Nevada","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41127,37.74245],[-122.41133,37.74194]]}},
{"type":"Feature","properties":{"NAME":"Nevada","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.411281,37.74133],[-122.41132,37.73992]]}},
{"type":"Feature","properties":{"NAME":"Nevada","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41132,37.73992],[-122.41137,37.73819]]}},
{"type":"Feature","properties":{"NAME":"Nevada","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41137,37.73819],[-122.41155,37.73694]]}},
{"type":"Feature","properties":{"NAME":"Nevada","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41155,37.73694],[-122.41168,37.73582]]}},
{"type":"Feature","properties":{"NAME":"Nevada","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41168,37.73582],[-122.41175,37.73471]]}},
{"type":"Feature","properties":{"NAME":"Nevada","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41133,37.74194],[-122.411281,37.74133]]}},
{"type":"Feature","properties":{"NAME":"Newman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41858,37.73783],[-122.41779,37.73772]]}},
{"type":"Feature","properties":{"NAME":"Newman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41779,37.73772],[-122.41653,37.73755]]}},
{"type":"Feature","properties":{"NAME":"Norwich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41043,37.74523],[-122.41155,37.74516]]}},
{"type":"Feature","properties":{"NAME":"Norwich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41155,37.74516],[-122.41198,37.74513]]}},
{"type":"Feature","properties":{"NAME":"Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42586,37.73674],[-122.42407,37.73663]]}},
{"type":"Feature","properties":{"NAME":"Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42361,37.73663],[-122.42088,37.73653]]}},
{"type":"Feature","properties":{"NAME":"Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418981,37.73643],[-122.41662,37.73634]]}},
{"type":"Feature","properties":{"NAME":"Park","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42407,37.73663],[-122.42361,37.73663]]}},
{"type":"Feature","properties":{"NAME":"Patton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42277,37.73837],[-122.42297,37.73731]]}},
{"type":"Feature","properties":{"NAME":"Porter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41797,37.73487],[-122.41804,37.73397]]}},
{"type":"Feature","properties":{"NAME":"Porter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41804,37.73397],[-122.41808,37.73343]]}},
{"type":"Feature","properties":{"NAME":"Prentiss","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41208,37.74233],[-122.41206,37.74196]]}},
{"type":"Feature","properties":{"NAME":"Prentiss","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41204,37.74146],[-122.41217,37.74025]]}},
{"type":"Feature","properties":{"NAME":"Prentiss","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41217,37.74025],[-122.41217,37.73964]]}},
{"type":"Feature","properties":{"NAME":"Prentiss","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41217,37.73964],[-122.41188,37.73821]]}},
{"type":"Feature","properties":{"NAME":"Prentiss","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41188,37.73821],[-122.41208,37.73693]]}},
{"type":"Feature","properties":{"NAME":"Prentiss","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41206,37.74196],[-122.41204,37.74146]]}},
{"type":"Feature","properties":{"NAME":"Prentiss","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41208,37.73693],[-122.41222,37.73581]]}},
{"type":"Feature","properties":{"NAME":"Prentiss","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41222,37.73581],[-122.412361,37.7347]]}},
{"type":"Feature","properties":{"NAME":"Prentiss","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412361,37.7347],[-122.41238,37.73393]]}},
{"type":"Feature","properties":{"NAME":"Putnam","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41107,37.7399],[-122.41077,37.73817]]}},
{"type":"Feature","properties":{"NAME":"Putnam","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41077,37.73817],[-122.41099,37.73693]]}},
{"type":"Feature","properties":{"NAME":"Putnam","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41099,37.73693],[-122.411111,37.73581]]}},
{"type":"Feature","properties":{"NAME":"Putnam","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.411111,37.73581],[-122.41118,37.73483]]}},
{"type":"Feature","properties":{"NAME":"Randall","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42327,37.73982],[-122.4239,37.73978]]}},
{"type":"Feature","properties":{"NAME":"Ripley","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41348,37.74413],[-122.412371,37.74419]]}},
{"type":"Feature","properties":{"NAME":"Ripley","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412371,37.74419],[-122.41148,37.74423]]}},
{"type":"Feature","properties":{"NAME":"Ripley","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41148,37.74423],[-122.410301,37.74432]]}},
{"type":"Feature","properties":{"NAME":"Ripley","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410301,37.74432],[-122.40891,37.74443]]}},
{"type":"Feature","properties":{"NAME":"Ripley","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41418,37.74403],[-122.41348,37.74413]]}},
{"type":"Feature","properties":{"NAME":"Roscoe","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41858,37.7349],[-122.41869,37.73404]]}},
{"type":"Feature","properties":{"NAME":"Roscoe","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41869,37.73404],[-122.41878,37.73333]]}},
{"type":"Feature","properties":{"NAME":"Rosenkranz","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410561,37.74256],[-122.410651,37.74193]]}},
{"type":"Feature","properties":{"NAME":"Rosenkranz","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410651,37.74193],[-122.41071,37.74154]]}},
{"type":"Feature","properties":{"NAME":"Rosenkranz","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41071,37.74154],[-122.410741,37.74133]]}},
{"type":"Feature","properties":{"NAME":"Rutledge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40692,37.74535],[-122.40738,37.74543]]}},
{"type":"Feature","properties":{"NAME":"Rutledge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.406181,37.74523],[-122.40692,37.74535]]}},
{"type":"Feature","properties":{"NAME":"Rutledge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4075,37.7456],[-122.408881,37.74503]]}},
{"type":"Feature","properties":{"NAME":"Rutledge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408881,37.74503],[-122.41038,37.74485]]}},
{"type":"Feature","properties":{"NAME":"Samoset","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40772,37.74422],[-122.40891,37.74443]]}},
{"type":"Feature","properties":{"NAME":"Santa Marina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4228,37.74064],[-122.42211,37.74035]]}},
{"type":"Feature","properties":{"NAME":"Santa Marina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42117,37.73994],[-122.41984,37.73937]]}},
{"type":"Feature","properties":{"NAME":"Santa Marina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42211,37.74035],[-122.42117,37.73994]]}},
{"type":"Feature","properties":{"NAME":"Shotwell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41492,37.74927],[-122.41484,37.74819]]}},
{"type":"Feature","properties":{"NAME":"Shotwell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41484,37.74819],[-122.414771,37.74741]]}},
{"type":"Feature","properties":{"NAME":"Shotwell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41518,37.74633],[-122.41515,37.74603]]}},
{"type":"Feature","properties":{"NAME":"Shotwell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41515,37.74603],[-122.41511,37.74553]]}},
{"type":"Feature","properties":{"NAME":"Shotwell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41511,37.74553],[-122.41506,37.74498]]}},
{"type":"Feature","properties":{"NAME":"Shotwell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41506,37.74498],[-122.41498,37.74413]]}},
{"type":"Feature","properties":{"NAME":"Stoneman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41355,37.74512],[-122.41422,37.74506]]}},
{"type":"Feature","properties":{"NAME":"Stoneman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41422,37.74506],[-122.41506,37.74498]]}},
{"type":"Feature","properties":{"NAME":"Stoneman","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41506,37.74498],[-122.415581,37.74493]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42048,37.74898],[-122.42036,37.74801]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42036,37.74801],[-122.42022,37.74667]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42022,37.74667],[-122.42008,37.74526]]}},
{"type":"Feature","properties":{"NAME":"Valley","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42238,37.74483],[-122.42421,37.74469]]}},
{"type":"Feature","properties":{"NAME":"Waltham","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41018,37.74343],[-122.41109,37.7434]]}},
{"type":"Feature","properties":{"NAME":"Winfield","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416751,37.74547],[-122.41815,37.74347]]}},
{"type":"Feature","properties":{"NAME":"Winfield","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41815,37.74347],[-122.419161,37.74202]]}},
{"type":"Feature","properties":{"NAME":"Winfield","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419161,37.74202],[-122.41966,37.74131]]}},
{"type":"Feature","properties":{"NAME":"Winfield","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41966,37.74131],[-122.42047,37.74014]]}},
{"type":"Feature","properties":{"NAME":"Wool","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41707,37.74172],[-122.417201,37.7406]]}},
{"type":"Feature","properties":{"NAME":"Wool","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417201,37.7406],[-122.41735,37.73935]]}},
{"type":"Feature","properties":{"NAME":"Wright","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.405281,37.74733],[-122.40598,37.74743]]}},
{"type":"Feature","properties":{"NAME":"York","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408,37.74967],[-122.407881,37.74833]]}},
{"type":"Feature","properties":{"NAME":"York","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.407881,37.74833],[-122.40748,37.74733]]}},
{"type":"Feature","properties":{"NAME":"York","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.407,37.74749],[-122.40615,37.74699]]}},
{"type":"Feature","properties":{"NAME":"York","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40615,37.74699],[-122.405461,37.74658]]}},
{"type":"Feature","properties":{"NAME":"Agnon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42192,37.73509],[-122.42278,37.73423]]}},
{"type":"Feature","properties":{"NAME":"College","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.427761,37.73463],[-122.42708,37.73523]]}},
{"type":"Feature","properties":{"NAME":"College","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42708,37.73523],[-122.424281,37.73523]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.424281,37.73523],[-122.42269,37.73514]]}},
{"type":"Feature","properties":{"NAME":"Crescent","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42269,37.73514],[-122.42192,37.73509]]}},
{"type":"Feature","properties":{"NAME":"Justin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42238,37.73379],[-122.42188,37.73323]]}},
{"type":"Feature","properties":{"NAME":"Justin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42188,37.73323],[-122.423381,37.73203]]}},
{"type":"Feature","properties":{"NAME":"Justin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.423381,37.73203],[-122.42528,37.73193]]}},
{"type":"Feature","properties":{"NAME":"Justin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42528,37.73193],[-122.426,37.73156]]}},
{"type":"Feature","properties":{"NAME":"Justin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.426,37.73156],[-122.42608,37.73134]]}},
{"type":"Feature","properties":{"NAME":"Justin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42278,37.73423],[-122.42238,37.73379]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42358,37.74063],[-122.423731,37.74022]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4239,37.73978],[-122.42441,37.73832]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42441,37.73832],[-122.42495,37.73748]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42495,37.73748],[-122.42586,37.73674]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42586,37.73674],[-122.42661,37.73615]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42661,37.73615],[-122.42778,37.73523]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42778,37.73523],[-122.42834,37.73495]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.423731,37.74022],[-122.4239,37.73978]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42465,37.74871],[-122.424551,37.74779]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.424551,37.74779],[-122.42448,37.74713]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42448,37.74713],[-122.42438,37.74625]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42438,37.74625],[-122.424281,37.74532]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.424281,37.74532],[-122.42421,37.74469]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42421,37.74469],[-122.42412,37.74381]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42412,37.74381],[-122.42403,37.74295]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42403,37.74295],[-122.42394,37.74213]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42394,37.74213],[-122.423731,37.74022]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40441,37.74767],[-122.404301,37.74797]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40692,37.73545],[-122.407081,37.73573]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.407081,37.73573],[-122.40712,37.7358]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40712,37.7358],[-122.40748,37.73643]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40748,37.73643],[-122.4079,37.73755]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.4079,37.73755],[-122.40828,37.73913]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40828,37.73913],[-122.408241,37.7397]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.408241,37.7397],[-122.40718,37.74203]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40718,37.74203],[-122.40581,37.74408]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40581,37.74408],[-122.40558,37.74443]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40558,37.74443],[-122.40525,37.74504]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40525,37.74504],[-122.40498,37.74553]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40498,37.74553],[-122.40441,37.74767]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.404301,37.74797],[-122.40418,37.74853]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40418,37.74853],[-122.40388,37.74943]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40728,37.73533],[-122.40692,37.73545]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40763,37.76578],[-122.40838,37.76574]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40838,37.76574],[-122.41054,37.76563]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41054,37.76563],[-122.41148,37.76558]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41148,37.76558],[-122.41241,37.76554]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41241,37.76554],[-122.413081,37.7655]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.413081,37.7655],[-122.4153,37.76539]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4153,37.76539],[-122.416481,37.76533]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.416481,37.76533],[-122.41751,37.76523]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41751,37.76523],[-122.418551,37.76514]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.418551,37.76514],[-122.419711,37.76509]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.419711,37.76509],[-122.42048,37.76506]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42048,37.76506],[-122.42088,37.76504]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42088,37.76504],[-122.42118,37.76503]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42118,37.76503],[-122.42134,37.76502]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42134,37.76502],[-122.42189,37.76499]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42189,37.76499],[-122.42278,37.76493]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42278,37.76493],[-122.423021,37.76489]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.423021,37.76489],[-122.42388,37.76483]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42388,37.76483],[-122.424281,37.76483]]}},
{"type":"Feature","properties":{"NAME":"16Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.424281,37.76483],[-122.426151,37.76472]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40508,37.76468],[-122.40552,37.76466]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40552,37.76466],[-122.40648,37.7646]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40648,37.7646],[-122.40751,37.76454]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42218,37.74993],[-122.42236,37.74993]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40456,37.74946],[-122.40425,37.74969]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40365,37.75027],[-122.40378,37.75024]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40423,37.74986],[-122.40463,37.74969]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40378,37.75024],[-122.404031,37.75001]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40463,37.74969],[-122.4056,37.74978]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40354,37.75053],[-122.40378,37.75024]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40463,37.74969],[-122.40419,37.75006]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40419,37.75006],[-122.40378,37.75024]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.40425,37.74969],[-122.404031,37.75001]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.404851,37.74872],[-122.404761,37.7494]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.404031,37.75001],[-122.40423,37.74986]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.404761,37.7494],[-122.40463,37.74969]]}},
{"type":"Feature","properties":{"NAME":"Clarion","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41951,37.7631],[-122.421761,37.76293]]}},
{"type":"Feature","properties":{"NAME":"Orange","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42018,37.75243],[-122.42027,37.7522]]}},
{"type":"Feature","properties":{"NAME":"Orange","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42008,37.75055],[-122.419881,37.74903]]}},
{"type":"Feature","properties":{"NAME":"Orange","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42027,37.7522],[-122.42008,37.75055]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.406721,37.75672],[-122.40666,37.75622]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40666,37.75622],[-122.40649,37.75452]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40649,37.75452],[-122.40647,37.75433]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40647,37.75433],[-122.40634,37.75297]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40634,37.75297],[-122.40621,37.75174]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40621,37.75174],[-122.406181,37.75143]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.406181,37.75143],[-122.4056,37.74978]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4056,37.74978],[-122.405281,37.74923]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.405281,37.74923],[-122.40515,37.74907]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40751,37.76454],[-122.40738,37.76327]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40738,37.76327],[-122.40724,37.76195]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40724,37.76195],[-122.40712,37.76071]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40712,37.76071],[-122.406981,37.75932]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.406981,37.75932],[-122.40683,37.75783]]}},
{"type":"Feature","properties":{"NAME":"Potrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40683,37.75783],[-122.406721,37.75672]]}},
{"type":"Feature","properties":{"NAME":"San Bruno","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.404481,37.75439],[-122.40443,37.75308]]}},
{"type":"Feature","properties":{"NAME":"San Bruno","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40443,37.75308],[-122.40438,37.75186]]}},
{"type":"Feature","properties":{"NAME":"San Bruno","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40438,37.75186],[-122.40424,37.75061]]}},
{"type":"Feature","properties":{"NAME":"San Bruno","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40552,37.76466],[-122.405381,37.76343]]}},
{"type":"Feature","properties":{"NAME":"San Bruno","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40478,37.75743],[-122.404671,37.75688]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421581,37.75533],[-122.42163,37.75452]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42169,37.75365],[-122.42174,37.75284]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42174,37.75284],[-122.42178,37.75213]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42178,37.75213],[-122.42165,37.75044]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42165,37.75044],[-122.421581,37.74993]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421581,37.74993],[-122.42138,37.74893]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42163,37.75452],[-122.42169,37.75365]]}},
{"type":"Feature","properties":{"NAME":"Treat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.413251,37.75416],[-122.41313,37.75261]]}},
{"type":"Feature","properties":{"NAME":"Treat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41313,37.75261],[-122.413,37.751]]}},
{"type":"Feature","properties":{"NAME":"Treat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.413,37.751],[-122.41288,37.74938]]}},
{"type":"Feature","properties":{"NAME":"Treat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.413081,37.7655],[-122.4134,37.76442]]}},
{"type":"Feature","properties":{"NAME":"Treat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4134,37.76442],[-122.41359,37.76379]]}},
{"type":"Feature","properties":{"NAME":"Treat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41359,37.76379],[-122.41388,37.76217]]}},
{"type":"Feature","properties":{"NAME":"Treat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41388,37.76217],[-122.41376,37.76057]]}},
{"type":"Feature","properties":{"NAME":"Treat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41376,37.76057],[-122.41369,37.75973]]}},
{"type":"Feature","properties":{"NAME":"Treat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41369,37.75973],[-122.41363,37.75896]]}},
{"type":"Feature","properties":{"NAME":"Treat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41363,37.75896],[-122.41351,37.75741]]}},
{"type":"Feature","properties":{"NAME":"Treat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41351,37.75741],[-122.41338,37.75573]]}},
{"type":"Feature","properties":{"NAME":"Treat","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41338,37.75573],[-122.413251,37.75416]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4168,37.75721],[-122.416651,37.75557]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.416651,37.75557],[-122.41651,37.75399]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41651,37.75399],[-122.41637,37.75243]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41637,37.75243],[-122.416221,37.7508]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.416221,37.7508],[-122.41607,37.7492]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41751,37.76523],[-122.417381,37.76359]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.417381,37.76359],[-122.41723,37.76193]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41723,37.76193],[-122.41708,37.76034]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41708,37.76034],[-122.41694,37.75877]]}},
{"type":"Feature","properties":{"NAME":"Van Ness","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41694,37.75877],[-122.4168,37.75721]]}},
{"type":"Feature","properties":{"NAME":"Gaiser","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.423,37.76449],[-122.423821,37.76444]]}},
{"type":"Feature","properties":{"NAME":"Cunningham","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42146,37.75933],[-122.42198,37.75929]]}},
{"type":"Feature","properties":{"NAME":"Rondel","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42118,37.76503],[-122.42108,37.76393]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40751,37.76454],[-122.40848,37.76449]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40848,37.76449],[-122.409501,37.76443]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409501,37.76443],[-122.410391,37.76438]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410391,37.76438],[-122.41136,37.76432]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41136,37.76432],[-122.4123,37.76426]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4123,37.76426],[-122.41292,37.76423]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41287,37.76383],[-122.41359,37.76379]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41359,37.76379],[-122.41519,37.76371]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41519,37.76371],[-122.41627,37.76365]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41627,37.76365],[-122.417381,37.76359]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417381,37.76359],[-122.41843,37.76354]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41843,37.76354],[-122.41959,37.76348]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41959,37.76348],[-122.42048,37.76343]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42048,37.76343],[-122.421041,37.76339]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421041,37.76339],[-122.42178,37.76333]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42178,37.76333],[-122.42288,37.76323]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42288,37.76323],[-122.423741,37.76317]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.423741,37.76317],[-122.4246,37.7631]]}},
{"type":"Feature","properties":{"NAME":"17Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4246,37.7631],[-122.42604,37.76303]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.406281,37.76203],[-122.40724,37.76195]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40724,37.76195],[-122.40827,37.76187]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40827,37.76187],[-122.40906,37.76181]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40906,37.76181],[-122.41007,37.76173]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41007,37.76173],[-122.41109,37.76165]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41109,37.76165],[-122.41207,37.76157]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41207,37.76157],[-122.41258,37.76153]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41267,37.76225],[-122.41388,37.76217]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41388,37.76217],[-122.415,37.76209]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415,37.76209],[-122.41607,37.76201]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41607,37.76201],[-122.41723,37.76193]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41723,37.76193],[-122.41829,37.76186]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41829,37.76186],[-122.41938,37.76178]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41938,37.76178],[-122.42018,37.76173]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42018,37.76173],[-122.42102,37.76169]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42102,37.76169],[-122.421681,37.76163]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421681,37.76163],[-122.4221,37.76161]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4221,37.76161],[-122.42227,37.76159]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42227,37.76159],[-122.4227,37.76156]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4227,37.76156],[-122.4235,37.76153]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4235,37.76153],[-122.4246,37.76145]]}},
{"type":"Feature","properties":{"NAME":"18Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4246,37.76145],[-122.42594,37.76139]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40678,37.76073],[-122.40712,37.76071]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40712,37.76071],[-122.408151,37.76063]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408151,37.76063],[-122.408961,37.76058]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408961,37.76058],[-122.40992,37.76051]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40992,37.76051],[-122.41097,37.76044]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41097,37.76044],[-122.41169,37.76039]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41169,37.76039],[-122.41197,37.76037]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41197,37.76037],[-122.41284,37.76031]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41288,37.76063],[-122.41376,37.76057]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41376,37.76057],[-122.41482,37.76049]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41482,37.76049],[-122.41588,37.76042]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41588,37.76042],[-122.41708,37.76034]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41708,37.76034],[-122.41817,37.76026]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41817,37.76026],[-122.41922,37.76019]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41922,37.76019],[-122.42005,37.76013]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42005,37.76013],[-122.42073,37.76015]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42073,37.76015],[-122.42157,37.7601]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42157,37.7601],[-122.422031,37.76006]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42256,37.76001],[-122.422031,37.76006]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42256,37.76001],[-122.42333,37.75992]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42333,37.75992],[-122.42448,37.75988]]}},
{"type":"Feature","properties":{"NAME":"19Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42448,37.75988],[-122.42578,37.75983]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.406981,37.75932],[-122.408,37.75927]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.408,37.75927],[-122.40884,37.75922]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40884,37.75922],[-122.409761,37.75917]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.409761,37.75917],[-122.410841,37.75911]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.410841,37.75911],[-122.411561,37.75907]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.411561,37.75907],[-122.41269,37.75901]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41269,37.75901],[-122.41363,37.75896]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41363,37.75896],[-122.41464,37.7589]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41464,37.7589],[-122.415681,37.75884]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.415681,37.75884],[-122.41694,37.75877]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41694,37.75877],[-122.41804,37.75871]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41804,37.75871],[-122.419081,37.75866]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.419081,37.75866],[-122.41992,37.75861]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41992,37.75861],[-122.42058,37.75857]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42058,37.75857],[-122.42138,37.75853]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42138,37.75853],[-122.42234,37.75842]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42234,37.75842],[-122.42316,37.75833]]}},
{"type":"Feature","properties":{"NAME":"20Th","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42316,37.75833],[-122.42563,37.75818]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41069,37.75759],[-122.41142,37.75754]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40683,37.75783],[-122.40785,37.75776]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40785,37.75776],[-122.408701,37.75771]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408701,37.75771],[-122.409581,37.75766]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409581,37.75766],[-122.41069,37.75759]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41142,37.75754],[-122.41252,37.75747]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41252,37.75747],[-122.41351,37.75741]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41351,37.75741],[-122.41446,37.75735]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41446,37.75735],[-122.41556,37.75729]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41556,37.75729],[-122.4168,37.75721]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4168,37.75721],[-122.417921,37.75714]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417921,37.75714],[-122.41893,37.75708]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41893,37.75708],[-122.41978,37.75702]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41978,37.75702],[-122.42008,37.75701]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42008,37.75701],[-122.42048,37.75698]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42048,37.75698],[-122.42125,37.75693]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42125,37.75693],[-122.42299,37.75681]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42299,37.75681],[-122.42361,37.75676]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42361,37.75676],[-122.424181,37.75673]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.424181,37.75673],[-122.42479,37.75669]]}},
{"type":"Feature","properties":{"NAME":"21St","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42479,37.75669],[-122.42548,37.75663]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40398,37.75693],[-122.404671,37.75688]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.404671,37.75688],[-122.406721,37.75672]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40666,37.75622],[-122.40768,37.75615]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40768,37.75615],[-122.40856,37.75608]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40856,37.75608],[-122.40948,37.75602]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40948,37.75602],[-122.41053,37.75594]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41053,37.75594],[-122.41127,37.75589]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41127,37.75589],[-122.41233,37.75581]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41233,37.75581],[-122.41338,37.75573]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41338,37.75573],[-122.41428,37.75569]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41428,37.75569],[-122.41543,37.75563]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41543,37.75563],[-122.416651,37.75557]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416651,37.75557],[-122.41779,37.75552]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41779,37.75552],[-122.41877,37.75547]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41877,37.75547],[-122.419981,37.75541]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419981,37.75541],[-122.42112,37.75535]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42112,37.75535],[-122.421581,37.75533]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421581,37.75533],[-122.42289,37.75521]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42289,37.75521],[-122.423551,37.75517]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.423551,37.75517],[-122.42408,37.75513]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42408,37.75513],[-122.424631,37.7551]]}},
{"type":"Feature","properties":{"NAME":"22Nd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.424631,37.7551],[-122.4253,37.75503]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40308,37.75443],[-122.40363,37.75441]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40363,37.75441],[-122.404481,37.75439]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.404481,37.75439],[-122.40548,37.75436]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40548,37.75436],[-122.40647,37.75433]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40649,37.75452],[-122.40751,37.75447]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40751,37.75447],[-122.40841,37.75442]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40841,37.75442],[-122.40938,37.75437]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40938,37.75437],[-122.41037,37.75432]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41037,37.75432],[-122.41112,37.75428]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41112,37.75428],[-122.41215,37.75422]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41215,37.75422],[-122.413251,37.75416]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.413251,37.75416],[-122.414331,37.75411]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414331,37.75411],[-122.4153,37.75406]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4153,37.75406],[-122.41651,37.75399]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41651,37.75399],[-122.41766,37.75393]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41766,37.75393],[-122.41868,37.75388]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41868,37.75388],[-122.41985,37.75382]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41985,37.75382],[-122.42098,37.75373]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42098,37.75373],[-122.42169,37.75365]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42169,37.75365],[-122.42269,37.75353]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42269,37.75353],[-122.423291,37.7535]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.423291,37.7535],[-122.42379,37.75346]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42379,37.75346],[-122.42438,37.75343]]}},
{"type":"Feature","properties":{"NAME":"23Rd","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42438,37.75343],[-122.42512,37.7534]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40345,37.75313],[-122.40443,37.75308]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40443,37.75308],[-122.405371,37.75303]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.405371,37.75303],[-122.40634,37.75297]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40634,37.75297],[-122.407341,37.75292]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.407341,37.75292],[-122.40828,37.75287]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40828,37.75287],[-122.40928,37.75282]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40928,37.75282],[-122.410221,37.75276]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410221,37.75276],[-122.41098,37.75272]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41098,37.75272],[-122.41197,37.75267]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41197,37.75267],[-122.41248,37.75264]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41248,37.75264],[-122.41313,37.75261]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41313,37.75261],[-122.41369,37.75258]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41369,37.75258],[-122.41438,37.75254]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41438,37.75254],[-122.41518,37.7525]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41518,37.7525],[-122.41637,37.75243]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41637,37.75243],[-122.41697,37.75238]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41697,37.75238],[-122.41753,37.75232]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41753,37.75232],[-122.41798,37.75227]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41798,37.75227],[-122.41858,37.75223]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41858,37.75223],[-122.419081,37.75223]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419081,37.75223],[-122.41978,37.75221]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41978,37.75221],[-122.42027,37.7522]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42027,37.7522],[-122.420871,37.75219]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.420871,37.75219],[-122.42138,37.75217]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42138,37.75217],[-122.42178,37.75213]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42178,37.75213],[-122.4225,37.75212]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4225,37.75212],[-122.42361,37.75197]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42361,37.75197],[-122.42421,37.75194]]}},
{"type":"Feature","properties":{"NAME":"24Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42421,37.75194],[-122.42498,37.75183]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40328,37.75193],[-122.40438,37.75186]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40438,37.75186],[-122.40526,37.7518]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40526,37.7518],[-122.40621,37.75174]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.406181,37.75143],[-122.40719,37.75137]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40719,37.75137],[-122.40814,37.75131]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40814,37.75131],[-122.40918,37.75124]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40918,37.75124],[-122.41006,37.75119]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41006,37.75119],[-122.410831,37.75114]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410831,37.75114],[-122.41179,37.75108]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41179,37.75108],[-122.412281,37.75105]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412281,37.75105],[-122.413,37.751]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.413,37.751],[-122.41348,37.75097]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41348,37.75097],[-122.41399,37.75094]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41399,37.75094],[-122.41438,37.75092]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41438,37.75092],[-122.415051,37.75088]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415051,37.75088],[-122.415681,37.75084]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415681,37.75084],[-122.416221,37.7508]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416221,37.7508],[-122.41679,37.75077]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41679,37.75077],[-122.41741,37.75073]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41741,37.75073],[-122.41786,37.75073]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41786,37.75073],[-122.418371,37.75068]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418371,37.75068],[-122.41897,37.75063]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41897,37.75063],[-122.41949,37.75061]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41949,37.75061],[-122.42008,37.75055]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42008,37.75055],[-122.420681,37.75053]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.420681,37.75053],[-122.42117,37.75049]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42117,37.75049],[-122.42165,37.75044]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42165,37.75044],[-122.42238,37.75043]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42238,37.75043],[-122.42358,37.75035]]}},
{"type":"Feature","properties":{"NAME":"25Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42358,37.75035],[-122.424811,37.75027]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40677,37.74974],[-122.408,37.74967]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408,37.74967],[-122.40892,37.74961]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40892,37.74961],[-122.4099,37.74956]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4099,37.74956],[-122.41069,37.74951]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41069,37.74951],[-122.4116,37.74946]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4116,37.74946],[-122.41288,37.74938]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41288,37.74938],[-122.41328,37.74936]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41328,37.74936],[-122.41387,37.74933]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41387,37.74933],[-122.41438,37.7493]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41438,37.7493],[-122.41492,37.74927]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41492,37.74927],[-122.41547,37.74923]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41547,37.74923],[-122.41607,37.7492]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41607,37.7492],[-122.416471,37.74918]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416471,37.74918],[-122.417281,37.74913]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417281,37.74913],[-122.41769,37.74917]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41769,37.74917],[-122.418181,37.74913]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418181,37.74913],[-122.41882,37.7491]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41882,37.7491],[-122.41929,37.74906]]}},
{"type":"Feature","properties":{"NAME":"26Th","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41929,37.74906],[-122.419881,37.74903]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41127,37.75589],[-122.41112,37.75428]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41112,37.75428],[-122.41098,37.75272]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41098,37.75272],[-122.410831,37.75114]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410831,37.75114],[-122.41069,37.74951]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41241,37.76554],[-122.4123,37.76426]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4123,37.76426],[-122.412181,37.76287]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412181,37.76287],[-122.41207,37.76157]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41207,37.76157],[-122.41197,37.76037]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41169,37.76039],[-122.411561,37.75907]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.411561,37.75907],[-122.41142,37.75754]]}},
{"type":"Feature","properties":{"NAME":"Alabama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41142,37.75754],[-122.41127,37.75589]]}},
{"type":"Feature","properties":{"NAME":"Albion","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.423021,37.76489],[-122.423,37.76449]]}},
{"type":"Feature","properties":{"NAME":"Albion","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.423,37.76449],[-122.42294,37.76399]]}},
{"type":"Feature","properties":{"NAME":"Albion","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42294,37.76399],[-122.42288,37.76323]]}},
{"type":"Feature","properties":{"NAME":"Alvarado","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42163,37.75452],[-122.42278,37.75433]]}},
{"type":"Feature","properties":{"NAME":"Ames","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42361,37.75676],[-122.423551,37.75517]]}},
{"type":"Feature","properties":{"NAME":"Ames","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.423551,37.75517],[-122.423291,37.7535]]}},
{"type":"Feature","properties":{"NAME":"Balmy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41248,37.75264],[-122.412281,37.75105]]}},
{"type":"Feature","properties":{"NAME":"Bartlett","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42008,37.75701],[-122.419981,37.75541]]}},
{"type":"Feature","properties":{"NAME":"Bartlett","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419981,37.75541],[-122.41985,37.75382]]}},
{"type":"Feature","properties":{"NAME":"Bartlett","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41985,37.75382],[-122.41978,37.75283]]}},
{"type":"Feature","properties":{"NAME":"Bartlett","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41978,37.75283],[-122.41978,37.75243]]}},
{"type":"Feature","properties":{"NAME":"Bartlett","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41978,37.75243],[-122.41978,37.75221]]}},
{"type":"Feature","properties":{"NAME":"Bartlett","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41978,37.75221],[-122.41949,37.75061]]}},
{"type":"Feature","properties":{"NAME":"Bartlett","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41949,37.75061],[-122.41929,37.74906]]}},
{"type":"Feature","properties":{"NAME":"Bird","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42218,37.76233],[-122.422581,37.76223]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41054,37.76563],[-122.410391,37.76438]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410391,37.76438],[-122.41023,37.76303]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41023,37.76303],[-122.41007,37.76173]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41007,37.76173],[-122.40992,37.76051]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40992,37.76051],[-122.409761,37.75917]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409761,37.75917],[-122.409681,37.75843]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409681,37.75843],[-122.409581,37.75766]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409581,37.75766],[-122.40948,37.75602]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40948,37.75602],[-122.40938,37.75437]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40938,37.75437],[-122.40928,37.75282]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40928,37.75282],[-122.40918,37.75124]]}},
{"type":"Feature","properties":{"NAME":"Bryant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40918,37.75124],[-122.40892,37.74961]]}},
{"type":"Feature","properties":{"NAME":"Camp","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42294,37.76399],[-122.42378,37.76393]]}},
{"type":"Feature","properties":{"NAME":"Capp","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41741,37.75073],[-122.417281,37.74913]]}},
{"type":"Feature","properties":{"NAME":"Capp","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.418551,37.76514],[-122.41843,37.76354]]}},
{"type":"Feature","properties":{"NAME":"Capp","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41843,37.76354],[-122.41829,37.76186]]}},
{"type":"Feature","properties":{"NAME":"Capp","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41829,37.76186],[-122.41817,37.76026]]}},
{"type":"Feature","properties":{"NAME":"Capp","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41817,37.76026],[-122.41804,37.75871]]}},
{"type":"Feature","properties":{"NAME":"Capp","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41804,37.75871],[-122.417921,37.75714]]}},
{"type":"Feature","properties":{"NAME":"Capp","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.417921,37.75714],[-122.41779,37.75552]]}},
{"type":"Feature","properties":{"NAME":"Capp","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41779,37.75552],[-122.41766,37.75393]]}},
{"type":"Feature","properties":{"NAME":"Capp","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41766,37.75393],[-122.41753,37.75232]]}},
{"type":"Feature","properties":{"NAME":"Capp","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41753,37.75232],[-122.41741,37.75073]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40456,37.74946],[-122.404761,37.7494]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.404041,37.74947],[-122.40428,37.74948]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.404761,37.7494],[-122.405281,37.74923]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40388,37.74943],[-122.404041,37.74947]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40428,37.74948],[-122.40456,37.74946]]}},
{"type":"Feature","properties":{"NAME":"Cesar Chavez","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.405281,37.74923],[-122.40608,37.74897]]}},
{"type":"Feature","properties":{"NAME":"Cumberland","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42325,37.75913],[-122.425711,37.75903]]}},
{"type":"Feature","properties":{"NAME":"Cypress","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41697,37.75238],[-122.41679,37.75077]]}},
{"type":"Feature","properties":{"NAME":"Cypress","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41679,37.75077],[-122.416471,37.74918]]}},
{"type":"Feature","properties":{"NAME":"Dearborn","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42288,37.76323],[-122.422581,37.76223]]}},
{"type":"Feature","properties":{"NAME":"Dearborn","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.422581,37.76223],[-122.42227,37.76159]]}},
{"type":"Feature","properties":{"NAME":"Dorland","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42358,37.76233],[-122.425981,37.76223]]}},
{"type":"Feature","properties":{"NAME":"Elizabeth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42174,37.75284],[-122.422581,37.75263]]}},
{"type":"Feature","properties":{"NAME":"Enterprise","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41528,37.76453],[-122.41408,37.76463]]}},
{"type":"Feature","properties":{"NAME":"Fair Oaks","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.424181,37.75673],[-122.42408,37.75513]]}},
{"type":"Feature","properties":{"NAME":"Fair Oaks","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42408,37.75513],[-122.42379,37.75346]]}},
{"type":"Feature","properties":{"NAME":"Fair Oaks","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42379,37.75346],[-122.42361,37.75197]]}},
{"type":"Feature","properties":{"NAME":"Fair Oaks","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42361,37.75197],[-122.42358,37.75035]]}},
{"type":"Feature","properties":{"NAME":"Fair Oaks","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42358,37.75035],[-122.42339,37.7488]]}},
{"type":"Feature","properties":{"NAME":"Florida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41053,37.75594],[-122.41037,37.75432]]}},
{"type":"Feature","properties":{"NAME":"Florida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41037,37.75432],[-122.410221,37.75276]]}},
{"type":"Feature","properties":{"NAME":"Florida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410221,37.75276],[-122.41006,37.75119]]}},
{"type":"Feature","properties":{"NAME":"Florida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41006,37.75119],[-122.4099,37.74956]]}},
{"type":"Feature","properties":{"NAME":"Florida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41148,37.76558],[-122.41136,37.76432]]}},
{"type":"Feature","properties":{"NAME":"Florida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41136,37.76432],[-122.41122,37.76295]]}},
{"type":"Feature","properties":{"NAME":"Florida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41122,37.76295],[-122.41109,37.76165]]}},
{"type":"Feature","properties":{"NAME":"Florida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41109,37.76165],[-122.41097,37.76044]]}},
{"type":"Feature","properties":{"NAME":"Florida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41097,37.76044],[-122.410841,37.75911]]}},
{"type":"Feature","properties":{"NAME":"Florida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410841,37.75911],[-122.410751,37.75819]]}},
{"type":"Feature","properties":{"NAME":"Florida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.410751,37.75819],[-122.41069,37.75759]]}},
{"type":"Feature","properties":{"NAME":"Florida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41069,37.75759],[-122.41053,37.75594]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4153,37.76539],[-122.41528,37.76453]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41528,37.76453],[-122.41519,37.76371]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41519,37.76371],[-122.415,37.76209]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415,37.76209],[-122.41482,37.76049]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41482,37.76049],[-122.41464,37.7589]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41464,37.7589],[-122.41446,37.75735]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41446,37.75735],[-122.41428,37.75569]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41428,37.75569],[-122.414331,37.75411]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.414331,37.75411],[-122.41438,37.75254]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41438,37.75254],[-122.41399,37.75094]]}},
{"type":"Feature","properties":{"NAME":"Folsom","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41399,37.75094],[-122.41387,37.74933]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42289,37.75521],[-122.42278,37.75433]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42278,37.75433],[-122.42269,37.75353]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42269,37.75353],[-122.422581,37.75263]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.422581,37.75263],[-122.4225,37.75212]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4225,37.75212],[-122.42238,37.75043]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42238,37.75043],[-122.42236,37.74993]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42236,37.74993],[-122.422301,37.74887]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42388,37.76483],[-122.423821,37.76444]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.423821,37.76444],[-122.42378,37.76393]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42378,37.76393],[-122.423741,37.76317]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.423741,37.76317],[-122.42358,37.76233]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42358,37.76233],[-122.4235,37.76153]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4235,37.76153],[-122.42333,37.75992]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42333,37.75992],[-122.42325,37.75913]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42325,37.75913],[-122.42316,37.75833]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42316,37.75833],[-122.42309,37.75761]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42309,37.75761],[-122.42299,37.75681]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42299,37.75681],[-122.42298,37.75593]]}},
{"type":"Feature","properties":{"NAME":"Guerrero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42298,37.75593],[-122.42289,37.75521]]}},
{"type":"Feature","properties":{"NAME":"Hampshire","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40768,37.75615],[-122.40751,37.75447]]}},
{"type":"Feature","properties":{"NAME":"Hampshire","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40751,37.75447],[-122.407341,37.75292]]}},
{"type":"Feature","properties":{"NAME":"Hampshire","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.407341,37.75292],[-122.40719,37.75137]]}},
{"type":"Feature","properties":{"NAME":"Hampshire","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40719,37.75137],[-122.40677,37.74974]]}},
{"type":"Feature","properties":{"NAME":"Hampshire","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40677,37.74974],[-122.40651,37.74872]]}},
{"type":"Feature","properties":{"NAME":"Hampshire","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40838,37.76574],[-122.40848,37.76449]]}},
{"type":"Feature","properties":{"NAME":"Hampshire","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40848,37.76449],[-122.40808,37.76321]]}},
{"type":"Feature","properties":{"NAME":"Hampshire","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40808,37.76321],[-122.40827,37.76187]]}},
{"type":"Feature","properties":{"NAME":"Hampshire","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40827,37.76187],[-122.408151,37.76063]]}},
{"type":"Feature","properties":{"NAME":"Hampshire","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408151,37.76063],[-122.408,37.75927]]}},
{"type":"Feature","properties":{"NAME":"Hampshire","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408,37.75927],[-122.40785,37.75776]]}},
{"type":"Feature","properties":{"NAME":"Hampshire","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40785,37.75776],[-122.40768,37.75615]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.413081,37.7655],[-122.41292,37.76423]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41292,37.76423],[-122.41287,37.76383]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41287,37.76383],[-122.41274,37.76283]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41274,37.76283],[-122.41267,37.76225]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41267,37.76225],[-122.41258,37.76153]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41258,37.76153],[-122.41288,37.76063]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41288,37.76063],[-122.41284,37.76031]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41284,37.76031],[-122.412801,37.75989]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.412801,37.75989],[-122.41269,37.75901]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41269,37.75901],[-122.41252,37.75747]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41252,37.75747],[-122.41233,37.75581]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41233,37.75581],[-122.41215,37.75422]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41215,37.75422],[-122.41197,37.75267]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41197,37.75267],[-122.41179,37.75108]]}},
{"type":"Feature","properties":{"NAME":"Harrison","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41179,37.75108],[-122.4116,37.74946]]}},
{"type":"Feature","properties":{"NAME":"Hill","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42119,37.75623],[-122.42298,37.75593]]}},
{"type":"Feature","properties":{"NAME":"Hoff","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42048,37.76506],[-122.42048,37.76343]]}},
{"type":"Feature","properties":{"NAME":"Horace","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41438,37.75092],[-122.41438,37.7493]]}},
{"type":"Feature","properties":{"NAME":"Juri","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421581,37.74993],[-122.42218,37.74993]]}},
{"type":"Feature","properties":{"NAME":"Lapidge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4221,37.76161],[-122.422031,37.76006]]}},
{"type":"Feature","properties":{"NAME":"Lexington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42111,37.76247],[-122.42102,37.76169]]}},
{"type":"Feature","properties":{"NAME":"Lexington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42102,37.76169],[-122.42073,37.76015]]}},
{"type":"Feature","properties":{"NAME":"Lexington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42073,37.76015],[-122.42058,37.75857]]}},
{"type":"Feature","properties":{"NAME":"Lexington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42058,37.75857],[-122.42048,37.75698]]}},
{"type":"Feature","properties":{"NAME":"Liberty","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421311,37.75773],[-122.42309,37.75761]]}},
{"type":"Feature","properties":{"NAME":"Liberty","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42309,37.75761],[-122.42556,37.75744]]}},
{"type":"Feature","properties":{"NAME":"Lilac","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41798,37.75227],[-122.41786,37.75073]]}},
{"type":"Feature","properties":{"NAME":"Lilac","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41786,37.75073],[-122.41769,37.74917]]}},
{"type":"Feature","properties":{"NAME":"Linda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4227,37.76156],[-122.42256,37.76001]]}},
{"type":"Feature","properties":{"NAME":"Linda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42256,37.76001],[-122.42246,37.75926]]}},
{"type":"Feature","properties":{"NAME":"Linda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42246,37.75926],[-122.42238,37.75873]]}},
{"type":"Feature","properties":{"NAME":"Lucky","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41369,37.75258],[-122.41348,37.75097]]}},
{"type":"Feature","properties":{"NAME":"Lucky","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41348,37.75097],[-122.41328,37.74936]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.405381,37.76343],[-122.40638,37.76335]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40638,37.76335],[-122.40738,37.76327]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40738,37.76327],[-122.40808,37.76321]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40808,37.76321],[-122.40918,37.76312]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40918,37.76312],[-122.41023,37.76303]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41023,37.76303],[-122.41122,37.76295]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41122,37.76295],[-122.412181,37.76287]]}},
{"type":"Feature","properties":{"NAME":"Mariposa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.412181,37.76287],[-122.41274,37.76283]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.419711,37.76509],[-122.41959,37.76348]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41959,37.76348],[-122.41951,37.7631]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41951,37.7631],[-122.41948,37.76263]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41948,37.76263],[-122.41938,37.76178]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41938,37.76178],[-122.41922,37.76019]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41922,37.76019],[-122.419081,37.75866]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.419081,37.75866],[-122.41893,37.75708]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41893,37.75708],[-122.41877,37.75547]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41877,37.75547],[-122.41868,37.75388]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41868,37.75388],[-122.41858,37.75223]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.41858,37.75223],[-122.418371,37.75068]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.418371,37.75068],[-122.418181,37.74913]]}},
{"type":"Feature","properties":{"NAME":"Mistral","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41369,37.75973],[-122.412801,37.75989]]}},
{"type":"Feature","properties":{"NAME":"Oakwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4246,37.76145],[-122.42448,37.75988]]}},
{"type":"Feature","properties":{"NAME":"Osage","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.419081,37.75223],[-122.41897,37.75063]]}},
{"type":"Feature","properties":{"NAME":"Osage","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41928,37.75283],[-122.419081,37.75223]]}},
{"type":"Feature","properties":{"NAME":"Osage","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41897,37.75063],[-122.41882,37.7491]]}},
{"type":"Feature","properties":{"NAME":"Poplar","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42138,37.75217],[-122.42117,37.75049]]}},
{"type":"Feature","properties":{"NAME":"Poplar","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42117,37.75049],[-122.42089,37.74895]]}},
{"type":"Feature","properties":{"NAME":"Quane","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42479,37.75669],[-122.424631,37.7551]]}},
{"type":"Feature","properties":{"NAME":"Quane","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.424631,37.7551],[-122.42438,37.75343]]}},
{"type":"Feature","properties":{"NAME":"Quane","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42438,37.75343],[-122.42421,37.75194]]}},
{"type":"Feature","properties":{"NAME":"San Carlos","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42028,37.76256],[-122.42018,37.76173]]}},
{"type":"Feature","properties":{"NAME":"San Carlos","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42018,37.76173],[-122.42005,37.76013]]}},
{"type":"Feature","properties":{"NAME":"San Carlos","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42005,37.76013],[-122.41992,37.75861]]}},
{"type":"Feature","properties":{"NAME":"San Carlos","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41992,37.75861],[-122.41978,37.75702]]}},
{"type":"Feature","properties":{"NAME":"Shotwell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41518,37.7525],[-122.415051,37.75088]]}},
{"type":"Feature","properties":{"NAME":"Shotwell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415051,37.75088],[-122.41492,37.74927]]}},
{"type":"Feature","properties":{"NAME":"Shotwell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.416481,37.76533],[-122.41627,37.76365]]}},
{"type":"Feature","properties":{"NAME":"Shotwell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41627,37.76365],[-122.41607,37.76201]]}},
{"type":"Feature","properties":{"NAME":"Shotwell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41607,37.76201],[-122.41588,37.76042]]}},
{"type":"Feature","properties":{"NAME":"Shotwell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41588,37.76042],[-122.415681,37.75884]]}},
{"type":"Feature","properties":{"NAME":"Shotwell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415681,37.75884],[-122.41556,37.75729]]}},
{"type":"Feature","properties":{"NAME":"Shotwell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41556,37.75729],[-122.41543,37.75563]]}},
{"type":"Feature","properties":{"NAME":"Shotwell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41543,37.75563],[-122.4153,37.75406]]}},
{"type":"Feature","properties":{"NAME":"Shotwell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4153,37.75406],[-122.41518,37.7525]]}},
{"type":"Feature","properties":{"NAME":"Sycamore","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.41948,37.76263],[-122.42028,37.76256]]}},
{"type":"Feature","properties":{"NAME":"Sycamore","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42028,37.76256],[-122.42111,37.76247]]}},
{"type":"Feature","properties":{"NAME":"Sycamore","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42111,37.76247],[-122.42173,37.76243]]}},
{"type":"Feature","properties":{"NAME":"Utah","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40548,37.75436],[-122.405371,37.75303]]}},
{"type":"Feature","properties":{"NAME":"Utah","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.405371,37.75303],[-122.40526,37.7518]]}},
{"type":"Feature","properties":{"NAME":"Utah","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40526,37.7518],[-122.40518,37.75093]]}},
{"type":"Feature","properties":{"NAME":"Utah","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40648,37.7646],[-122.40638,37.76335]]}},
{"type":"Feature","properties":{"NAME":"Utah","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40638,37.76335],[-122.406281,37.76203]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42125,37.75693],[-122.42119,37.75623]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42119,37.75623],[-122.42112,37.75535]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42112,37.75535],[-122.42098,37.75373]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42098,37.75373],[-122.420871,37.75219]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.420871,37.75219],[-122.420681,37.75053]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.420681,37.75053],[-122.42048,37.74898]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42189,37.76499],[-122.42178,37.76333]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42178,37.76333],[-122.421761,37.76293]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421761,37.76293],[-122.42173,37.76243]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42173,37.76243],[-122.421681,37.76163]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421681,37.76163],[-122.42157,37.7601]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42157,37.7601],[-122.42146,37.75933]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42146,37.75933],[-122.42138,37.75853]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42138,37.75853],[-122.421311,37.75773]]}},
{"type":"Feature","properties":{"NAME":"Valencia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421311,37.75773],[-122.42125,37.75693]]}},
{"type":"Feature","properties":{"NAME":"Vermont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40398,37.75693],[-122.40363,37.75441]]}},
{"type":"Feature","properties":{"NAME":"Vermont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40363,37.75441],[-122.40345,37.75313]]}},
{"type":"Feature","properties":{"NAME":"Vermont","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40345,37.75313],[-122.40328,37.75193]]}},
{"type":"Feature","properties":{"NAME":"Virgil","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.415681,37.75084],[-122.41547,37.74923]]}},
{"type":"Feature","properties":{"NAME":"York","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40856,37.75608],[-122.40841,37.75442]]}},
{"type":"Feature","properties":{"NAME":"York","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40841,37.75442],[-122.40828,37.75287]]}},
{"type":"Feature","properties":{"NAME":"York","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40828,37.75287],[-122.40814,37.75131]]}},
{"type":"Feature","properties":{"NAME":"York","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40814,37.75131],[-122.408,37.74967]]}},
{"type":"Feature","properties":{"NAME":"York","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.409501,37.76443],[-122.40918,37.76312]]}},
{"type":"Feature","properties":{"NAME":"York","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40918,37.76312],[-122.40906,37.76181]]}},
{"type":"Feature","properties":{"NAME":"York","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40906,37.76181],[-122.408961,37.76058]]}},
{"type":"Feature","properties":{"NAME":"York","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408961,37.76058],[-122.40884,37.75922]]}},
{"type":"Feature","properties":{"NAME":"York","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40884,37.75922],[-122.408701,37.75771]]}},
{"type":"Feature","properties":{"NAME":"York","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.408701,37.75771],[-122.40856,37.75608]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42458,37.76273],[-122.42602,37.76263]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42512,37.7534],[-122.42503,37.75257]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42503,37.75257],[-122.42498,37.75183]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42498,37.75183],[-122.42488,37.75093]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42488,37.75093],[-122.424811,37.75027]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.424811,37.75027],[-122.424721,37.74943]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.424721,37.74943],[-122.42465,37.74871]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.426151,37.76472],[-122.42608,37.76393]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42608,37.76393],[-122.42604,37.76303]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42604,37.76303],[-122.42602,37.76263]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42602,37.76263],[-122.425981,37.76223]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.425981,37.76223],[-122.42594,37.76139]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42594,37.76139],[-122.42578,37.75983]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42578,37.75983],[-122.425711,37.75903]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.425711,37.75903],[-122.42563,37.75818]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42563,37.75818],[-122.42556,37.75744]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42556,37.75744],[-122.42548,37.75663]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42548,37.75663],[-122.4253,37.75503]]}},
{"type":"Feature","properties":{"NAME":"Dolores","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4253,37.75503],[-122.42512,37.7534]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.402971,37.75182],[-122.40308,37.75443]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.403231,37.75107],[-122.402971,37.75182]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40388,37.74943],[-122.403231,37.75107]]}},
{"type":"Feature","properties":{"NAME":"101","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40308,37.75443],[-122.40488,37.75793]]}},
{"type":"Feature","properties":{"NAME":"James Lick","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40568,37.75933],[-122.40658,37.76073]]}},
{"type":"Feature","properties":{"NAME":"James Lick","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40658,37.76073],[-122.405551,37.76262]]}},
{"type":"Feature","properties":{"NAME":"James Lick","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.405551,37.76262],[-122.40518,37.76313]]}},
{"type":"Feature","properties":{"NAME":"James Lick","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.40518,37.76313],[-122.40508,37.76468]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39406,37.79503],[-122.3925,37.79369]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.396161,37.79375],[-122.39558,37.79383]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401891,37.79951],[-122.40191,37.79971]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39766,37.79895],[-122.39701,37.7982]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40228,37.80431],[-122.40298,37.80513]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40158,37.80351],[-122.40228,37.80431]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40298,37.80513],[-122.40348,37.80541]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40348,37.80541],[-122.40435,37.80591]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40435,37.80591],[-122.40572,37.80669]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39442,37.79534],[-122.39474,37.79557]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39474,37.79557],[-122.39522,37.79612]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39522,37.79612],[-122.39556,37.79652]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39556,37.79652],[-122.39701,37.7982]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39766,37.79895],[-122.39847,37.79989]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39847,37.79989],[-122.39926,37.80081]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39926,37.80081],[-122.39996,37.80163]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39996,37.80163],[-122.400731,37.80251]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.400731,37.80251],[-122.40158,37.80351]]}},
{"type":"Feature","properties":{"NAME":"The Embarcadero","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39406,37.79503],[-122.39442,37.79534]]}},
{"type":"Feature","properties":{"NAME":"Ice House","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40218,37.80138],[-122.402061,37.80051]]}},
{"type":"Feature","properties":{"NAME":"Stevens","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40158,37.79823],[-122.402071,37.79823]]}},
{"type":"Feature","properties":{"NAME":"Columbus","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4033,37.79587],[-122.40381,37.79622]]}},
{"type":"Feature","properties":{"NAME":"Columbus","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40381,37.79622],[-122.40408,37.79641]]}},
{"type":"Feature","properties":{"NAME":"Pacific","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.397311,37.79817],[-122.398481,37.79803]]}},
{"type":"Feature","properties":{"NAME":"Pacific","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.398481,37.79803],[-122.399651,37.79788]]}},
{"type":"Feature","properties":{"NAME":"Pacific","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.399651,37.79788],[-122.40078,37.79774]]}},
{"type":"Feature","properties":{"NAME":"Pacific","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40078,37.79774],[-122.40195,37.79759]]}},
{"type":"Feature","properties":{"NAME":"Davis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39829,37.79717],[-122.39818,37.79673]]}},
{"type":"Feature","properties":{"NAME":"Ils","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40381,37.79622],[-122.40418,37.79593]]}},
{"type":"Feature","properties":{"NAME":"Orian","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402061,37.80051],[-122.40201,37.80022]]}},
{"type":"Feature","properties":{"NAME":"Cowell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40168,37.79913],[-122.40178,37.79953]]}},
{"type":"Feature","properties":{"NAME":"Custom House","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401081,37.79581],[-122.40119,37.79679]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40141,37.80052],[-122.4015,37.80092]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4015,37.80092],[-122.401621,37.80144]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401621,37.80144],[-122.40185,37.80242]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40185,37.80242],[-122.402071,37.80342]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402071,37.80342],[-122.40228,37.80431]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40006,37.79417],[-122.40015,37.79462]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40015,37.79462],[-122.40023,37.79501]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40023,37.79501],[-122.40034,37.79554]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40034,37.79554],[-122.40041,37.7959]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40041,37.7959],[-122.40061,37.79687]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40061,37.79687],[-122.40078,37.79774]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40078,37.79774],[-122.40093,37.79838]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40093,37.79838],[-122.400981,37.79863]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.400981,37.79863],[-122.4012,37.79959]]}},
{"type":"Feature","properties":{"NAME":"Battery","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4012,37.79959],[-122.40141,37.80052]]}},
{"type":"Feature","properties":{"NAME":"Broadway","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39766,37.79895],[-122.39871,37.79885]]}},
{"type":"Feature","properties":{"NAME":"Broadway","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.399821,37.79874],[-122.400981,37.79863]]}},
{"type":"Feature","properties":{"NAME":"Broadway","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.400981,37.79863],[-122.40163,37.79857]]}},
{"type":"Feature","properties":{"NAME":"Broadway","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40163,37.79857],[-122.40212,37.79852]]}},
{"type":"Feature","properties":{"NAME":"Broadway","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39871,37.79885],[-122.399821,37.79874]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.396161,37.79375],[-122.39751,37.79358]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.39751,37.79358],[-122.398671,37.79342]]}},
{"type":"Feature","properties":{"NAME":"California","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.398671,37.79342],[-122.39987,37.79326]]}},
{"type":"Feature","properties":{"NAME":"Chestnut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40298,37.80513],[-122.40339,37.80507]]}},
{"type":"Feature","properties":{"NAME":"Chestnut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40339,37.80507],[-122.40516,37.80483]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39474,37.79557],[-122.396611,37.79549]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.396611,37.79549],[-122.39788,37.79532]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39788,37.79532],[-122.39909,37.79516]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39909,37.79516],[-122.40023,37.79501]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40023,37.79501],[-122.401431,37.79485]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401431,37.79485],[-122.40226,37.79474]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40226,37.79474],[-122.403061,37.79463]]}},
{"type":"Feature","properties":{"NAME":"Clay","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.403061,37.79463],[-122.4047,37.79441]]}},
{"type":"Feature","properties":{"NAME":"Commerce","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4003,37.80112],[-122.4015,37.80092]]}},
{"type":"Feature","properties":{"NAME":"Commercial","SPEED_MPH":10},"geometry":{"type":"LineString","coordinates":[[-122.39649,37.79504],[-122.39779,37.79489]]}},
{"type":"Feature","properties":{"NAME":"Commercial","SPEED_MPH":10},"geometry":{"type":"LineString","coordinates":[[-122.39779,37.79489],[-122.39899,37.79475]]}},
{"type":"Feature","properties":{"NAME":"Commercial","SPEED_MPH":10},"geometry":{"type":"LineString","coordinates":[[-122.39899,37.79475],[-122.40015,37.79462]]}},
{"type":"Feature","properties":{"NAME":"Commercial","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40015,37.79462],[-122.40136,37.79448]]}},
{"type":"Feature","properties":{"NAME":"Commercial","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40136,37.79448],[-122.4022,37.79438]]}},
{"type":"Feature","properties":{"NAME":"Commercial","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4022,37.79438],[-122.40299,37.79429]]}},
{"type":"Feature","properties":{"NAME":"Commercial","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40299,37.79429],[-122.40464,37.7941]]}},
{"type":"Feature","properties":{"NAME":"Davis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39829,37.79717],[-122.398481,37.79803]]}},
{"type":"Feature","properties":{"NAME":"Davis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39727,37.79249],[-122.39751,37.79358]]}},
{"type":"Feature","properties":{"NAME":"Davis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39751,37.79358],[-122.3977,37.79447]]}},
{"type":"Feature","properties":{"NAME":"Davis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3977,37.79447],[-122.39779,37.79489]]}},
{"type":"Feature","properties":{"NAME":"Davis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39779,37.79489],[-122.39788,37.79532]]}},
{"type":"Feature","properties":{"NAME":"Davis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.398481,37.79803],[-122.39871,37.79885]]}},
{"type":"Feature","properties":{"NAME":"Davis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39871,37.79885],[-122.39899,37.79983]]}},
{"type":"Feature","properties":{"NAME":"Davis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39899,37.79983],[-122.39926,37.80081]]}},
{"type":"Feature","properties":{"NAME":"Drumm","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39639,37.79464],[-122.39649,37.79504]]}},
{"type":"Feature","properties":{"NAME":"Drumm","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39649,37.79504],[-122.396611,37.79549]]}},
{"type":"Feature","properties":{"NAME":"Drumm","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.396611,37.79549],[-122.39667,37.79573]]}},
{"type":"Feature","properties":{"NAME":"Drumm","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39667,37.79573],[-122.39672,37.79594]]}},
{"type":"Feature","properties":{"NAME":"Drumm","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39672,37.79594],[-122.39683,37.79635]]}},
{"type":"Feature","properties":{"NAME":"Drumm","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39683,37.79635],[-122.39708,37.79733]]}},
{"type":"Feature","properties":{"NAME":"Drumm","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.396161,37.79375],[-122.39639,37.79464]]}},
{"type":"Feature","properties":{"NAME":"Drumm","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39608,37.79343],[-122.396161,37.79375]]}},
{"type":"Feature","properties":{"NAME":"Filbert","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.400731,37.80251],[-122.40185,37.80242]]}},
{"type":"Feature","properties":{"NAME":"Filbert","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40185,37.80242],[-122.402871,37.80231]]}},
{"type":"Feature","properties":{"NAME":"Front","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39826,37.79171],[-122.39842,37.79239]]}},
{"type":"Feature","properties":{"NAME":"Front","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40021,37.80068],[-122.4003,37.80112]]}},
{"type":"Feature","properties":{"NAME":"Front","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39842,37.79239],[-122.398671,37.79342]]}},
{"type":"Feature","properties":{"NAME":"Front","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4003,37.80112],[-122.40039,37.80158]]}},
{"type":"Feature","properties":{"NAME":"Front","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40039,37.80158],[-122.400731,37.80251]]}},
{"type":"Feature","properties":{"NAME":"Front","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.398671,37.79342],[-122.39877,37.79384]]}},
{"type":"Feature","properties":{"NAME":"Front","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39877,37.79384],[-122.39889,37.79432]]}},
{"type":"Feature","properties":{"NAME":"Front","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39889,37.79432],[-122.39899,37.79475]]}},
{"type":"Feature","properties":{"NAME":"Front","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39899,37.79475],[-122.39909,37.79516]]}},
{"type":"Feature","properties":{"NAME":"Front","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39948,37.79702],[-122.39942,37.79665]]}},
{"type":"Feature","properties":{"NAME":"Front","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39948,37.79702],[-122.399651,37.79788]]}},
{"type":"Feature","properties":{"NAME":"Front","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.399651,37.79788],[-122.399821,37.79874]]}},
{"type":"Feature","properties":{"NAME":"Front","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.399821,37.79874],[-122.40002,37.79972]]}},
{"type":"Feature","properties":{"NAME":"Front","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40002,37.79972],[-122.40021,37.80068]]}},
{"type":"Feature","properties":{"NAME":"Gibb","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40381,37.79622],[-122.404221,37.79614]]}},
{"type":"Feature","properties":{"NAME":"Gibb","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.404221,37.79614],[-122.40428,37.79613]]}},
{"type":"Feature","properties":{"NAME":"Green","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39926,37.80081],[-122.40021,37.80068]]}},
{"type":"Feature","properties":{"NAME":"Green","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40141,37.80052],[-122.402061,37.80051]]}},
{"type":"Feature","properties":{"NAME":"Green","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402061,37.80051],[-122.40248,37.80043]]}},
{"type":"Feature","properties":{"NAME":"Green","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40021,37.80068],[-122.40141,37.80052]]}},
{"type":"Feature","properties":{"NAME":"Greenwich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40158,37.80351],[-122.402071,37.80342]]}},
{"type":"Feature","properties":{"NAME":"Greenwich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.402071,37.80342],[-122.40307,37.80328]]}},
{"type":"Feature","properties":{"NAME":"Halleck","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39877,37.79384],[-122.39996,37.79369]]}},
{"type":"Feature","properties":{"NAME":"Hotaling","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40268,37.79561],[-122.40289,37.79657]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39708,37.79733],[-122.39829,37.79717]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39829,37.79717],[-122.39948,37.79702]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39948,37.79702],[-122.40061,37.79687]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40061,37.79687],[-122.40119,37.79679]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40119,37.79679],[-122.40178,37.79671]]}},
{"type":"Feature","properties":{"NAME":"Leidesdorff","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40212,37.7939],[-122.4022,37.79438]]}},
{"type":"Feature","properties":{"NAME":"Leidesdorff","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4022,37.79438],[-122.40226,37.79474]]}},
{"type":"Feature","properties":{"NAME":"Lombard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40228,37.80431],[-122.40326,37.80414]]}},
{"type":"Feature","properties":{"NAME":"Lombard","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40326,37.80414],[-122.40488,37.80393]]}},
{"type":"Feature","properties":{"NAME":"Merchant","SPEED_MPH":10},"geometry":{"type":"LineString","coordinates":[[-122.39522,37.79612],[-122.39672,37.79594]]}},
{"type":"Feature","properties":{"NAME":"Merchant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40034,37.79554],[-122.401521,37.79532]]}},
{"type":"Feature","properties":{"NAME":"Merchant","SPEED_MPH":10},"geometry":{"type":"LineString","coordinates":[[-122.401521,37.79532],[-122.40212,37.79525]]}},
{"type":"Feature","properties":{"NAME":"Merchant","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40316,37.79513],[-122.4048,37.79493]]}},
{"type":"Feature","properties":{"NAME":"Montgomery","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40488,37.80393],[-122.40516,37.80483]]}},
{"type":"Feature","properties":{"NAME":"Montgomery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4029,37.7938],[-122.40299,37.79429]]}},
{"type":"Feature","properties":{"NAME":"Montgomery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40299,37.79429],[-122.403061,37.79463]]}},
{"type":"Feature","properties":{"NAME":"Montgomery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.403061,37.79463],[-122.40316,37.79513]]}},
{"type":"Feature","properties":{"NAME":"Montgomery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40316,37.79513],[-122.403231,37.79554]]}},
{"type":"Feature","properties":{"NAME":"Montgomery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.403231,37.79554],[-122.4033,37.79587]]}},
{"type":"Feature","properties":{"NAME":"Montgomery","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4033,37.79587],[-122.40342,37.7965]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39727,37.79249],[-122.39842,37.79239]]}},
{"type":"Feature","properties":{"NAME":"Pine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39842,37.79239],[-122.39967,37.79223]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39406,37.79503],[-122.39639,37.79464]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39639,37.79464],[-122.3977,37.79447]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.3977,37.79447],[-122.39889,37.79432]]}},
{"type":"Feature","properties":{"NAME":"Sacramento","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39889,37.79432],[-122.40006,37.79417]]}},
{"type":"Feature","properties":{"NAME":"Sansome","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40307,37.80328],[-122.40326,37.80414]]}},
{"type":"Feature","properties":{"NAME":"Sansome","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40326,37.80414],[-122.40339,37.80507]]}},
{"type":"Feature","properties":{"NAME":"Sansome","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40339,37.80507],[-122.40348,37.80541]]}},
{"type":"Feature","properties":{"NAME":"Sansome","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40127,37.79401],[-122.40136,37.79448]]}},
{"type":"Feature","properties":{"NAME":"Sansome","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.40136,37.79448],[-122.401431,37.79485]]}},
{"type":"Feature","properties":{"NAME":"Sansome","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.401431,37.79485],[-122.401521,37.79532]]}},
{"type":"Feature","properties":{"NAME":"Sansome","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.401521,37.79532],[-122.4016,37.79575]]}},
{"type":"Feature","properties":{"NAME":"Sansome","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4016,37.79575],[-122.40178,37.79671]]}},
{"type":"Feature","properties":{"NAME":"Union","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39996,37.80163],[-122.40039,37.80158]]}},
{"type":"Feature","properties":{"NAME":"Union","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401621,37.80144],[-122.40218,37.80138]]}},
{"type":"Feature","properties":{"NAME":"Union","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40218,37.80138],[-122.40268,37.80133]]}},
{"type":"Feature","properties":{"NAME":"Union","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40039,37.80158],[-122.401621,37.80144]]}},
{"type":"Feature","properties":{"NAME":"Vallejo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39847,37.79989],[-122.39899,37.79983]]}},
{"type":"Feature","properties":{"NAME":"Vallejo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40002,37.79972],[-122.4012,37.79959]]}},
{"type":"Feature","properties":{"NAME":"Vallejo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4012,37.79959],[-122.40178,37.79953]]}},
{"type":"Feature","properties":{"NAME":"Vallejo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40178,37.79953],[-122.401891,37.79951]]}},
{"type":"Feature","properties":{"NAME":"Vallejo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401891,37.79951],[-122.4023,37.79944]]}},
{"type":"Feature","properties":{"NAME":"Vallejo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39899,37.79983],[-122.40002,37.79972]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.401081,37.79581],[-122.4016,37.79575]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4016,37.79575],[-122.40268,37.79561]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40268,37.79561],[-122.403231,37.79554]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.403231,37.79554],[-122.40488,37.79533]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39683,37.79635],[-122.39779,37.79623]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39779,37.79623],[-122.40041,37.7959]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.39556,37.79652],[-122.39683,37.79635]]}},
{"type":"Feature","properties":{"NAME":"Washington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40041,37.7959],[-122.401081,37.79581]]}},
{"type":"Feature","properties":{"NAME":"Chestnut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40516,37.80483],[-122.40588,37.80473]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40178,37.79671],[-122.40229,37.79665]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40229,37.79665],[-122.40289,37.79657]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40289,37.79657],[-122.40342,37.7965]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40342,37.7965],[-122.40408,37.79641]]}},
{"type":"Feature","properties":{"NAME":"Jackson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.40408,37.79641],[-122.40497,37.7963]]}},
{"type":"Feature","properties":{"NAME":"Saint Marys","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.427761,37.73463],[-122.42834,37.73495]]}},
{"type":"Feature","properties":{"NAME":"Admiral","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.430011,37.7299],[-122.43057,37.7303]]}},
{"type":"Feature","properties":{"NAME":"Admiral","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43057,37.7303],[-122.43088,37.73053]]}},
{"type":"Feature","properties":{"NAME":"Avalon","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43167,37.72724],[-122.43086,37.72686]]}},
{"type":"Feature","properties":{"NAME":"Avalon","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43086,37.72686],[-122.43012,37.72651]]}},
{"type":"Feature","properties":{"NAME":"Avalon","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43012,37.72651],[-122.42922,37.72609]]}},
{"type":"Feature","properties":{"NAME":"Avalon","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42922,37.72609],[-122.42854,37.72577]]}},
{"type":"Feature","properties":{"NAME":"Avalon","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42854,37.72577],[-122.42763,37.72534]]}},
{"type":"Feature","properties":{"NAME":"Avalon","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42763,37.72534],[-122.426861,37.72497]]}},
{"type":"Feature","properties":{"NAME":"Avalon","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.426861,37.72497],[-122.42609,37.72461]]}},
{"type":"Feature","properties":{"NAME":"Avalon","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42609,37.72461],[-122.42528,37.72423]]}},
{"type":"Feature","properties":{"NAME":"Avalon","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42528,37.72423],[-122.42408,37.72471]]}},
{"type":"Feature","properties":{"NAME":"Avalon","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42408,37.72471],[-122.423281,37.72503]]}},
{"type":"Feature","properties":{"NAME":"Benton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.426681,37.73203],[-122.42513,37.73272]]}},
{"type":"Feature","properties":{"NAME":"Benton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42513,37.73272],[-122.42358,37.73273]]}},
{"type":"Feature","properties":{"NAME":"Benton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42358,37.73273],[-122.42188,37.73323]]}},
{"type":"Feature","properties":{"NAME":"Brazil","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42681,37.72077],[-122.42601,37.72039]]}},
{"type":"Feature","properties":{"NAME":"Brazil","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42601,37.72039],[-122.42548,37.72013]]}},
{"type":"Feature","properties":{"NAME":"Brazil","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43151,37.72301],[-122.430811,37.72268]]}},
{"type":"Feature","properties":{"NAME":"Brazil","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.430811,37.72268],[-122.4299,37.72224]]}},
{"type":"Feature","properties":{"NAME":"Brazil","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4299,37.72224],[-122.42913,37.72188]]}},
{"type":"Feature","properties":{"NAME":"Brazil","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42913,37.72188],[-122.42836,37.72151]]}},
{"type":"Feature","properties":{"NAME":"Brazil","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42836,37.72151],[-122.427591,37.72114]]}},
{"type":"Feature","properties":{"NAME":"Brazil","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.427591,37.72114],[-122.42681,37.72077]]}},
{"type":"Feature","properties":{"NAME":"Camellia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43057,37.7303],[-122.4316,37.7296]]}},
{"type":"Feature","properties":{"NAME":"Castle Manor","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43078,37.72913],[-122.4316,37.7296]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42918,37.73143],[-122.42967,37.7313]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42967,37.7313],[-122.430371,37.73112]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.430371,37.73112],[-122.4313,37.73088]]}},
{"type":"Feature","properties":{"NAME":"College","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.424281,37.73523],[-122.42404,37.73436]]}},
{"type":"Feature","properties":{"NAME":"College","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42404,37.73436],[-122.42377,37.7334]]}},
{"type":"Feature","properties":{"NAME":"College","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42377,37.7334],[-122.42358,37.73273]]}},
{"type":"Feature","properties":{"NAME":"College","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42358,37.73273],[-122.423381,37.73203]]}},
{"type":"Feature","properties":{"NAME":"Excelsior","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42569,37.72232],[-122.42488,37.72193]]}},
{"type":"Feature","properties":{"NAME":"Excelsior","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.431971,37.72538],[-122.43122,37.72502]]}},
{"type":"Feature","properties":{"NAME":"Excelsior","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43122,37.72502],[-122.43034,37.72459]]}},
{"type":"Feature","properties":{"NAME":"Excelsior","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43034,37.72459],[-122.429651,37.72425]]}},
{"type":"Feature","properties":{"NAME":"Excelsior","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.429651,37.72425],[-122.428741,37.72381]]}},
{"type":"Feature","properties":{"NAME":"Excelsior","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.428741,37.72381],[-122.42798,37.72344]]}},
{"type":"Feature","properties":{"NAME":"Excelsior","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42798,37.72344],[-122.427221,37.72307]]}},
{"type":"Feature","properties":{"NAME":"Excelsior","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.427221,37.72307],[-122.42644,37.72269]]}},
{"type":"Feature","properties":{"NAME":"Excelsior","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42644,37.72269],[-122.42569,37.72232]]}},
{"type":"Feature","properties":{"NAME":"France","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.431791,37.71679],[-122.4311,37.71647]]}},
{"type":"Feature","properties":{"NAME":"France","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4311,37.71647],[-122.43058,37.71623]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43209,37.71243],[-122.42958,37.71213]]}},
{"type":"Feature","properties":{"NAME":"La Grande","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42408,37.72471],[-122.42408,37.72401]]}},
{"type":"Feature","properties":{"NAME":"La Grande","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42408,37.72401],[-122.42408,37.72383]]}},
{"type":"Feature","properties":{"NAME":"La Grande","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42408,37.72383],[-122.42408,37.72343]]}},
{"type":"Feature","properties":{"NAME":"Persia","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42799,37.71913],[-122.427221,37.71874]]}},
{"type":"Feature","properties":{"NAME":"Persia","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.427221,37.71874],[-122.42655,37.71841]]}},
{"type":"Feature","properties":{"NAME":"Persia","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.431971,37.7211],[-122.431071,37.72065]]}},
{"type":"Feature","properties":{"NAME":"Persia","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.431071,37.72065],[-122.43031,37.72027]]}},
{"type":"Feature","properties":{"NAME":"Persia","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43031,37.72027],[-122.42953,37.71989]]}},
{"type":"Feature","properties":{"NAME":"Persia","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42953,37.71989],[-122.4288,37.71953]]}},
{"type":"Feature","properties":{"NAME":"Persia","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4288,37.71953],[-122.42799,37.71913]]}},
{"type":"Feature","properties":{"NAME":"Peru","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.429,37.72804],[-122.42809,37.72761]]}},
{"type":"Feature","properties":{"NAME":"Peru","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42809,37.72761],[-122.427411,37.7273]]}},
{"type":"Feature","properties":{"NAME":"Peru","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.427411,37.7273],[-122.42649,37.72688]]}},
{"type":"Feature","properties":{"NAME":"Peru","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42649,37.72688],[-122.42573,37.72652]]}},
{"type":"Feature","properties":{"NAME":"Peru","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42573,37.72652],[-122.42494,37.72616]]}},
{"type":"Feature","properties":{"NAME":"Russia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.429101,37.71759],[-122.42833,37.71722]]}},
{"type":"Feature","properties":{"NAME":"Russia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42833,37.71722],[-122.42763,37.71689]]}},
{"type":"Feature","properties":{"NAME":"Russia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42763,37.71689],[-122.42707,37.71663]]}},
{"type":"Feature","properties":{"NAME":"Russia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43145,37.71871],[-122.43067,37.71834]]}},
{"type":"Feature","properties":{"NAME":"Russia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43067,37.71834],[-122.42995,37.718]]}},
{"type":"Feature","properties":{"NAME":"Russia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42995,37.718],[-122.429101,37.71759]]}},
{"type":"Feature","properties":{"NAME":"Saint Marys","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.426061,37.73372],[-122.42737,37.73443]]}},
{"type":"Feature","properties":{"NAME":"Saint Marys","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42737,37.73443],[-122.427761,37.73463]]}},
{"type":"Feature","properties":{"NAME":"Silver","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43128,37.72863],[-122.42878,37.72833]]}},
{"type":"Feature","properties":{"NAME":"Silver","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42878,37.72833],[-122.42819,37.72837]]}},
{"type":"Feature","properties":{"NAME":"Silver","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42819,37.72837],[-122.42749,37.72842]]}},
{"type":"Feature","properties":{"NAME":"Silver","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42749,37.72842],[-122.42655,37.72848]]}},
{"type":"Feature","properties":{"NAME":"Silver","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42655,37.72848],[-122.425981,37.72851]]}},
{"type":"Feature","properties":{"NAME":"Silver","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.425981,37.72851],[-122.425261,37.72856]]}},
{"type":"Feature","properties":{"NAME":"Silver","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.425261,37.72856],[-122.424181,37.72863]]}},
{"type":"Feature","properties":{"NAME":"Silver","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.424181,37.72863],[-122.42379,37.72866]]}},
{"type":"Feature","properties":{"NAME":"Stoneybrook","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42178,37.73082],[-122.42228,37.72953]]}},
{"type":"Feature","properties":{"NAME":"Stoneybrook","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42228,37.72953],[-122.42247,37.7292]]}},
{"type":"Feature","properties":{"NAME":"Stoneyford","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4207,37.73107],[-122.421231,37.72929]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.425521,37.73096],[-122.424441,37.7312]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42828,37.73123],[-122.429471,37.73091]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.429471,37.73091],[-122.43088,37.73053]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43088,37.73053],[-122.431161,37.7304]]}},
{"type":"Feature","properties":{"NAME":"Hill","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43006,37.70868],[-122.43088,37.70823]]}},
{"type":"Feature","properties":{"NAME":"Hill","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4313,37.71058],[-122.430721,37.70991]]}},
{"type":"Feature","properties":{"NAME":"Hill","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.430721,37.70991],[-122.43032,37.70945]]}},
{"type":"Feature","properties":{"NAME":"Hill","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43032,37.70945],[-122.42978,37.70883]]}},
{"type":"Feature","properties":{"NAME":"Hill","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42978,37.70883],[-122.43006,37.70868]]}},
{"type":"Feature","properties":{"NAME":"Hill","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43178,37.71113],[-122.4313,37.71058]]}},
{"type":"Feature","properties":{"NAME":"Ina","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42408,37.72401],[-122.42569,37.72232]]}},
{"type":"Feature","properties":{"NAME":"Canyon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.429101,37.70883],[-122.42978,37.70883]]}},
{"type":"Feature","properties":{"NAME":"Canyon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43006,37.70868],[-122.43218,37.70823]]}},
{"type":"Feature","properties":{"NAME":"Gladstone","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42247,37.7292],[-122.42228,37.72923]]}},
{"type":"Feature","properties":{"NAME":"Gladstone","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421231,37.72929],[-122.42228,37.72923]]}},
{"type":"Feature","properties":{"NAME":"Gladstone","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42288,37.72913],[-122.42247,37.7292]]}},
{"type":"Feature","properties":{"NAME":"Gladstone","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42048,37.72933],[-122.421231,37.72929]]}},
{"type":"Feature","properties":{"NAME":"Gladstone","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42361,37.72931],[-122.42288,37.72913]]}},
{"type":"Feature","properties":{"NAME":"Justin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42404,37.73436],[-122.42278,37.73423]]}},
{"type":"Feature","properties":{"NAME":"Robinson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42895,37.70972],[-122.429101,37.70883]]}},
{"type":"Feature","properties":{"NAME":"Robinson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.429101,37.70883],[-122.42918,37.70833]]}},
{"type":"Feature","properties":{"NAME":"Toyon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43032,37.70945],[-122.431261,37.70957]]}},
{"type":"Feature","properties":{"NAME":"Access 1","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.421581,37.73133],[-122.425521,37.73096]]}},
{"type":"Feature","properties":{"NAME":"Access 1","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.425521,37.73096],[-122.42608,37.731]]}},
{"type":"Feature","properties":{"NAME":"Access 1","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42608,37.731],[-122.42828,37.73123]]}},
{"type":"Feature","properties":{"NAME":"Athens","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42354,37.72809],[-122.42494,37.72616]]}},
{"type":"Feature","properties":{"NAME":"Athens","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42494,37.72616],[-122.42568,37.72513]]}},
{"type":"Feature","properties":{"NAME":"Athens","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42609,37.72461],[-122.427221,37.72307]]}},
{"type":"Feature","properties":{"NAME":"Athens","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.427221,37.72307],[-122.42836,37.72151]]}},
{"type":"Feature","properties":{"NAME":"Athens","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42836,37.72151],[-122.42953,37.71989]]}},
{"type":"Feature","properties":{"NAME":"Athens","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42953,37.71989],[-122.43067,37.71834]]}},
{"type":"Feature","properties":{"NAME":"Athens","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43067,37.71834],[-122.431791,37.71679]]}},
{"type":"Feature","properties":{"NAME":"Bosworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42628,37.73353],[-122.42745,37.7334]]}},
{"type":"Feature","properties":{"NAME":"Bosworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42745,37.7334],[-122.42852,37.73329]]}},
{"type":"Feature","properties":{"NAME":"Bosworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42852,37.73329],[-122.42932,37.7332]]}},
{"type":"Feature","properties":{"NAME":"Bosworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42932,37.7332],[-122.43024,37.73311]]}},
{"type":"Feature","properties":{"NAME":"Bosworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43024,37.73311],[-122.431081,37.73302]]}},
{"type":"Feature","properties":{"NAME":"Bosworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.431081,37.73302],[-122.431881,37.73293]]}},
{"type":"Feature","properties":{"NAME":"Congdon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42608,37.73134],[-122.42608,37.731]]}},
{"type":"Feature","properties":{"NAME":"Congdon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42608,37.73058],[-122.42608,37.73003]]}},
{"type":"Feature","properties":{"NAME":"Congdon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42608,37.73003],[-122.42603,37.72934]]}},
{"type":"Feature","properties":{"NAME":"Congdon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42603,37.72934],[-122.425981,37.72851]]}},
{"type":"Feature","properties":{"NAME":"Congdon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42608,37.731],[-122.42608,37.73058]]}},
{"type":"Feature","properties":{"NAME":"Craut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42828,37.73055],[-122.42825,37.72996]]}},
{"type":"Feature","properties":{"NAME":"Craut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42825,37.72996],[-122.428221,37.72913]]}},
{"type":"Feature","properties":{"NAME":"Craut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.428221,37.72913],[-122.42819,37.72837]]}},
{"type":"Feature","properties":{"NAME":"Cuvier","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4286,37.73482],[-122.42852,37.73329]]}},
{"type":"Feature","properties":{"NAME":"Cuvier","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42852,37.73329],[-122.428481,37.73243]]}},
{"type":"Feature","properties":{"NAME":"Dublin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42655,37.71841],[-122.42763,37.71689]]}},
{"type":"Feature","properties":{"NAME":"Dublin","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42763,37.71689],[-122.428391,37.71582]]}},
{"type":"Feature","properties":{"NAME":"Edinburgh","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42655,37.72848],[-122.427411,37.7273]]}},
{"type":"Feature","properties":{"NAME":"Edinburgh","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.427411,37.7273],[-122.42854,37.72577]]}},
{"type":"Feature","properties":{"NAME":"Edinburgh","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42854,37.72577],[-122.429651,37.72425]]}},
{"type":"Feature","properties":{"NAME":"Edinburgh","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.429651,37.72425],[-122.430811,37.72268]]}},
{"type":"Feature","properties":{"NAME":"Edinburgh","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.430811,37.72268],[-122.431971,37.7211]]}},
{"type":"Feature","properties":{"NAME":"Lisbon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42878,37.72833],[-122.429,37.72804]]}},
{"type":"Feature","properties":{"NAME":"Lisbon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43012,37.72651],[-122.43122,37.72502]]}},
{"type":"Feature","properties":{"NAME":"Lisbon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.429,37.72804],[-122.43012,37.72651]]}},
{"type":"Feature","properties":{"NAME":"Lyell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4313,37.73088],[-122.431161,37.7304]]}},
{"type":"Feature","properties":{"NAME":"Lyell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43154,37.73174],[-122.43146,37.73144]]}},
{"type":"Feature","properties":{"NAME":"Lyell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43146,37.73144],[-122.4313,37.73088]]}},
{"type":"Feature","properties":{"NAME":"Madrid","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42749,37.72842],[-122.42809,37.72761]]}},
{"type":"Feature","properties":{"NAME":"Madrid","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42809,37.72761],[-122.42922,37.72609]]}},
{"type":"Feature","properties":{"NAME":"Madrid","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42922,37.72609],[-122.43034,37.72459]]}},
{"type":"Feature","properties":{"NAME":"Madrid","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43034,37.72459],[-122.43151,37.72301]]}},
{"type":"Feature","properties":{"NAME":"Mansfield","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42408,37.72383],[-122.42366,37.72355]]}},
{"type":"Feature","properties":{"NAME":"Marsilly","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42737,37.73443],[-122.42745,37.7334]]}},
{"type":"Feature","properties":{"NAME":"Marsilly","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42745,37.7334],[-122.42748,37.73293]]}},
{"type":"Feature","properties":{"NAME":"Maynard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43078,37.72913],[-122.428221,37.72913]]}},
{"type":"Feature","properties":{"NAME":"Maynard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.428221,37.72913],[-122.42603,37.72934]]}},
{"type":"Feature","properties":{"NAME":"Maynard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42603,37.72934],[-122.42361,37.72931]]}},
{"type":"Feature","properties":{"NAME":"Maynard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42271,37.72977],[-122.42361,37.72931]]}},
{"type":"Feature","properties":{"NAME":"Maynard","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42271,37.72977],[-122.42246,37.73073]]}},
{"type":"Feature","properties":{"NAME":"Milton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4296,37.73432],[-122.42932,37.7332]]}},
{"type":"Feature","properties":{"NAME":"Milton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42932,37.7332],[-122.42908,37.73223]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.424281,37.73523],[-122.42555,37.73415]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42555,37.73415],[-122.426061,37.73372]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.426061,37.73372],[-122.42628,37.73353]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42628,37.73353],[-122.42724,37.73267]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42724,37.73267],[-122.42828,37.73173]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42828,37.73173],[-122.42828,37.73123]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42828,37.73123],[-122.429381,37.73053]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.429381,37.73053],[-122.430011,37.7299]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.430011,37.7299],[-122.43078,37.72913]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43078,37.72913],[-122.43128,37.72863]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43128,37.72863],[-122.43178,37.72813]]}},
{"type":"Feature","properties":{"NAME":"Moscow","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42528,37.72423],[-122.42644,37.72269]]}},
{"type":"Feature","properties":{"NAME":"Moscow","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42644,37.72269],[-122.427591,37.72114]]}},
{"type":"Feature","properties":{"NAME":"Moscow","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.427591,37.72114],[-122.4288,37.71953]]}},
{"type":"Feature","properties":{"NAME":"Moscow","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4288,37.71953],[-122.42995,37.718]]}},
{"type":"Feature","properties":{"NAME":"Moscow","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42995,37.718],[-122.4311,37.71647]]}},
{"type":"Feature","properties":{"NAME":"Munich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42569,37.72232],[-122.42681,37.72077]]}},
{"type":"Feature","properties":{"NAME":"Munich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42681,37.72077],[-122.42799,37.71913]]}},
{"type":"Feature","properties":{"NAME":"Munich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42799,37.71913],[-122.429101,37.71759]]}},
{"type":"Feature","properties":{"NAME":"Munich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.429101,37.71759],[-122.43014,37.71615]]}},
{"type":"Feature","properties":{"NAME":"Murray","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42628,37.73353],[-122.424991,37.73346]]}},
{"type":"Feature","properties":{"NAME":"Murray","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.424991,37.73346],[-122.42377,37.7334]]}},
{"type":"Feature","properties":{"NAME":"Murray","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42377,37.7334],[-122.42238,37.73379]]}},
{"type":"Feature","properties":{"NAME":"Naples","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.425261,37.72856],[-122.42649,37.72688]]}},
{"type":"Feature","properties":{"NAME":"Naples","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42649,37.72688],[-122.42763,37.72534]]}},
{"type":"Feature","properties":{"NAME":"Naples","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42763,37.72534],[-122.428741,37.72381]]}},
{"type":"Feature","properties":{"NAME":"Naples","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.428741,37.72381],[-122.4299,37.72224]]}},
{"type":"Feature","properties":{"NAME":"Naples","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4299,37.72224],[-122.431071,37.72065]]}},
{"type":"Feature","properties":{"NAME":"Ney","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.430011,37.7299],[-122.42825,37.72996]]}},
{"type":"Feature","properties":{"NAME":"Ney","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42825,37.72996],[-122.42608,37.73003]]}},
{"type":"Feature","properties":{"NAME":"Ney","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42608,37.73003],[-122.42318,37.73063]]}},
{"type":"Feature","properties":{"NAME":"Paris","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43086,37.72686],[-122.431971,37.72538]]}},
{"type":"Feature","properties":{"NAME":"Prague","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42488,37.72193],[-122.42601,37.72039]]}},
{"type":"Feature","properties":{"NAME":"Prague","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42601,37.72039],[-122.427221,37.71874]]}},
{"type":"Feature","properties":{"NAME":"Prague","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.427221,37.71874],[-122.42833,37.71722]]}},
{"type":"Feature","properties":{"NAME":"Prague","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42833,37.71722],[-122.42924,37.71598]]}},
{"type":"Feature","properties":{"NAME":"Rolph","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43178,37.71113],[-122.42998,37.71143]]}},
{"type":"Feature","properties":{"NAME":"Rotteck","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.431081,37.73302],[-122.43088,37.73223]]}},
{"type":"Feature","properties":{"NAME":"Rotteck","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43065,37.73149],[-122.430371,37.73112]]}},
{"type":"Feature","properties":{"NAME":"Rousseau","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43041,37.73392],[-122.43024,37.73311]]}},
{"type":"Feature","properties":{"NAME":"Rousseau","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43024,37.73311],[-122.430081,37.73233]]}},
{"type":"Feature","properties":{"NAME":"Rousseau","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42978,37.73153],[-122.42967,37.7313]]}},
{"type":"Feature","properties":{"NAME":"Rousseau","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42967,37.7313],[-122.429471,37.73091]]}},
{"type":"Feature","properties":{"NAME":"Still","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42978,37.73153],[-122.43065,37.73149]]}},
{"type":"Feature","properties":{"NAME":"Still","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43065,37.73149],[-122.43146,37.73144]]}},
{"type":"Feature","properties":{"NAME":"Trumbull","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.429381,37.73053],[-122.42828,37.73055]]}},
{"type":"Feature","properties":{"NAME":"Trumbull","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42828,37.73055],[-122.42608,37.73058]]}},
{"type":"Feature","properties":{"NAME":"Trumbull","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42608,37.73058],[-122.42318,37.73063]]}},
{"type":"Feature","properties":{"NAME":"Trumbull","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42318,37.73063],[-122.42246,37.73073]]}},
{"type":"Feature","properties":{"NAME":"Trumbull","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42246,37.73073],[-122.42178,37.73082]]}},
{"type":"Feature","properties":{"NAME":"Vienna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.424181,37.72863],[-122.42573,37.72652]]}},
{"type":"Feature","properties":{"NAME":"Vienna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42573,37.72652],[-122.426861,37.72497]]}},
{"type":"Feature","properties":{"NAME":"Vienna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.426861,37.72497],[-122.42798,37.72344]]}},
{"type":"Feature","properties":{"NAME":"Vienna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42798,37.72344],[-122.42913,37.72188]]}},
{"type":"Feature","properties":{"NAME":"Vienna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42913,37.72188],[-122.43031,37.72027]]}},
{"type":"Feature","properties":{"NAME":"Vienna","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43031,37.72027],[-122.43145,37.71871]]}},
{"type":"Feature","properties":{"NAME":"College","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42555,37.73415],[-122.42658,37.73473]]}},
{"type":"Feature","properties":{"NAME":"Valmar","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42568,37.72513],[-122.42408,37.72583]]}},
{"type":"Feature","properties":{"NAME":"Baltimore","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.430721,37.70991],[-122.431261,37.70957]]}},
{"type":"Feature","properties":{"NAME":"Baltimore","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.431261,37.70957],[-122.43192,37.70915]]}},
{"type":"Feature","properties":{"NAME":"Chicago","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.430451,37.7106],[-122.4313,37.71058]]}},
{"type":"Feature","properties":{"NAME":"Genebern","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42404,37.73436],[-122.424991,37.73346]]}},
{"type":"Feature","properties":{"NAME":"Genebern","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.424991,37.73346],[-122.42513,37.73272]]}},
{"type":"Feature","properties":{"NAME":"Genebern","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42513,37.73272],[-122.42528,37.73193]]}},
{"type":"Feature","properties":{"NAME":"Mirando","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.430081,37.73233],[-122.43088,37.73223]]}},
{"type":"Feature","properties":{"NAME":"Mirando","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.428481,37.73243],[-122.42908,37.73223]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42834,37.73495],[-122.4286,37.73482]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4286,37.73482],[-122.42924,37.7345]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42924,37.7345],[-122.4296,37.73432]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4296,37.73432],[-122.43041,37.73392]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43041,37.73392],[-122.43118,37.73353]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42958,37.71213],[-122.42737,37.71118]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42737,37.71118],[-122.426781,37.71093]]}},
{"type":"Feature","properties":{"NAME":"Silver","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42379,37.72866],[-122.42268,37.72873]]}},
{"type":"Feature","properties":{"NAME":"Silver","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.42268,37.72873],[-122.421591,37.72875]]}},
{"type":"Feature","properties":{"NAME":"Silver","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.421591,37.72875],[-122.420421,37.72877]]}},
{"type":"Feature","properties":{"NAME":"Robinson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.42808,37.70843],[-122.42798,37.70893]]}},
{"type":"Feature","properties":{"NAME":"Chicago","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.430081,37.71063],[-122.430451,37.7106]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.42161,37.73168],[-122.42218,37.73153]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.424441,37.7312],[-122.42608,37.73134]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.42218,37.73153],[-122.424441,37.7312]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.42608,37.73134],[-122.42729,37.73158]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.42729,37.73158],[-122.42828,37.73173]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.42828,37.73173],[-122.42843,37.73175]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.42843,37.73175],[-122.43154,37.73174]]}},
{"type":"Feature","properties":{"NAME":"Brumiss","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4521,37.70799],[-122.45174,37.70815]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45398,37.72319],[-122.45286,37.72295]]}},
{"type":"Feature","properties":{"NAME":"Dorado","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46038,37.72703],[-122.45988,37.72703]]}},
{"type":"Feature","properties":{"NAME":"Ashton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46177,37.71806],[-122.461881,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Ashton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.461881,37.71983],[-122.46198,37.72153]]}},
{"type":"Feature","properties":{"NAME":"Avalon","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43227,37.72752],[-122.43167,37.72724]]}},
{"type":"Feature","properties":{"NAME":"Baden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4388,37.72945],[-122.43957,37.73034]]}},
{"type":"Feature","properties":{"NAME":"Brighton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45488,37.71803],[-122.454891,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Brighton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.454891,37.71983],[-122.454891,37.72161]]}},
{"type":"Feature","properties":{"NAME":"Brighton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.454891,37.72161],[-122.454901,37.72339]]}},
{"type":"Feature","properties":{"NAME":"Bruce","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45128,37.72193],[-122.45198,37.72193]]}},
{"type":"Feature","properties":{"NAME":"Bruce","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45198,37.72193],[-122.45287,37.72193]]}},
{"type":"Feature","properties":{"NAME":"Caine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.449791,37.71782],[-122.451,37.71643]]}},
{"type":"Feature","properties":{"NAME":"Caine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.451,37.71643],[-122.452381,37.71483]]}},
{"type":"Feature","properties":{"NAME":"Camellia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4316,37.7296],[-122.43226,37.72914]]}},
{"type":"Feature","properties":{"NAME":"Capistrano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43836,37.72971],[-122.43758,37.72903]]}},
{"type":"Feature","properties":{"NAME":"Capistrano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43793,37.72768],[-122.43808,37.72673]]}},
{"type":"Feature","properties":{"NAME":"Capistrano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43758,37.72903],[-122.43793,37.72768]]}},
{"type":"Feature","properties":{"NAME":"Capitol","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45878,37.71073],[-122.45879,37.71103]]}},
{"type":"Feature","properties":{"NAME":"Capitol","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.458931,37.71983],[-122.45896,37.72157]]}},
{"type":"Feature","properties":{"NAME":"Capitol","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45879,37.71103],[-122.4588,37.71208]]}},
{"type":"Feature","properties":{"NAME":"Capitol","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45896,37.72157],[-122.45899,37.72343]]}},
{"type":"Feature","properties":{"NAME":"Capitol","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45899,37.72343],[-122.459011,37.72426]]}},
{"type":"Feature","properties":{"NAME":"Capitol","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4588,37.71208],[-122.45882,37.71291]]}},
{"type":"Feature","properties":{"NAME":"Capitol","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45882,37.71291],[-122.458831,37.71376]]}},
{"type":"Feature","properties":{"NAME":"Capitol","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.458831,37.71376],[-122.45885,37.7147]]}},
{"type":"Feature","properties":{"NAME":"Capitol","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45885,37.7147],[-122.45886,37.71553]]}},
{"type":"Feature","properties":{"NAME":"Capitol","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45886,37.71553],[-122.45888,37.71643]]}},
{"type":"Feature","properties":{"NAME":"Capitol","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45888,37.71643],[-122.45889,37.71733]]}},
{"type":"Feature","properties":{"NAME":"Capitol","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45889,37.71733],[-122.4589,37.71805]]}},
{"type":"Feature","properties":{"NAME":"Capitol","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4589,37.71805],[-122.458931,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4313,37.73088],[-122.43219,37.73065]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43219,37.73065],[-122.43298,37.73044]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45362,37.71072],[-122.45448,37.71003]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45448,37.71003],[-122.45558,37.70913]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43298,37.73044],[-122.43378,37.73023]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43378,37.73023],[-122.434041,37.72999]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.434041,37.72999],[-122.43443,37.72965]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43443,37.72965],[-122.435021,37.72913]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.435021,37.72913],[-122.43559,37.72861]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43559,37.72861],[-122.43661,37.72703]]}},
{"type":"Feature","properties":{"NAME":"Circular","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44428,37.72823],[-122.44503,37.72723]]}},
{"type":"Feature","properties":{"NAME":"Circular","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44503,37.72723],[-122.44543,37.7267]]}},
{"type":"Feature","properties":{"NAME":"Colon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45548,37.72833],[-122.45547,37.72852]]}},
{"type":"Feature","properties":{"NAME":"Colon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45547,37.72852],[-122.45539,37.72974]]}},
{"type":"Feature","properties":{"NAME":"Colon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45539,37.72974],[-122.45637,37.73098]]}},
{"type":"Feature","properties":{"NAME":"De Montfort","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.457931,37.72343],[-122.45899,37.72343]]}},
{"type":"Feature","properties":{"NAME":"De Montfort","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45899,37.72343],[-122.45996,37.72343]]}},
{"type":"Feature","properties":{"NAME":"De Montfort","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45996,37.72343],[-122.461071,37.72343]]}},
{"type":"Feature","properties":{"NAME":"De Montfort","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.461071,37.72343],[-122.46209,37.72343]]}},
{"type":"Feature","properties":{"NAME":"Delano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.439581,37.72754],[-122.44034,37.72626]]}},
{"type":"Feature","properties":{"NAME":"Farragut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.450591,37.71096],[-122.451311,37.71159]]}},
{"type":"Feature","properties":{"NAME":"Farragut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.451311,37.71159],[-122.45169,37.71192]]}},
{"type":"Feature","properties":{"NAME":"Farragut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45169,37.71192],[-122.45264,37.71275]]}},
{"type":"Feature","properties":{"NAME":"Farragut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45264,37.71275],[-122.45308,37.71313]]}},
{"type":"Feature","properties":{"NAME":"Farragut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44998,37.71043],[-122.450591,37.71096]]}},
{"type":"Feature","properties":{"NAME":"Faxon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45988,37.71643],[-122.45998,37.71733]]}},
{"type":"Feature","properties":{"NAME":"Faxon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45977,37.71805],[-122.45984,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Faxon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45984,37.71983],[-122.459901,37.72155]]}},
{"type":"Feature","properties":{"NAME":"Faxon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.459901,37.72155],[-122.45996,37.72343]]}},
{"type":"Feature","properties":{"NAME":"Faxon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45996,37.72343],[-122.460001,37.72447]]}},
{"type":"Feature","properties":{"NAME":"Faxon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45958,37.72438],[-122.459381,37.72583]]}},
{"type":"Feature","properties":{"NAME":"Faxon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.459381,37.72583],[-122.45962,37.72708]]}},
{"type":"Feature","properties":{"NAME":"Faxon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45962,37.72708],[-122.45968,37.72738]]}},
{"type":"Feature","properties":{"NAME":"Faxon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45968,37.72738],[-122.45968,37.72864]]}},
{"type":"Feature","properties":{"NAME":"Flood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44421,37.72971],[-122.446471,37.72969]]}},
{"type":"Feature","properties":{"NAME":"Flood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.446471,37.72969],[-122.44864,37.72967]]}},
{"type":"Feature","properties":{"NAME":"Flood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44864,37.72967],[-122.450951,37.72965]]}},
{"type":"Feature","properties":{"NAME":"Flood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.450951,37.72965],[-122.45228,37.72964]]}},
{"type":"Feature","properties":{"NAME":"Flood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45228,37.72964],[-122.45298,37.72964]]}},
{"type":"Feature","properties":{"NAME":"Flood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45298,37.72964],[-122.453991,37.72963]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45228,37.72283],[-122.44991,37.72189]]}},
{"type":"Feature","properties":{"NAME":"Grafton","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45258,37.71983],[-122.45288,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Grafton","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45392,37.71983],[-122.454891,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Grafton","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.454891,37.71983],[-122.45591,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Grafton","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45288,37.71983],[-122.45392,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Grafton","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45591,37.71983],[-122.456771,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Grafton","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.456771,37.71983],[-122.4579,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Grafton","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4579,37.71983],[-122.458931,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Grafton","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.458931,37.71983],[-122.45984,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Grafton","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45984,37.71983],[-122.46101,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Grafton","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.46101,37.71983],[-122.461881,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Grafton","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.461881,37.71983],[-122.4623,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Granada","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45667,37.71804],[-122.456771,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Granada","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.456771,37.71983],[-122.45686,37.72159]]}},
{"type":"Feature","properties":{"NAME":"Granada","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45686,37.72159],[-122.45698,37.72383]]}},
{"type":"Feature","properties":{"NAME":"Granada","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4572,37.72387],[-122.45718,37.72493]]}},
{"type":"Feature","properties":{"NAME":"Greenwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45378,37.72852],[-122.45456,37.72852]]}},
{"type":"Feature","properties":{"NAME":"Greenwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45547,37.72852],[-122.456231,37.72852]]}},
{"type":"Feature","properties":{"NAME":"Greenwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45456,37.72852],[-122.45547,37.72852]]}},
{"type":"Feature","properties":{"NAME":"Harold","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45288,37.71873],[-122.45288,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Harold","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45288,37.71983],[-122.45287,37.72163]]}},
{"type":"Feature","properties":{"NAME":"Harold","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45287,37.72163],[-122.45287,37.72193]]}},
{"type":"Feature","properties":{"NAME":"Harold","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45287,37.72193],[-122.45286,37.72295]]}},
{"type":"Feature","properties":{"NAME":"Hazelwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45378,37.72823],[-122.45378,37.72852]]}},
{"type":"Feature","properties":{"NAME":"Hazelwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.454171,37.73018],[-122.45458,37.73135]]}},
{"type":"Feature","properties":{"NAME":"Hazelwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45378,37.72852],[-122.45378,37.72903]]}},
{"type":"Feature","properties":{"NAME":"Hazelwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45378,37.72903],[-122.453991,37.72963]]}},
{"type":"Feature","properties":{"NAME":"Hazelwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.453991,37.72963],[-122.454171,37.73018]]}},
{"type":"Feature","properties":{"NAME":"Holloway","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45287,37.72163],[-122.45395,37.72162]]}},
{"type":"Feature","properties":{"NAME":"Holloway","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45395,37.72162],[-122.454891,37.72161]]}},
{"type":"Feature","properties":{"NAME":"Holloway","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.454891,37.72161],[-122.45592,37.7216]]}},
{"type":"Feature","properties":{"NAME":"Holloway","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45592,37.7216],[-122.45686,37.72159]]}},
{"type":"Feature","properties":{"NAME":"Holloway","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45686,37.72159],[-122.45791,37.72158]]}},
{"type":"Feature","properties":{"NAME":"Holloway","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45791,37.72158],[-122.45896,37.72157]]}},
{"type":"Feature","properties":{"NAME":"Holloway","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45896,37.72157],[-122.459901,37.72155]]}},
{"type":"Feature","properties":{"NAME":"Holloway","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.459901,37.72155],[-122.46104,37.72154]]}},
{"type":"Feature","properties":{"NAME":"Holloway","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46104,37.72154],[-122.46198,37.72153]]}},
{"type":"Feature","properties":{"NAME":"Huron","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.453021,37.70901],[-122.45398,37.70823]]}},
{"type":"Feature","properties":{"NAME":"Huron","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44983,37.71157],[-122.450591,37.71096]]}},
{"type":"Feature","properties":{"NAME":"Huron","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.450591,37.71096],[-122.451141,37.71051]]}},
{"type":"Feature","properties":{"NAME":"Huron","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.451141,37.71051],[-122.45172,37.71004]]}},
{"type":"Feature","properties":{"NAME":"Huron","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45172,37.71004],[-122.453021,37.70901]]}},
{"type":"Feature","properties":{"NAME":"Josiah","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.452381,37.71853],[-122.45317,37.71764]]}},
{"type":"Feature","properties":{"NAME":"Josiah","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45317,37.71764],[-122.454001,37.71671]]}},
{"type":"Feature","properties":{"NAME":"Judson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44428,37.72823],[-122.446471,37.72823]]}},
{"type":"Feature","properties":{"NAME":"Judson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.446471,37.72823],[-122.44868,37.72823]]}},
{"type":"Feature","properties":{"NAME":"Judson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44868,37.72823],[-122.45098,37.72823]]}},
{"type":"Feature","properties":{"NAME":"Judson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45098,37.72823],[-122.45228,37.72823]]}},
{"type":"Feature","properties":{"NAME":"Judson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45228,37.72823],[-122.45378,37.72823]]}},
{"type":"Feature","properties":{"NAME":"Jules","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.460981,37.71805],[-122.46101,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Jules","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46101,37.71983],[-122.46104,37.72154]]}},
{"type":"Feature","properties":{"NAME":"Jules","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46104,37.72154],[-122.461071,37.72343]]}},
{"type":"Feature","properties":{"NAME":"Jules","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.461071,37.72343],[-122.4611,37.7247]]}},
{"type":"Feature","properties":{"NAME":"Lakeview","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45029,37.71604],[-122.451,37.71643]]}},
{"type":"Feature","properties":{"NAME":"Lakeview","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.451,37.71643],[-122.45175,37.71685]]}},
{"type":"Feature","properties":{"NAME":"Lakeview","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45175,37.71685],[-122.452481,37.71725]]}},
{"type":"Feature","properties":{"NAME":"Lakeview","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.452481,37.71725],[-122.45317,37.71764]]}},
{"type":"Feature","properties":{"NAME":"Lakeview","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45317,37.71764],[-122.45388,37.71803]]}},
{"type":"Feature","properties":{"NAME":"Lakeview","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45388,37.71803],[-122.45488,37.71803]]}},
{"type":"Feature","properties":{"NAME":"Lakeview","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45488,37.71803],[-122.45591,37.71804]]}},
{"type":"Feature","properties":{"NAME":"Lakeview","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45591,37.71804],[-122.45667,37.71804]]}},
{"type":"Feature","properties":{"NAME":"Lakeview","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45667,37.71804],[-122.45788,37.71804]]}},
{"type":"Feature","properties":{"NAME":"Lakeview","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45788,37.71804],[-122.4589,37.71805]]}},
{"type":"Feature","properties":{"NAME":"Lakeview","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4589,37.71805],[-122.45977,37.71805]]}},
{"type":"Feature","properties":{"NAME":"Lakeview","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45977,37.71805],[-122.460981,37.71805]]}},
{"type":"Feature","properties":{"NAME":"Lakeview","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.460981,37.71805],[-122.46177,37.71806]]}},
{"type":"Feature","properties":{"NAME":"Lakeview","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46177,37.71806],[-122.46222,37.71806]]}},
{"type":"Feature","properties":{"NAME":"Lawrence","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.450681,37.70923],[-122.45172,37.71004]]}},
{"type":"Feature","properties":{"NAME":"Lawrence","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45172,37.71004],[-122.45232,37.7105]]}},
{"type":"Feature","properties":{"NAME":"Lawrence","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45232,37.7105],[-122.45288,37.71094]]}},
{"type":"Feature","properties":{"NAME":"Lawrence","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45288,37.71094],[-122.453381,37.71133]]}},
{"type":"Feature","properties":{"NAME":"Lee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45388,37.71803],[-122.45392,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Lee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45392,37.71983],[-122.45395,37.72162]]}},
{"type":"Feature","properties":{"NAME":"Lee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45395,37.72162],[-122.45398,37.72319]]}},
{"type":"Feature","properties":{"NAME":"Majestic","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45074,37.71808],[-122.45175,37.71685]]}},
{"type":"Feature","properties":{"NAME":"Majestic","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45175,37.71685],[-122.45308,37.71523]]}},
{"type":"Feature","properties":{"NAME":"Margaret","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4516,37.71831],[-122.452481,37.71725]]}},
{"type":"Feature","properties":{"NAME":"Margaret","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.452481,37.71725],[-122.453541,37.71598]]}},
{"type":"Feature","properties":{"NAME":"Marston","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44503,37.72723],[-122.446471,37.72729]]}},
{"type":"Feature","properties":{"NAME":"Marston","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.446471,37.72729],[-122.44758,37.72733]]}},
{"type":"Feature","properties":{"NAME":"Miramar","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45788,37.71804],[-122.4579,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Miramar","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4579,37.71983],[-122.45791,37.72158]]}},
{"type":"Feature","properties":{"NAME":"Miramar","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45791,37.72158],[-122.457931,37.72343]]}},
{"type":"Feature","properties":{"NAME":"Miramar","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.457931,37.72343],[-122.457931,37.72403]]}},
{"type":"Feature","properties":{"NAME":"Miramar","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.457931,37.72403],[-122.457941,37.72484]]}},
{"type":"Feature","properties":{"NAME":"Miramar","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.457941,37.72484],[-122.457941,37.72556]]}},
{"type":"Feature","properties":{"NAME":"Miramar","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.457941,37.72556],[-122.45796,37.72751]]}},
{"type":"Feature","properties":{"NAME":"Miramar","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45796,37.72751],[-122.45797,37.72921]]}},
{"type":"Feature","properties":{"NAME":"Miramar","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45797,37.72921],[-122.45798,37.72999]]}},
{"type":"Feature","properties":{"NAME":"Miramar","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45798,37.72999],[-122.45798,37.73065]]}},
{"type":"Feature","properties":{"NAME":"Montecito","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.453381,37.73133],[-122.454171,37.73018]]}},
{"type":"Feature","properties":{"NAME":"Montecito","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.454171,37.73018],[-122.45484,37.72994]]}},
{"type":"Feature","properties":{"NAME":"Montecito","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45484,37.72994],[-122.45539,37.72974]]}},
{"type":"Feature","properties":{"NAME":"Montecito","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45539,37.72974],[-122.45612,37.72948]]}},
{"type":"Feature","properties":{"NAME":"Montecito","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45612,37.72948],[-122.456601,37.72931]]}},
{"type":"Feature","properties":{"NAME":"Montecito","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.456601,37.72931],[-122.45738,37.72903]]}},
{"type":"Feature","properties":{"NAME":"Mount Vernon","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44983,37.71885],[-122.45061,37.71913]]}},
{"type":"Feature","properties":{"NAME":"Mount Vernon","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45061,37.71913],[-122.45145,37.71943]]}},
{"type":"Feature","properties":{"NAME":"Mount Vernon","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45145,37.71943],[-122.45226,37.71971]]}},
{"type":"Feature","properties":{"NAME":"Mount Vernon","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45226,37.71971],[-122.45258,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Naglee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.450231,37.71496],[-122.45079,37.71544]]}},
{"type":"Feature","properties":{"NAME":"Nantucket","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44061,37.72774],[-122.44198,37.72823]]}},
{"type":"Feature","properties":{"NAME":"Niagara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.449881,37.72027],[-122.4507,37.72063]]}},
{"type":"Feature","properties":{"NAME":"Niagara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4507,37.72063],[-122.45147,37.72095]]}},
{"type":"Feature","properties":{"NAME":"Niagara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45147,37.72095],[-122.45198,37.72117]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45286,37.72295],[-122.45398,37.72319]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45398,37.72319],[-122.454901,37.72339]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.454901,37.72339],[-122.45592,37.7236]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45592,37.7236],[-122.45649,37.72372]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45649,37.72372],[-122.45698,37.72383]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45698,37.72383],[-122.4572,37.72387]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4572,37.72387],[-122.457931,37.72403]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.457931,37.72403],[-122.459011,37.72426]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.459011,37.72426],[-122.45958,37.72438]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45958,37.72438],[-122.460001,37.72447]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.460001,37.72447],[-122.4611,37.7247]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4611,37.7247],[-122.46218,37.72493]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44938,37.72273],[-122.45228,37.72283]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45228,37.72283],[-122.45286,37.72295]]}},
{"type":"Feature","properties":{"NAME":"Orizaba","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46228,37.70951],[-122.46238,37.70993]]}},
{"type":"Feature","properties":{"NAME":"Phelan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45228,37.72283],[-122.45228,37.72823]]}},
{"type":"Feature","properties":{"NAME":"Phelan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45228,37.72823],[-122.45228,37.72901]]}},
{"type":"Feature","properties":{"NAME":"Phelan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45228,37.72901],[-122.45228,37.72964]]}},
{"type":"Feature","properties":{"NAME":"Pilgram","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.439681,37.72893],[-122.44028,37.72923]]}},
{"type":"Feature","properties":{"NAME":"Plymouth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.455881,37.71103],[-122.45589,37.71211]]}},
{"type":"Feature","properties":{"NAME":"Plymouth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45591,37.71983],[-122.45592,37.7216]]}},
{"type":"Feature","properties":{"NAME":"Plymouth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45592,37.7216],[-122.45592,37.7236]]}},
{"type":"Feature","properties":{"NAME":"Plymouth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45649,37.72372],[-122.45638,37.72577]]}},
{"type":"Feature","properties":{"NAME":"Plymouth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45638,37.72577],[-122.4563,37.72736]]}},
{"type":"Feature","properties":{"NAME":"Plymouth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4563,37.72736],[-122.456231,37.72852]]}},
{"type":"Feature","properties":{"NAME":"Plymouth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.456231,37.72852],[-122.45622,37.72873]]}},
{"type":"Feature","properties":{"NAME":"Plymouth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45622,37.72873],[-122.45612,37.72948]]}},
{"type":"Feature","properties":{"NAME":"Plymouth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45612,37.72948],[-122.4579,37.73067]]}},
{"type":"Feature","properties":{"NAME":"Plymouth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45589,37.71211],[-122.45589,37.71297]]}},
{"type":"Feature","properties":{"NAME":"Plymouth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45589,37.71297],[-122.45589,37.71379]]}},
{"type":"Feature","properties":{"NAME":"Plymouth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45589,37.71379],[-122.45589,37.71476]]}},
{"type":"Feature","properties":{"NAME":"Plymouth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45589,37.71476],[-122.4559,37.71563]]}},
{"type":"Feature","properties":{"NAME":"Plymouth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4559,37.71563],[-122.4559,37.71643]]}},
{"type":"Feature","properties":{"NAME":"Plymouth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4559,37.71643],[-122.4559,37.71733]]}},
{"type":"Feature","properties":{"NAME":"Plymouth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4559,37.71733],[-122.45591,37.71804]]}},
{"type":"Feature","properties":{"NAME":"Plymouth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45591,37.71804],[-122.45591,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Raleigh","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44178,37.72763],[-122.442181,37.72723]]}},
{"type":"Feature","properties":{"NAME":"Ridgewood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45298,37.72964],[-122.45303,37.73043]]}},
{"type":"Feature","properties":{"NAME":"San Diego","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.466181,37.70943],[-122.46622,37.70892]]}},
{"type":"Feature","properties":{"NAME":"San Diego","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46622,37.70892],[-122.46628,37.70813]]}},
{"type":"Feature","properties":{"NAME":"San Gabriel","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43758,37.72903],[-122.43902,37.72821]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43517,37.73131],[-122.435641,37.73081]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.435641,37.73081],[-122.43665,37.73049]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43665,37.73049],[-122.43748,37.73023]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43748,37.73023],[-122.43836,37.72971]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43836,37.72971],[-122.4388,37.72945]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4388,37.72945],[-122.439681,37.72893]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.439681,37.72893],[-122.4399,37.72865]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4399,37.72865],[-122.44028,37.72817]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44028,37.72817],[-122.44042,37.72799]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44042,37.72799],[-122.44061,37.72774]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44061,37.72774],[-122.44101,37.72724]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44101,37.72724],[-122.44135,37.72681]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.449791,37.71664],[-122.45029,37.71604]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45029,37.71604],[-122.45079,37.71544]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45079,37.71544],[-122.45188,37.71413]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45188,37.71413],[-122.45224,37.71383]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45224,37.71383],[-122.45308,37.71313]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45308,37.71313],[-122.453201,37.71303]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.453201,37.71303],[-122.45426,37.71213]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45426,37.71213],[-122.45557,37.71103]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45557,37.71103],[-122.45573,37.71093]]}},
{"type":"Feature","properties":{"NAME":"San Luis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46622,37.70892],[-122.46783,37.70902]]}},
{"type":"Feature","properties":{"NAME":"Santa Barbara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.464481,37.70883],[-122.464481,37.70823]]}},
{"type":"Feature","properties":{"NAME":"Santa Cruz","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46518,37.70943],[-122.465381,37.70813]]}},
{"type":"Feature","properties":{"NAME":"Santa Rosa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43661,37.72703],[-122.43793,37.72768]]}},
{"type":"Feature","properties":{"NAME":"Santa Rosa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43793,37.72768],[-122.43902,37.72821]]}},
{"type":"Feature","properties":{"NAME":"Santa Rosa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43902,37.72821],[-122.4399,37.72865]]}},
{"type":"Feature","properties":{"NAME":"Santa Rosa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4399,37.72865],[-122.44088,37.72913]]}},
{"type":"Feature","properties":{"NAME":"Santa Ysabel","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43867,37.72705],[-122.439581,37.72754]]}},
{"type":"Feature","properties":{"NAME":"Santa Ysabel","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.439581,37.72754],[-122.44042,37.72799]]}},
{"type":"Feature","properties":{"NAME":"Sickles","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.452481,37.70863],[-122.453021,37.70901]]}},
{"type":"Feature","properties":{"NAME":"Sickles","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.453021,37.70901],[-122.4537,37.70948]]}},
{"type":"Feature","properties":{"NAME":"Sickles","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4537,37.70948],[-122.45448,37.71003]]}},
{"type":"Feature","properties":{"NAME":"Sickles","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45448,37.71003],[-122.45493,37.71034]]}},
{"type":"Feature","properties":{"NAME":"Sickles","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45493,37.71034],[-122.45528,37.71103]]}},
{"type":"Feature","properties":{"NAME":"Silver","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43301,37.72954],[-122.43226,37.72914]]}},
{"type":"Feature","properties":{"NAME":"Silver","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43226,37.72914],[-122.43128,37.72863]]}},
{"type":"Feature","properties":{"NAME":"Staples","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44425,37.72886],[-122.446471,37.72893]]}},
{"type":"Feature","properties":{"NAME":"Staples","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.446471,37.72893],[-122.44866,37.72896]]}},
{"type":"Feature","properties":{"NAME":"Staples","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44866,37.72896],[-122.45097,37.72899]]}},
{"type":"Feature","properties":{"NAME":"Staples","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45097,37.72899],[-122.45228,37.72901]]}},
{"type":"Feature","properties":{"NAME":"Staples","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45228,37.72901],[-122.45378,37.72903]]}},
{"type":"Feature","properties":{"NAME":"Valdez","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45456,37.72852],[-122.45484,37.72994]]}},
{"type":"Feature","properties":{"NAME":"Valdez","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45484,37.72994],[-122.45557,37.73115]]}},
{"type":"Feature","properties":{"NAME":"Whipple","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45048,37.71293],[-122.45128,37.71363]]}},
{"type":"Feature","properties":{"NAME":"Williar","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45147,37.72095],[-122.45172,37.72056]]}},
{"type":"Feature","properties":{"NAME":"Williar","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45172,37.72056],[-122.45226,37.71971]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.431161,37.7304],[-122.43301,37.72954]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43301,37.72954],[-122.43388,37.72913]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43388,37.72913],[-122.43434,37.72856]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43434,37.72856],[-122.434831,37.72796]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.434831,37.72796],[-122.435291,37.72739]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.435291,37.72739],[-122.43587,37.72666]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.449521,37.71336],[-122.45048,37.71293]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45048,37.71293],[-122.45169,37.71192]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45169,37.71192],[-122.45234,37.71138]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45234,37.71138],[-122.45288,37.71094]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45288,37.71094],[-122.45362,37.71072]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45362,37.71072],[-122.45493,37.71034]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45493,37.71034],[-122.456681,37.70983]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.456681,37.70983],[-122.456961,37.70985]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.456961,37.70985],[-122.46048,37.71013]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.46048,37.71013],[-122.46084,37.71029]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.46084,37.71029],[-122.46258,37.71103]]}},
{"type":"Feature","properties":{"NAME":"Homewood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46057,37.72732],[-122.46058,37.72813]]}},
{"type":"Feature","properties":{"NAME":"Eastwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.457941,37.72556],[-122.45708,37.72593]]}},
{"type":"Feature","properties":{"NAME":"Eastwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.457231,37.72745],[-122.45738,37.72903]]}},
{"type":"Feature","properties":{"NAME":"Eastwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45738,37.72903],[-122.45797,37.72921]]}},
{"type":"Feature","properties":{"NAME":"Eastwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45708,37.72593],[-122.457231,37.72745]]}},
{"type":"Feature","properties":{"NAME":"Northwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45622,37.72873],[-122.456601,37.72931]]}},
{"type":"Feature","properties":{"NAME":"Northwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45942,37.72933],[-122.45968,37.72864]]}},
{"type":"Feature","properties":{"NAME":"Northwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.456601,37.72931],[-122.45798,37.72999]]}},
{"type":"Feature","properties":{"NAME":"Northwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45798,37.72999],[-122.45942,37.72933]]}},
{"type":"Feature","properties":{"NAME":"Southwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45638,37.72577],[-122.45718,37.72493]]}},
{"type":"Feature","properties":{"NAME":"Southwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.457941,37.72484],[-122.459381,37.72583]]}},
{"type":"Feature","properties":{"NAME":"Southwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45718,37.72493],[-122.457941,37.72484]]}},
{"type":"Feature","properties":{"NAME":"Westwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.457941,37.72556],[-122.45888,37.72593]]}},
{"type":"Feature","properties":{"NAME":"Westwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45878,37.72745],[-122.45868,37.72903]]}},
{"type":"Feature","properties":{"NAME":"Westwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45868,37.72903],[-122.45797,37.72921]]}},
{"type":"Feature","properties":{"NAME":"Westwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45888,37.72593],[-122.45878,37.72745]]}},
{"type":"Feature","properties":{"NAME":"Ridge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.449791,37.71782],[-122.450411,37.71799]]}},
{"type":"Feature","properties":{"NAME":"Ridge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.450411,37.71799],[-122.45074,37.71808]]}},
{"type":"Feature","properties":{"NAME":"Ridge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45074,37.71808],[-122.4512,37.7182]]}},
{"type":"Feature","properties":{"NAME":"Ridge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4512,37.7182],[-122.4516,37.71831]]}},
{"type":"Feature","properties":{"NAME":"Ridge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4516,37.71831],[-122.45207,37.71845]]}},
{"type":"Feature","properties":{"NAME":"Ridge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45207,37.71845],[-122.452381,37.71853]]}},
{"type":"Feature","properties":{"NAME":"Edgar","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45198,37.72073],[-122.45198,37.72117]]}},
{"type":"Feature","properties":{"NAME":"Edgar","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45198,37.72117],[-122.45198,37.72193]]}},
{"type":"Feature","properties":{"NAME":"Acton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45233,37.70837],[-122.45218,37.70813]]}},
{"type":"Feature","properties":{"NAME":"Acton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.452481,37.70863],[-122.45233,37.70837]]}},
{"type":"Feature","properties":{"NAME":"Arago","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.442621,37.72805],[-122.44322,37.72677]]}},
{"type":"Feature","properties":{"NAME":"Badger","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43378,37.73023],[-122.434021,37.73102]]}},
{"type":"Feature","properties":{"NAME":"Badger","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.434021,37.73102],[-122.43418,37.73153]]}},
{"type":"Feature","properties":{"NAME":"Bepler","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.463581,37.70833],[-122.46413,37.70909]]}},
{"type":"Feature","properties":{"NAME":"Bepler","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46413,37.70909],[-122.4644,37.70945]]}},
{"type":"Feature","properties":{"NAME":"Bosworth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.431881,37.73293],[-122.43228,37.73302]]}},
{"type":"Feature","properties":{"NAME":"Broad","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.453201,37.71303],[-122.45589,37.71297]]}},
{"type":"Feature","properties":{"NAME":"Broad","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45589,37.71297],[-122.45882,37.71291]]}},
{"type":"Feature","properties":{"NAME":"Broad","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45882,37.71291],[-122.46254,37.71283]]}},
{"type":"Feature","properties":{"NAME":"Cotter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4327,37.72699],[-122.434831,37.72796]]}},
{"type":"Feature","properties":{"NAME":"Cotter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.434831,37.72796],[-122.43559,37.72861]]}},
{"type":"Feature","properties":{"NAME":"Cotter","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43559,37.72861],[-122.43748,37.73023]]}},
{"type":"Feature","properties":{"NAME":"Crystal","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4604,37.70955],[-122.46048,37.71013]]}},
{"type":"Feature","properties":{"NAME":"Danton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43219,37.73065],[-122.43248,37.73133]]}},
{"type":"Feature","properties":{"NAME":"De Long","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.457141,37.70964],[-122.45906,37.70959]]}},
{"type":"Feature","properties":{"NAME":"De Long","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4604,37.70955],[-122.46177,37.70952]]}},
{"type":"Feature","properties":{"NAME":"De Long","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46177,37.70952],[-122.46228,37.70951]]}},
{"type":"Feature","properties":{"NAME":"De Long","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46228,37.70951],[-122.46292,37.70949]]}},
{"type":"Feature","properties":{"NAME":"De Long","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46292,37.70949],[-122.46399,37.70946]]}},
{"type":"Feature","properties":{"NAME":"De Long","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46399,37.70946],[-122.4644,37.70945]]}},
{"type":"Feature","properties":{"NAME":"De Long","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4644,37.70945],[-122.46518,37.70943]]}},
{"type":"Feature","properties":{"NAME":"De Long","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46518,37.70943],[-122.466181,37.70943]]}},
{"type":"Feature","properties":{"NAME":"De Long","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45906,37.70959],[-122.4604,37.70955]]}},
{"type":"Feature","properties":{"NAME":"De Wolf","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.453381,37.71133],[-122.45493,37.71034]]}},
{"type":"Feature","properties":{"NAME":"Edna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44646,37.72666],[-122.446471,37.72729]]}},
{"type":"Feature","properties":{"NAME":"Edna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.446471,37.72729],[-122.446471,37.72823]]}},
{"type":"Feature","properties":{"NAME":"Edna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.446471,37.72823],[-122.446471,37.72893]]}},
{"type":"Feature","properties":{"NAME":"Edna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.446471,37.72893],[-122.446471,37.72969]]}},
{"type":"Feature","properties":{"NAME":"Edna","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.446471,37.72969],[-122.446481,37.73052]]}},
{"type":"Feature","properties":{"NAME":"Farallones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45224,37.71383],[-122.45589,37.71379]]}},
{"type":"Feature","properties":{"NAME":"Farallones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45589,37.71379],[-122.458831,37.71376]]}},
{"type":"Feature","properties":{"NAME":"Farallones","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.458831,37.71376],[-122.46253,37.71373]]}},
{"type":"Feature","properties":{"NAME":"Flournoy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46138,37.70823],[-122.46155,37.70837]]}},
{"type":"Feature","properties":{"NAME":"Flournoy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46155,37.70837],[-122.46292,37.70949]]}},
{"type":"Feature","properties":{"NAME":"Foerster","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44868,37.72823],[-122.44866,37.72896]]}},
{"type":"Feature","properties":{"NAME":"Foerster","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44866,37.72896],[-122.44864,37.72967]]}},
{"type":"Feature","properties":{"NAME":"Foerster","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44864,37.72967],[-122.448621,37.73049]]}},
{"type":"Feature","properties":{"NAME":"Francis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43312,37.72646],[-122.435291,37.72739]]}},
{"type":"Feature","properties":{"NAME":"Gennessee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45098,37.72823],[-122.45097,37.72899]]}},
{"type":"Feature","properties":{"NAME":"Gennessee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45097,37.72899],[-122.450951,37.72965]]}},
{"type":"Feature","properties":{"NAME":"Gennessee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.450951,37.72965],[-122.45094,37.73046]]}},
{"type":"Feature","properties":{"NAME":"Getz","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45288,37.71873],[-122.45258,37.71983]]}},
{"type":"Feature","properties":{"NAME":"Goethe","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45828,37.70823],[-122.4604,37.70955]]}},
{"type":"Feature","properties":{"NAME":"Gorham","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.434041,37.72999],[-122.43485,37.73093]]}},
{"type":"Feature","properties":{"NAME":"Gorham","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43485,37.73093],[-122.43517,37.73131]]}},
{"type":"Feature","properties":{"NAME":"Head","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46399,37.70946],[-122.46418,37.70993]]}},
{"type":"Feature","properties":{"NAME":"Howth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44991,37.72189],[-122.4507,37.72063]]}},
{"type":"Feature","properties":{"NAME":"Howth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4507,37.72063],[-122.45145,37.71943]]}},
{"type":"Feature","properties":{"NAME":"Howth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45145,37.71943],[-122.45207,37.71845]]}},
{"type":"Feature","properties":{"NAME":"Lamartine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43298,37.73044],[-122.43328,37.73123]]}},
{"type":"Feature","properties":{"NAME":"Laura","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44981,37.70955],[-122.451141,37.71051]]}},
{"type":"Feature","properties":{"NAME":"Laura","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.451141,37.71051],[-122.45234,37.71138]]}},
{"type":"Feature","properties":{"NAME":"Lessing","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45598,37.70823],[-122.45518,37.70873]]}},
{"type":"Feature","properties":{"NAME":"Liebig","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45598,37.70823],[-122.45738,37.70935]]}},
{"type":"Feature","properties":{"NAME":"Lobos","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.452381,37.71483],[-122.45589,37.71476]]}},
{"type":"Feature","properties":{"NAME":"Lobos","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45589,37.71476],[-122.45885,37.7147]]}},
{"type":"Feature","properties":{"NAME":"Lobos","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45885,37.7147],[-122.462511,37.71463]]}},
{"type":"Feature","properties":{"NAME":"Louisburg","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.449881,37.72027],[-122.45061,37.71913]]}},
{"type":"Feature","properties":{"NAME":"Louisburg","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45061,37.71913],[-122.4512,37.7182]]}},
{"type":"Feature","properties":{"NAME":"Lyell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.431881,37.73293],[-122.43154,37.73174]]}},
{"type":"Feature","properties":{"NAME":"Minerva","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45333,37.71563],[-122.4559,37.71563]]}},
{"type":"Feature","properties":{"NAME":"Minerva","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45886,37.71553],[-122.46249,37.71543]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43178,37.72813],[-122.43227,37.72752]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43227,37.72752],[-122.4327,37.72699]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44981,37.70955],[-122.45031,37.70937]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45031,37.70937],[-122.450681,37.70923]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.450681,37.70923],[-122.451761,37.70887]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.451761,37.70887],[-122.452481,37.70863]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.452481,37.70863],[-122.45398,37.70823]]}},
{"type":"Feature","properties":{"NAME":"Montana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.454001,37.71671],[-122.4559,37.71643]]}},
{"type":"Feature","properties":{"NAME":"Montana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4559,37.71643],[-122.45888,37.71643]]}},
{"type":"Feature","properties":{"NAME":"Montana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45888,37.71643],[-122.45988,37.71643]]}},
{"type":"Feature","properties":{"NAME":"Montana","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45988,37.71643],[-122.46236,37.71643]]}},
{"type":"Feature","properties":{"NAME":"Oliver","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45031,37.70937],[-122.44977,37.70876]]}},
{"type":"Feature","properties":{"NAME":"Panama","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.466181,37.70943],[-122.46728,37.70943]]}},
{"type":"Feature","properties":{"NAME":"Paulding","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44101,37.72724],[-122.44178,37.72763]]}},
{"type":"Feature","properties":{"NAME":"Paulding","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44178,37.72763],[-122.442621,37.72805]]}},
{"type":"Feature","properties":{"NAME":"Paulding","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.442621,37.72805],[-122.442981,37.72823]]}},
{"type":"Feature","properties":{"NAME":"Regent","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45558,37.70913],[-122.456681,37.70983]]}},
{"type":"Feature","properties":{"NAME":"Rhine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4604,37.70955],[-122.46095,37.70899]]}},
{"type":"Feature","properties":{"NAME":"Rhine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46095,37.70899],[-122.46155,37.70837]]}},
{"type":"Feature","properties":{"NAME":"Rice","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.457851,37.70876],[-122.45906,37.70959]]}},
{"type":"Feature","properties":{"NAME":"Rice","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45708,37.70823],[-122.457851,37.70876]]}},
{"type":"Feature","properties":{"NAME":"Sadowa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45426,37.71213],[-122.45589,37.71211]]}},
{"type":"Feature","properties":{"NAME":"Sadowa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45589,37.71211],[-122.4588,37.71208]]}},
{"type":"Feature","properties":{"NAME":"Sadowa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4588,37.71208],[-122.46256,37.71203]]}},
{"type":"Feature","properties":{"NAME":"Sagamore","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45557,37.71103],[-122.455881,37.71103]]}},
{"type":"Feature","properties":{"NAME":"Sagamore","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.455881,37.71103],[-122.45879,37.71103]]}},
{"type":"Feature","properties":{"NAME":"Sagamore","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45879,37.71103],[-122.46258,37.71103]]}},
{"type":"Feature","properties":{"NAME":"Sears","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45232,37.7105],[-122.4537,37.70948]]}},
{"type":"Feature","properties":{"NAME":"Sears","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4537,37.70948],[-122.454981,37.70853]]}},
{"type":"Feature","properties":{"NAME":"Shakespeare","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.462781,37.70823],[-122.4644,37.70945]]}},
{"type":"Feature","properties":{"NAME":"Still","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.434021,37.73102],[-122.43485,37.73093]]}},
{"type":"Feature","properties":{"NAME":"Summit","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45438,37.71733],[-122.45412,37.7177]]}},
{"type":"Feature","properties":{"NAME":"Summit","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45308,37.71523],[-122.45333,37.71563]]}},
{"type":"Feature","properties":{"NAME":"Summit","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45333,37.71563],[-122.453541,37.71598]]}},
{"type":"Feature","properties":{"NAME":"Summit","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.453541,37.71598],[-122.454001,37.71671]]}},
{"type":"Feature","properties":{"NAME":"Summit","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.454001,37.71671],[-122.45438,37.71733]]}},
{"type":"Feature","properties":{"NAME":"Tara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44983,37.71885],[-122.450411,37.71799]]}},
{"type":"Feature","properties":{"NAME":"Theresa","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43227,37.72752],[-122.43434,37.72856]]}},
{"type":"Feature","properties":{"NAME":"Theresa","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43434,37.72856],[-122.435021,37.72913]]}},
{"type":"Feature","properties":{"NAME":"Theresa","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.435021,37.72913],[-122.43665,37.73049]]}},
{"type":"Feature","properties":{"NAME":"Thrift","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45438,37.71733],[-122.4559,37.71733]]}},
{"type":"Feature","properties":{"NAME":"Thrift","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4559,37.71733],[-122.45889,37.71733]]}},
{"type":"Feature","properties":{"NAME":"Thrift","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45889,37.71733],[-122.45998,37.71733]]}},
{"type":"Feature","properties":{"NAME":"Thrift","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45998,37.71733],[-122.46218,37.71733]]}},
{"type":"Feature","properties":{"NAME":"Tingley","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43178,37.72813],[-122.43388,37.72913]]}},
{"type":"Feature","properties":{"NAME":"Tingley","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43388,37.72913],[-122.43443,37.72965]]}},
{"type":"Feature","properties":{"NAME":"Tingley","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43443,37.72965],[-122.435641,37.73081]]}},
{"type":"Feature","properties":{"NAME":"Tingley","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.435641,37.73081],[-122.43598,37.73113]]}},
{"type":"Feature","properties":{"NAME":"Wilson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45978,37.70823],[-122.46095,37.70899]]}},
{"type":"Feature","properties":{"NAME":"Wilson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46095,37.70899],[-122.46177,37.70952]]}},
{"type":"Feature","properties":{"NAME":"Brumiss","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.451681,37.70863],[-122.45233,37.70837]]}},
{"type":"Feature","properties":{"NAME":"Dorado","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46198,37.72673],[-122.46217,37.72673]]}},
{"type":"Feature","properties":{"NAME":"Dorado","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46048,37.72613],[-122.46038,37.72703]]}},
{"type":"Feature","properties":{"NAME":"Dorado","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46038,37.72703],[-122.46198,37.72673]]}},
{"type":"Feature","properties":{"NAME":"Dorado","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46048,37.72613],[-122.4607,37.72549]]}},
{"type":"Feature","properties":{"NAME":"Dorado","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46198,37.72643],[-122.46048,37.72613]]}},
{"type":"Feature","properties":{"NAME":"Dorado","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46198,37.72673],[-122.46198,37.72643]]}},
{"type":"Feature","properties":{"NAME":"Dorado","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4611,37.7247],[-122.4607,37.72549]]}},
{"type":"Feature","properties":{"NAME":"Dorado","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46219,37.72643],[-122.46198,37.72643]]}},
{"type":"Feature","properties":{"NAME":"Milan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44983,37.71157],[-122.45052,37.71208]]}},
{"type":"Feature","properties":{"NAME":"Arco","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.443781,37.72713],[-122.44401,37.72674]]}},
{"type":"Feature","properties":{"NAME":"Colonial","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44028,37.72817],[-122.44128,37.72883]]}},
{"type":"Feature","properties":{"NAME":"Elmwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45888,37.72593],[-122.459381,37.72583]]}},
{"type":"Feature","properties":{"NAME":"Elmwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.459381,37.72583],[-122.46038,37.72533]]}},
{"type":"Feature","properties":{"NAME":"Moneta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44991,37.71247],[-122.45052,37.71208]]}},
{"type":"Feature","properties":{"NAME":"Moneta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45052,37.71208],[-122.451311,37.71159]]}},
{"type":"Feature","properties":{"NAME":"Pizarro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45868,37.72903],[-122.45942,37.72933]]}},
{"type":"Feature","properties":{"NAME":"Pizarro","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45942,37.72933],[-122.45968,37.72943]]}},
{"type":"Feature","properties":{"NAME":"San Ramon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45638,37.72577],[-122.45708,37.72593]]}},
{"type":"Feature","properties":{"NAME":"San Ramon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45638,37.72577],[-122.45528,37.72553]]}},
{"type":"Feature","properties":{"NAME":"Wildwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45598,37.72733],[-122.4563,37.72736]]}},
{"type":"Feature","properties":{"NAME":"Wildwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4563,37.72736],[-122.457231,37.72745]]}},
{"type":"Feature","properties":{"NAME":"Wildwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.457231,37.72745],[-122.45796,37.72751]]}},
{"type":"Feature","properties":{"NAME":"Wildwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45796,37.72751],[-122.45878,37.72745]]}},
{"type":"Feature","properties":{"NAME":"Wildwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45878,37.72745],[-122.45968,37.72738]]}},
{"type":"Feature","properties":{"NAME":"Wildwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45968,37.72738],[-122.46057,37.72732]]}},
{"type":"Feature","properties":{"NAME":"Wildwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46057,37.72732],[-122.46168,37.72723]]}},
{"type":"Feature","properties":{"NAME":"Hearst","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44417,37.73055],[-122.446481,37.73052]]}},
{"type":"Feature","properties":{"NAME":"Hearst","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.446481,37.73052],[-122.448621,37.73049]]}},
{"type":"Feature","properties":{"NAME":"Hearst","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.448621,37.73049],[-122.45094,37.73046]]}},
{"type":"Feature","properties":{"NAME":"Hearst","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45094,37.73046],[-122.45303,37.73043]]}},
{"type":"Feature","properties":{"NAME":"Holloway","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46198,37.72153],[-122.46238,37.72153]]}},
{"type":"Feature","properties":{"NAME":"Ridgewood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45303,37.73043],[-122.45308,37.73133]]}},
{"type":"Feature","properties":{"NAME":"Monterey","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45308,37.73133],[-122.453381,37.73133]]}},
{"type":"Feature","properties":{"NAME":"Monterey","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.453381,37.73133],[-122.45458,37.73135]]}},
{"type":"Feature","properties":{"NAME":"Monterey","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45458,37.73135],[-122.45557,37.73115]]}},
{"type":"Feature","properties":{"NAME":"Monterey","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45557,37.73115],[-122.45637,37.73098]]}},
{"type":"Feature","properties":{"NAME":"Monterey","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45637,37.73098],[-122.45727,37.7308]]}},
{"type":"Feature","properties":{"NAME":"Monterey","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45727,37.7308],[-122.4579,37.73067]]}},
{"type":"Feature","properties":{"NAME":"Monterey","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4579,37.73067],[-122.45798,37.73065]]}},
{"type":"Feature","properties":{"NAME":"Monterey","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45798,37.73065],[-122.45836,37.73057]]}},
{"type":"Feature","properties":{"NAME":"Monterey","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.45836,37.73057],[-122.45881,37.73048]]}},
{"type":"Feature","properties":{"NAME":"Kenwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.45968,37.72864],[-122.46058,37.72853]]}},
{"type":"Feature","properties":{"NAME":"Kenwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46074,37.72845],[-122.462681,37.72793]]}},
{"type":"Feature","properties":{"NAME":"Kenwood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46058,37.72853],[-122.46074,37.72845]]}},
{"type":"Feature","properties":{"NAME":"Circular","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43303,37.73267],[-122.434201,37.73225]]}},
{"type":"Feature","properties":{"NAME":"Circular","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.438691,37.73065],[-122.43957,37.73034]]}},
{"type":"Feature","properties":{"NAME":"Joost","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43418,37.73213],[-122.434661,37.73209]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43303,37.73267],[-122.43418,37.73213]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43228,37.73302],[-122.43303,37.73267]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43118,37.73353],[-122.43228,37.73302]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43418,37.73213],[-122.43517,37.73131]]}},
{"type":"Feature","properties":{"NAME":"Bosworth","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43228,37.73302],[-122.432861,37.73314]]}},
{"type":"Feature","properties":{"NAME":"Detroit","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44428,37.72823],[-122.44425,37.72886]]}},
{"type":"Feature","properties":{"NAME":"Detroit","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44425,37.72886],[-122.44421,37.72971]]}},
{"type":"Feature","properties":{"NAME":"Detroit","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44421,37.72971],[-122.44417,37.73055]]}},
{"type":"Feature","properties":{"NAME":"Niantic","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.46778,37.70943],[-122.46888,37.70823]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.45008,37.71483],[-122.45128,37.71363]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.44393,37.72728],[-122.44454,37.72673]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.442981,37.72823],[-122.44393,37.72728]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.43154,37.73174],[-122.43262,37.73166]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.43262,37.73166],[-122.43342,37.73159]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.43342,37.73159],[-122.43418,37.73153]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.43418,37.73153],[-122.43517,37.73131]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.45128,37.71363],[-122.45264,37.71275]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.45264,37.71275],[-122.45528,37.71103]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.45528,37.71103],[-122.45573,37.71093]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.45573,37.71093],[-122.45878,37.71023]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.45878,37.71023],[-122.46084,37.71029]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.46084,37.71029],[-122.46248,37.71033]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.46248,37.71033],[-122.46258,37.71033]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.43957,37.73034],[-122.4408,37.72949]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.4408,37.72949],[-122.441201,37.72927]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.441201,37.72927],[-122.44162,37.72906]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.442631,37.72846],[-122.442981,37.72823]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.44162,37.72906],[-122.442631,37.72846]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.43517,37.73131],[-122.43598,37.73113]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.43598,37.73113],[-122.43957,37.73034]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.46258,37.71033],[-122.463411,37.71037]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.463411,37.71037],[-122.46437,37.71041]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.46437,37.71041],[-122.46728,37.70943]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.46728,37.70943],[-122.46783,37.70902]]}},
{"type":"Feature","properties":{"NAME":"280","SPEED_MPH":65},"geometry":{"type":"LineString","coordinates":[[-122.46783,37.70902],[-122.46888,37.70823]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.45573,37.71093],[-122.456961,37.70985]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.456961,37.70985],[-122.457141,37.70964]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.457141,37.70964],[-122.45738,37.70935]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.45738,37.70935],[-122.457851,37.70876]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":50},"geometry":{"type":"LineString","coordinates":[[-122.457851,37.70876],[-122.45828,37.70823]]}},
{"type":"Feature","properties":{"NAME":"Oliver","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44936,37.70832],[-122.44928,37.70823]]}},
{"type":"Feature","properties":{"NAME":null,"SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.442981,37.72473],[-122.44448,37.72533]]}},
{"type":"Feature","properties":{"NAME":"Ramp","SPEED_MPH":30},"geometry":{"type":"LineString","coordinates":[[-122.44548,37.72473],[-122.447561,37.72277]]}},
{"type":"Feature","properties":{"NAME":"Kenny","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43861,37.71925],[-122.437871,37.71883]]}},
{"type":"Feature","properties":{"NAME":"Amazon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.440131,37.71714],[-122.43934,37.71683]]}},
{"type":"Feature","properties":{"NAME":"Amazon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43934,37.71683],[-122.43859,37.71655]]}},
{"type":"Feature","properties":{"NAME":"Amazon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43859,37.71655],[-122.43769,37.7162]]}},
{"type":"Feature","properties":{"NAME":"Amazon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43769,37.7162],[-122.43682,37.71587]]}},
{"type":"Feature","properties":{"NAME":"Amazon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43682,37.71587],[-122.43604,37.71557]]}},
{"type":"Feature","properties":{"NAME":"Amazon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43604,37.71557],[-122.43507,37.7152]]}},
{"type":"Feature","properties":{"NAME":"Amazon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43507,37.7152],[-122.43425,37.71489]]}},
{"type":"Feature","properties":{"NAME":"Amazon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43425,37.71489],[-122.433411,37.71457]]}},
{"type":"Feature","properties":{"NAME":"Amazon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.433411,37.71457],[-122.43272,37.71431]]}},
{"type":"Feature","properties":{"NAME":"Brazil","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43468,37.72453],[-122.43393,37.72417]]}},
{"type":"Feature","properties":{"NAME":"Brazil","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43393,37.72417],[-122.43315,37.7238]]}},
{"type":"Feature","properties":{"NAME":"Brazil","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43315,37.7238],[-122.43238,37.72343]]}},
{"type":"Feature","properties":{"NAME":"Brazil","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43238,37.72343],[-122.43151,37.72301]]}},
{"type":"Feature","properties":{"NAME":"Capistrano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43808,37.72673],[-122.438691,37.72537]]}},
{"type":"Feature","properties":{"NAME":"Capistrano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.438691,37.72537],[-122.4393,37.72399]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44919,37.71412],[-122.44968,37.71373]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.439761,37.72192],[-122.440121,37.72135]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.440121,37.72135],[-122.4405,37.72074]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4405,37.72074],[-122.44087,37.72013]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44087,37.72013],[-122.44118,37.71963]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44118,37.71963],[-122.4423,37.71937]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4423,37.71937],[-122.44288,37.71923]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44288,37.71923],[-122.44347,37.71875]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44347,37.71875],[-122.443981,37.71833]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.443981,37.71833],[-122.444051,37.71827]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.444051,37.71827],[-122.44458,37.71783]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44458,37.71783],[-122.44508,37.71733]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44508,37.71733],[-122.44556,37.71684]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44556,37.71684],[-122.44682,37.71598]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44682,37.71598],[-122.447281,37.71563]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.447281,37.71563],[-122.44794,37.71511]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44794,37.71511],[-122.44856,37.71462]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44856,37.71462],[-122.44919,37.71412]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43661,37.72703],[-122.4379,37.72494]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4379,37.72494],[-122.4387,37.72365]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4387,37.72365],[-122.4389,37.72332]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4389,37.72332],[-122.43944,37.72245]]}},
{"type":"Feature","properties":{"NAME":"Cayuga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43944,37.72245],[-122.439761,37.72192]]}},
{"type":"Feature","properties":{"NAME":"Delano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.442091,37.72439],[-122.44246,37.72387]]}},
{"type":"Feature","properties":{"NAME":"Delano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44034,37.72626],[-122.4415,37.7252]]}},
{"type":"Feature","properties":{"NAME":"Delano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4415,37.7252],[-122.442091,37.72439]]}},
{"type":"Feature","properties":{"NAME":"Delano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44246,37.72387],[-122.44312,37.72295]]}},
{"type":"Feature","properties":{"NAME":"Delano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44312,37.72295],[-122.44375,37.72208]]}},
{"type":"Feature","properties":{"NAME":"Delano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44448,37.72093],[-122.444781,37.7204]]}},
{"type":"Feature","properties":{"NAME":"Delano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.444781,37.7204],[-122.445041,37.71996]]}},
{"type":"Feature","properties":{"NAME":"Delano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.445041,37.71996],[-122.44535,37.71941]]}},
{"type":"Feature","properties":{"NAME":"Delano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44535,37.71941],[-122.44587,37.7185]]}},
{"type":"Feature","properties":{"NAME":"Delano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44587,37.7185],[-122.446111,37.7181]]}},
{"type":"Feature","properties":{"NAME":"Delano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.446111,37.7181],[-122.44644,37.71752]]}},
{"type":"Feature","properties":{"NAME":"Delano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44644,37.71752],[-122.44673,37.71701]]}},
{"type":"Feature","properties":{"NAME":"Delano","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44673,37.71701],[-122.44718,37.71623]]}},
{"type":"Feature","properties":{"NAME":"Ellington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44238,37.71553],[-122.44306,37.71496]]}},
{"type":"Feature","properties":{"NAME":"Ellington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44306,37.71496],[-122.44416,37.71403]]}},
{"type":"Feature","properties":{"NAME":"Ellington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44416,37.71403],[-122.44472,37.71356]]}},
{"type":"Feature","properties":{"NAME":"Ellington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44472,37.71356],[-122.44538,37.713]]}},
{"type":"Feature","properties":{"NAME":"Ellington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44538,37.713],[-122.44618,37.71233]]}},
{"type":"Feature","properties":{"NAME":"Ellington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44618,37.71233],[-122.446561,37.71201]]}},
{"type":"Feature","properties":{"NAME":"Ellington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.446561,37.71201],[-122.44788,37.7109]]}},
{"type":"Feature","properties":{"NAME":"Ellington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44788,37.7109],[-122.44923,37.70977]]}},
{"type":"Feature","properties":{"NAME":"Excelsior","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43342,37.72609],[-122.43276,37.72577]]}},
{"type":"Feature","properties":{"NAME":"Excelsior","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43276,37.72577],[-122.431971,37.72538]]}},
{"type":"Feature","properties":{"NAME":"Farragut","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44923,37.70977],[-122.44998,37.71043]]}},
{"type":"Feature","properties":{"NAME":"Foote","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.444681,37.71243],[-122.44538,37.713]]}},
{"type":"Feature","properties":{"NAME":"Foote","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44538,37.713],[-122.44669,37.71408]]}},
{"type":"Feature","properties":{"NAME":"Foote","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44669,37.71408],[-122.447191,37.71449]]}},
{"type":"Feature","properties":{"NAME":"Foote","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.447191,37.71449],[-122.44794,37.71511]]}},
{"type":"Feature","properties":{"NAME":"Foote","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44794,37.71511],[-122.44858,37.71563]]}},
{"type":"Feature","properties":{"NAME":"Foote","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44918,37.71603],[-122.449791,37.71664]]}},
{"type":"Feature","properties":{"NAME":"France","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.438061,37.72001],[-122.437441,37.71942]]}},
{"type":"Feature","properties":{"NAME":"France","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.437441,37.71942],[-122.4367,37.71907]]}},
{"type":"Feature","properties":{"NAME":"France","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4367,37.71907],[-122.43587,37.71869]]}},
{"type":"Feature","properties":{"NAME":"France","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43587,37.71869],[-122.435021,37.71829]]}},
{"type":"Feature","properties":{"NAME":"France","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.435021,37.71829],[-122.434291,37.71795]]}},
{"type":"Feature","properties":{"NAME":"France","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.434291,37.71795],[-122.43336,37.71752]]}},
{"type":"Feature","properties":{"NAME":"France","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43336,37.71752],[-122.432591,37.71716]]}},
{"type":"Feature","properties":{"NAME":"France","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.432591,37.71716],[-122.431791,37.71679]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43934,37.71555],[-122.43848,37.71514]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44991,37.72189],[-122.449071,37.72155]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43848,37.71514],[-122.43765,37.71475]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43765,37.71475],[-122.436901,37.71439]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.436901,37.71439],[-122.43598,37.71395]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43598,37.71395],[-122.43521,37.71359]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43521,37.71359],[-122.43441,37.71321]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43441,37.71321],[-122.433771,37.7129]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.433771,37.7129],[-122.43298,37.71253]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43298,37.71253],[-122.43209,37.71243]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.449071,37.72155],[-122.44823,37.72122]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44823,37.72122],[-122.44753,37.72094]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44753,37.72094],[-122.446481,37.72053]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.446481,37.72053],[-122.445041,37.71996]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.445041,37.71996],[-122.44347,37.71875]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44347,37.71875],[-122.443071,37.71844]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.443071,37.71844],[-122.44273,37.71818]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44273,37.71818],[-122.44211,37.71769]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44211,37.71769],[-122.441381,37.71713]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.441381,37.71713],[-122.44078,37.71623]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44078,37.71623],[-122.44005,37.71588]]}},
{"type":"Feature","properties":{"NAME":"Geneva","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44005,37.71588],[-122.43934,37.71555]]}},
{"type":"Feature","properties":{"NAME":"Huron","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.444961,37.71563],[-122.44551,37.71503]]}},
{"type":"Feature","properties":{"NAME":"Huron","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44551,37.71503],[-122.446111,37.71455]]}},
{"type":"Feature","properties":{"NAME":"Huron","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.446111,37.71455],[-122.44669,37.71408]]}},
{"type":"Feature","properties":{"NAME":"Huron","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44669,37.71408],[-122.44727,37.71362]]}},
{"type":"Feature","properties":{"NAME":"Huron","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44727,37.71362],[-122.447921,37.71309]]}},
{"type":"Feature","properties":{"NAME":"Huron","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.447921,37.71309],[-122.44865,37.71251]]}},
{"type":"Feature","properties":{"NAME":"Huron","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44865,37.71251],[-122.44929,37.71199]]}},
{"type":"Feature","properties":{"NAME":"Huron","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44929,37.71199],[-122.44983,37.71157]]}},
{"type":"Feature","properties":{"NAME":"Italy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43935,37.71822],[-122.43858,37.71786]]}},
{"type":"Feature","properties":{"NAME":"Italy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43858,37.71786],[-122.43786,37.71752]]}},
{"type":"Feature","properties":{"NAME":"Italy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43786,37.71752],[-122.43701,37.71713]]}},
{"type":"Feature","properties":{"NAME":"Italy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43701,37.71713],[-122.43617,37.71674]]}},
{"type":"Feature","properties":{"NAME":"Italy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43617,37.71674],[-122.43543,37.7164]]}},
{"type":"Feature","properties":{"NAME":"Italy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43543,37.7164],[-122.43451,37.71597]]}},
{"type":"Feature","properties":{"NAME":"Italy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43451,37.71597],[-122.43373,37.7156]]}},
{"type":"Feature","properties":{"NAME":"Italy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43373,37.7156],[-122.43293,37.71523]]}},
{"type":"Feature","properties":{"NAME":"Italy","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43293,37.71523],[-122.43226,37.71492]]}},
{"type":"Feature","properties":{"NAME":"Meda","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44105,37.72313],[-122.44246,37.72387]]}},
{"type":"Feature","properties":{"NAME":"Modoc","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44856,37.71462],[-122.449081,37.71503]]}},
{"type":"Feature","properties":{"NAME":"Mount Vernon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44251,37.71455],[-122.44306,37.71496]]}},
{"type":"Feature","properties":{"NAME":"Mount Vernon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44437,37.71594],[-122.444951,37.71638]]}},
{"type":"Feature","properties":{"NAME":"Mount Vernon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.444951,37.71638],[-122.44556,37.71684]]}},
{"type":"Feature","properties":{"NAME":"Mount Vernon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44556,37.71684],[-122.44644,37.71752]]}},
{"type":"Feature","properties":{"NAME":"Mount Vernon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44644,37.71752],[-122.447371,37.71793]]}},
{"type":"Feature","properties":{"NAME":"Mount Vernon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44306,37.71496],[-122.44357,37.71534]]}},
{"type":"Feature","properties":{"NAME":"Mount Vernon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.447371,37.71793],[-122.44784,37.71813]]}},
{"type":"Feature","properties":{"NAME":"Mount Vernon","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44838,37.71833],[-122.44901,37.71855]]}},
{"type":"Feature","properties":{"NAME":"Mount Vernon","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44901,37.71855],[-122.44983,37.71885]]}},
{"type":"Feature","properties":{"NAME":"Mount Vernon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44357,37.71534],[-122.44368,37.71543]]}},
{"type":"Feature","properties":{"NAME":"Mount Vernon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44368,37.71543],[-122.44437,37.71594]]}},
{"type":"Feature","properties":{"NAME":"Naglee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44571,37.71132],[-122.446561,37.71201]]}},
{"type":"Feature","properties":{"NAME":"Naglee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.446561,37.71201],[-122.44718,37.7125]]}},
{"type":"Feature","properties":{"NAME":"Naglee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44718,37.7125],[-122.447921,37.71309]]}},
{"type":"Feature","properties":{"NAME":"Naglee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.447921,37.71309],[-122.4487,37.71372]]}},
{"type":"Feature","properties":{"NAME":"Naglee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4487,37.71372],[-122.44919,37.71412]]}},
{"type":"Feature","properties":{"NAME":"Naglee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44919,37.71412],[-122.45008,37.71483]]}},
{"type":"Feature","properties":{"NAME":"Nahua","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44727,37.71922],[-122.44758,37.71863]]}},
{"type":"Feature","properties":{"NAME":"Nahua","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44758,37.71863],[-122.44784,37.71813]]}},
{"type":"Feature","properties":{"NAME":"Nahua","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44673,37.71701],[-122.44748,37.71733]]}},
{"type":"Feature","properties":{"NAME":"Nahua","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44748,37.71733],[-122.44793,37.71755]]}},
{"type":"Feature","properties":{"NAME":"Nahua","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44784,37.71813],[-122.44793,37.71755]]}},
{"type":"Feature","properties":{"NAME":"Navajo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44288,37.71923],[-122.444781,37.7204]]}},
{"type":"Feature","properties":{"NAME":"Navajo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.444781,37.7204],[-122.44548,37.72083]]}},
{"type":"Feature","properties":{"NAME":"Niagara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44143,37.7156],[-122.44206,37.71602]]}},
{"type":"Feature","properties":{"NAME":"Niagara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44323,37.71679],[-122.44458,37.71783]]}},
{"type":"Feature","properties":{"NAME":"Niagara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44458,37.71783],[-122.44587,37.7185]]}},
{"type":"Feature","properties":{"NAME":"Niagara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44587,37.7185],[-122.44708,37.71913]]}},
{"type":"Feature","properties":{"NAME":"Niagara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44708,37.71913],[-122.44727,37.71922]]}},
{"type":"Feature","properties":{"NAME":"Niagara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44727,37.71922],[-122.44748,37.71933]]}},
{"type":"Feature","properties":{"NAME":"Niagara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44748,37.71933],[-122.44789,37.71943]]}},
{"type":"Feature","properties":{"NAME":"Niagara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44206,37.71602],[-122.44264,37.7164]]}},
{"type":"Feature","properties":{"NAME":"Niagara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44838,37.71963],[-122.44909,37.71993]]}},
{"type":"Feature","properties":{"NAME":"Niagara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44909,37.71993],[-122.449881,37.72027]]}},
{"type":"Feature","properties":{"NAME":"Niagara","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44264,37.7164],[-122.44323,37.71679]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44448,37.72283],[-122.4464,37.72277]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4354,37.72363],[-122.43623,37.72356]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4389,37.72332],[-122.439941,37.72323]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.439941,37.72323],[-122.44105,37.72313]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44105,37.72313],[-122.442361,37.72302]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.442361,37.72302],[-122.44312,37.72295]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44312,37.72295],[-122.44448,37.72283]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4367,37.72352],[-122.4373,37.72346]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4373,37.72346],[-122.43821,37.72338]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4367,37.72352],[-122.43623,37.72356]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4464,37.72277],[-122.447561,37.72277]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.447561,37.72277],[-122.44938,37.72273]]}},
{"type":"Feature","properties":{"NAME":"Ocean","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43821,37.72338],[-122.4389,37.72332]]}},
{"type":"Feature","properties":{"NAME":"Oneida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43928,37.72023],[-122.4405,37.72074]]}},
{"type":"Feature","properties":{"NAME":"Oneida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.442081,37.72143],[-122.44375,37.72208]]}},
{"type":"Feature","properties":{"NAME":"Oneida","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44375,37.72208],[-122.444781,37.72248]]}},
{"type":"Feature","properties":{"NAME":"Onondaga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43742,37.7209],[-122.43858,37.72143]]}},
{"type":"Feature","properties":{"NAME":"Onondaga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.439761,37.72192],[-122.440481,37.72223]]}},
{"type":"Feature","properties":{"NAME":"Onondaga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.440481,37.72223],[-122.441371,37.7226]]}},
{"type":"Feature","properties":{"NAME":"Onondaga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.441371,37.7226],[-122.442361,37.72302]]}},
{"type":"Feature","properties":{"NAME":"Onondaga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43858,37.72143],[-122.43906,37.72163]]}},
{"type":"Feature","properties":{"NAME":"Onondaga","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43906,37.72163],[-122.439761,37.72192]]}},
{"type":"Feature","properties":{"NAME":"Otega","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.447381,37.71783],[-122.447371,37.71793]]}},
{"type":"Feature","properties":{"NAME":"Otega","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.447381,37.71783],[-122.44748,37.71733]]}},
{"type":"Feature","properties":{"NAME":"Otega","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44748,37.71733],[-122.44768,37.71693]]}},
{"type":"Feature","properties":{"NAME":"Otsego","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43867,37.72705],[-122.43944,37.72578]]}},
{"type":"Feature","properties":{"NAME":"Otsego","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43944,37.72578],[-122.44022,37.72449]]}},
{"type":"Feature","properties":{"NAME":"Otsego","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44022,37.72449],[-122.440661,37.72377]]}},
{"type":"Feature","properties":{"NAME":"Otsego","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.440661,37.72377],[-122.44105,37.72313]]}},
{"type":"Feature","properties":{"NAME":"Otsego","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44105,37.72313],[-122.441371,37.7226]]}},
{"type":"Feature","properties":{"NAME":"Otsego","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.441371,37.7226],[-122.442081,37.72143]]}},
{"type":"Feature","properties":{"NAME":"Ottawa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44551,37.71503],[-122.445761,37.71522]]}},
{"type":"Feature","properties":{"NAME":"Ottawa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.443521,37.71356],[-122.44416,37.71403]]}},
{"type":"Feature","properties":{"NAME":"Ottawa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.445761,37.71522],[-122.44618,37.71553]]}},
{"type":"Feature","properties":{"NAME":"Ottawa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44618,37.71553],[-122.44682,37.71598]]}},
{"type":"Feature","properties":{"NAME":"Ottawa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44682,37.71598],[-122.44718,37.71623]]}},
{"type":"Feature","properties":{"NAME":"Ottawa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44718,37.71623],[-122.44768,37.71693]]}},
{"type":"Feature","properties":{"NAME":"Ottawa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44416,37.71403],[-122.44474,37.71446]]}},
{"type":"Feature","properties":{"NAME":"Ottawa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44474,37.71446],[-122.44551,37.71503]]}},
{"type":"Feature","properties":{"NAME":"Persia","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43623,37.72356],[-122.43588,37.72303]]}},
{"type":"Feature","properties":{"NAME":"Persia","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43588,37.72303],[-122.43507,37.72263]]}},
{"type":"Feature","properties":{"NAME":"Persia","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43507,37.72263],[-122.434311,37.72225]]}},
{"type":"Feature","properties":{"NAME":"Persia","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.434311,37.72225],[-122.43353,37.72187]]}},
{"type":"Feature","properties":{"NAME":"Persia","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43353,37.72187],[-122.43267,37.72144]]}},
{"type":"Feature","properties":{"NAME":"Persia","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43267,37.72144],[-122.431971,37.7211]]}},
{"type":"Feature","properties":{"NAME":"Rae","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44718,37.7125],[-122.4486,37.71145]]}},
{"type":"Feature","properties":{"NAME":"Rae","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4486,37.71145],[-122.44998,37.71043]]}},
{"type":"Feature","properties":{"NAME":"Rudden","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.440661,37.72377],[-122.442091,37.72439]]}},
{"type":"Feature","properties":{"NAME":"Russia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.437071,37.72138],[-122.436271,37.721]]}},
{"type":"Feature","properties":{"NAME":"Russia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.436271,37.721],[-122.43552,37.72064]]}},
{"type":"Feature","properties":{"NAME":"Russia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43552,37.72064],[-122.43471,37.72026]]}},
{"type":"Feature","properties":{"NAME":"Russia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43471,37.72026],[-122.433861,37.71985]]}},
{"type":"Feature","properties":{"NAME":"Russia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.433861,37.71985],[-122.433141,37.71951]]}},
{"type":"Feature","properties":{"NAME":"Russia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.433141,37.71951],[-122.43222,37.71908]]}},
{"type":"Feature","properties":{"NAME":"Russia","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43222,37.71908],[-122.43145,37.71871]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44798,37.71874],[-122.44821,37.71856]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44448,37.72283],[-122.444781,37.72248]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44135,37.72681],[-122.44228,37.72563]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44228,37.72563],[-122.442981,37.72473]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.442981,37.72473],[-122.44374,37.72378]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44374,37.72378],[-122.44448,37.72283]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.444781,37.72248],[-122.445681,37.72143]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.445681,37.72143],[-122.44589,37.7212]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44589,37.7212],[-122.446481,37.72053]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.446481,37.72053],[-122.44748,37.71933]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44748,37.71933],[-122.44798,37.71874]]}},
{"type":"Feature","properties":{"NAME":"San Jose","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44838,37.71833],[-122.449791,37.71664]]}},
{"type":"Feature","properties":{"NAME":"San Juan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43514,37.72396],[-122.43683,37.72456]]}},
{"type":"Feature","properties":{"NAME":"San Juan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43683,37.72456],[-122.4379,37.72494]]}},
{"type":"Feature","properties":{"NAME":"San Juan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4379,37.72494],[-122.438691,37.72537]]}},
{"type":"Feature","properties":{"NAME":"San Juan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.438691,37.72537],[-122.43944,37.72578]]}},
{"type":"Feature","properties":{"NAME":"San Juan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43944,37.72578],[-122.44034,37.72626]]}},
{"type":"Feature","properties":{"NAME":"San Juan","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44034,37.72626],[-122.44135,37.72681]]}},
{"type":"Feature","properties":{"NAME":"Santa Rosa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43379,37.72563],[-122.43587,37.72666]]}},
{"type":"Feature","properties":{"NAME":"Santa Rosa","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43587,37.72666],[-122.43661,37.72703]]}},
{"type":"Feature","properties":{"NAME":"Santa Ynez","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43821,37.72338],[-122.4387,37.72365]]}},
{"type":"Feature","properties":{"NAME":"Santa Ynez","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44022,37.72449],[-122.4415,37.7252]]}},
{"type":"Feature","properties":{"NAME":"Santa Ynez","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4387,37.72365],[-122.4393,37.72399]]}},
{"type":"Feature","properties":{"NAME":"Santa Ynez","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4415,37.7252],[-122.44228,37.72563]]}},
{"type":"Feature","properties":{"NAME":"Santa Ynez","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4393,37.72399],[-122.44022,37.72449]]}},
{"type":"Feature","properties":{"NAME":"Santa Ysabel","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43808,37.72673],[-122.43867,37.72705]]}},
{"type":"Feature","properties":{"NAME":"Seminole","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.443981,37.71833],[-122.44535,37.71941]]}},
{"type":"Feature","properties":{"NAME":"Seneca","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43998,37.71734],[-122.44053,37.71782]]}},
{"type":"Feature","properties":{"NAME":"Seneca","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44126,37.71845],[-122.44184,37.71896]]}},
{"type":"Feature","properties":{"NAME":"Seneca","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44184,37.71896],[-122.4423,37.71937]]}},
{"type":"Feature","properties":{"NAME":"Seneca","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4423,37.71937],[-122.44448,37.72093]]}},
{"type":"Feature","properties":{"NAME":"Seneca","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44448,37.72093],[-122.445681,37.72143]]}},
{"type":"Feature","properties":{"NAME":"Seneca","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44053,37.71782],[-122.44078,37.71803]]}},
{"type":"Feature","properties":{"NAME":"Seneca","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44078,37.71803],[-122.44126,37.71845]]}},
{"type":"Feature","properties":{"NAME":"Shawnee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44508,37.71733],[-122.446111,37.7181]]}},
{"type":"Feature","properties":{"NAME":"Shawnee","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.446111,37.7181],[-122.44758,37.71863]]}},
{"type":"Feature","properties":{"NAME":"Watt","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44144,37.70955],[-122.44091,37.70898]]}},
{"type":"Feature","properties":{"NAME":"Watt","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44091,37.70898],[-122.44078,37.70883]]}},
{"type":"Feature","properties":{"NAME":"Whipple","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44733,37.71047],[-122.44788,37.7109]]}},
{"type":"Feature","properties":{"NAME":"Whipple","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44788,37.7109],[-122.4486,37.71145]]}},
{"type":"Feature","properties":{"NAME":"Whipple","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4486,37.71145],[-122.44929,37.71199]]}},
{"type":"Feature","properties":{"NAME":"Whipple","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44929,37.71199],[-122.44991,37.71247]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43587,37.72666],[-122.43625,37.72591]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43625,37.72591],[-122.43651,37.7253]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43651,37.7253],[-122.43683,37.72456]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43683,37.72456],[-122.4373,37.72346]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4373,37.72346],[-122.43739,37.72331]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43739,37.72331],[-122.437711,37.7228]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.437711,37.7228],[-122.43858,37.72143]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43858,37.72143],[-122.43898,37.72075]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43898,37.72075],[-122.43928,37.72023]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43928,37.72023],[-122.44126,37.71845]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44126,37.71845],[-122.44211,37.71769]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44211,37.71769],[-122.44265,37.71724]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44265,37.71724],[-122.44278,37.71713]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44278,37.71713],[-122.44323,37.71679]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44323,37.71679],[-122.44437,37.71594]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44437,37.71594],[-122.444961,37.71563]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.444961,37.71563],[-122.445761,37.71522]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.445761,37.71522],[-122.447191,37.71449]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.447191,37.71449],[-122.4487,37.71372]]}},
{"type":"Feature","properties":{"NAME":"Alemany","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4487,37.71372],[-122.449521,37.71336]]}},
{"type":"Feature","properties":{"NAME":"Hill","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43298,37.71253],[-122.43248,37.71195]]}},
{"type":"Feature","properties":{"NAME":"Hill","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43248,37.71195],[-122.43178,37.71113]]}},
{"type":"Feature","properties":{"NAME":"Balhi","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43928,37.72093],[-122.440121,37.72135]]}},
{"type":"Feature","properties":{"NAME":"Baywood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44267,37.71889],[-122.443071,37.71844]]}},
{"type":"Feature","properties":{"NAME":"Byron","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44481,37.70886],[-122.44333,37.70945]]}},
{"type":"Feature","properties":{"NAME":"Cassandra","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44778,37.70943],[-122.44958,37.70893]]}},
{"type":"Feature","properties":{"NAME":"Crescio","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44761,37.70914],[-122.4469,37.70945]]}},
{"type":"Feature","properties":{"NAME":"Dichiera","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44618,37.71233],[-122.44678,37.71283]]}},
{"type":"Feature","properties":{"NAME":"Fredson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44668,37.71313],[-122.44727,37.71362]]}},
{"type":"Feature","properties":{"NAME":"Gloria","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44078,37.71753],[-122.441381,37.71713]]}},
{"type":"Feature","properties":{"NAME":"Hollywood","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.440481,37.71483],[-122.44133,37.71455]]}},
{"type":"Feature","properties":{"NAME":"Knott","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44091,37.70898],[-122.44154,37.70889]]}},
{"type":"Feature","properties":{"NAME":"Lincoln","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.442351,37.70872],[-122.442621,37.70866]]}},
{"type":"Feature","properties":{"NAME":"Lincoln","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.442621,37.70866],[-122.44313,37.70855]]}},
{"type":"Feature","properties":{"NAME":"Moneta","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44918,37.71293],[-122.448811,37.7132]]}},
{"type":"Feature","properties":{"NAME":"Nadell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.442621,37.70866],[-122.44273,37.70894]]}},
{"type":"Feature","properties":{"NAME":"Rosella","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.438781,37.72223],[-122.43906,37.72163]]}},
{"type":"Feature","properties":{"NAME":"Valerton","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.438781,37.72223],[-122.43944,37.72245]]}},
{"type":"Feature","properties":{"NAME":"Chancery","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44265,37.71724],[-122.4422,37.71692]]}},
{"type":"Feature","properties":{"NAME":"Ridge","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44948,37.71773],[-122.449791,37.71782]]}},
{"type":"Feature","properties":{"NAME":"Royal","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43768,37.71333],[-122.43748,37.71293]]}},
{"type":"Feature","properties":{"NAME":"Sgt John V Young","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44374,37.72378],[-122.44562,37.72379]]}},
{"type":"Feature","properties":{"NAME":"Sunbeam","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44087,37.72013],[-122.43998,37.72013]]}},
{"type":"Feature","properties":{"NAME":"Watson","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4367,37.72352],[-122.43703,37.72318]]}},
{"type":"Feature","properties":{"NAME":"Allison","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44251,37.71455],[-122.441991,37.71348]]}},
{"type":"Feature","properties":{"NAME":"Allison","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.441991,37.71348],[-122.44135,37.71216]]}},
{"type":"Feature","properties":{"NAME":"Allison","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44135,37.71216],[-122.44078,37.71098]]}},
{"type":"Feature","properties":{"NAME":"Allison","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44078,37.71098],[-122.44027,37.70992]]}},
{"type":"Feature","properties":{"NAME":"Allison","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44027,37.70992],[-122.43998,37.70933]]}},
{"type":"Feature","properties":{"NAME":"Athens","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43441,37.71321],[-122.43505,37.71264]]}},
{"type":"Feature","properties":{"NAME":"Athens","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43505,37.71264],[-122.435741,37.71204]]}},
{"type":"Feature","properties":{"NAME":"Athens","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.435741,37.71204],[-122.43733,37.71212]]}},
{"type":"Feature","properties":{"NAME":"Athens","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.431791,37.71679],[-122.43293,37.71523]]}},
{"type":"Feature","properties":{"NAME":"Athens","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43293,37.71523],[-122.433411,37.71457]]}},
{"type":"Feature","properties":{"NAME":"Athens","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.433411,37.71457],[-122.43441,37.71321]]}},
{"type":"Feature","properties":{"NAME":"Bannock","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44184,37.71896],[-122.44273,37.71818]]}},
{"type":"Feature","properties":{"NAME":"Bertita","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43948,37.71913],[-122.44078,37.71803]]}},
{"type":"Feature","properties":{"NAME":"Brunswick","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43791,37.71185],[-122.438861,37.71156]]}},
{"type":"Feature","properties":{"NAME":"Brunswick","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.438861,37.71156],[-122.44001,37.71121]]}},
{"type":"Feature","properties":{"NAME":"Brunswick","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44001,37.71121],[-122.44078,37.71098]]}},
{"type":"Feature","properties":{"NAME":"Brunswick","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44078,37.71098],[-122.441901,37.71063]]}},
{"type":"Feature","properties":{"NAME":"Brunswick","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.441901,37.71063],[-122.442541,37.71044]]}},
{"type":"Feature","properties":{"NAME":"Brunswick","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.442541,37.71044],[-122.44318,37.71024]]}},
{"type":"Feature","properties":{"NAME":"Brunswick","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44318,37.71024],[-122.44527,37.70961]]}},
{"type":"Feature","properties":{"NAME":"Brunswick","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44527,37.70961],[-122.44633,37.70928]]}},
{"type":"Feature","properties":{"NAME":"Brunswick","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44633,37.70928],[-122.446651,37.70918]]}},
{"type":"Feature","properties":{"NAME":"Brunswick","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.446651,37.70918],[-122.44748,37.70893]]}},
{"type":"Feature","properties":{"NAME":"Brunswick","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44748,37.70893],[-122.44936,37.70832]]}},
{"type":"Feature","properties":{"NAME":"Concord","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44327,37.71381],[-122.44302,37.71322]]}},
{"type":"Feature","properties":{"NAME":"Concord","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44246,37.71194],[-122.441901,37.71063]]}},
{"type":"Feature","properties":{"NAME":"Concord","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.441901,37.71063],[-122.4417,37.71017]]}},
{"type":"Feature","properties":{"NAME":"Concord","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44302,37.71322],[-122.44246,37.71194]]}},
{"type":"Feature","properties":{"NAME":"Concord","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4417,37.71017],[-122.44144,37.70955]]}},
{"type":"Feature","properties":{"NAME":"Cordova","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.436271,37.71321],[-122.435741,37.71204]]}},
{"type":"Feature","properties":{"NAME":"Cordova","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.435741,37.71204],[-122.43543,37.71134]]}},
{"type":"Feature","properties":{"NAME":"Cordova","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43543,37.71134],[-122.43512,37.71066]]}},
{"type":"Feature","properties":{"NAME":"Cordova","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43512,37.71066],[-122.434841,37.71004]]}},
{"type":"Feature","properties":{"NAME":"Cordova","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.434841,37.71004],[-122.4346,37.7095]]}},
{"type":"Feature","properties":{"NAME":"Cordova","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4346,37.7095],[-122.434221,37.70866]]}},
{"type":"Feature","properties":{"NAME":"Cordova","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.434221,37.70866],[-122.43398,37.70813]]}},
{"type":"Feature","properties":{"NAME":"Cross","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44101,37.71373],[-122.441991,37.71348]]}},
{"type":"Feature","properties":{"NAME":"Cross","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.441991,37.71348],[-122.44302,37.71322]]}},
{"type":"Feature","properties":{"NAME":"Curtis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44018,37.71502],[-122.44015,37.71496]]}},
{"type":"Feature","properties":{"NAME":"Curtis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43948,37.71273],[-122.438861,37.71156]]}},
{"type":"Feature","properties":{"NAME":"Curtis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.438861,37.71156],[-122.4384,37.7107]]}},
{"type":"Feature","properties":{"NAME":"Curtis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44015,37.71496],[-122.43928,37.71283]]}},
{"type":"Feature","properties":{"NAME":"Curtis","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4384,37.7107],[-122.43802,37.70998]]}},
{"type":"Feature","properties":{"NAME":"Del Monte","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44288,37.71603],[-122.44368,37.71543]]}},
{"type":"Feature","properties":{"NAME":"Del Monte","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44357,37.71534],[-122.44474,37.71446]]}},
{"type":"Feature","properties":{"NAME":"Drake","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.436981,37.71043],[-122.43648,37.70983]]}},
{"type":"Feature","properties":{"NAME":"Drake","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43648,37.70983],[-122.43599,37.70907]]}},
{"type":"Feature","properties":{"NAME":"Drake","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43599,37.70907],[-122.435381,37.70813]]}},
{"type":"Feature","properties":{"NAME":"Edinburgh","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.431971,37.7211],[-122.433141,37.71951]]}},
{"type":"Feature","properties":{"NAME":"Edinburgh","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.433141,37.71951],[-122.434291,37.71795]]}},
{"type":"Feature","properties":{"NAME":"Edinburgh","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.434291,37.71795],[-122.43543,37.7164]]}},
{"type":"Feature","properties":{"NAME":"Edinburgh","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43543,37.7164],[-122.43604,37.71557]]}},
{"type":"Feature","properties":{"NAME":"Edinburgh","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43604,37.71557],[-122.436901,37.71439]]}},
{"type":"Feature","properties":{"NAME":"Florentine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44391,37.71318],[-122.44318,37.71171]]}},
{"type":"Feature","properties":{"NAME":"Florentine","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44318,37.71171],[-122.442541,37.71044]]}},
{"type":"Feature","properties":{"NAME":"Guttenberg","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44448,37.71263],[-122.4439,37.71156]]}},
{"type":"Feature","properties":{"NAME":"Guttenberg","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4439,37.71156],[-122.44318,37.71024]]}},
{"type":"Feature","properties":{"NAME":"Guttenberg","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44318,37.71024],[-122.44285,37.70964]]}},
{"type":"Feature","properties":{"NAME":"Guttenberg","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44285,37.70964],[-122.4426,37.70919]]}},
{"type":"Feature","properties":{"NAME":"Guttenberg","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4426,37.70919],[-122.442351,37.70872]]}},
{"type":"Feature","properties":{"NAME":"Guttenberg","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.442351,37.70872],[-122.442081,37.70823]]}},
{"type":"Feature","properties":{"NAME":"Hanover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.439581,37.71013],[-122.44027,37.70992]]}},
{"type":"Feature","properties":{"NAME":"Hanover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44027,37.70992],[-122.44144,37.70955]]}},
{"type":"Feature","properties":{"NAME":"Hanover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44144,37.70955],[-122.4426,37.70919]]}},
{"type":"Feature","properties":{"NAME":"Hanover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4426,37.70919],[-122.44279,37.70913]]}},
{"type":"Feature","properties":{"NAME":"Hanover","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44279,37.70913],[-122.44462,37.70856]]}},
{"type":"Feature","properties":{"NAME":"Harrington","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.434301,37.72499],[-122.43625,37.72591]]}},
{"type":"Feature","properties":{"NAME":"Havelock","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44454,37.72673],[-122.44543,37.7267]]}},
{"type":"Feature","properties":{"NAME":"Havelock","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44135,37.72681],[-122.44322,37.72677]]}},
{"type":"Feature","properties":{"NAME":"Havelock","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44401,37.72674],[-122.44454,37.72673]]}},
{"type":"Feature","properties":{"NAME":"Havelock","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44543,37.7267],[-122.44646,37.72666]]}},
{"type":"Feature","properties":{"NAME":"Havelock","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44646,37.72666],[-122.447381,37.72663]]}},
{"type":"Feature","properties":{"NAME":"Havelock","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44322,37.72677],[-122.44401,37.72674]]}},
{"type":"Feature","properties":{"NAME":"Howth","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44938,37.72273],[-122.44991,37.72189]]}},
{"type":"Feature","properties":{"NAME":"Leo","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.436441,37.72226],[-122.437711,37.7228]]}},
{"type":"Feature","properties":{"NAME":"Lisbon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43122,37.72502],[-122.43238,37.72343]]}},
{"type":"Feature","properties":{"NAME":"Lisbon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43238,37.72343],[-122.43353,37.72187]]}},
{"type":"Feature","properties":{"NAME":"Lisbon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43353,37.72187],[-122.43471,37.72026]]}},
{"type":"Feature","properties":{"NAME":"Lisbon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43471,37.72026],[-122.43587,37.71869]]}},
{"type":"Feature","properties":{"NAME":"Lisbon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43587,37.71869],[-122.43701,37.71713]]}},
{"type":"Feature","properties":{"NAME":"Lisbon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43701,37.71713],[-122.43769,37.7162]]}},
{"type":"Feature","properties":{"NAME":"Lisbon","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43769,37.7162],[-122.43848,37.71514]]}},
{"type":"Feature","properties":{"NAME":"London","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43167,37.72724],[-122.43276,37.72577]]}},
{"type":"Feature","properties":{"NAME":"London","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43276,37.72577],[-122.43393,37.72417]]}},
{"type":"Feature","properties":{"NAME":"London","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43393,37.72417],[-122.43507,37.72263]]}},
{"type":"Feature","properties":{"NAME":"London","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43507,37.72263],[-122.436271,37.721]]}},
{"type":"Feature","properties":{"NAME":"London","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.436271,37.721],[-122.437441,37.71942]]}},
{"type":"Feature","properties":{"NAME":"London","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.437441,37.71942],[-122.437871,37.71883]]}},
{"type":"Feature","properties":{"NAME":"London","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.437871,37.71883],[-122.43858,37.71786]]}},
{"type":"Feature","properties":{"NAME":"London","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43858,37.71786],[-122.43934,37.71683]]}},
{"type":"Feature","properties":{"NAME":"London","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43934,37.71683],[-122.44005,37.71588]]}},
{"type":"Feature","properties":{"NAME":"Louisburg","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.449071,37.72155],[-122.449881,37.72027]]}},
{"type":"Feature","properties":{"NAME":"Lowell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44481,37.70886],[-122.44462,37.70856]]}},
{"type":"Feature","properties":{"NAME":"Lowell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44608,37.71093],[-122.44599,37.71079]]}},
{"type":"Feature","properties":{"NAME":"Lowell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44599,37.71079],[-122.44527,37.70961]]}},
{"type":"Feature","properties":{"NAME":"Lowell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44527,37.70961],[-122.44481,37.70886]]}},
{"type":"Feature","properties":{"NAME":"Lowell","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44462,37.70856],[-122.44448,37.70833]]}},
{"type":"Feature","properties":{"NAME":"Madrid","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43765,37.71475],[-122.438151,37.71408]]}},
{"type":"Feature","properties":{"NAME":"Madrid","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43151,37.72301],[-122.43267,37.72144]]}},
{"type":"Feature","properties":{"NAME":"Madrid","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43267,37.72144],[-122.433861,37.71985]]}},
{"type":"Feature","properties":{"NAME":"Madrid","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.433861,37.71985],[-122.435021,37.71829]]}},
{"type":"Feature","properties":{"NAME":"Madrid","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.435021,37.71829],[-122.43617,37.71674]]}},
{"type":"Feature","properties":{"NAME":"Madrid","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43617,37.71674],[-122.43682,37.71587]]}},
{"type":"Feature","properties":{"NAME":"Madrid","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43682,37.71587],[-122.43765,37.71475]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4327,37.72699],[-122.43312,37.72646]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43312,37.72646],[-122.43342,37.72609]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43342,37.72609],[-122.43379,37.72563]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43379,37.72563],[-122.434301,37.72499]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.434301,37.72499],[-122.43468,37.72453]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43468,37.72453],[-122.43514,37.72396]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43514,37.72396],[-122.4354,37.72363]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.4354,37.72363],[-122.43588,37.72303]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43588,37.72303],[-122.43604,37.72281]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43604,37.72281],[-122.436441,37.72226]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.436441,37.72226],[-122.437071,37.72138]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.437071,37.72138],[-122.43742,37.7209]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43742,37.7209],[-122.438061,37.72001]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.438061,37.72001],[-122.43861,37.71925]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43861,37.71925],[-122.43935,37.71822]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43935,37.71822],[-122.43998,37.71734]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.43998,37.71734],[-122.440131,37.71714]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.440131,37.71714],[-122.44078,37.71623]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44078,37.71623],[-122.44143,37.7156]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44143,37.7156],[-122.44166,37.71537]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44166,37.71537],[-122.44251,37.71455]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44251,37.71455],[-122.44327,37.71381]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44327,37.71381],[-122.443521,37.71356]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.443521,37.71356],[-122.44391,37.71318]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44391,37.71318],[-122.44448,37.71263]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44448,37.71263],[-122.444681,37.71243]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.444681,37.71243],[-122.44571,37.71132]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44571,37.71132],[-122.44608,37.71093]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44608,37.71093],[-122.44733,37.71047]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44733,37.71047],[-122.44811,37.71018]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44811,37.71018],[-122.44923,37.70977]]}},
{"type":"Feature","properties":{"NAME":"Mission","SPEED_MPH":35},"geometry":{"type":"LineString","coordinates":[[-122.44923,37.70977],[-122.44981,37.70955]]}},
{"type":"Feature","properties":{"NAME":"Morse","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43694,37.71352],[-122.43768,37.71333]]}},
{"type":"Feature","properties":{"NAME":"Morse","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43843,37.71304],[-122.43928,37.71283]]}},
{"type":"Feature","properties":{"NAME":"Morse","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43928,37.71283],[-122.43948,37.71273]]}},
{"type":"Feature","properties":{"NAME":"Morse","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43948,37.71273],[-122.44053,37.71252]]}},
{"type":"Feature","properties":{"NAME":"Morse","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44053,37.71252],[-122.44135,37.71216]]}},
{"type":"Feature","properties":{"NAME":"Morse","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44135,37.71216],[-122.44246,37.71194]]}},
{"type":"Feature","properties":{"NAME":"Morse","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44246,37.71194],[-122.44318,37.71171]]}},
{"type":"Feature","properties":{"NAME":"Morse","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44318,37.71171],[-122.4439,37.71156]]}},
{"type":"Feature","properties":{"NAME":"Morse","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43768,37.71333],[-122.43843,37.71304]]}},
{"type":"Feature","properties":{"NAME":"Morse","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4439,37.71156],[-122.44599,37.71079]]}},
{"type":"Feature","properties":{"NAME":"Morse","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.44599,37.71079],[-122.44733,37.71047]]}},
{"type":"Feature","properties":{"NAME":"Moscow","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.4311,37.71647],[-122.43226,37.71492]]}},
{"type":"Feature","properties":{"NAME":"Moscow","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43226,37.71492],[-122.43272,37.71431]]}},
{"type":"Feature","properties":{"NAME":"Moscow","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43272,37.71431],[-122.433771,37.7129]]}},
{"type":"Feature","properties":{"NAME":"Munich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43347,37.71191],[-122.43408,37.71113]]}},
{"type":"Feature","properties":{"NAME":"Munich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43408,37.71113],[-122.43512,37.71066]]}},
{"type":"Feature","properties":{"NAME":"Munich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43512,37.71066],[-122.436981,37.71043]]}},
{"type":"Feature","properties":{"NAME":"Munich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.436981,37.71043],[-122.43838,37.71069]]}},
{"type":"Feature","properties":{"NAME":"Munich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43838,37.71069],[-122.4384,37.7107]]}},
{"type":"Feature","properties":{"NAME":"Munich","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43298,37.71253],[-122.43347,37.71191]]}},
{"type":"Feature","properties":{"NAME":"Naples","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43598,37.71395],[-122.43647,37.7133]]}},
{"type":"Feature","properties":{"NAME":"Naples","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43647,37.7133],[-122.43733,37.71212]]}},
{"type":"Feature","properties":{"NAME":"Naples","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-122.43733,37.71212],[-122.43777,37.71153]]}},
{"type":"Feature","properties":{"NAME":"Naples","SPEED_MPH":25},"geometry":{"type":"LineString","coordinates":[[-
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment