Index: trunk/webapps/images/CCTVFast/12-055-CCTV-0024.htm
===================================================================
--- trunk/webapps/images/CCTVFast/12-055-CCTV-0024.htm	(revision 309)
+++ trunk/webapps/images/CCTVFast/12-055-CCTV-0024.htm	(revision 309)
@@ -0,0 +1,7 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<html><head>
+<title>404 Not Found</title>
+</head><body>
+<h1>Not Found</h1>
+<p>The requested URL /cwwp2/data/d12/cctv/image/12-055-CCTV-0024.jpg was not found on this server.</p>
+</body></html>
Index: trunk/webapps/images/CCTVFast/12-057-CCTV-0006.htm
===================================================================
--- trunk/webapps/images/CCTVFast/12-057-CCTV-0006.htm	(revision 309)
+++ trunk/webapps/images/CCTVFast/12-057-CCTV-0006.htm	(revision 309)
@@ -0,0 +1,7 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<html><head>
+<title>404 Not Found</title>
+</head><body>
+<h1>Not Found</h1>
+<p>The requested URL /cwwp2/data/d12/cctv/image/12-057-CCTV-0006.jpg was not found on this server.</p>
+</body></html>
Index: trunk/webapps/features.json
===================================================================
--- trunk/webapps/features.json	(revision 315)
+++ trunk/webapps/features.json	(revision 315)
@@ -0,0 +1,93 @@
+{
+  "type": "FeatureCollection",
+  "features": [
+{
+   "type": "Feature",
+   "id": "405 S 7.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845019,33.677283]
+       },
+   "properties": 
+       {"street": "JAMBOREE2", "color": "lime", "perpx": "-0.402558", "perpy": "-0.915394"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 7.07",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845871,33.677945]
+       },
+   "properties": 
+       {"street": "JAMBOREE2", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 7.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855449,33.681922]
+       },
+   "properties": 
+       {"street": "MACARTHUR1", "color": "lime", "perpx": "-0.399707", "perpy": "-0.916643"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 7.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.85598,33.682442]
+       },
+   "properties": 
+       {"street": "MACARTHUR 1", "color": "lime", "perpx": "0.408917", "perpy": "0.912572"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86423,33.685751]
+       },
+   "properties": 
+       {"street": "AIRPORT", "color": "lime", "perpx": "-0.358185", "perpy": "-0.933651"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 8.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864081,33.686072]
+       },
+   "properties": 
+       {"street": "AIRPORT", "color": "lime", "perpx": "0.321527", "perpy": "0.9469"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866474,33.686517]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "-0.259554", "perpy": "-0.965729"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 8.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866348,33.686795]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "0.126754", "perpy": "0.991934"}
+}
+]
+}
Index: trunk/webapps/css/style.css
===================================================================
--- trunk/webapps/css/style.css	(revision 315)
+++ trunk/webapps/css/style.css	(revision 315)
@@ -0,0 +1,19 @@
+/**
+ * index.scss
+ * - Add any styles you want here!
+ */
+/* Set the size of the div element that contains the map */
+#mapdiv 
+{
+    height: 100%;
+    width: 100%;  
+}
+/* Makes the page fill the window. */
+html, body 
+{
+    height: 100%;
+    margin: 0;
+    padding: 0;
+    background: darkgray;
+}
+
Index: trunk/webapps/index.html
===================================================================
--- trunk/webapps/index.html	(revision 315)
+++ trunk/webapps/index.html	(revision 315)
@@ -0,0 +1,45 @@
+<!DOCTYPE html>
+<html lang="en" >
+
+<head>
+  <meta charset="UTF-8">
+  <title>D12 Map</title>
+  
+  
+  
+      <link rel="stylesheet" href="css/style.css">
+
+  
+</head>
+
+<body>
+
+  <!DOCTYPE html>
+<html lang="en">
+<head>
+  
+  <!--  Meta  -->
+  <meta charset="UTF-8" />
+  <title>My First Project</title>
+  
+  <!--  Styles  -->
+  <link rel="stylesheet" href="styles/index.processed.css">
+</head>
+<body>
+  <!--  Body  -->
+Welcome to my map.
+  <div id="mapdiv"></div>  
+
+  <!-- Scripts -->
+    <script  src="js/index.js"></script>
+    <script  src="js/common.js"></script>
+    <script  src="js/night_mode.js"></script>
+
+    <script async defer
+    src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD6iTyN0DjP-9OVkAgicyp4tkC10naE_B8&libraries=places&callback=initMap">
+    </script>
+
+
+
+</body>
+</html>
Index: trunk/webapps/README.txt
===================================================================
--- trunk/webapps/README.txt	(revision 315)
+++ trunk/webapps/README.txt	(revision 315)
@@ -0,0 +1,3 @@
+A Pen created at CodePen.io. You can find this one at https://codepen.io/ewhymper/pen/qvoWQg.
+
+ 
Index: trunk/webapps/highways.json
===================================================================
--- trunk/webapps/highways.json	(revision 315)
+++ trunk/webapps/highways.json	(revision 315)
@@ -0,0 +1,2727 @@
+{
+  "type": "FeatureCollection",
+  "features": [
+{
+   "type": "Feature",
+   "id": "405 S 0.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744091,33.647015]
+       },
+   "properties": 
+       {"street": "IRVINE C1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 0.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.746598,33.64809]
+       },
+   "properties": 
+       {"street": "IRVINE C1", "color": "lime", "perpx": "0.282096", "perpy": "0.959386"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 0.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747203,33.64795]
+       },
+   "properties": 
+       {"street": "IRVINE C2", "color": "lime", "perpx": "-0.287743", "perpy": "-0.957708"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 1.11",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74955,33.648958]
+       },
+   "properties": 
+       {"street": "IRVINE C2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 1.57",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.757205,33.650789]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "-0.197097", "perpy": "-0.980384"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 1.57",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.757101,33.651141]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0.202053", "perpy": "0.979375"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 1.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763315,33.651837]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "-0.209415", "perpy": "-0.977827"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 1.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763194,33.652204]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "0.206915", "perpy": "0.978359"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 2.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.770173,33.65368]
+       },
+   "properties": 
+       {"street": "LAGUNA CANYON RD", "color": "lime", "perpx": "0.206915", "perpy": "0.978359"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 2.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.770361,33.653346]
+       },
+   "properties": 
+       {"street": "LAGUNA CANYON RD", "color": "lime", "perpx": "-0.209415", "perpy": "-0.977827"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 2.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.778085,33.657534]
+       },
+   "properties": 
+       {"street": "SAND CANYON", "color": "lime", "perpx": "-0.484045", "perpy": "-0.875043"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 3.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.780107,33.659163]
+       },
+   "properties": 
+       {"street": "SAND CANYON", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 3.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.784046,33.661319]
+       },
+   "properties": 
+       {"street": "N OF SAND CANYON", "color": "lime", "perpx": "0.480131", "perpy": "0.877197"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 3.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.784273,33.660957]
+       },
+   "properties": 
+       {"street": "N OF SAND CANYON", "color": "lime", "perpx": "-0.484045", "perpy": "-0.875043"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 3.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793047,33.66293]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "-0.144931", "perpy": "-0.989442"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 3.86",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793258,33.663379]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "0.142134", "perpy": "0.989847"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 4.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.796283,33.663404]
+       },
+   "properties": 
+       {"street": "JEFFREY 2", "color": "lime", "perpx": "-0.144931", "perpy": "-0.989442"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 4.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.796176,33.663798]
+       },
+   "properties": 
+       {"street": "JEFFREY 2", "color": "lime", "perpx": "0.142134", "perpy": "0.989847"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.81298,33.666093]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "-0.29192", "perpy": "-0.956443"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.812902,33.666407]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "0.267568", "perpy": "0.963539"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813632,33.666292]
+       },
+   "properties": 
+       {"street": "SPRUCE", "color": "lime", "perpx": "-0.29192", "perpy": "-0.956443"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813561,33.66659]
+       },
+   "properties": 
+       {"street": "SPRUCE", "color": "lime", "perpx": "0.267568", "perpy": "0.963539"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.820882,33.668738]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "-0.30889", "perpy": "-0.951098"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.821657,33.669218]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "0.332642", "perpy": "0.943053"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.823958,33.669737]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "-0.30889", "perpy": "-0.951098"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.824699,33.670291]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "0.320278", "perpy": "0.947323"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 6.21",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832329,33.672571]
+       },
+   "properties": 
+       {"street": "HARVARD", "color": "lime", "perpx": "-0.314462", "perpy": "-0.94927"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 6.21",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832271,33.672851]
+       },
+   "properties": 
+       {"street": "HARVARD", "color": "lime", "perpx": "0.320278", "perpy": "0.947323"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 6.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.84179,33.675863]
+       },
+   "properties": 
+       {"street": "JAMBOREE1", "color": "lime", "perpx": "-0.402558", "perpy": "-0.915394"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 6.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842488,33.676465]
+       },
+   "properties": 
+       {"street": "JAMBOREE1", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 7.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845019,33.677283]
+       },
+   "properties": 
+       {"street": "JAMBOREE2", "color": "lime", "perpx": "-0.402558", "perpy": "-0.915394"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 7.07",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845871,33.677945]
+       },
+   "properties": 
+       {"street": "JAMBOREE2", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 7.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855449,33.681922]
+       },
+   "properties": 
+       {"street": "MACARTHUR1", "color": "lime", "perpx": "-0.399707", "perpy": "-0.916643"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 7.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.85598,33.682442]
+       },
+   "properties": 
+       {"street": "MACARTHUR 1", "color": "lime", "perpx": "0.408917", "perpy": "0.912572"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86423,33.685751]
+       },
+   "properties": 
+       {"street": "AIRPORT", "color": "lime", "perpx": "-0.358185", "perpy": "-0.933651"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 8.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864081,33.686072]
+       },
+   "properties": 
+       {"street": "AIRPORT", "color": "lime", "perpx": "0.321527", "perpy": "0.9469"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866474,33.686517]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "-0.259554", "perpy": "-0.965729"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 8.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866348,33.686795]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "0.126754", "perpy": "0.991934"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875063,33.687245]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 9.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.884653,33.687523]
+       },
+   "properties": 
+       {"street": "BRISTOL 1", "color": "lime", "perpx": "0.0", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 9.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88618,33.687251]
+       },
+   "properties": 
+       {"street": "BRISTOL 1", "color": "lime", "perpx": "-0.013748", "perpy": "-0.999905"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 9.65",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887956,33.687523]
+       },
+   "properties": 
+       {"street": "BRISTOL 2", "color": "lime", "perpx": "0.0", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 10.28",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.899035,33.68748]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 10.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.902507,33.687582]
+       },
+   "properties": 
+       {"street": "N OF 73", "color": "lime", "perpx": "-0.028158", "perpy": "-0.999603"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 10.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.909664,33.688017]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 11.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.915002,33.687942]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "-0.248611", "perpy": "-0.968603"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 11.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.918196,33.688872]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 11.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.91995,33.689212]
+       },
+   "properties": 
+       {"street": "HARBOR 2", "color": "lime", "perpx": "-0.364549", "perpy": "-0.931184"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 12.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.930222,33.693448]
+       },
+   "properties": 
+       {"street": "HAMPSHIRE", "color": "lime", "perpx": "-0.385484", "perpy": "-0.922714"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 12.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.930032,33.693692]
+       },
+   "properties": 
+       {"street": "HAMPSHIRE", "color": "lime", "perpx": "0.384478", "perpy": "0.923134"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 12.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.9355,33.695653]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 12.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.940729,33.69816]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 13.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.947913,33.700854]
+       },
+   "properties": 
+       {"street": "TALBERT", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 13.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.953701,33.704947]
+       },
+   "properties": 
+       {"street": "BROOKHUR1", "color": "lime", "perpx": "0.642988", "perpy": "0.765876"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 13.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.954762,33.705479]
+       },
+   "properties": 
+       {"street": "BROOKHURST2", "color": "lime", "perpx": "-0.559633", "perpy": "-0.828741"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 13.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.956518,33.707312]
+       },
+   "properties": 
+       {"street": "BROOKHUR2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 14.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.965935,33.714839]
+       },
+   "properties": 
+       {"street": "WARNER", "color": "lime", "perpx": "-0.642116", "perpy": "-0.766608"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 14.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.966959,33.716027]
+       },
+   "properties": 
+       {"street": "WARNER", "color": "lime", "perpx": "0.643494", "perpy": "0.765452"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 15.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.971343,33.71936]
+       },
+   "properties": 
+       {"street": "MAGNOLIA 1", "color": "lime", "perpx": "-0.644821", "perpy": "-0.764334"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 15.17",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.971245,33.719628]
+       },
+   "properties": 
+       {"street": "MAGNOLIA1", "color": "lime", "perpx": "0.639234", "perpy": "0.769012"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 15.39",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.973953,33.721879]
+       },
+   "properties": 
+       {"street": "MAGNOLIA2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 16.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.98561,33.72995]
+       },
+   "properties": 
+       {"street": "EDINGER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 16.52",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.988885,33.732527]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "0.571725", "perpy": "0.820445"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 16.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.990146,33.733102]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "-0.580003", "perpy": "-0.814614"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 16.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.992088,33.734759]
+       },
+   "properties": 
+       {"street": "BEACH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 17.66",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.003642,33.743534]
+       },
+   "properties": 
+       {"street": "BOLSA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 17.92",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.00667,33.746378]
+       },
+   "properties": 
+       {"street": "GOLDEN WEST", "color": "lime", "perpx": "0.642886", "perpy": "0.765962"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 17.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.007585,33.7468]
+       },
+   "properties": 
+       {"street": "GOLDEN WEST", "color": "lime", "perpx": "-0.646922", "perpy": "-0.762556"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 19.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.020707,33.757778]
+       },
+   "properties": 
+       {"street": "WESTMINSTER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 19.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.022852,33.759918]
+       },
+   "properties": 
+       {"street": "WESTMINISTER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "5 S 7.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.669881,33.481738]
+       },
+   "properties": 
+       {"street": "AEROPUERTO", "color": "lime", "perpx": "-0.815879", "perpy": "0.578222"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 7.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.669596,33.481685]
+       },
+   "properties": 
+       {"street": "AEROPUERTO", "color": "lime", "perpx": "0.816519", "perpy": "-0.577318"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 8.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663917,33.489176]
+       },
+   "properties": 
+       {"street": "S JUAN CREEK", "color": "lime", "perpx": "-0.836267", "perpy": "0.548322"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 8.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663255,33.489561]
+       },
+   "properties": 
+       {"street": "S JUAN CREEK", "color": "lime", "perpx": "0.839468", "perpy": "-0.54341"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 9.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.659442,33.496001]
+       },
+   "properties": 
+       {"street": "PLAZA", "color": "lime", "perpx": "-0.971491", "perpy": "0.237077"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 9.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.659127,33.495938]
+       },
+   "properties": 
+       {"street": "PLAZA", "color": "lime", "perpx": "0.972984", "perpy": "-0.230873"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 9.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.658583,33.499521]
+       },
+   "properties": 
+       {"street": "ORTEGA 1", "color": "lime", "perpx": "-0.996721", "perpy": "-0.080919"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 9.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.658585,33.503727]
+       },
+   "properties": 
+       {"street": "ORTEGA  2", "color": "lime", "perpx": "0.971921", "perpy": "0.235307"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 10.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.661127,33.5093]
+       },
+   "properties": 
+       {"street": "EL HORNO", "color": "lime", "perpx": "-0.918881", "perpy": "-0.394535"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 10.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.660803,33.50939]
+       },
+   "properties": 
+       {"street": "EL HORNO", "color": "lime", "perpx": "0.920027", "perpy": "0.391855"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.662568,33.513534]
+       },
+   "properties": 
+       {"street": "SERRA PARK", "color": "lime", "perpx": "0.919833", "perpy": "0.392311"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.662905,33.513441]
+       },
+   "properties": 
+       {"street": "SERRA PARK", "color": "lime", "perpx": "-0.920608", "perpy": "-0.390487"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 10.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.664664,33.517588]
+       },
+   "properties": 
+       {"street": "JUNIPERO SERRA", "color": "lime", "perpx": "-0.920608", "perpy": "-0.390487"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 11.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.666382,33.52247]
+       },
+   "properties": 
+       {"street": "JUNIPERO SERRA", "color": "lime", "perpx": "0.924678", "perpy": "0.38075"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 11.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.668912,33.526418]
+       },
+   "properties": 
+       {"street": "TRABUCO", "color": "lime", "perpx": "-0.878964", "perpy": "-0.476887"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 11.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.66866,33.526621]
+       },
+   "properties": 
+       {"street": "TRABUCO", "color": "lime", "perpx": "0.874948", "perpy": "0.484218"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 11.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674488,33.53247]
+       },
+   "properties": 
+       {"street": "WILDWOOD", "color": "lime", "perpx": "0.999898", "perpy": "-0.014276"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 11.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674919,33.53231]
+       },
+   "properties": 
+       {"street": "WILDWOOD", "color": "lime", "perpx": "-0.999508", "perpy": "0.03137"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 12.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674416,33.537513]
+       },
+   "properties": 
+       {"street": "S OF 73", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 12.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674695,33.539447]
+       },
+   "properties": 
+       {"street": "S of 73", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 12.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.673404,33.545217]
+       },
+   "properties": 
+       {"street": "AVERY 1", "color": "lime", "perpx": "-0.993564", "perpy": "0.113275"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 13.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.672686,33.548817]
+       },
+   "properties": 
+       {"street": "AVERY PARK", "color": "lime", "perpx": "0.999609", "perpy": "-0.027961"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 13.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.673131,33.556667]
+       },
+   "properties": 
+       {"street": "CROWN VA1", "color": "lime", "perpx": "-0.999988", "perpy": "0.004899"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 13.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.672848,33.558096]
+       },
+   "properties": 
+       {"street": "CROWN VA1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 13.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.672791,33.560549]
+       },
+   "properties": 
+       {"street": "CROWN VA2", "color": "lime", "perpx": "0.996005", "perpy": "-0.089297"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 15.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671983,33.577397]
+       },
+   "properties": 
+       {"street": "OSO PARK1", "color": "lime", "perpx": "-0.999891", "perpy": "0.014798"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 15.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67162,33.578849]
+       },
+   "properties": 
+       {"street": "OSO PARK 1", "color": "lime", "perpx": "0.999789", "perpy": "-0.020544"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 15.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671925,33.581316]
+       },
+   "properties": 
+       {"street": "OSO PARK2", "color": "lime", "perpx": "-0.999911", "perpy": "0.013321"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 15.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67157,33.582052]
+       },
+   "properties": 
+       {"street": "OSO PARK2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 16.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.673779,33.595354]
+       },
+   "properties": 
+       {"street": "LA PAZ 1", "color": "lime", "perpx": "-0.688838", "perpy": "-0.724915"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 16.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67615,33.597607]
+       },
+   "properties": 
+       {"street": "LA PAZ 2", "color": "lime", "perpx": "-0.688838", "perpy": "-0.724915"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 16.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.676059,33.597861]
+       },
+   "properties": 
+       {"street": "LA PAZ 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 16.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.678685,33.599252]
+       },
+   "properties": 
+       {"street": "LA PAZ 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 17.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.687691,33.602645]
+       },
+   "properties": 
+       {"street": "ALICIA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 17.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.68984,33.604242]
+       },
+   "properties": 
+       {"street": "ALICIA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 17.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.69087,33.604617]
+       },
+   "properties": 
+       {"street": "ALICIA 2", "color": "lime", "perpx": "-0.527137", "perpy": "-0.849781"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 17.63",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.692734,33.606025]
+       },
+   "properties": 
+       {"street": "ALICIA 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 18.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.705361,33.612561]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "-0.647397", "perpy": "-0.762153"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 18.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.706467,33.613883]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "0.647648", "perpy": "0.761939"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 18.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.707825,33.614654]
+       },
+   "properties": 
+       {"street": "EL TORO 2", "color": "lime", "perpx": "-0.647397", "perpy": "-0.762153"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 19.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719875,33.627286]
+       },
+   "properties": 
+       {"street": "LAKE FOR1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 19.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720919,33.628454]
+       },
+   "properties": 
+       {"street": "LAKE FOR2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721491,33.629553]
+       },
+   "properties": 
+       {"street": "LAKE FOR2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724337,33.632102]
+       },
+   "properties": 
+       {"street": "OLDFIELD", "color": "lime", "perpx": "0.735536", "perpy": "0.677486"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 20.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724813,33.631989]
+       },
+   "properties": 
+       {"street": "OLDFIELD", "color": "lime", "perpx": "-0.737725", "perpy": "-0.675102"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 20.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.728446,33.635959]
+       },
+   "properties": 
+       {"street": "BAKE 1", "color": "lime", "perpx": "-0.737725", "perpy": "-0.675102"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72806,33.636144]
+       },
+   "properties": 
+       {"street": "BAKE 1", "color": "lime", "perpx": "0.735536", "perpy": "0.677486"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.731437,33.640323]
+       },
+   "properties": 
+       {"street": "BAKE 2", "color": "lime", "perpx": "0.77975", "perpy": "0.626091"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 20.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.731896,33.640308]
+       },
+   "properties": 
+       {"street": "BAKE 2", "color": "lime", "perpx": "-0.792319", "perpy": "-0.610107"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 21.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734444,33.644068]
+       },
+   "properties": 
+       {"street": "At 405", "color": "lime", "perpx": "0.77975", "perpy": "0.626091"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 21.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734722,33.643978]
+       },
+   "properties": 
+       {"street": "At 405", "color": "lime", "perpx": "-0.792319", "perpy": "-0.610107"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 22.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74294,33.654255]
+       },
+   "properties": 
+       {"street": "ALTON 1", "color": "lime", "perpx": "-0.78542", "perpy": "-0.618963"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 22.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.742629,33.654371]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "0.780869", "perpy": "0.624695"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 22.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.743323,33.654741]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "-0.78542", "perpy": "-0.618963"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 22.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.743597,33.655581]
+       },
+   "properties": 
+       {"street": "ALTON 3", "color": "lime", "perpx": "0.780869", "perpy": "0.624695"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 22.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.749253,33.662021]
+       },
+   "properties": 
+       {"street": "BARRANCA", "color": "lime", "perpx": "-0.788481", "perpy": "-0.615059"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 22.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.748817,33.662274]
+       },
+   "properties": 
+       {"street": "BARRANCA", "color": "lime", "perpx": "0.770018", "perpy": "0.638022"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.75203,33.665581]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "-0.781645", "perpy": "-0.623724"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 23.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.751722,33.66578]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "0.776343", "perpy": "0.630311"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.7525,33.66617]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753237,33.667646]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0.776343", "perpy": "0.630311"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755616,33.6716]
+       },
+   "properties": 
+       {"street": "S OF SAND CNYN", "color": "lime", "perpx": "-0.975596", "perpy": "-0.219572"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755266,33.671657]
+       },
+   "properties": 
+       {"street": "S OF SAND CNYN", "color": "lime", "perpx": "0.972906", "perpy": "0.2312"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.756223,33.674297]
+       },
+   "properties": 
+       {"street": "SAND CANYON 1", "color": "lime", "perpx": "-0.809826", "perpy": "-0.58667"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 24.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759083,33.67881]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "0.701651", "perpy": "0.712521"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 24.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759362,33.67863]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "-0.809826", "perpy": "-0.58667"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 24.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.76413,33.68378]
+       },
+   "properties": 
+       {"street": "N OF SAND CNYN", "color": "lime", "perpx": "0.701651", "perpy": "0.712521"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 24.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764425,33.683599]
+       },
+   "properties": 
+       {"street": "N OF SAND CNYN", "color": "lime", "perpx": "-0.835705", "perpy": "-0.549178"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 24.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.767277,33.687939]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 25.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.768954,33.691182]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 25.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.769532,33.692068]
+       },
+   "properties": 
+       {"street": "JEFFREY 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 25.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.775267,33.700148]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "-0.828715", "perpy": "-0.559671"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 25.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.774934,33.700287]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "0.835661", "perpy": "0.549245"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 26.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.779935,33.70706]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 26.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.781713,33.709761]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "0.673811", "perpy": "0.738904"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 26.66",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.783134,33.710634]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "-0.654674", "perpy": "-0.755912"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 26.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.784619,33.712411]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "0.673811", "perpy": "0.738904"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 27.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793071,33.717966]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 27.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.794408,33.719297]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 27.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.794541,33.719391]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 27.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.796638,33.72047]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "-0.574555", "perpy": "-0.818466"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 28.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801722,33.724394]
+       },
+   "properties": 
+       {"street": "TUSTIN RANCH", "color": "lime", "perpx": "0.570509", "perpy": "0.821292"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 28.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801999,33.724136]
+       },
+   "properties": 
+       {"street": "TUSTIN RANCH", "color": "lime", "perpx": "-0.556796", "perpy": "-0.83065"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 29.02",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.814369,33.732587]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "-0.566824", "perpy": "-0.823839"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 29.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.817068,33.73489]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 29.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.824499,33.737386]
+       },
+   "properties": 
+       {"street": "NEWPORT*", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 29.79",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.825811,33.738115]
+       },
+   "properties": 
+       {"street": "NEWPORT*", "color": "lime", "perpx": "0.29944", "perpy": "0.954115"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 29.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.827716,33.738432]
+       },
+   "properties": 
+       {"street": "B ST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.829214,33.739183]
+       },
+   "properties": 
+       {"street": "B ST.", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832416,33.740283]
+       },
+   "properties": 
+       {"street": "S OF 55", "color": "lime", "perpx": "0.333225", "perpy": "0.942847"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 30.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832494,33.740098]
+       },
+   "properties": 
+       {"street": "S OF 55*", "color": "lime", "perpx": "-0.326161", "perpy": "-0.945314"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.835585,33.741403]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "0.333225", "perpy": "0.942847"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 30.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.835743,33.741219]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "-0.33389", "perpy": "-0.942612"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.841283,33.744413]
+       },
+   "properties": 
+       {"street": "1ST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 30.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842538,33.745553]
+       },
+   "properties": 
+       {"street": "1ST", "color": "lime", "perpx": "-0.927915", "perpy": "-0.372793"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.844652,33.749928]
+       },
+   "properties": 
+       {"street": "4TH", "color": "lime", "perpx": "-0.697138", "perpy": "-0.716937"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.844061,33.750124]
+       },
+   "properties": 
+       {"street": "4TH", "color": "lime", "perpx": "0.715791", "perpy": "0.698315"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.846535,33.751759]
+       },
+   "properties": 
+       {"street": "CONCORD", "color": "lime", "perpx": "-0.504083", "perpy": "-0.863655"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845939,33.752049]
+       },
+   "properties": 
+       {"street": "CONCORD", "color": "lime", "perpx": "0.715791", "perpy": "0.698315"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.849326,33.753388]
+       },
+   "properties": 
+       {"street": "GRAND 1", "color": "lime", "perpx": "-0.504083", "perpy": "-0.863655"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.848788,33.753753]
+       },
+   "properties": 
+       {"street": "GRAND 1", "color": "lime", "perpx": "0.435561", "perpy": "0.900159"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.850781,33.754689]
+       },
+   "properties": 
+       {"street": "GRAND 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.853795,33.755475]
+       },
+   "properties": 
+       {"street": "GRAND 2", "color": "lime", "perpx": "-0.382512", "perpy": "-0.923951"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 32.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859225,33.757943]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "-0.583453", "perpy": "-0.812147"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 32.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859664,33.758644]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 32.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.862379,33.760465]
+       },
+   "properties": 
+       {"street": "17TH 2", "color": "lime", "perpx": "0.753317", "perpy": "0.657658"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 32.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.863369,33.761599]
+       },
+   "properties": 
+       {"street": "17TH 3", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866976,33.766429]
+       },
+   "properties": 
+       {"street": "MAIN 1", "color": "lime", "perpx": "-0.855987", "perpy": "-0.516997"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.868373,33.768742]
+       },
+   "properties": 
+       {"street": "MAIN 2", "color": "lime", "perpx": "-0.830562", "perpy": "-0.556927"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.869238,33.770032]
+       },
+   "properties": 
+       {"street": "BROADWAY", "color": "lime", "perpx": "-0.830562", "perpy": "-0.556927"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.874337,33.776289]
+       },
+   "properties": 
+       {"street": "S OF 22", "color": "lime", "perpx": "-0.780234", "perpy": "-0.625487"}
+},  
+
+{
+   "type": "Feature",
+   "id": "133 S 9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.7553,33.66184]
+       },
+   "properties": 
+       {"street": "BARRANCA2", "color": "lime", "perpx": "-0.952044", "perpy": "0.305962"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.754967,33.661697]
+       },
+   "properties": 
+       {"street": "BARRANCA1", "color": "lime", "perpx": "0.851313", "perpy": "-0.524659"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753976,33.663305]
+       },
+   "properties": 
+       {"street": "BARRANCA2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753044,33.667495]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "0.976143", "perpy": "-0.217128"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 9.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753428,33.667665]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "-0.952044", "perpy": "0.305962"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753243,33.672836]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "0.971108", "perpy": "-0.23864"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 9.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753623,33.673029]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "-0.974264", "perpy": "0.225409"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 10.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.752421,33.676181]
+       },
+   "properties": 
+       {"street": "MARINE WAY", "color": "lime", "perpx": "0.971108", "perpy": "-0.23864"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 10.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.752844,33.676396]
+       },
+   "properties": 
+       {"street": "MARINE WAY", "color": "lime", "perpx": "-0.974264", "perpy": "0.225409"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.748819,33.680812]
+       },
+   "properties": 
+       {"street": "N OF MARINE", "color": "lime", "perpx": "0.780739", "perpy": "-0.624857"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74924,33.68106]
+       },
+   "properties": 
+       {"street": "N OF MARINE", "color": "lime", "perpx": "-0.764221", "perpy": "0.644955"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 10.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.746935,33.683166]
+       },
+   "properties": 
+       {"street": "S OF PM 11", "color": "lime", "perpx": "0.780739", "perpy": "-0.624857"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 10.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747277,33.683386]
+       },
+   "properties": 
+       {"street": "S OF PM 11", "color": "lime", "perpx": "-0.764221", "perpy": "0.644955"}
+},  
+
+{
+   "type": "Feature",
+   "id": "261 N 0.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.800349,33.712252]
+       },
+   "properties": 
+       {"street": "JAMBOREE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 0.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.800638,33.7124]
+       },
+   "properties": 
+       {"street": "JAMBOREE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 0.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.797696,33.715376]
+       },
+   "properties": 
+       {"street": "WALNUT 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 0.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.795434,33.717315]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "-0.497099", "perpy": "0.867694"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 0.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.795181,33.717083]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "0.493349", "perpy": "-0.869832"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 0.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.789435,33.720342]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "0.493349", "perpy": "-0.869832"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 0.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.789693,33.720604]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "-0.497099", "perpy": "0.867694"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 1.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.782999,33.723902]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "-0.601686", "perpy": "0.798733"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 1.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.782735,33.72367]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "0.607612", "perpy": "-0.794234"}
+},  
+
+{
+   "type": "Feature",
+   "id": "55 N 4.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.888101,33.671785]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "0.612685", "perpy": "-0.790327"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 4.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.888309,33.671928]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "-0.612257", "perpy": "0.790659"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88678,33.673112]
+       },
+   "properties": 
+       {"street": "BAKER 1", "color": "lime", "perpx": "-0.639107", "perpy": "0.769118"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.886575,33.672968]
+       },
+   "properties": 
+       {"street": "BAKER 1", "color": "lime", "perpx": "0.649874", "perpy": "-0.760042"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 5.06",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882355,33.676789]
+       },
+   "properties": 
+       {"street": "BAKER 2", "color": "lime", "perpx": "-0.639107", "perpy": "0.769118"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.06",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882208,33.676702]
+       },
+   "properties": 
+       {"street": "BAKER 2", "color": "lime", "perpx": "0.649874", "perpy": "-0.760042"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.877327,33.681801]
+       },
+   "properties": 
+       {"street": "PAULARINO 1", "color": "lime", "perpx": "0.73612", "perpy": "-0.676851"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 5.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87755,33.681935]
+       },
+   "properties": 
+       {"street": "PAULARINO 1", "color": "lime", "perpx": "-0.722093", "perpy": "0.691796"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.873498,33.685939]
+       },
+   "properties": 
+       {"street": "PAULARINO 2", "color": "lime", "perpx": "0.719864", "perpy": "-0.694115"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 5.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.873635,33.686016]
+       },
+   "properties": 
+       {"street": "PAULARINO 2", "color": "lime", "perpx": "-0.725185", "perpy": "0.688554"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 6.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.862677,33.697495]
+       },
+   "properties": 
+       {"street": "MACARTHU1", "color": "lime", "perpx": "-0.710326", "perpy": "0.703873"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 6.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.861831,33.698026]
+       },
+   "properties": 
+       {"street": "MACARTHU1", "color": "lime", "perpx": "0.740557", "perpy": "-0.671994"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 7.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.861041,33.699146]
+       },
+   "properties": 
+       {"street": "MACARTHU2", "color": "lime", "perpx": "-0.710326", "perpy": "0.703873"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 7.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.860155,33.699873]
+       },
+   "properties": 
+       {"street": "MACARTHU2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 7.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.85183,33.708364]
+       },
+   "properties": 
+       {"street": "DYER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 8.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.848847,33.711314]
+       },
+   "properties": 
+       {"street": "DYER 2", "color": "lime", "perpx": "0.71172", "perpy": "-0.702463"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 8.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.849099,33.711451]
+       },
+   "properties": 
+       {"street": "DYER 2", "color": "lime", "perpx": "-0.708914", "perpy": "0.705295"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 9.19",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.837265,33.723387]
+       },
+   "properties": 
+       {"street": "EDINGER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 9.41",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.83503,33.726049]
+       },
+   "properties": 
+       {"street": "EDINGER 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 9.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833996,33.73212]
+       },
+   "properties": 
+       {"street": "MCFADDEN", "color": "lime", "perpx": "-0.999946", "perpy": "-0.010425"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 9.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833555,33.732101]
+       },
+   "properties": 
+       {"street": "MCFADDEN", "color": "lime", "perpx": "0.999932", "perpy": "-0.011627"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 10.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833583,33.737088]
+       },
+   "properties": 
+       {"street": "N OF 5 OFF", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833908,33.739982]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "-0.999756", "perpy": "0.022109"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.83368,33.739982]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "0.999923", "perpy": "0.012439"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833876,33.741429]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "-0.987616", "perpy": "0.156888"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833698,33.741429]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "0.97478", "perpy": "-0.22317"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 11.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831768,33.749859]
+       },
+   "properties": 
+       {"street": "FOURTH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 11.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831392,33.75738]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 11.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830994,33.759105]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830834,33.762898]
+       },
+   "properties": 
+       {"street": "17TH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 12.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831088,33.773138]
+       },
+   "properties": 
+       {"street": "FAIRHAVEN", "color": "lime", "perpx": "-0.999999", "perpy": "-0.001368"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 12.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830912,33.773139]
+       },
+   "properties": 
+       {"street": "FAIRHAVEN", "color": "lime", "perpx": "0.999999", "perpy": "0.001196"}
+},  
+
+{
+   "type": "Feature",
+   "id": "73 S 25.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.871215,33.659515]
+       },
+   "properties": 
+       {"street": "ORCHID", "color": "lime", "perpx": "-0.566542", "perpy": "-0.824033"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 25.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.870921,33.659804]
+       },
+   "properties": 
+       {"street": "ORCHID", "color": "lime", "perpx": "0.565437", "perpy": "0.824792"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 25.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87634,33.663519]
+       },
+   "properties": 
+       {"street": "CAMPUS", "color": "lime", "perpx": "0.565437", "perpy": "0.824792"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 25.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876633,33.66324]
+       },
+   "properties": 
+       {"street": "CAMPUS", "color": "lime", "perpx": "-0.566542", "perpy": "-0.824033"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 26.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88342,33.669908]
+       },
+   "properties": 
+       {"street": "S OF 55", "color": "lime", "perpx": "-0.750726", "perpy": "-0.660614"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 26.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883175,33.67012]
+       },
+   "properties": 
+       {"street": "S OF 55", "color": "lime", "perpx": "0.756677", "perpy": "0.653789"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 26.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887299,33.674893]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "0.76071", "perpy": "0.649092"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 26.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887584,33.67464]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "-0.742508", "perpy": "-0.669837"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 27.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.892743,33.68058]
+       },
+   "properties": 
+       {"street": "BEAR 1", "color": "lime", "perpx": "-0.749261", "perpy": "-0.662275"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 27.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.894515,33.683052]
+       },
+   "properties": 
+       {"street": "BEAR 2", "color": "lime", "perpx": "0.737613", "perpy": "0.675223"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 27.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.898045,33.686456]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 27.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.897754,33.686594]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+}   
+  ]
+}
Index: trunk/webapps/js/index.js
===================================================================
--- trunk/webapps/js/index.js	(revision 315)
+++ trunk/webapps/js/index.js	(revision 315)
@@ -0,0 +1,170 @@
+/**
+* index.js
+*/
+
+// a global variable for the google map
+var map;
+// Constant for map center location in District 12
+var centerPoint = {
+    lat: 33.693385,
+    lng: -117.798937
+};
+
+// Initial map zoom
+var initZoom = 11;
+// Dot colors used in traffic model to indicate free-flowing, slowed, and stopped traffic
+// and their associated zvalues so slower traffic dots are more visible.
+// white means a disabled spot
+var colorZvalues = {
+    "white": 5,
+    "lime": 10,
+    "yellow": 20,
+    "red": 30
+};
+// Constant name of initial (static) highways file used once at startup
+var kVDSStartupFile = "highways_startup.json";
+//var circle = google.maps.SymbolPath.CIRCLE;
+
+// Build a solid colored icon to use instead of the classic pin
+function dotSymbol(color)
+{
+    var circle = google.maps.SymbolPath.CIRCLE;
+    var diamond = 'M -1,0 0,-1 1,0 0,1 z';
+    return {
+        path: circle,
+        scale: 5,
+        strokeColor: "black", // the border color
+        strokeWeight: 1, // the border thickness
+        fillColor: color,
+        fillOpacity: 1.0
+    };
+}
+/*var myCircleIcon = {
+        path: circle,
+        scale: 5,
+        strokeColor: "black", // the border color
+        strokeWeight: 1, // the border thickness
+        fillColor: "lime",
+        fillOpacity: 1.0
+    };
+*/
+function initMap()
+{
+    // Declare the map and where it belongs on the page
+    map = new google.maps.Map(document.getElementById('mapdiv'),
+    {
+        zoom: initZoom,
+        center: centerPoint,
+        styles: night_mode,
+        mapTypeControl: false,
+        streetViewControl: false
+    });
+    loadMarkers();
+    loadCCTV();
+    map.data.addListener('click', function(event)
+    {
+//        console.log("map data layer was clicked");
+        alert("hey");
+    });
+}
+
+function loadMap()
+{
+    map.data.loadGeoJson(kVDSStartupFile);
+
+    // Style the map data by applying the desired properties to each feature (marker)
+    // The function will be called every time a feature's properties are updated.
+    map.data.setStyle(function(feature)
+    {
+        // Get the postmile id 
+        var name = feature.getId();
+        // Get the desired color value
+        var ptColor = feature.getProperty("color");
+        var street = feature.getProperty("street");
+        // Build the marker
+        //var iconSymbol = dotSymbol(ptColor);
+        // return the StyleOptions
+        return {
+            icon: dotSymbol(ptColor),
+            title: name + " @" + street, // set rollover text
+            // set zIndex for slowed traffic to a higher value so they overlap
+            zIndex: colorZvalues[ptColor]
+        };
+    });
+}
+
+var vds_info;
+var vdsList = [];
+
+function loadMarkers()
+{
+        loadJSON(kVDSStartupFile, function(response)
+        {
+            // Parse JSON string into object
+            vds_info = JSON.parse(response);
+            // Process each new marker 
+            for (var idx in vds_info.features)
+            { 
+                var vds_item = vds_info.features[idx];
+                var name = vds_item.id;
+                var currLat = Number(vds_item.geometry.coordinates[1]);
+                var currLong = Number(vds_item.geometry.coordinates[0]);
+                //console.log(currLong, currLat);
+                vdsList[name] = new google.maps.Marker(
+                {
+                    position:
+                    {
+                        lat: currLat,
+                        lng: currLong
+                    },
+                    map: map,
+                    icon: 
+                    {
+                        url: 'images/circle-12.png', 
+                        anchor: new google.maps.Point(6, 6)
+                    },
+                    title: name
+                });
+                vdsList[name].setVisible(true);
+            }
+        });
+}
+    var cctvIcon = "images/CPTMSImages/icon_cctvCyan.png";
+
+function loadCCTV()
+{
+    cctvLayer = new google.maps.Data();
+    cctv_infowindow = new google.maps.InfoWindow();
+    console.log("building cctvlayer");
+    cctvLayer.loadGeoJson("cctv_locations_D12.gjson");
+    cctvLayer.setStyle(function(feature)
+    {
+        // return the StyleOptions
+        return {
+            icon: dotSymbol("yellow"),
+            visible: false  
+        };
+    });
+    cctvLayer.addListener('click', function(event)
+    {
+        console.log("cctv layer was clicked at " + event.feature.getId());
+        cctv_infowindow.setContent("Hello World");
+        cctv_infowindow.setPosition(centerPoint);
+        cctv_infowindow.open(map);
+    });
+    cctvLayer.setMap(map);
+
+
+    map.addListener('zoom_changed', function()
+    {
+        cctvLayer.forEach(function(feature)
+        {
+            cctvLayer.overrideStyle(feature,
+            {
+                visible: true
+            });
+        });
+    });
+}
+
+
Index: trunk/webapps/js/common.js
===================================================================
--- trunk/webapps/js/common.js	(revision 315)
+++ trunk/webapps/js/common.js	(revision 315)
@@ -0,0 +1,18 @@
+    // Load the dynamic json file for highways, etc.
+    // Ref: https://codepen.io/KryptoniteDove/post/load-json-file-locally-using-pure-javascript
+    function loadJSON(inFile, callback)
+    {
+        var xobj = new XMLHttpRequest();
+        xobj.overrideMimeType("application/json");
+        xobj.open('GET', inFile, true);
+        xobj.onreadystatechange = function()
+        {
+            if (xobj.readyState == 4 && xobj.status == "200")
+            {
+                callback(xobj.responseText);
+            }
+        };
+        // We want ajax to ignore any cached responses
+        xobj.setRequestHeader('If-Modified-Since', 'Sat, 01 Jan 2000 01:01:01 GMT')
+        xobj.send(null);
+    }
Index: trunk/webapps/js/night_mode.js
===================================================================
--- trunk/webapps/js/night_mode.js	(revision 315)
+++ trunk/webapps/js/night_mode.js	(revision 315)
@@ -0,0 +1,83 @@
+    // Styles array for Night Mode map
+    // Ref: https://developers.google.com/maps/documentation/javascript/styling
+    var night_mode = [
+                {elementType: 'geometry', stylers: [{color: '#242f3e'}]},
+                {elementType: 'labels.text.stroke', stylers: [{color: '#242f3e'}]},
+                {elementType: 'labels.text.fill', stylers: [{color: '#746855'}]},
+                {
+                  featureType: 'administrative.locality',
+                  elementType: 'labels.text.fill',
+                  stylers: [{color: '#d59563'}]
+                },
+                {
+                  featureType: 'poi',
+                  elementType: 'labels.text.fill',
+                  stylers: [{color: '#d59563'}]
+                },
+                {
+                  featureType: 'poi.park',
+                  elementType: 'geometry',
+                  stylers: [{color: '#263c3f'}]
+                },
+                {
+                  featureType: 'poi.park',
+                  elementType: 'labels.text.fill',
+                  stylers: [{color: '#6b9a76'}]
+                },
+                {
+                  featureType: 'road',
+                  elementType: 'geometry',
+                  stylers: [{color: '#38414e'}]
+                },
+                {
+                  featureType: 'road',
+                  elementType: 'geometry.stroke',
+                  stylers: [{color: '#212a37'}]
+                },
+                {
+                  featureType: 'road',
+                  elementType: 'labels.text.fill',
+                  stylers: [{color: '#9ca5b3'}]
+                },
+                {
+                  featureType: 'road.highway',
+                  elementType: 'geometry',
+                  stylers: [{color: '#746855'}]
+                },
+                {
+                  featureType: 'road.highway',
+                  elementType: 'geometry.stroke',
+                  stylers: [{color: '#1f2835'}]
+                },
+                {
+                  featureType: 'road.highway',
+                  elementType: 'labels.text.fill',
+                  stylers: [{color: '#f3d19c'}]
+                },
+                {
+                  featureType: 'transit',
+                  elementType: 'geometry',
+                  stylers: [{color: '#2f3948'}]
+                },
+                {
+                  featureType: 'transit.station',
+                  elementType: 'labels.text.fill',
+                  stylers: [{color: '#d59563'}]
+                },
+                {
+                  featureType: 'water',
+                  elementType: 'geometry',
+                  stylers: [{color: '#17263c'}]
+                },
+                {
+                  featureType: 'water',
+                  elementType: 'labels.text.fill',
+                  stylers: [{color: '#515c6d'}]
+                },
+                {
+                  featureType: 'water',
+                  elementType: 'labels.text.stroke',
+                  stylers: [{color: '#17263c'}]
+                }
+              ]
+
Index: trunk/webapps/highways_startup.json
===================================================================
--- trunk/webapps/highways_startup.json	(revision 315)
+++ trunk/webapps/highways_startup.json	(revision 315)
@@ -0,0 +1,33444 @@
+{
+  "type": "FeatureCollection",
+  "features": [
+{
+   "type": "Feature",
+   "id": "241 N 17.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.599074,33.63353]
+       },
+   "properties": 
+       {"street": "ANTONIO 2", "color": "lime", "perpx": "0.94076", "perpy": "0.339073"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 18.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.600814,33.637405]
+       },
+   "properties": 
+       {"street": "BANDERAS", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 18.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.602781,33.640172]
+       },
+   "properties": 
+       {"street": "SANTA MARGUERITA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 18.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.605062,33.645877]
+       },
+   "properties": 
+       {"street": "SANTA MARGUERITA", "color": "lime", "perpx": "0.90141", "perpy": "0.432966"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 18.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.605721,33.647249]
+       },
+   "properties": 
+       {"street": "TRABUCO CREEK", "color": "lime", "perpx": "0.90141", "perpy": "0.432966"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 18.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.606132,33.646855]
+       },
+   "properties": 
+       {"street": "TRABUCO CREEK", "color": "lime", "perpx": "-0.899199", "perpy": "-0.437539"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 19.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.612216,33.651938]
+       },
+   "properties": 
+       {"street": "MELINDA", "color": "lime", "perpx": "0.193918", "perpy": "0.981018"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 19.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.612415,33.651498]
+       },
+   "properties": 
+       {"street": "MELINDA", "color": "lime", "perpx": "-0.198462", "perpy": "-0.980109"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 19.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.620208,33.653076]
+       },
+   "properties": 
+       {"street": "LOS ALISOS 1", "color": "lime", "perpx": "-0.333218", "perpy": "-0.94285"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 19.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.620027,33.653482]
+       },
+   "properties": 
+       {"street": "LOS ALISOS 1", "color": "lime", "perpx": "0.32691", "perpy": "0.945056"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 20.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.62601,33.655536]
+       },
+   "properties": 
+       {"street": "LOS ALISOS 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 20.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.632286,33.658363]
+       },
+   "properties": 
+       {"street": "UPPER OSO", "color": "lime", "perpx": "0.410703", "perpy": "0.911769"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 20.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.632465,33.657968]
+       },
+   "properties": 
+       {"street": "UPPER OSO", "color": "lime", "perpx": "-0.376202", "perpy": "-0.926538"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 21.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.647778,33.666889]
+       },
+   "properties": 
+       {"street": "PORTOLA S 1", "color": "lime", "perpx": "0.3701", "perpy": "0.928992"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 21.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.652743,33.668867]
+       },
+   "properties": 
+       {"street": "PORTOLA S 2", "color": "lime", "perpx": "0.3701", "perpy": "0.928992"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 22.02",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.654243,33.669094]
+       },
+   "properties": 
+       {"street": "PORTOLA S 2", "color": "lime", "perpx": "-0.353878", "perpy": "-0.935292"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 22.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663291,33.67261]
+       },
+   "properties": 
+       {"street": "LAKE FOREST", "color": "lime", "perpx": "-0.360927", "perpy": "-0.932594"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 22.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663113,33.672946]
+       },
+   "properties": 
+       {"street": "LAKE FOREST", "color": "lime", "perpx": "0.37314", "perpy": "0.927775"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 22.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.666212,33.674212]
+       },
+   "properties": 
+       {"street": "BAKE", "color": "lime", "perpx": "0.42005", "perpy": "0.907501"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 22.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.666424,33.673843]
+       },
+   "properties": 
+       {"street": "BAKE", "color": "lime", "perpx": "-0.418678", "perpy": "-0.908135"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671674,33.677298]
+       },
+   "properties": 
+       {"street": "ALTON 1", "color": "lime", "perpx": "-0.779725", "perpy": "-0.626123"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671424,33.677671]
+       },
+   "properties": 
+       {"street": "ALTON 1", "color": "lime", "perpx": "0.787657", "perpy": "0.616114"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 23.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67436,33.681906]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "0.8", "perpy": "0.6"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 23.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674584,33.681564]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "-0.800996", "perpy": "-0.59867"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 24.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.681661,33.688336]
+       },
+   "properties": 
+       {"street": "N OF ALTON", "color": "lime", "perpx": "0.567343", "perpy": "0.823482"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 24.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.681883,33.688049]
+       },
+   "properties": 
+       {"street": "N OF ALTON", "color": "lime", "perpx": "-0.574042", "perpy": "-0.818826"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 25.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.695163,33.697044]
+       },
+   "properties": 
+       {"street": "PORTOLA N2", "color": "lime", "perpx": "0.436189", "perpy": "0.899855"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 25.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.695456,33.696803]
+       },
+   "properties": 
+       {"street": "PORTOLA N2", "color": "lime", "perpx": "-0.435805", "perpy": "-0.900041"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 25.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.699355,33.699076]
+       },
+   "properties": 
+       {"street": "TOMATO 1", "color": "lime", "perpx": "0.434917", "perpy": "0.900471"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 25.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.699698,33.698857]
+       },
+   "properties": 
+       {"street": "TOMATO 1", "color": "lime", "perpx": "-0.432673", "perpy": "-0.901551"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 25.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.704109,33.700961]
+       },
+   "properties": 
+       {"street": "TOMATO 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 25.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.707184,33.702783]
+       },
+   "properties": 
+       {"street": "TOMATO 3", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 26.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71368,33.705538]
+       },
+   "properties": 
+       {"street": "TOMATO 4", "color": "lime", "perpx": "-0.356385", "perpy": "-0.934339"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 26.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.713171,33.70568]
+       },
+   "properties": 
+       {"street": "TOMATO 4", "color": "lime", "perpx": "0.38021", "perpy": "0.9249"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 26.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.716523,33.707439]
+       },
+   "properties": 
+       {"street": "133-1", "color": "lime", "perpx": "0.690231", "perpy": "0.723589"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 26.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717092,33.707275]
+       },
+   "properties": 
+       {"street": "133-1", "color": "lime", "perpx": "-0.712032", "perpy": "-0.702147"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 26.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718562,33.709384]
+       },
+   "properties": 
+       {"street": "133-2", "color": "lime", "perpx": "0.690231", "perpy": "0.723589"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 26.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719081,33.709292]
+       },
+   "properties": 
+       {"street": "133-2", "color": "lime", "perpx": "-0.712032", "perpy": "-0.702147"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 27.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720349,33.714309]
+       },
+   "properties": 
+       {"street": "133-3", "color": "lime", "perpx": "0.999048", "perpy": "-0.043617"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 27.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720884,33.714276]
+       },
+   "properties": 
+       {"street": "133-3", "color": "lime", "perpx": "-0.999239", "perpy": "0.039011"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 27.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719917,33.718783]
+       },
+   "properties": 
+       {"street": "BEE CANYON", "color": "lime", "perpx": "0.991505", "perpy": "-0.130067"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 27.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72046,33.718798]
+       },
+   "properties": 
+       {"street": "BEE CANYON", "color": "lime", "perpx": "-0.99165", "perpy": "0.128962"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 27.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719302,33.723299]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0.991174", "perpy": "-0.132564"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 27.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719567,33.723287]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "-0.98462", "perpy": "0.174712"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 28.09",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71867,33.728406]
+       },
+   "properties": 
+       {"street": "S OF JEFFREY", "color": "lime", "perpx": "0.991789", "perpy": "-0.127885"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 28.09",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718803,33.728394]
+       },
+   "properties": 
+       {"street": "S OF JEFFREY", "color": "lime", "perpx": "-0.991031", "perpy": "0.13363"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 28.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718013,33.73351]
+       },
+   "properties": 
+       {"street": "N OF JEFFREY", "color": "lime", "perpx": "0.991828", "perpy": "-0.127583"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 28.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71813,33.733511]
+       },
+   "properties": 
+       {"street": "N OF JEFFREY", "color": "lime", "perpx": "-0.991631", "perpy": "0.129107"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 28.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71751,33.737751]
+       },
+   "properties": 
+       {"street": "N OF HAUL ROAD", "color": "lime", "perpx": "0.99277", "perpy": "0.120036"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 28.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717633,33.73777]
+       },
+   "properties": 
+       {"street": "N OF HAUL ROAD", "color": "lime", "perpx": "-0.992127", "perpy": "-0.125239"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 28.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717935,33.741266]
+       },
+   "properties": 
+       {"street": "HAUL-CULVER", "color": "lime", "perpx": "0.99277", "perpy": "0.120036"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 28.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718081,33.741319]
+       },
+   "properties": 
+       {"street": "HAUL-CULVER", "color": "lime", "perpx": "-0.992127", "perpy": "-0.125239"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 29.34",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720909,33.746087]
+       },
+   "properties": 
+       {"street": "S OF CULVER S", "color": "lime", "perpx": "0.544008", "perpy": "0.83908"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 29.34",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721164,33.746148]
+       },
+   "properties": 
+       {"street": "S OF CULVER S", "color": "lime", "perpx": "-0.534518", "perpy": "-0.845157"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 29.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.725783,33.749247]
+       },
+   "properties": 
+       {"street": "N OF CULVER S", "color": "lime", "perpx": "0.51441", "perpy": "0.857544"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 29.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.726132,33.74929]
+       },
+   "properties": 
+       {"street": "N OF CULVER S", "color": "lime", "perpx": "-0.530397", "perpy": "-0.84775"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 30",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.730214,33.751905]
+       },
+   "properties": 
+       {"street": "CULVER-CULVER 1", "color": "lime", "perpx": "0.749117", "perpy": "0.662437"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 30",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.730537,33.752046]
+       },
+   "properties": 
+       {"street": "CULVER-CULVER 1", "color": "lime", "perpx": "-0.773985", "perpy": "-0.633203"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 30.33",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732601,33.756276]
+       },
+   "properties": 
+       {"street": "CULVER-CULVER 2", "color": "lime", "perpx": "0.999169", "perpy": "0.040755"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 30.33",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732805,33.756517]
+       },
+   "properties": 
+       {"street": "CULVER-CULVER 2", "color": "lime", "perpx": "-0.999994", "perpy": "0.00336"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 30.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732107,33.76201]
+       },
+   "properties": 
+       {"street": "S OF CULVER N", "color": "lime", "perpx": "0.994307", "perpy": "0.106557"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 30.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732284,33.762314]
+       },
+   "properties": 
+       {"street": "S OF CULVER N", "color": "lime", "perpx": "-0.986194", "perpy": "-0.165595"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 31.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733568,33.766355]
+       },
+   "properties": 
+       {"street": "N OF CULVER N", "color": "lime", "perpx": "0.738172", "perpy": "0.674612"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 31.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734012,33.766637]
+       },
+   "properties": 
+       {"street": "N OF CULVER N", "color": "lime", "perpx": "-0.712957", "perpy": "-0.701208"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 31.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.738882,33.770424]
+       },
+   "properties": 
+       {"street": "S OF EOC OC", "color": "lime", "perpx": "0.546231", "perpy": "0.837634"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 31.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.739531,33.770618]
+       },
+   "properties": 
+       {"street": "S OF EOC OC", "color": "lime", "perpx": "-0.547969", "perpy": "-0.836499"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 31.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744897,33.774559]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "0.572437", "perpy": "0.819949"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 31.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.745706,33.774682]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "-0.550286", "perpy": "-0.834976"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 32.29",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747616,33.780001]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0.997824", "perpy": "-0.065933"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 32.29",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.7482,33.780289]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "-0.997214", "perpy": "0.074589"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 32.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.745126,33.785685]
+       },
+   "properties": 
+       {"street": "CHAPMAN 3", "color": "lime", "perpx": "0.6879", "perpy": "-0.725806"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 32.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.745698,33.786034]
+       },
+   "properties": 
+       {"street": "CHAPMAN 3", "color": "lime", "perpx": "-0.656814", "perpy": "0.754052"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 32.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.741766,33.788286]
+       },
+   "properties": 
+       {"street": "CHAPMAN 4", "color": "lime", "perpx": "0.563196", "perpy": "-0.826323"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 32.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74219,33.788553]
+       },
+   "properties": 
+       {"street": "CHAPMAN 4", "color": "lime", "perpx": "-0.536155", "perpy": "0.84412"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 33.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.736347,33.791626]
+       },
+   "properties": 
+       {"street": "N OF CHAPMAN", "color": "lime", "perpx": "0.530321", "perpy": "-0.847797"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 33.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.73675,33.791961]
+       },
+   "properties": 
+       {"street": "N OF CHAPMAN", "color": "lime", "perpx": "-0.511805", "perpy": "0.859102"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 33.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.731726,33.794622]
+       },
+   "properties": 
+       {"street": "S OF SANT CREEK", "color": "lime", "perpx": "0.51738", "perpy": "-0.855756"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 33.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732055,33.794954]
+       },
+   "properties": 
+       {"street": "S OF SANT CREEK", "color": "lime", "perpx": "-0.521007", "perpy": "0.853552"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 34.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72693,33.798225]
+       },
+   "properties": 
+       {"street": "N OF SANT CR1", "color": "lime", "perpx": "0.632614", "perpy": "-0.774467"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 34.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.727285,33.798558]
+       },
+   "properties": 
+       {"street": "N OF SANT CR1", "color": "lime", "perpx": "-0.634504", "perpy": "0.77292"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 34.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.725304,33.803726]
+       },
+   "properties": 
+       {"street": "N OF SANT CR2", "color": "lime", "perpx": "-0.931918", "perpy": "0.36267"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 34.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724852,33.803371]
+       },
+   "properties": 
+       {"street": "N OF SANT CR2", "color": "lime", "perpx": "0.937209", "perpy": "-0.348768"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 34.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.722969,33.808431]
+       },
+   "properties": 
+       {"street": "S OF OAK", "color": "lime", "perpx": "0.843058", "perpy": "-0.537823"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 34.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72335,33.808747]
+       },
+   "properties": 
+       {"street": "S OF OAK", "color": "lime", "perpx": "-0.84356", "perpy": "0.537034"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 35.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719677,33.813341]
+       },
+   "properties": 
+       {"street": "N OF OAK", "color": "lime", "perpx": "0.916423", "perpy": "-0.400211"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 35.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720094,33.81365]
+       },
+   "properties": 
+       {"street": "N OF OAK", "color": "lime", "perpx": "-0.915178", "perpy": "0.40305"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 35.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717431,33.818484]
+       },
+   "properties": 
+       {"street": "S OF SCE OC", "color": "lime", "perpx": "0.916423", "perpy": "-0.400211"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 35.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71784,33.818768]
+       },
+   "properties": 
+       {"street": "S OF SCE OC", "color": "lime", "perpx": "-0.915178", "perpy": "0.40305"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 35.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.715964,33.824439]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 1", "color": "lime", "perpx": "0.994559", "perpy": "0.104175"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 35.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717155,33.824805]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 1", "color": "lime", "perpx": "-0.999904", "perpy": "-0.013843"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 36.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.716485,33.829413]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 2", "color": "lime", "perpx": "0.986289", "perpy": "0.165028"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 36.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717224,33.829789]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 2", "color": "lime", "perpx": "-0.990694", "perpy": "-0.136107"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 36.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717081,33.832975]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 3", "color": "lime", "perpx": "0.986289", "perpy": "0.165028"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 36.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717841,33.83428]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 3", "color": "lime", "perpx": "-0.990694", "perpy": "-0.136107"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 36.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717671,33.839984]
+       },
+   "properties": 
+       {"street": "W R WILDLIFE", "color": "lime", "perpx": "0.987599", "perpy": "-0.156997"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 36.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718159,33.840335]
+       },
+   "properties": 
+       {"street": "W R WILDLIFE", "color": "lime", "perpx": "-0.985859", "perpy": "0.167575"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 37.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.716931,33.844639]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 1", "color": "lime", "perpx": "0.999335", "perpy": "-0.036462"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 37.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717372,33.844965]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 1", "color": "lime", "perpx": "-0.999815", "perpy": "0.019254"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 37.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71672,33.850422]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 2", "color": "lime", "perpx": "0.999335", "perpy": "-0.036462"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 37.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717261,33.850729]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 2", "color": "lime", "perpx": "-0.999815", "perpy": "0.019254"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 37.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.716773,33.856526]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 3", "color": "lime", "perpx": "0.997345", "perpy": "-0.072816"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 37.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717346,33.856811]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 3", "color": "lime", "perpx": "-0.999884", "perpy": "-0.015214"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 38.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717429,33.862266]
+       },
+   "properties": 
+       {"street": "S OF 91", "color": "lime", "perpx": "-0.999884", "perpy": "-0.015214"}
+},  
+
+{
+   "type": "Feature",
+   "id": "241 N 17.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.599074,33.63353]
+       },
+   "properties": 
+       {"street": "ANTONIO 2", "color": "lime", "perpx": "0.94076", "perpy": "0.339073"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 18.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.600814,33.637405]
+       },
+   "properties": 
+       {"street": "BANDERAS", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 18.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.602781,33.640172]
+       },
+   "properties": 
+       {"street": "SANTA MARGUERITA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 18.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.605062,33.645877]
+       },
+   "properties": 
+       {"street": "SANTA MARGUERITA", "color": "lime", "perpx": "0.90141", "perpy": "0.432966"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 18.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.605721,33.647249]
+       },
+   "properties": 
+       {"street": "TRABUCO CREEK", "color": "lime", "perpx": "0.90141", "perpy": "0.432966"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 18.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.606132,33.646855]
+       },
+   "properties": 
+       {"street": "TRABUCO CREEK", "color": "lime", "perpx": "-0.899199", "perpy": "-0.437539"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 19.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.612216,33.651938]
+       },
+   "properties": 
+       {"street": "MELINDA", "color": "lime", "perpx": "0.193918", "perpy": "0.981018"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 19.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.612415,33.651498]
+       },
+   "properties": 
+       {"street": "MELINDA", "color": "lime", "perpx": "-0.198462", "perpy": "-0.980109"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 19.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.620208,33.653076]
+       },
+   "properties": 
+       {"street": "LOS ALISOS 1", "color": "lime", "perpx": "-0.333218", "perpy": "-0.94285"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 19.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.620027,33.653482]
+       },
+   "properties": 
+       {"street": "LOS ALISOS 1", "color": "lime", "perpx": "0.32691", "perpy": "0.945056"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 20.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.62601,33.655536]
+       },
+   "properties": 
+       {"street": "LOS ALISOS 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 20.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.632286,33.658363]
+       },
+   "properties": 
+       {"street": "UPPER OSO", "color": "lime", "perpx": "0.410703", "perpy": "0.911769"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 20.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.632465,33.657968]
+       },
+   "properties": 
+       {"street": "UPPER OSO", "color": "lime", "perpx": "-0.376202", "perpy": "-0.926538"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 21.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.647778,33.666889]
+       },
+   "properties": 
+       {"street": "PORTOLA S 1", "color": "lime", "perpx": "0.3701", "perpy": "0.928992"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 21.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.652743,33.668867]
+       },
+   "properties": 
+       {"street": "PORTOLA S 2", "color": "lime", "perpx": "0.3701", "perpy": "0.928992"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 22.02",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.654243,33.669094]
+       },
+   "properties": 
+       {"street": "PORTOLA S 2", "color": "lime", "perpx": "-0.353878", "perpy": "-0.935292"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 22.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663291,33.67261]
+       },
+   "properties": 
+       {"street": "LAKE FOREST", "color": "lime", "perpx": "-0.360927", "perpy": "-0.932594"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 22.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663113,33.672946]
+       },
+   "properties": 
+       {"street": "LAKE FOREST", "color": "lime", "perpx": "0.37314", "perpy": "0.927775"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 22.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.666212,33.674212]
+       },
+   "properties": 
+       {"street": "BAKE", "color": "lime", "perpx": "0.42005", "perpy": "0.907501"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 22.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.666424,33.673843]
+       },
+   "properties": 
+       {"street": "BAKE", "color": "lime", "perpx": "-0.418678", "perpy": "-0.908135"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671674,33.677298]
+       },
+   "properties": 
+       {"street": "ALTON 1", "color": "lime", "perpx": "-0.779725", "perpy": "-0.626123"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671424,33.677671]
+       },
+   "properties": 
+       {"street": "ALTON 1", "color": "lime", "perpx": "0.787657", "perpy": "0.616114"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 23.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67436,33.681906]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "0.8", "perpy": "0.6"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 23.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674584,33.681564]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "-0.800996", "perpy": "-0.59867"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 24.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.681661,33.688336]
+       },
+   "properties": 
+       {"street": "N OF ALTON", "color": "lime", "perpx": "0.567343", "perpy": "0.823482"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 24.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.681883,33.688049]
+       },
+   "properties": 
+       {"street": "N OF ALTON", "color": "lime", "perpx": "-0.574042", "perpy": "-0.818826"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 25.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.695163,33.697044]
+       },
+   "properties": 
+       {"street": "PORTOLA N2", "color": "lime", "perpx": "0.436189", "perpy": "0.899855"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 25.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.695456,33.696803]
+       },
+   "properties": 
+       {"street": "PORTOLA N2", "color": "lime", "perpx": "-0.435805", "perpy": "-0.900041"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 25.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.699355,33.699076]
+       },
+   "properties": 
+       {"street": "TOMATO 1", "color": "lime", "perpx": "0.434917", "perpy": "0.900471"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 25.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.699698,33.698857]
+       },
+   "properties": 
+       {"street": "TOMATO 1", "color": "lime", "perpx": "-0.432673", "perpy": "-0.901551"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 25.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.704109,33.700961]
+       },
+   "properties": 
+       {"street": "TOMATO 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 25.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.707184,33.702783]
+       },
+   "properties": 
+       {"street": "TOMATO 3", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 26.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71368,33.705538]
+       },
+   "properties": 
+       {"street": "TOMATO 4", "color": "lime", "perpx": "-0.356385", "perpy": "-0.934339"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 26.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.713171,33.70568]
+       },
+   "properties": 
+       {"street": "TOMATO 4", "color": "lime", "perpx": "0.38021", "perpy": "0.9249"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 26.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.716523,33.707439]
+       },
+   "properties": 
+       {"street": "133-1", "color": "lime", "perpx": "0.690231", "perpy": "0.723589"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 26.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717092,33.707275]
+       },
+   "properties": 
+       {"street": "133-1", "color": "lime", "perpx": "-0.712032", "perpy": "-0.702147"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 26.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718562,33.709384]
+       },
+   "properties": 
+       {"street": "133-2", "color": "lime", "perpx": "0.690231", "perpy": "0.723589"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 26.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719081,33.709292]
+       },
+   "properties": 
+       {"street": "133-2", "color": "lime", "perpx": "-0.712032", "perpy": "-0.702147"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 27.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720349,33.714309]
+       },
+   "properties": 
+       {"street": "133-3", "color": "lime", "perpx": "0.999048", "perpy": "-0.043617"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 27.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720884,33.714276]
+       },
+   "properties": 
+       {"street": "133-3", "color": "lime", "perpx": "-0.999239", "perpy": "0.039011"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 27.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719917,33.718783]
+       },
+   "properties": 
+       {"street": "BEE CANYON", "color": "lime", "perpx": "0.991505", "perpy": "-0.130067"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 27.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72046,33.718798]
+       },
+   "properties": 
+       {"street": "BEE CANYON", "color": "lime", "perpx": "-0.99165", "perpy": "0.128962"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 27.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719302,33.723299]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0.991174", "perpy": "-0.132564"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 27.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719567,33.723287]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "-0.98462", "perpy": "0.174712"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 28.09",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71867,33.728406]
+       },
+   "properties": 
+       {"street": "S OF JEFFREY", "color": "lime", "perpx": "0.991789", "perpy": "-0.127885"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 28.09",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718803,33.728394]
+       },
+   "properties": 
+       {"street": "S OF JEFFREY", "color": "lime", "perpx": "-0.991031", "perpy": "0.13363"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 28.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718013,33.73351]
+       },
+   "properties": 
+       {"street": "N OF JEFFREY", "color": "lime", "perpx": "0.991828", "perpy": "-0.127583"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 28.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71813,33.733511]
+       },
+   "properties": 
+       {"street": "N OF JEFFREY", "color": "lime", "perpx": "-0.991631", "perpy": "0.129107"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 28.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71751,33.737751]
+       },
+   "properties": 
+       {"street": "N OF HAUL ROAD", "color": "lime", "perpx": "0.99277", "perpy": "0.120036"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 28.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717633,33.73777]
+       },
+   "properties": 
+       {"street": "N OF HAUL ROAD", "color": "lime", "perpx": "-0.992127", "perpy": "-0.125239"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 28.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717935,33.741266]
+       },
+   "properties": 
+       {"street": "HAUL-CULVER", "color": "lime", "perpx": "0.99277", "perpy": "0.120036"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 28.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718081,33.741319]
+       },
+   "properties": 
+       {"street": "HAUL-CULVER", "color": "lime", "perpx": "-0.992127", "perpy": "-0.125239"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 29.34",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720909,33.746087]
+       },
+   "properties": 
+       {"street": "S OF CULVER S", "color": "lime", "perpx": "0.544008", "perpy": "0.83908"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 29.34",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721164,33.746148]
+       },
+   "properties": 
+       {"street": "S OF CULVER S", "color": "lime", "perpx": "-0.534518", "perpy": "-0.845157"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 29.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.725783,33.749247]
+       },
+   "properties": 
+       {"street": "N OF CULVER S", "color": "lime", "perpx": "0.51441", "perpy": "0.857544"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 29.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.726132,33.74929]
+       },
+   "properties": 
+       {"street": "N OF CULVER S", "color": "lime", "perpx": "-0.530397", "perpy": "-0.84775"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 30",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.730214,33.751905]
+       },
+   "properties": 
+       {"street": "CULVER-CULVER 1", "color": "lime", "perpx": "0.749117", "perpy": "0.662437"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 30",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.730537,33.752046]
+       },
+   "properties": 
+       {"street": "CULVER-CULVER 1", "color": "lime", "perpx": "-0.773985", "perpy": "-0.633203"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 30.33",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732601,33.756276]
+       },
+   "properties": 
+       {"street": "CULVER-CULVER 2", "color": "lime", "perpx": "0.999169", "perpy": "0.040755"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 30.33",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732805,33.756517]
+       },
+   "properties": 
+       {"street": "CULVER-CULVER 2", "color": "lime", "perpx": "-0.999994", "perpy": "0.00336"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 30.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732107,33.76201]
+       },
+   "properties": 
+       {"street": "S OF CULVER N", "color": "lime", "perpx": "0.994307", "perpy": "0.106557"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 30.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732284,33.762314]
+       },
+   "properties": 
+       {"street": "S OF CULVER N", "color": "lime", "perpx": "-0.986194", "perpy": "-0.165595"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 31.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733568,33.766355]
+       },
+   "properties": 
+       {"street": "N OF CULVER N", "color": "lime", "perpx": "0.738172", "perpy": "0.674612"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 31.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734012,33.766637]
+       },
+   "properties": 
+       {"street": "N OF CULVER N", "color": "lime", "perpx": "-0.712957", "perpy": "-0.701208"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 31.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.738882,33.770424]
+       },
+   "properties": 
+       {"street": "S OF EOC OC", "color": "lime", "perpx": "0.546231", "perpy": "0.837634"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 31.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.739531,33.770618]
+       },
+   "properties": 
+       {"street": "S OF EOC OC", "color": "lime", "perpx": "-0.547969", "perpy": "-0.836499"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 31.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744897,33.774559]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "0.572437", "perpy": "0.819949"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 31.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.745706,33.774682]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "-0.550286", "perpy": "-0.834976"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 32.29",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747616,33.780001]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0.997824", "perpy": "-0.065933"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 32.29",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.7482,33.780289]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "-0.997214", "perpy": "0.074589"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 32.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.745126,33.785685]
+       },
+   "properties": 
+       {"street": "CHAPMAN 3", "color": "lime", "perpx": "0.6879", "perpy": "-0.725806"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 32.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.745698,33.786034]
+       },
+   "properties": 
+       {"street": "CHAPMAN 3", "color": "lime", "perpx": "-0.656814", "perpy": "0.754052"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 32.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.741766,33.788286]
+       },
+   "properties": 
+       {"street": "CHAPMAN 4", "color": "lime", "perpx": "0.563196", "perpy": "-0.826323"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 32.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74219,33.788553]
+       },
+   "properties": 
+       {"street": "CHAPMAN 4", "color": "lime", "perpx": "-0.536155", "perpy": "0.84412"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 33.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.736347,33.791626]
+       },
+   "properties": 
+       {"street": "N OF CHAPMAN", "color": "lime", "perpx": "0.530321", "perpy": "-0.847797"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 33.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.73675,33.791961]
+       },
+   "properties": 
+       {"street": "N OF CHAPMAN", "color": "lime", "perpx": "-0.511805", "perpy": "0.859102"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 33.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.731726,33.794622]
+       },
+   "properties": 
+       {"street": "S OF SANT CREEK", "color": "lime", "perpx": "0.51738", "perpy": "-0.855756"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 33.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732055,33.794954]
+       },
+   "properties": 
+       {"street": "S OF SANT CREEK", "color": "lime", "perpx": "-0.521007", "perpy": "0.853552"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 34.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72693,33.798225]
+       },
+   "properties": 
+       {"street": "N OF SANT CR1", "color": "lime", "perpx": "0.632614", "perpy": "-0.774467"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 34.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.727285,33.798558]
+       },
+   "properties": 
+       {"street": "N OF SANT CR1", "color": "lime", "perpx": "-0.634504", "perpy": "0.77292"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 34.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.725304,33.803726]
+       },
+   "properties": 
+       {"street": "N OF SANT CR2", "color": "lime", "perpx": "-0.931918", "perpy": "0.36267"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 34.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724852,33.803371]
+       },
+   "properties": 
+       {"street": "N OF SANT CR2", "color": "lime", "perpx": "0.937209", "perpy": "-0.348768"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 34.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.722969,33.808431]
+       },
+   "properties": 
+       {"street": "S OF OAK", "color": "lime", "perpx": "0.843058", "perpy": "-0.537823"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 34.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72335,33.808747]
+       },
+   "properties": 
+       {"street": "S OF OAK", "color": "lime", "perpx": "-0.84356", "perpy": "0.537034"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 35.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719677,33.813341]
+       },
+   "properties": 
+       {"street": "N OF OAK", "color": "lime", "perpx": "0.916423", "perpy": "-0.400211"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 35.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720094,33.81365]
+       },
+   "properties": 
+       {"street": "N OF OAK", "color": "lime", "perpx": "-0.915178", "perpy": "0.40305"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 35.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717431,33.818484]
+       },
+   "properties": 
+       {"street": "S OF SCE OC", "color": "lime", "perpx": "0.916423", "perpy": "-0.400211"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 35.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71784,33.818768]
+       },
+   "properties": 
+       {"street": "S OF SCE OC", "color": "lime", "perpx": "-0.915178", "perpy": "0.40305"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 35.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.715964,33.824439]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 1", "color": "lime", "perpx": "0.994559", "perpy": "0.104175"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 35.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717155,33.824805]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 1", "color": "lime", "perpx": "-0.999904", "perpy": "-0.013843"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 36.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.716485,33.829413]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 2", "color": "lime", "perpx": "0.986289", "perpy": "0.165028"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 36.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717224,33.829789]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 2", "color": "lime", "perpx": "-0.990694", "perpy": "-0.136107"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 36.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717081,33.832975]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 3", "color": "lime", "perpx": "0.986289", "perpy": "0.165028"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 36.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717841,33.83428]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 3", "color": "lime", "perpx": "-0.990694", "perpy": "-0.136107"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 36.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717671,33.839984]
+       },
+   "properties": 
+       {"street": "W R WILDLIFE", "color": "lime", "perpx": "0.987599", "perpy": "-0.156997"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 36.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718159,33.840335]
+       },
+   "properties": 
+       {"street": "W R WILDLIFE", "color": "lime", "perpx": "-0.985859", "perpy": "0.167575"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 37.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.716931,33.844639]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 1", "color": "lime", "perpx": "0.999335", "perpy": "-0.036462"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 37.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717372,33.844965]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 1", "color": "lime", "perpx": "-0.999815", "perpy": "0.019254"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 37.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71672,33.850422]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 2", "color": "lime", "perpx": "0.999335", "perpy": "-0.036462"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 37.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717261,33.850729]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 2", "color": "lime", "perpx": "-0.999815", "perpy": "0.019254"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 37.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.716773,33.856526]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 3", "color": "lime", "perpx": "0.997345", "perpy": "-0.072816"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 37.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717346,33.856811]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 3", "color": "lime", "perpx": "-0.999884", "perpy": "-0.015214"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 38.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717429,33.862266]
+       },
+   "properties": 
+       {"street": "S OF 91", "color": "lime", "perpx": "-0.999884", "perpy": "-0.015214"}
+},  
+
+{
+   "type": "Feature",
+   "id": "241 N 17.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.599074,33.63353]
+       },
+   "properties": 
+       {"street": "ANTONIO 2", "color": "lime", "perpx": "0.94076", "perpy": "0.339073"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 18.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.600814,33.637405]
+       },
+   "properties": 
+       {"street": "BANDERAS", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 18.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.602781,33.640172]
+       },
+   "properties": 
+       {"street": "SANTA MARGUERITA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 18.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.605062,33.645877]
+       },
+   "properties": 
+       {"street": "SANTA MARGUERITA", "color": "lime", "perpx": "0.90141", "perpy": "0.432966"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 18.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.605721,33.647249]
+       },
+   "properties": 
+       {"street": "TRABUCO CREEK", "color": "lime", "perpx": "0.90141", "perpy": "0.432966"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 18.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.606132,33.646855]
+       },
+   "properties": 
+       {"street": "TRABUCO CREEK", "color": "lime", "perpx": "-0.899199", "perpy": "-0.437539"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 19.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.612216,33.651938]
+       },
+   "properties": 
+       {"street": "MELINDA", "color": "lime", "perpx": "0.193918", "perpy": "0.981018"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 19.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.612415,33.651498]
+       },
+   "properties": 
+       {"street": "MELINDA", "color": "lime", "perpx": "-0.198462", "perpy": "-0.980109"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 19.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.620208,33.653076]
+       },
+   "properties": 
+       {"street": "LOS ALISOS 1", "color": "lime", "perpx": "-0.333218", "perpy": "-0.94285"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 19.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.620027,33.653482]
+       },
+   "properties": 
+       {"street": "LOS ALISOS 1", "color": "lime", "perpx": "0.32691", "perpy": "0.945056"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 20.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.62601,33.655536]
+       },
+   "properties": 
+       {"street": "LOS ALISOS 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 20.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.632286,33.658363]
+       },
+   "properties": 
+       {"street": "UPPER OSO", "color": "lime", "perpx": "0.410703", "perpy": "0.911769"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 20.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.632465,33.657968]
+       },
+   "properties": 
+       {"street": "UPPER OSO", "color": "lime", "perpx": "-0.376202", "perpy": "-0.926538"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 21.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.647778,33.666889]
+       },
+   "properties": 
+       {"street": "PORTOLA S 1", "color": "lime", "perpx": "0.3701", "perpy": "0.928992"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 21.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.652743,33.668867]
+       },
+   "properties": 
+       {"street": "PORTOLA S 2", "color": "lime", "perpx": "0.3701", "perpy": "0.928992"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 22.02",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.654243,33.669094]
+       },
+   "properties": 
+       {"street": "PORTOLA S 2", "color": "lime", "perpx": "-0.353878", "perpy": "-0.935292"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 22.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663291,33.67261]
+       },
+   "properties": 
+       {"street": "LAKE FOREST", "color": "lime", "perpx": "-0.360927", "perpy": "-0.932594"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 22.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663113,33.672946]
+       },
+   "properties": 
+       {"street": "LAKE FOREST", "color": "lime", "perpx": "0.37314", "perpy": "0.927775"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 22.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.666212,33.674212]
+       },
+   "properties": 
+       {"street": "BAKE", "color": "lime", "perpx": "0.42005", "perpy": "0.907501"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 22.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.666424,33.673843]
+       },
+   "properties": 
+       {"street": "BAKE", "color": "lime", "perpx": "-0.418678", "perpy": "-0.908135"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671674,33.677298]
+       },
+   "properties": 
+       {"street": "ALTON 1", "color": "lime", "perpx": "-0.779725", "perpy": "-0.626123"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671424,33.677671]
+       },
+   "properties": 
+       {"street": "ALTON 1", "color": "lime", "perpx": "0.787657", "perpy": "0.616114"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 23.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67436,33.681906]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "0.8", "perpy": "0.6"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 23.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674584,33.681564]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "-0.800996", "perpy": "-0.59867"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 24.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.681661,33.688336]
+       },
+   "properties": 
+       {"street": "N OF ALTON", "color": "lime", "perpx": "0.567343", "perpy": "0.823482"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 24.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.681883,33.688049]
+       },
+   "properties": 
+       {"street": "N OF ALTON", "color": "lime", "perpx": "-0.574042", "perpy": "-0.818826"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 25.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.695163,33.697044]
+       },
+   "properties": 
+       {"street": "PORTOLA N2", "color": "lime", "perpx": "0.436189", "perpy": "0.899855"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 25.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.695456,33.696803]
+       },
+   "properties": 
+       {"street": "PORTOLA N2", "color": "lime", "perpx": "-0.435805", "perpy": "-0.900041"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 25.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.699355,33.699076]
+       },
+   "properties": 
+       {"street": "TOMATO 1", "color": "lime", "perpx": "0.434917", "perpy": "0.900471"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 25.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.699698,33.698857]
+       },
+   "properties": 
+       {"street": "TOMATO 1", "color": "lime", "perpx": "-0.432673", "perpy": "-0.901551"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 25.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.704109,33.700961]
+       },
+   "properties": 
+       {"street": "TOMATO 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 25.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.707184,33.702783]
+       },
+   "properties": 
+       {"street": "TOMATO 3", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 26.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71368,33.705538]
+       },
+   "properties": 
+       {"street": "TOMATO 4", "color": "lime", "perpx": "-0.356385", "perpy": "-0.934339"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 26.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.713171,33.70568]
+       },
+   "properties": 
+       {"street": "TOMATO 4", "color": "lime", "perpx": "0.38021", "perpy": "0.9249"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 26.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.716523,33.707439]
+       },
+   "properties": 
+       {"street": "133-1", "color": "lime", "perpx": "0.690231", "perpy": "0.723589"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 26.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717092,33.707275]
+       },
+   "properties": 
+       {"street": "133-1", "color": "lime", "perpx": "-0.712032", "perpy": "-0.702147"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 26.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718562,33.709384]
+       },
+   "properties": 
+       {"street": "133-2", "color": "lime", "perpx": "0.690231", "perpy": "0.723589"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 26.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719081,33.709292]
+       },
+   "properties": 
+       {"street": "133-2", "color": "lime", "perpx": "-0.712032", "perpy": "-0.702147"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 27.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720349,33.714309]
+       },
+   "properties": 
+       {"street": "133-3", "color": "lime", "perpx": "0.999048", "perpy": "-0.043617"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 27.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720884,33.714276]
+       },
+   "properties": 
+       {"street": "133-3", "color": "lime", "perpx": "-0.999239", "perpy": "0.039011"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 27.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719917,33.718783]
+       },
+   "properties": 
+       {"street": "BEE CANYON", "color": "lime", "perpx": "0.991505", "perpy": "-0.130067"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 27.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72046,33.718798]
+       },
+   "properties": 
+       {"street": "BEE CANYON", "color": "lime", "perpx": "-0.99165", "perpy": "0.128962"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 27.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719302,33.723299]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0.991174", "perpy": "-0.132564"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 27.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719567,33.723287]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "-0.98462", "perpy": "0.174712"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 28.09",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71867,33.728406]
+       },
+   "properties": 
+       {"street": "S OF JEFFREY", "color": "lime", "perpx": "0.991789", "perpy": "-0.127885"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 28.09",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718803,33.728394]
+       },
+   "properties": 
+       {"street": "S OF JEFFREY", "color": "lime", "perpx": "-0.991031", "perpy": "0.13363"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 28.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718013,33.73351]
+       },
+   "properties": 
+       {"street": "N OF JEFFREY", "color": "lime", "perpx": "0.991828", "perpy": "-0.127583"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 28.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71813,33.733511]
+       },
+   "properties": 
+       {"street": "N OF JEFFREY", "color": "lime", "perpx": "-0.991631", "perpy": "0.129107"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 28.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71751,33.737751]
+       },
+   "properties": 
+       {"street": "N OF HAUL ROAD", "color": "lime", "perpx": "0.99277", "perpy": "0.120036"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 28.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717633,33.73777]
+       },
+   "properties": 
+       {"street": "N OF HAUL ROAD", "color": "lime", "perpx": "-0.992127", "perpy": "-0.125239"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 28.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717935,33.741266]
+       },
+   "properties": 
+       {"street": "HAUL-CULVER", "color": "lime", "perpx": "0.99277", "perpy": "0.120036"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 28.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718081,33.741319]
+       },
+   "properties": 
+       {"street": "HAUL-CULVER", "color": "lime", "perpx": "-0.992127", "perpy": "-0.125239"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 29.34",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720909,33.746087]
+       },
+   "properties": 
+       {"street": "S OF CULVER S", "color": "lime", "perpx": "0.544008", "perpy": "0.83908"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 29.34",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721164,33.746148]
+       },
+   "properties": 
+       {"street": "S OF CULVER S", "color": "lime", "perpx": "-0.534518", "perpy": "-0.845157"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 29.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.725783,33.749247]
+       },
+   "properties": 
+       {"street": "N OF CULVER S", "color": "lime", "perpx": "0.51441", "perpy": "0.857544"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 29.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.726132,33.74929]
+       },
+   "properties": 
+       {"street": "N OF CULVER S", "color": "lime", "perpx": "-0.530397", "perpy": "-0.84775"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 30",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.730214,33.751905]
+       },
+   "properties": 
+       {"street": "CULVER-CULVER 1", "color": "lime", "perpx": "0.749117", "perpy": "0.662437"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 30",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.730537,33.752046]
+       },
+   "properties": 
+       {"street": "CULVER-CULVER 1", "color": "lime", "perpx": "-0.773985", "perpy": "-0.633203"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 30.33",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732601,33.756276]
+       },
+   "properties": 
+       {"street": "CULVER-CULVER 2", "color": "lime", "perpx": "0.999169", "perpy": "0.040755"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 30.33",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732805,33.756517]
+       },
+   "properties": 
+       {"street": "CULVER-CULVER 2", "color": "lime", "perpx": "-0.999994", "perpy": "0.00336"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 30.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732107,33.76201]
+       },
+   "properties": 
+       {"street": "S OF CULVER N", "color": "lime", "perpx": "0.994307", "perpy": "0.106557"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 30.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732284,33.762314]
+       },
+   "properties": 
+       {"street": "S OF CULVER N", "color": "lime", "perpx": "-0.986194", "perpy": "-0.165595"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 31.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733568,33.766355]
+       },
+   "properties": 
+       {"street": "N OF CULVER N", "color": "lime", "perpx": "0.738172", "perpy": "0.674612"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 31.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734012,33.766637]
+       },
+   "properties": 
+       {"street": "N OF CULVER N", "color": "lime", "perpx": "-0.712957", "perpy": "-0.701208"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 31.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.738882,33.770424]
+       },
+   "properties": 
+       {"street": "S OF EOC OC", "color": "lime", "perpx": "0.546231", "perpy": "0.837634"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 31.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.739531,33.770618]
+       },
+   "properties": 
+       {"street": "S OF EOC OC", "color": "lime", "perpx": "-0.547969", "perpy": "-0.836499"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 31.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744897,33.774559]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "0.572437", "perpy": "0.819949"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 31.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.745706,33.774682]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "-0.550286", "perpy": "-0.834976"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 32.29",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747616,33.780001]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0.997824", "perpy": "-0.065933"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 32.29",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.7482,33.780289]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "-0.997214", "perpy": "0.074589"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 32.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.745126,33.785685]
+       },
+   "properties": 
+       {"street": "CHAPMAN 3", "color": "lime", "perpx": "0.6879", "perpy": "-0.725806"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 32.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.745698,33.786034]
+       },
+   "properties": 
+       {"street": "CHAPMAN 3", "color": "lime", "perpx": "-0.656814", "perpy": "0.754052"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 32.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.741766,33.788286]
+       },
+   "properties": 
+       {"street": "CHAPMAN 4", "color": "lime", "perpx": "0.563196", "perpy": "-0.826323"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 32.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74219,33.788553]
+       },
+   "properties": 
+       {"street": "CHAPMAN 4", "color": "lime", "perpx": "-0.536155", "perpy": "0.84412"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 33.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.736347,33.791626]
+       },
+   "properties": 
+       {"street": "N OF CHAPMAN", "color": "lime", "perpx": "0.530321", "perpy": "-0.847797"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 33.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.73675,33.791961]
+       },
+   "properties": 
+       {"street": "N OF CHAPMAN", "color": "lime", "perpx": "-0.511805", "perpy": "0.859102"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 33.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.731726,33.794622]
+       },
+   "properties": 
+       {"street": "S OF SANT CREEK", "color": "lime", "perpx": "0.51738", "perpy": "-0.855756"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 33.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732055,33.794954]
+       },
+   "properties": 
+       {"street": "S OF SANT CREEK", "color": "lime", "perpx": "-0.521007", "perpy": "0.853552"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 34.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72693,33.798225]
+       },
+   "properties": 
+       {"street": "N OF SANT CR1", "color": "lime", "perpx": "0.632614", "perpy": "-0.774467"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 34.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.727285,33.798558]
+       },
+   "properties": 
+       {"street": "N OF SANT CR1", "color": "lime", "perpx": "-0.634504", "perpy": "0.77292"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 34.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.725304,33.803726]
+       },
+   "properties": 
+       {"street": "N OF SANT CR2", "color": "lime", "perpx": "-0.931918", "perpy": "0.36267"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 34.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724852,33.803371]
+       },
+   "properties": 
+       {"street": "N OF SANT CR2", "color": "lime", "perpx": "0.937209", "perpy": "-0.348768"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 34.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.722969,33.808431]
+       },
+   "properties": 
+       {"street": "S OF OAK", "color": "lime", "perpx": "0.843058", "perpy": "-0.537823"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 34.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72335,33.808747]
+       },
+   "properties": 
+       {"street": "S OF OAK", "color": "lime", "perpx": "-0.84356", "perpy": "0.537034"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 35.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719677,33.813341]
+       },
+   "properties": 
+       {"street": "N OF OAK", "color": "lime", "perpx": "0.916423", "perpy": "-0.400211"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 35.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720094,33.81365]
+       },
+   "properties": 
+       {"street": "N OF OAK", "color": "lime", "perpx": "-0.915178", "perpy": "0.40305"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 35.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717431,33.818484]
+       },
+   "properties": 
+       {"street": "S OF SCE OC", "color": "lime", "perpx": "0.916423", "perpy": "-0.400211"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 35.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71784,33.818768]
+       },
+   "properties": 
+       {"street": "S OF SCE OC", "color": "lime", "perpx": "-0.915178", "perpy": "0.40305"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 35.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.715964,33.824439]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 1", "color": "lime", "perpx": "0.994559", "perpy": "0.104175"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 35.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717155,33.824805]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 1", "color": "lime", "perpx": "-0.999904", "perpy": "-0.013843"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 36.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.716485,33.829413]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 2", "color": "lime", "perpx": "0.986289", "perpy": "0.165028"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 36.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717224,33.829789]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 2", "color": "lime", "perpx": "-0.990694", "perpy": "-0.136107"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 36.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717081,33.832975]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 3", "color": "lime", "perpx": "0.986289", "perpy": "0.165028"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 36.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717841,33.83428]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 3", "color": "lime", "perpx": "-0.990694", "perpy": "-0.136107"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 36.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717671,33.839984]
+       },
+   "properties": 
+       {"street": "W R WILDLIFE", "color": "lime", "perpx": "0.987599", "perpy": "-0.156997"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 36.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718159,33.840335]
+       },
+   "properties": 
+       {"street": "W R WILDLIFE", "color": "lime", "perpx": "-0.985859", "perpy": "0.167575"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 37.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.716931,33.844639]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 1", "color": "lime", "perpx": "0.999335", "perpy": "-0.036462"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 37.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717372,33.844965]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 1", "color": "lime", "perpx": "-0.999815", "perpy": "0.019254"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 37.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71672,33.850422]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 2", "color": "lime", "perpx": "0.999335", "perpy": "-0.036462"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 37.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717261,33.850729]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 2", "color": "lime", "perpx": "-0.999815", "perpy": "0.019254"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 37.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.716773,33.856526]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 3", "color": "lime", "perpx": "0.997345", "perpy": "-0.072816"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 37.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717346,33.856811]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 3", "color": "lime", "perpx": "-0.999884", "perpy": "-0.015214"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 38.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717429,33.862266]
+       },
+   "properties": 
+       {"street": "S OF 91", "color": "lime", "perpx": "-0.999884", "perpy": "-0.015214"}
+},  
+
+{
+   "type": "Feature",
+   "id": "241 N 17.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.599074,33.63353]
+       },
+   "properties": 
+       {"street": "ANTONIO 2", "color": "lime", "perpx": "0.94076", "perpy": "0.339073"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 18.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.600814,33.637405]
+       },
+   "properties": 
+       {"street": "BANDERAS", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 18.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.602781,33.640172]
+       },
+   "properties": 
+       {"street": "SANTA MARGUERITA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 18.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.605062,33.645877]
+       },
+   "properties": 
+       {"street": "SANTA MARGUERITA", "color": "lime", "perpx": "0.90141", "perpy": "0.432966"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 18.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.605721,33.647249]
+       },
+   "properties": 
+       {"street": "TRABUCO CREEK", "color": "lime", "perpx": "0.90141", "perpy": "0.432966"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 18.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.606132,33.646855]
+       },
+   "properties": 
+       {"street": "TRABUCO CREEK", "color": "lime", "perpx": "-0.899199", "perpy": "-0.437539"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 19.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.612216,33.651938]
+       },
+   "properties": 
+       {"street": "MELINDA", "color": "lime", "perpx": "0.193918", "perpy": "0.981018"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 19.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.612415,33.651498]
+       },
+   "properties": 
+       {"street": "MELINDA", "color": "lime", "perpx": "-0.198462", "perpy": "-0.980109"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 19.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.620208,33.653076]
+       },
+   "properties": 
+       {"street": "LOS ALISOS 1", "color": "lime", "perpx": "-0.333218", "perpy": "-0.94285"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 19.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.620027,33.653482]
+       },
+   "properties": 
+       {"street": "LOS ALISOS 1", "color": "lime", "perpx": "0.32691", "perpy": "0.945056"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 20.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.62601,33.655536]
+       },
+   "properties": 
+       {"street": "LOS ALISOS 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 20.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.632286,33.658363]
+       },
+   "properties": 
+       {"street": "UPPER OSO", "color": "lime", "perpx": "0.410703", "perpy": "0.911769"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 20.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.632465,33.657968]
+       },
+   "properties": 
+       {"street": "UPPER OSO", "color": "lime", "perpx": "-0.376202", "perpy": "-0.926538"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 21.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.647778,33.666889]
+       },
+   "properties": 
+       {"street": "PORTOLA S 1", "color": "lime", "perpx": "0.3701", "perpy": "0.928992"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 21.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.652743,33.668867]
+       },
+   "properties": 
+       {"street": "PORTOLA S 2", "color": "lime", "perpx": "0.3701", "perpy": "0.928992"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 22.02",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.654243,33.669094]
+       },
+   "properties": 
+       {"street": "PORTOLA S 2", "color": "lime", "perpx": "-0.353878", "perpy": "-0.935292"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 22.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663291,33.67261]
+       },
+   "properties": 
+       {"street": "LAKE FOREST", "color": "lime", "perpx": "-0.360927", "perpy": "-0.932594"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 22.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663113,33.672946]
+       },
+   "properties": 
+       {"street": "LAKE FOREST", "color": "lime", "perpx": "0.37314", "perpy": "0.927775"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 22.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.666212,33.674212]
+       },
+   "properties": 
+       {"street": "BAKE", "color": "lime", "perpx": "0.42005", "perpy": "0.907501"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 22.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.666424,33.673843]
+       },
+   "properties": 
+       {"street": "BAKE", "color": "lime", "perpx": "-0.418678", "perpy": "-0.908135"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671674,33.677298]
+       },
+   "properties": 
+       {"street": "ALTON 1", "color": "lime", "perpx": "-0.779725", "perpy": "-0.626123"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671424,33.677671]
+       },
+   "properties": 
+       {"street": "ALTON 1", "color": "lime", "perpx": "0.787657", "perpy": "0.616114"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 23.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67436,33.681906]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "0.8", "perpy": "0.6"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 23.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674584,33.681564]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "-0.800996", "perpy": "-0.59867"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 24.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.681661,33.688336]
+       },
+   "properties": 
+       {"street": "N OF ALTON", "color": "lime", "perpx": "0.567343", "perpy": "0.823482"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 24.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.681883,33.688049]
+       },
+   "properties": 
+       {"street": "N OF ALTON", "color": "lime", "perpx": "-0.574042", "perpy": "-0.818826"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 25.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.695163,33.697044]
+       },
+   "properties": 
+       {"street": "PORTOLA N2", "color": "lime", "perpx": "0.436189", "perpy": "0.899855"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 25.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.695456,33.696803]
+       },
+   "properties": 
+       {"street": "PORTOLA N2", "color": "lime", "perpx": "-0.435805", "perpy": "-0.900041"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 25.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.699355,33.699076]
+       },
+   "properties": 
+       {"street": "TOMATO 1", "color": "lime", "perpx": "0.434917", "perpy": "0.900471"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 25.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.699698,33.698857]
+       },
+   "properties": 
+       {"street": "TOMATO 1", "color": "lime", "perpx": "-0.432673", "perpy": "-0.901551"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 25.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.704109,33.700961]
+       },
+   "properties": 
+       {"street": "TOMATO 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 25.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.707184,33.702783]
+       },
+   "properties": 
+       {"street": "TOMATO 3", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 26.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71368,33.705538]
+       },
+   "properties": 
+       {"street": "TOMATO 4", "color": "lime", "perpx": "-0.356385", "perpy": "-0.934339"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 26.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.713171,33.70568]
+       },
+   "properties": 
+       {"street": "TOMATO 4", "color": "lime", "perpx": "0.38021", "perpy": "0.9249"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 26.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.716523,33.707439]
+       },
+   "properties": 
+       {"street": "133-1", "color": "lime", "perpx": "0.690231", "perpy": "0.723589"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 26.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717092,33.707275]
+       },
+   "properties": 
+       {"street": "133-1", "color": "lime", "perpx": "-0.712032", "perpy": "-0.702147"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 26.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718562,33.709384]
+       },
+   "properties": 
+       {"street": "133-2", "color": "lime", "perpx": "0.690231", "perpy": "0.723589"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 26.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719081,33.709292]
+       },
+   "properties": 
+       {"street": "133-2", "color": "lime", "perpx": "-0.712032", "perpy": "-0.702147"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 27.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720349,33.714309]
+       },
+   "properties": 
+       {"street": "133-3", "color": "lime", "perpx": "0.999048", "perpy": "-0.043617"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 27.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720884,33.714276]
+       },
+   "properties": 
+       {"street": "133-3", "color": "lime", "perpx": "-0.999239", "perpy": "0.039011"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 27.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719917,33.718783]
+       },
+   "properties": 
+       {"street": "BEE CANYON", "color": "lime", "perpx": "0.991505", "perpy": "-0.130067"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 27.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72046,33.718798]
+       },
+   "properties": 
+       {"street": "BEE CANYON", "color": "lime", "perpx": "-0.99165", "perpy": "0.128962"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 27.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719302,33.723299]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0.991174", "perpy": "-0.132564"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 27.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719567,33.723287]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "-0.98462", "perpy": "0.174712"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 28.09",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71867,33.728406]
+       },
+   "properties": 
+       {"street": "S OF JEFFREY", "color": "lime", "perpx": "0.991789", "perpy": "-0.127885"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 28.09",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718803,33.728394]
+       },
+   "properties": 
+       {"street": "S OF JEFFREY", "color": "lime", "perpx": "-0.991031", "perpy": "0.13363"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 28.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718013,33.73351]
+       },
+   "properties": 
+       {"street": "N OF JEFFREY", "color": "lime", "perpx": "0.991828", "perpy": "-0.127583"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 28.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71813,33.733511]
+       },
+   "properties": 
+       {"street": "N OF JEFFREY", "color": "lime", "perpx": "-0.991631", "perpy": "0.129107"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 28.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71751,33.737751]
+       },
+   "properties": 
+       {"street": "N OF HAUL ROAD", "color": "lime", "perpx": "0.99277", "perpy": "0.120036"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 28.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717633,33.73777]
+       },
+   "properties": 
+       {"street": "N OF HAUL ROAD", "color": "lime", "perpx": "-0.992127", "perpy": "-0.125239"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 28.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717935,33.741266]
+       },
+   "properties": 
+       {"street": "HAUL-CULVER", "color": "lime", "perpx": "0.99277", "perpy": "0.120036"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 28.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718081,33.741319]
+       },
+   "properties": 
+       {"street": "HAUL-CULVER", "color": "lime", "perpx": "-0.992127", "perpy": "-0.125239"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 29.34",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720909,33.746087]
+       },
+   "properties": 
+       {"street": "S OF CULVER S", "color": "lime", "perpx": "0.544008", "perpy": "0.83908"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 29.34",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721164,33.746148]
+       },
+   "properties": 
+       {"street": "S OF CULVER S", "color": "lime", "perpx": "-0.534518", "perpy": "-0.845157"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 29.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.725783,33.749247]
+       },
+   "properties": 
+       {"street": "N OF CULVER S", "color": "lime", "perpx": "0.51441", "perpy": "0.857544"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 29.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.726132,33.74929]
+       },
+   "properties": 
+       {"street": "N OF CULVER S", "color": "lime", "perpx": "-0.530397", "perpy": "-0.84775"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 30",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.730214,33.751905]
+       },
+   "properties": 
+       {"street": "CULVER-CULVER 1", "color": "lime", "perpx": "0.749117", "perpy": "0.662437"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 30",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.730537,33.752046]
+       },
+   "properties": 
+       {"street": "CULVER-CULVER 1", "color": "lime", "perpx": "-0.773985", "perpy": "-0.633203"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 30.33",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732601,33.756276]
+       },
+   "properties": 
+       {"street": "CULVER-CULVER 2", "color": "lime", "perpx": "0.999169", "perpy": "0.040755"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 30.33",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732805,33.756517]
+       },
+   "properties": 
+       {"street": "CULVER-CULVER 2", "color": "lime", "perpx": "-0.999994", "perpy": "0.00336"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 30.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732107,33.76201]
+       },
+   "properties": 
+       {"street": "S OF CULVER N", "color": "lime", "perpx": "0.994307", "perpy": "0.106557"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 30.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732284,33.762314]
+       },
+   "properties": 
+       {"street": "S OF CULVER N", "color": "lime", "perpx": "-0.986194", "perpy": "-0.165595"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 31.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733568,33.766355]
+       },
+   "properties": 
+       {"street": "N OF CULVER N", "color": "lime", "perpx": "0.738172", "perpy": "0.674612"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 31.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734012,33.766637]
+       },
+   "properties": 
+       {"street": "N OF CULVER N", "color": "lime", "perpx": "-0.712957", "perpy": "-0.701208"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 31.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.738882,33.770424]
+       },
+   "properties": 
+       {"street": "S OF EOC OC", "color": "lime", "perpx": "0.546231", "perpy": "0.837634"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 31.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.739531,33.770618]
+       },
+   "properties": 
+       {"street": "S OF EOC OC", "color": "lime", "perpx": "-0.547969", "perpy": "-0.836499"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 31.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744897,33.774559]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "0.572437", "perpy": "0.819949"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 31.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.745706,33.774682]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "-0.550286", "perpy": "-0.834976"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 32.29",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747616,33.780001]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0.997824", "perpy": "-0.065933"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 32.29",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.7482,33.780289]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "-0.997214", "perpy": "0.074589"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 32.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.745126,33.785685]
+       },
+   "properties": 
+       {"street": "CHAPMAN 3", "color": "lime", "perpx": "0.6879", "perpy": "-0.725806"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 32.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.745698,33.786034]
+       },
+   "properties": 
+       {"street": "CHAPMAN 3", "color": "lime", "perpx": "-0.656814", "perpy": "0.754052"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 32.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.741766,33.788286]
+       },
+   "properties": 
+       {"street": "CHAPMAN 4", "color": "lime", "perpx": "0.563196", "perpy": "-0.826323"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 32.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74219,33.788553]
+       },
+   "properties": 
+       {"street": "CHAPMAN 4", "color": "lime", "perpx": "-0.536155", "perpy": "0.84412"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 33.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.736347,33.791626]
+       },
+   "properties": 
+       {"street": "N OF CHAPMAN", "color": "lime", "perpx": "0.530321", "perpy": "-0.847797"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 33.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.73675,33.791961]
+       },
+   "properties": 
+       {"street": "N OF CHAPMAN", "color": "lime", "perpx": "-0.511805", "perpy": "0.859102"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 33.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.731726,33.794622]
+       },
+   "properties": 
+       {"street": "S OF SANT CREEK", "color": "lime", "perpx": "0.51738", "perpy": "-0.855756"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 33.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.732055,33.794954]
+       },
+   "properties": 
+       {"street": "S OF SANT CREEK", "color": "lime", "perpx": "-0.521007", "perpy": "0.853552"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 34.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72693,33.798225]
+       },
+   "properties": 
+       {"street": "N OF SANT CR1", "color": "lime", "perpx": "0.632614", "perpy": "-0.774467"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 34.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.727285,33.798558]
+       },
+   "properties": 
+       {"street": "N OF SANT CR1", "color": "lime", "perpx": "-0.634504", "perpy": "0.77292"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 34.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.725304,33.803726]
+       },
+   "properties": 
+       {"street": "N OF SANT CR2", "color": "lime", "perpx": "-0.931918", "perpy": "0.36267"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 34.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724852,33.803371]
+       },
+   "properties": 
+       {"street": "N OF SANT CR2", "color": "lime", "perpx": "0.937209", "perpy": "-0.348768"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 34.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.722969,33.808431]
+       },
+   "properties": 
+       {"street": "S OF OAK", "color": "lime", "perpx": "0.843058", "perpy": "-0.537823"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 34.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72335,33.808747]
+       },
+   "properties": 
+       {"street": "S OF OAK", "color": "lime", "perpx": "-0.84356", "perpy": "0.537034"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 35.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719677,33.813341]
+       },
+   "properties": 
+       {"street": "N OF OAK", "color": "lime", "perpx": "0.916423", "perpy": "-0.400211"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 35.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720094,33.81365]
+       },
+   "properties": 
+       {"street": "N OF OAK", "color": "lime", "perpx": "-0.915178", "perpy": "0.40305"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 35.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717431,33.818484]
+       },
+   "properties": 
+       {"street": "S OF SCE OC", "color": "lime", "perpx": "0.916423", "perpy": "-0.400211"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 35.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71784,33.818768]
+       },
+   "properties": 
+       {"street": "S OF SCE OC", "color": "lime", "perpx": "-0.915178", "perpy": "0.40305"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 35.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.715964,33.824439]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 1", "color": "lime", "perpx": "0.994559", "perpy": "0.104175"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 35.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717155,33.824805]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 1", "color": "lime", "perpx": "-0.999904", "perpy": "-0.013843"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 36.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.716485,33.829413]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 2", "color": "lime", "perpx": "0.986289", "perpy": "0.165028"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 36.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717224,33.829789]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 2", "color": "lime", "perpx": "-0.990694", "perpy": "-0.136107"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 36.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717081,33.832975]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 3", "color": "lime", "perpx": "0.986289", "perpy": "0.165028"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 36.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717841,33.83428]
+       },
+   "properties": 
+       {"street": "WINDY RIDGE 3", "color": "lime", "perpx": "-0.990694", "perpy": "-0.136107"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 36.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717671,33.839984]
+       },
+   "properties": 
+       {"street": "W R WILDLIFE", "color": "lime", "perpx": "0.987599", "perpy": "-0.156997"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 36.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.718159,33.840335]
+       },
+   "properties": 
+       {"street": "W R WILDLIFE", "color": "lime", "perpx": "-0.985859", "perpy": "0.167575"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 37.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.716931,33.844639]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 1", "color": "lime", "perpx": "0.999335", "perpy": "-0.036462"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 37.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717372,33.844965]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 1", "color": "lime", "perpx": "-0.999815", "perpy": "0.019254"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 37.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71672,33.850422]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 2", "color": "lime", "perpx": "0.999335", "perpy": "-0.036462"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 37.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717261,33.850729]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 2", "color": "lime", "perpx": "-0.999815", "perpy": "0.019254"}
+},  
+{
+   "type": "Feature",
+   "id": "241 N 37.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.716773,33.856526]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 3", "color": "lime", "perpx": "0.997345", "perpy": "-0.072816"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 37.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717346,33.856811]
+       },
+   "properties": 
+       {"street": "N OF W R WILDLIFE 3", "color": "lime", "perpx": "-0.999884", "perpy": "-0.015214"}
+},  
+{
+   "type": "Feature",
+   "id": "241 S 38.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.717429,33.862266]
+       },
+   "properties": 
+       {"street": "S OF 91", "color": "lime", "perpx": "-0.999884", "perpy": "-0.015214"}
+},  
+
+{
+   "type": "Feature",
+   "id": "5 S 0.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.598167,33.404943]
+       },
+   "properties": 
+       {"street": "S LUIS REY", "color": "lime", "perpx": "-0.892883", "perpy": "-0.450288"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 0.65",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.597992,33.40516]
+       },
+   "properties": 
+       {"street": "S. LUIS REY", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 0.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.599923,33.408425]
+       },
+   "properties": 
+       {"street": "CALAFIA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 1.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.6021,33.413319]
+       },
+   "properties": 
+       {"street": "MAGDALENA", "color": "lime", "perpx": "0.891749", "perpy": "0.45253"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 1.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.602338,33.41325]
+       },
+   "properties": 
+       {"street": "MAGDALENA", "color": "lime", "perpx": "-0.9013", "perpy": "-0.433194"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 1.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.603827,33.416348]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 1.83",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.606498,33.420685]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 2.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.609039,33.424652]
+       },
+   "properties": 
+       {"street": "PRESIDIO", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 2.47",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.611817,33.428811]
+       },
+   "properties": 
+       {"street": "PRESIDIO", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 2.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.615519,33.432425]
+       },
+   "properties": 
+       {"street": "PALIZADA", "color": "lime", "perpx": "0.698551", "perpy": "0.71556"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 2.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.615724,33.432273]
+       },
+   "properties": 
+       {"street": "PALIZADA", "color": "lime", "perpx": "-0.768234", "perpy": "-0.640169"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 3.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.619943,33.437336]
+       },
+   "properties": 
+       {"street": "PICO 1", "color": "lime", "perpx": "-0.498994", "perpy": "-0.866606"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 3.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.619773,33.43749]
+       },
+   "properties": 
+       {"street": "PICO 1", "color": "lime", "perpx": "0.498751", "perpy": "0.866745"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 3.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.624486,33.440202]
+       },
+   "properties": 
+       {"street": "PICO 2", "color": "lime", "perpx": "0.498751", "perpy": "0.866745"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 3.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.624646,33.440044]
+       },
+   "properties": 
+       {"street": "PICO 2", "color": "lime", "perpx": "-0.605568", "perpy": "-0.795794"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 5.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.650183,33.455773]
+       },
+   "properties": 
+       {"street": "N OF VAQUERO", "color": "lime", "perpx": "0.393632", "perpy": "0.919268"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 5.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.650318,33.455612]
+       },
+   "properties": 
+       {"street": "N OF VAQUERO", "color": "lime", "perpx": "-0.443289", "perpy": "-0.896379"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 5.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.653153,33.457014]
+       },
+   "properties": 
+       {"street": "ESTRELLA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 5.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.655008,33.458342]
+       },
+   "properties": 
+       {"street": "ESTRELLA1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 5.89",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.657305,33.459637]
+       },
+   "properties": 
+       {"street": "ESTRELLA2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 6.47",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.665509,33.464404]
+       },
+   "properties": 
+       {"street": "SACRAMENTO", "color": "lime", "perpx": "0.523797", "perpy": "0.851843"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 6.47",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.665631,33.464281]
+       },
+   "properties": 
+       {"street": "SACRAMENTO", "color": "lime", "perpx": "-0.56275", "perpy": "-0.826627"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 6.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.667379,33.465471]
+       },
+   "properties": 
+       {"street": "RTE 1 SB", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 6.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671714,33.468032]
+       },
+   "properties": 
+       {"street": "LAS RAMBLAS", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 7.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674271,33.475073]
+       },
+   "properties": 
+       {"street": "CAPISTRANO", "color": "lime", "perpx": "0.816519", "perpy": "-0.577318"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 7.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674584,33.475102]
+       },
+   "properties": 
+       {"street": "CAPISTRANO", "color": "lime", "perpx": "-0.815879", "perpy": "0.578222"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 7.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.669881,33.481738]
+       },
+   "properties": 
+       {"street": "AEROPUERTO", "color": "lime", "perpx": "-0.815879", "perpy": "0.578222"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 7.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.669596,33.481685]
+       },
+   "properties": 
+       {"street": "AEROPUERTO", "color": "lime", "perpx": "0.816519", "perpy": "-0.577318"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 8.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663917,33.489176]
+       },
+   "properties": 
+       {"street": "S JUAN CREEK", "color": "lime", "perpx": "-0.836267", "perpy": "0.548322"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 8.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663255,33.489561]
+       },
+   "properties": 
+       {"street": "S JUAN CREEK", "color": "lime", "perpx": "0.839468", "perpy": "-0.54341"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 9.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.659442,33.496001]
+       },
+   "properties": 
+       {"street": "PLAZA", "color": "lime", "perpx": "-0.971491", "perpy": "0.237077"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 9.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.659127,33.495938]
+       },
+   "properties": 
+       {"street": "PLAZA", "color": "lime", "perpx": "0.972984", "perpy": "-0.230873"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 9.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.658583,33.499521]
+       },
+   "properties": 
+       {"street": "ORTEGA 1", "color": "lime", "perpx": "-0.996721", "perpy": "-0.080919"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 9.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.658585,33.503727]
+       },
+   "properties": 
+       {"street": "ORTEGA  2", "color": "lime", "perpx": "0.971921", "perpy": "0.235307"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 10.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.661127,33.5093]
+       },
+   "properties": 
+       {"street": "EL HORNO", "color": "lime", "perpx": "-0.918881", "perpy": "-0.394535"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 10.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.660803,33.50939]
+       },
+   "properties": 
+       {"street": "EL HORNO", "color": "lime", "perpx": "0.920027", "perpy": "0.391855"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.662568,33.513534]
+       },
+   "properties": 
+       {"street": "SERRA PARK", "color": "lime", "perpx": "0.919833", "perpy": "0.392311"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.662905,33.513441]
+       },
+   "properties": 
+       {"street": "SERRA PARK", "color": "lime", "perpx": "-0.920608", "perpy": "-0.390487"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 10.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.664664,33.517588]
+       },
+   "properties": 
+       {"street": "JUNIPERO SERRA", "color": "lime", "perpx": "-0.920608", "perpy": "-0.390487"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 11.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.666382,33.52247]
+       },
+   "properties": 
+       {"street": "JUNIPERO SERRA", "color": "lime", "perpx": "0.924678", "perpy": "0.38075"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 11.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.668912,33.526418]
+       },
+   "properties": 
+       {"street": "TRABUCO", "color": "lime", "perpx": "-0.878964", "perpy": "-0.476887"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 11.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.66866,33.526621]
+       },
+   "properties": 
+       {"street": "TRABUCO", "color": "lime", "perpx": "0.874948", "perpy": "0.484218"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 11.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674488,33.53247]
+       },
+   "properties": 
+       {"street": "WILDWOOD", "color": "lime", "perpx": "0.999898", "perpy": "-0.014276"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 11.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674919,33.53231]
+       },
+   "properties": 
+       {"street": "WILDWOOD", "color": "lime", "perpx": "-0.999508", "perpy": "0.03137"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 12.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674416,33.537513]
+       },
+   "properties": 
+       {"street": "S OF 73", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 12.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674695,33.539447]
+       },
+   "properties": 
+       {"street": "S of 73", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 12.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.673404,33.545217]
+       },
+   "properties": 
+       {"street": "AVERY 1", "color": "lime", "perpx": "-0.993564", "perpy": "0.113275"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 13.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.672686,33.548817]
+       },
+   "properties": 
+       {"street": "AVERY PARK", "color": "lime", "perpx": "0.999609", "perpy": "-0.027961"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 13.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.673131,33.556667]
+       },
+   "properties": 
+       {"street": "CROWN VA1", "color": "lime", "perpx": "-0.999988", "perpy": "0.004899"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 13.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.672848,33.558096]
+       },
+   "properties": 
+       {"street": "CROWN VA1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 13.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.672791,33.560549]
+       },
+   "properties": 
+       {"street": "CROWN VA2", "color": "lime", "perpx": "0.996005", "perpy": "-0.089297"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 15.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671983,33.577397]
+       },
+   "properties": 
+       {"street": "OSO PARK1", "color": "lime", "perpx": "-0.999891", "perpy": "0.014798"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 15.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67162,33.578849]
+       },
+   "properties": 
+       {"street": "OSO PARK 1", "color": "lime", "perpx": "0.999789", "perpy": "-0.020544"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 15.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671925,33.581316]
+       },
+   "properties": 
+       {"street": "OSO PARK2", "color": "lime", "perpx": "-0.999911", "perpy": "0.013321"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 15.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67157,33.582052]
+       },
+   "properties": 
+       {"street": "OSO PARK2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 16.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.673779,33.595354]
+       },
+   "properties": 
+       {"street": "LA PAZ 1", "color": "lime", "perpx": "-0.688838", "perpy": "-0.724915"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 16.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67615,33.597607]
+       },
+   "properties": 
+       {"street": "LA PAZ 2", "color": "lime", "perpx": "-0.688838", "perpy": "-0.724915"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 16.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.676059,33.597861]
+       },
+   "properties": 
+       {"street": "LA PAZ 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 16.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.678685,33.599252]
+       },
+   "properties": 
+       {"street": "LA PAZ 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 17.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.687691,33.602645]
+       },
+   "properties": 
+       {"street": "ALICIA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 17.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.68984,33.604242]
+       },
+   "properties": 
+       {"street": "ALICIA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 17.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.69087,33.604617]
+       },
+   "properties": 
+       {"street": "ALICIA 2", "color": "lime", "perpx": "-0.527137", "perpy": "-0.849781"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 17.63",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.692734,33.606025]
+       },
+   "properties": 
+       {"street": "ALICIA 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 18.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.705361,33.612561]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "-0.647397", "perpy": "-0.762153"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 18.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.706467,33.613883]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "0.647648", "perpy": "0.761939"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 18.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.707825,33.614654]
+       },
+   "properties": 
+       {"street": "EL TORO 2", "color": "lime", "perpx": "-0.647397", "perpy": "-0.762153"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 19.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719875,33.627286]
+       },
+   "properties": 
+       {"street": "LAKE FOR1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 19.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720919,33.628454]
+       },
+   "properties": 
+       {"street": "LAKE FOR2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721491,33.629553]
+       },
+   "properties": 
+       {"street": "LAKE FOR2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724337,33.632102]
+       },
+   "properties": 
+       {"street": "OLDFIELD", "color": "lime", "perpx": "0.735536", "perpy": "0.677486"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 20.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724813,33.631989]
+       },
+   "properties": 
+       {"street": "OLDFIELD", "color": "lime", "perpx": "-0.737725", "perpy": "-0.675102"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 20.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.728446,33.635959]
+       },
+   "properties": 
+       {"street": "BAKE 1", "color": "lime", "perpx": "-0.737725", "perpy": "-0.675102"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72806,33.636144]
+       },
+   "properties": 
+       {"street": "BAKE 1", "color": "lime", "perpx": "0.735536", "perpy": "0.677486"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.731437,33.640323]
+       },
+   "properties": 
+       {"street": "BAKE 2", "color": "lime", "perpx": "0.77975", "perpy": "0.626091"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 20.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.731896,33.640308]
+       },
+   "properties": 
+       {"street": "BAKE 2", "color": "lime", "perpx": "-0.792319", "perpy": "-0.610107"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 21.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734444,33.644068]
+       },
+   "properties": 
+       {"street": "At 405", "color": "lime", "perpx": "0.77975", "perpy": "0.626091"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 21.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734722,33.643978]
+       },
+   "properties": 
+       {"street": "At 405", "color": "lime", "perpx": "-0.792319", "perpy": "-0.610107"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 22.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74294,33.654255]
+       },
+   "properties": 
+       {"street": "ALTON 1", "color": "lime", "perpx": "-0.78542", "perpy": "-0.618963"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 22.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.742629,33.654371]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "0.780869", "perpy": "0.624695"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 22.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.743323,33.654741]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "-0.78542", "perpy": "-0.618963"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 22.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.743597,33.655581]
+       },
+   "properties": 
+       {"street": "ALTON 3", "color": "lime", "perpx": "0.780869", "perpy": "0.624695"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 22.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.749253,33.662021]
+       },
+   "properties": 
+       {"street": "BARRANCA", "color": "lime", "perpx": "-0.788481", "perpy": "-0.615059"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 22.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.748817,33.662274]
+       },
+   "properties": 
+       {"street": "BARRANCA", "color": "lime", "perpx": "0.770018", "perpy": "0.638022"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.75203,33.665581]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "-0.781645", "perpy": "-0.623724"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 23.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.751722,33.66578]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "0.776343", "perpy": "0.630311"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.7525,33.66617]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753237,33.667646]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0.776343", "perpy": "0.630311"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755616,33.6716]
+       },
+   "properties": 
+       {"street": "S OF SAND CNYN", "color": "lime", "perpx": "-0.975596", "perpy": "-0.219572"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755266,33.671657]
+       },
+   "properties": 
+       {"street": "S OF SAND CNYN", "color": "lime", "perpx": "0.972906", "perpy": "0.2312"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.756223,33.674297]
+       },
+   "properties": 
+       {"street": "SAND CANYON 1", "color": "lime", "perpx": "-0.809826", "perpy": "-0.58667"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 24.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759083,33.67881]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "0.701651", "perpy": "0.712521"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 24.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759362,33.67863]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "-0.809826", "perpy": "-0.58667"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 24.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.76413,33.68378]
+       },
+   "properties": 
+       {"street": "N OF SAND CNYN", "color": "lime", "perpx": "0.701651", "perpy": "0.712521"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 24.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764425,33.683599]
+       },
+   "properties": 
+       {"street": "N OF SAND CNYN", "color": "lime", "perpx": "-0.835705", "perpy": "-0.549178"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 24.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.767277,33.687939]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 25.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.768954,33.691182]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 25.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.769532,33.692068]
+       },
+   "properties": 
+       {"street": "JEFFREY 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 25.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.775267,33.700148]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "-0.828715", "perpy": "-0.559671"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 25.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.774934,33.700287]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "0.835661", "perpy": "0.549245"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 26.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.779935,33.70706]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 26.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.781713,33.709761]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "0.673811", "perpy": "0.738904"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 26.66",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.783134,33.710634]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "-0.654674", "perpy": "-0.755912"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 26.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.784619,33.712411]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "0.673811", "perpy": "0.738904"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 27.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793071,33.717966]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 27.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.794408,33.719297]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 27.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.794541,33.719391]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 27.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.796638,33.72047]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "-0.574555", "perpy": "-0.818466"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 28.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801722,33.724394]
+       },
+   "properties": 
+       {"street": "TUSTIN RANCH", "color": "lime", "perpx": "0.570509", "perpy": "0.821292"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 28.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801999,33.724136]
+       },
+   "properties": 
+       {"street": "TUSTIN RANCH", "color": "lime", "perpx": "-0.556796", "perpy": "-0.83065"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 29.02",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.814369,33.732587]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "-0.566824", "perpy": "-0.823839"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 29.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.817068,33.73489]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 29.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.824499,33.737386]
+       },
+   "properties": 
+       {"street": "NEWPORT*", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 29.79",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.825811,33.738115]
+       },
+   "properties": 
+       {"street": "NEWPORT*", "color": "lime", "perpx": "0.29944", "perpy": "0.954115"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 29.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.827716,33.738432]
+       },
+   "properties": 
+       {"street": "B ST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.829214,33.739183]
+       },
+   "properties": 
+       {"street": "B ST.", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832416,33.740283]
+       },
+   "properties": 
+       {"street": "S OF 55", "color": "lime", "perpx": "0.333225", "perpy": "0.942847"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 30.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832494,33.740098]
+       },
+   "properties": 
+       {"street": "S OF 55*", "color": "lime", "perpx": "-0.326161", "perpy": "-0.945314"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.835585,33.741403]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "0.333225", "perpy": "0.942847"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 30.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.835743,33.741219]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "-0.33389", "perpy": "-0.942612"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.841283,33.744413]
+       },
+   "properties": 
+       {"street": "1ST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 30.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842538,33.745553]
+       },
+   "properties": 
+       {"street": "1ST", "color": "lime", "perpx": "-0.927915", "perpy": "-0.372793"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.844652,33.749928]
+       },
+   "properties": 
+       {"street": "4TH", "color": "lime", "perpx": "-0.697138", "perpy": "-0.716937"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.844061,33.750124]
+       },
+   "properties": 
+       {"street": "4TH", "color": "lime", "perpx": "0.715791", "perpy": "0.698315"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.846535,33.751759]
+       },
+   "properties": 
+       {"street": "CONCORD", "color": "lime", "perpx": "-0.504083", "perpy": "-0.863655"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845939,33.752049]
+       },
+   "properties": 
+       {"street": "CONCORD", "color": "lime", "perpx": "0.715791", "perpy": "0.698315"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.849326,33.753388]
+       },
+   "properties": 
+       {"street": "GRAND 1", "color": "lime", "perpx": "-0.504083", "perpy": "-0.863655"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.848788,33.753753]
+       },
+   "properties": 
+       {"street": "GRAND 1", "color": "lime", "perpx": "0.435561", "perpy": "0.900159"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.850781,33.754689]
+       },
+   "properties": 
+       {"street": "GRAND 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.853795,33.755475]
+       },
+   "properties": 
+       {"street": "GRAND 2", "color": "lime", "perpx": "-0.382512", "perpy": "-0.923951"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 32.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859225,33.757943]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "-0.583453", "perpy": "-0.812147"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 32.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859664,33.758644]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 32.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.862379,33.760465]
+       },
+   "properties": 
+       {"street": "17TH 2", "color": "lime", "perpx": "0.753317", "perpy": "0.657658"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 32.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.863369,33.761599]
+       },
+   "properties": 
+       {"street": "17TH 3", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866976,33.766429]
+       },
+   "properties": 
+       {"street": "MAIN 1", "color": "lime", "perpx": "-0.855987", "perpy": "-0.516997"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.868373,33.768742]
+       },
+   "properties": 
+       {"street": "MAIN 2", "color": "lime", "perpx": "-0.830562", "perpy": "-0.556927"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 33.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86784,33.76901]
+       },
+   "properties": 
+       {"street": "MAIN 2", "color": "lime", "perpx": "0.824993", "perpy": "0.565143"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.869238,33.770032]
+       },
+   "properties": 
+       {"street": "BROADWAY", "color": "lime", "perpx": "-0.830562", "perpy": "-0.556927"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 33.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.873886,33.776455]
+       },
+   "properties": 
+       {"street": "S OF 22", "color": "lime", "perpx": "0.783267", "perpy": "0.621685"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.874337,33.776289]
+       },
+   "properties": 
+       {"street": "S OF 22", "color": "lime", "perpx": "-0.780234", "perpy": "-0.625487"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 34.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87776,33.779824]
+       },
+   "properties": 
+       {"street": "LA VETA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 34.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.878226,33.781151]
+       },
+   "properties": 
+       {"street": "LA VETA", "color": "lime", "perpx": "0.58161", "perpy": "0.813468"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 34.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879468,33.782039]
+       },
+   "properties": 
+       {"street": "N OF 57", "color": "lime", "perpx": "0.544875", "perpy": "0.838517"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 34.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880014,33.781682]
+       },
+   "properties": 
+       {"street": "N OF 57", "color": "lime", "perpx": "-0.575376", "perpy": "-0.817889"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 34.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883653,33.784761]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "-0.675711", "perpy": "-0.737167"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887536,33.789689]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 35.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.888724,33.790771]
+       },
+   "properties": 
+       {"street": "STATE COLLEGE", "color": "lime", "perpx": "0.673354", "perpy": "0.73932"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 35.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.890222,33.791651]
+       },
+   "properties": 
+       {"street": "STATE COLLEGE", "color": "lime", "perpx": "-0.670989", "perpy": "-0.741468"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 35.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.892284,33.793517]
+       },
+   "properties": 
+       {"street": "ORANGEWOOD 1", "color": "lime", "perpx": "-0.668203", "perpy": "-0.743979"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 35.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.893833,33.795663]
+       },
+   "properties": 
+       {"street": "GENE AUTRY", "color": "lime", "perpx": "0.700471", "perpy": "0.713681"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 35.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.894336,33.79536]
+       },
+   "properties": 
+       {"street": "GENE AUTRY", "color": "lime", "perpx": "-0.668203", "perpy": "-0.743979"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 36.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.901359,33.802101]
+       },
+   "properties": 
+       {"street": "KATELLA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 36.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.902246,33.803764]
+       },
+   "properties": 
+       {"street": "ORANGEWOOD 2", "color": "lime", "perpx": "0.641147", "perpy": "0.767418"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 36.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.904254,33.804788]
+       },
+   "properties": 
+       {"street": "ANAHEIM 1", "color": "lime", "perpx": "-0.654355", "perpy": "-0.756187"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 36.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.903814,33.805074]
+       },
+   "properties": 
+       {"street": "KATELLA", "color": "lime", "perpx": "0.614618", "perpy": "0.788825"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 36.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.905829,33.806644]
+       },
+   "properties": 
+       {"street": "ANAHEIM 2", "color": "lime", "perpx": "0.614618", "perpy": "0.788825"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 36.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.906207,33.806478]
+       },
+   "properties": 
+       {"street": "ANAHEIM 2", "color": "lime", "perpx": "-0.688863", "perpy": "-0.724891"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.910643,33.811147]
+       },
+   "properties": 
+       {"street": "S OF HARBOR", "color": "lime", "perpx": "0.690175", "perpy": "0.723642"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.910895,33.810933]
+       },
+   "properties": 
+       {"street": "S OF HARBOR", "color": "lime", "perpx": "-0.688863", "perpy": "-0.724891"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 37.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.915054,33.815354]
+       },
+   "properties": 
+       {"street": "HARBOR", "color": "lime", "perpx": "0.700541", "perpy": "0.713613"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 37.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.916397,33.816263]
+       },
+   "properties": 
+       {"street": "HARBOR", "color": "lime", "perpx": "-0.689841", "perpy": "-0.723961"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 37.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.918657,33.818891]
+       },
+   "properties": 
+       {"street": "BALL", "color": "lime", "perpx": "0.696671", "perpy": "0.717391"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.922328,33.82198]
+       },
+   "properties": 
+       {"street": "SOUTH 1", "color": "lime", "perpx": "-0.750414", "perpy": "-0.660968"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 38.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.923123,33.823323]
+       },
+   "properties": 
+       {"street": "SOUTH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 38.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.927279,33.827601]
+       },
+   "properties": 
+       {"street": "PEPPER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 38.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.931513,33.832016]
+       },
+   "properties": 
+       {"street": "LINCOLN", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 39",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.933068,33.832791]
+       },
+   "properties": 
+       {"street": "LINCOLN", "color": "lime", "perpx": "-0.327822", "perpy": "-0.944739"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 39.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.938264,33.834594]
+       },
+   "properties": 
+       {"street": "EUCLID 1", "color": "lime", "perpx": "-0.361622", "perpy": "-0.932325"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 39.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.938078,33.834815]
+       },
+   "properties": 
+       {"street": "EUCLID 1", "color": "lime", "perpx": "0.36034", "perpy": "0.932821"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 39.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.943178,33.8365]
+       },
+   "properties": 
+       {"street": "EUCLID 2", "color": "lime", "perpx": "-0.471004", "perpy": "-0.882131"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 39.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.943038,33.836731]
+       },
+   "properties": 
+       {"street": "EUCLID 2", "color": "lime", "perpx": "0.478822", "perpy": "0.877912"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 40.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.949259,33.840124]
+       },
+   "properties": 
+       {"street": "CRESCENT", "color": "lime", "perpx": "0.478822", "perpy": "0.877912"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 40.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.949454,33.839851]
+       },
+   "properties": 
+       {"street": "CRESCENT", "color": "lime", "perpx": "-0.48436", "perpy": "-0.874869"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 40.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.955942,33.843443]
+       },
+   "properties": 
+       {"street": "BROOKHURST 1", "color": "lime", "perpx": "-0.48436", "perpy": "-0.874869"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 40.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.955716,33.843721]
+       },
+   "properties": 
+       {"street": "BROOKHURST 1", "color": "lime", "perpx": "0.541489", "perpy": "0.840708"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 40.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.958388,33.845442]
+       },
+   "properties": 
+       {"street": "BROOKHURST 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 40.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.962444,33.847549]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "0.442245", "perpy": "0.896895"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 40.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.96276,33.847169]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "-0.460852", "perpy": "-0.887477"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 43.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.991902,33.863248]
+       },
+   "properties": 
+       {"street": "STANTON", "color": "lime", "perpx": "0.437215", "perpy": "0.899357"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 43.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.992155,33.862901]
+       },
+   "properties": 
+       {"street": "STANTON", "color": "lime", "perpx": "-0.493087", "perpy": "-0.86998"}
+},  
+
+{
+   "type": "Feature",
+   "id": "5 S 0.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.598167,33.404943]
+       },
+   "properties": 
+       {"street": "S LUIS REY", "color": "lime", "perpx": "-0.892883", "perpy": "-0.450288"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 0.65",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.597992,33.40516]
+       },
+   "properties": 
+       {"street": "S. LUIS REY", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 0.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.599923,33.408425]
+       },
+   "properties": 
+       {"street": "CALAFIA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 1.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.6021,33.413319]
+       },
+   "properties": 
+       {"street": "MAGDALENA", "color": "lime", "perpx": "0.891749", "perpy": "0.45253"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 1.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.602338,33.41325]
+       },
+   "properties": 
+       {"street": "MAGDALENA", "color": "lime", "perpx": "-0.9013", "perpy": "-0.433194"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 1.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.603827,33.416348]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 1.83",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.606498,33.420685]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 2.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.609039,33.424652]
+       },
+   "properties": 
+       {"street": "PRESIDIO", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 2.47",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.611817,33.428811]
+       },
+   "properties": 
+       {"street": "PRESIDIO", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 2.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.615519,33.432425]
+       },
+   "properties": 
+       {"street": "PALIZADA", "color": "lime", "perpx": "0.698551", "perpy": "0.71556"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 2.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.615724,33.432273]
+       },
+   "properties": 
+       {"street": "PALIZADA", "color": "lime", "perpx": "-0.768234", "perpy": "-0.640169"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 3.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.619943,33.437336]
+       },
+   "properties": 
+       {"street": "PICO 1", "color": "lime", "perpx": "-0.498994", "perpy": "-0.866606"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 3.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.619773,33.43749]
+       },
+   "properties": 
+       {"street": "PICO 1", "color": "lime", "perpx": "0.498751", "perpy": "0.866745"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 3.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.624486,33.440202]
+       },
+   "properties": 
+       {"street": "PICO 2", "color": "lime", "perpx": "0.498751", "perpy": "0.866745"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 3.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.624646,33.440044]
+       },
+   "properties": 
+       {"street": "PICO 2", "color": "lime", "perpx": "-0.605568", "perpy": "-0.795794"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 5.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.650183,33.455773]
+       },
+   "properties": 
+       {"street": "N OF VAQUERO", "color": "lime", "perpx": "0.393632", "perpy": "0.919268"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 5.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.650318,33.455612]
+       },
+   "properties": 
+       {"street": "N OF VAQUERO", "color": "lime", "perpx": "-0.443289", "perpy": "-0.896379"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 5.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.653153,33.457014]
+       },
+   "properties": 
+       {"street": "ESTRELLA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 5.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.655008,33.458342]
+       },
+   "properties": 
+       {"street": "ESTRELLA1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 5.89",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.657305,33.459637]
+       },
+   "properties": 
+       {"street": "ESTRELLA2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 6.47",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.665509,33.464404]
+       },
+   "properties": 
+       {"street": "SACRAMENTO", "color": "lime", "perpx": "0.523797", "perpy": "0.851843"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 6.47",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.665631,33.464281]
+       },
+   "properties": 
+       {"street": "SACRAMENTO", "color": "lime", "perpx": "-0.56275", "perpy": "-0.826627"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 6.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.667379,33.465471]
+       },
+   "properties": 
+       {"street": "RTE 1 SB", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 6.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671714,33.468032]
+       },
+   "properties": 
+       {"street": "LAS RAMBLAS", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 7.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674271,33.475073]
+       },
+   "properties": 
+       {"street": "CAPISTRANO", "color": "lime", "perpx": "0.816519", "perpy": "-0.577318"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 7.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674584,33.475102]
+       },
+   "properties": 
+       {"street": "CAPISTRANO", "color": "lime", "perpx": "-0.815879", "perpy": "0.578222"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 7.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.669881,33.481738]
+       },
+   "properties": 
+       {"street": "AEROPUERTO", "color": "lime", "perpx": "-0.815879", "perpy": "0.578222"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 7.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.669596,33.481685]
+       },
+   "properties": 
+       {"street": "AEROPUERTO", "color": "lime", "perpx": "0.816519", "perpy": "-0.577318"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 8.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663917,33.489176]
+       },
+   "properties": 
+       {"street": "S JUAN CREEK", "color": "lime", "perpx": "-0.836267", "perpy": "0.548322"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 8.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663255,33.489561]
+       },
+   "properties": 
+       {"street": "S JUAN CREEK", "color": "lime", "perpx": "0.839468", "perpy": "-0.54341"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 9.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.659442,33.496001]
+       },
+   "properties": 
+       {"street": "PLAZA", "color": "lime", "perpx": "-0.971491", "perpy": "0.237077"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 9.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.659127,33.495938]
+       },
+   "properties": 
+       {"street": "PLAZA", "color": "lime", "perpx": "0.972984", "perpy": "-0.230873"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 9.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.658583,33.499521]
+       },
+   "properties": 
+       {"street": "ORTEGA 1", "color": "lime", "perpx": "-0.996721", "perpy": "-0.080919"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 9.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.658585,33.503727]
+       },
+   "properties": 
+       {"street": "ORTEGA  2", "color": "lime", "perpx": "0.971921", "perpy": "0.235307"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 10.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.661127,33.5093]
+       },
+   "properties": 
+       {"street": "EL HORNO", "color": "lime", "perpx": "-0.918881", "perpy": "-0.394535"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 10.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.660803,33.50939]
+       },
+   "properties": 
+       {"street": "EL HORNO", "color": "lime", "perpx": "0.920027", "perpy": "0.391855"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.662568,33.513534]
+       },
+   "properties": 
+       {"street": "SERRA PARK", "color": "lime", "perpx": "0.919833", "perpy": "0.392311"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.662905,33.513441]
+       },
+   "properties": 
+       {"street": "SERRA PARK", "color": "lime", "perpx": "-0.920608", "perpy": "-0.390487"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 10.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.664664,33.517588]
+       },
+   "properties": 
+       {"street": "JUNIPERO SERRA", "color": "lime", "perpx": "-0.920608", "perpy": "-0.390487"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 11.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.666382,33.52247]
+       },
+   "properties": 
+       {"street": "JUNIPERO SERRA", "color": "lime", "perpx": "0.924678", "perpy": "0.38075"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 11.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.668912,33.526418]
+       },
+   "properties": 
+       {"street": "TRABUCO", "color": "lime", "perpx": "-0.878964", "perpy": "-0.476887"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 11.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.66866,33.526621]
+       },
+   "properties": 
+       {"street": "TRABUCO", "color": "lime", "perpx": "0.874948", "perpy": "0.484218"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 11.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674488,33.53247]
+       },
+   "properties": 
+       {"street": "WILDWOOD", "color": "lime", "perpx": "0.999898", "perpy": "-0.014276"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 11.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674919,33.53231]
+       },
+   "properties": 
+       {"street": "WILDWOOD", "color": "lime", "perpx": "-0.999508", "perpy": "0.03137"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 12.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674416,33.537513]
+       },
+   "properties": 
+       {"street": "S OF 73", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 12.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674695,33.539447]
+       },
+   "properties": 
+       {"street": "S of 73", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 12.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.673404,33.545217]
+       },
+   "properties": 
+       {"street": "AVERY 1", "color": "lime", "perpx": "-0.993564", "perpy": "0.113275"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 13.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.672686,33.548817]
+       },
+   "properties": 
+       {"street": "AVERY PARK", "color": "lime", "perpx": "0.999609", "perpy": "-0.027961"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 13.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.673131,33.556667]
+       },
+   "properties": 
+       {"street": "CROWN VA1", "color": "lime", "perpx": "-0.999988", "perpy": "0.004899"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 13.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.672848,33.558096]
+       },
+   "properties": 
+       {"street": "CROWN VA1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 13.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.672791,33.560549]
+       },
+   "properties": 
+       {"street": "CROWN VA2", "color": "lime", "perpx": "0.996005", "perpy": "-0.089297"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 15.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671983,33.577397]
+       },
+   "properties": 
+       {"street": "OSO PARK1", "color": "lime", "perpx": "-0.999891", "perpy": "0.014798"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 15.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67162,33.578849]
+       },
+   "properties": 
+       {"street": "OSO PARK 1", "color": "lime", "perpx": "0.999789", "perpy": "-0.020544"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 15.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671925,33.581316]
+       },
+   "properties": 
+       {"street": "OSO PARK2", "color": "lime", "perpx": "-0.999911", "perpy": "0.013321"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 15.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67157,33.582052]
+       },
+   "properties": 
+       {"street": "OSO PARK2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 16.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.673779,33.595354]
+       },
+   "properties": 
+       {"street": "LA PAZ 1", "color": "lime", "perpx": "-0.688838", "perpy": "-0.724915"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 16.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67615,33.597607]
+       },
+   "properties": 
+       {"street": "LA PAZ 2", "color": "lime", "perpx": "-0.688838", "perpy": "-0.724915"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 16.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.676059,33.597861]
+       },
+   "properties": 
+       {"street": "LA PAZ 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 16.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.678685,33.599252]
+       },
+   "properties": 
+       {"street": "LA PAZ 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 17.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.687691,33.602645]
+       },
+   "properties": 
+       {"street": "ALICIA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 17.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.68984,33.604242]
+       },
+   "properties": 
+       {"street": "ALICIA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 17.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.69087,33.604617]
+       },
+   "properties": 
+       {"street": "ALICIA 2", "color": "lime", "perpx": "-0.527137", "perpy": "-0.849781"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 17.63",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.692734,33.606025]
+       },
+   "properties": 
+       {"street": "ALICIA 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 18.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.705361,33.612561]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "-0.647397", "perpy": "-0.762153"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 18.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.706467,33.613883]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "0.647648", "perpy": "0.761939"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 18.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.707825,33.614654]
+       },
+   "properties": 
+       {"street": "EL TORO 2", "color": "lime", "perpx": "-0.647397", "perpy": "-0.762153"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 19.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719875,33.627286]
+       },
+   "properties": 
+       {"street": "LAKE FOR1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 19.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720919,33.628454]
+       },
+   "properties": 
+       {"street": "LAKE FOR2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721491,33.629553]
+       },
+   "properties": 
+       {"street": "LAKE FOR2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724337,33.632102]
+       },
+   "properties": 
+       {"street": "OLDFIELD", "color": "lime", "perpx": "0.735536", "perpy": "0.677486"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 20.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724813,33.631989]
+       },
+   "properties": 
+       {"street": "OLDFIELD", "color": "lime", "perpx": "-0.737725", "perpy": "-0.675102"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 20.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.728446,33.635959]
+       },
+   "properties": 
+       {"street": "BAKE 1", "color": "lime", "perpx": "-0.737725", "perpy": "-0.675102"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72806,33.636144]
+       },
+   "properties": 
+       {"street": "BAKE 1", "color": "lime", "perpx": "0.735536", "perpy": "0.677486"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.731437,33.640323]
+       },
+   "properties": 
+       {"street": "BAKE 2", "color": "lime", "perpx": "0.77975", "perpy": "0.626091"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 20.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.731896,33.640308]
+       },
+   "properties": 
+       {"street": "BAKE 2", "color": "lime", "perpx": "-0.792319", "perpy": "-0.610107"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 21.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734444,33.644068]
+       },
+   "properties": 
+       {"street": "At 405", "color": "lime", "perpx": "0.77975", "perpy": "0.626091"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 21.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734722,33.643978]
+       },
+   "properties": 
+       {"street": "At 405", "color": "lime", "perpx": "-0.792319", "perpy": "-0.610107"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 22.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74294,33.654255]
+       },
+   "properties": 
+       {"street": "ALTON 1", "color": "lime", "perpx": "-0.78542", "perpy": "-0.618963"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 22.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.742629,33.654371]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "0.780869", "perpy": "0.624695"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 22.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.743323,33.654741]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "-0.78542", "perpy": "-0.618963"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 22.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.743597,33.655581]
+       },
+   "properties": 
+       {"street": "ALTON 3", "color": "lime", "perpx": "0.780869", "perpy": "0.624695"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 22.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.749253,33.662021]
+       },
+   "properties": 
+       {"street": "BARRANCA", "color": "lime", "perpx": "-0.788481", "perpy": "-0.615059"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 22.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.748817,33.662274]
+       },
+   "properties": 
+       {"street": "BARRANCA", "color": "lime", "perpx": "0.770018", "perpy": "0.638022"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.75203,33.665581]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "-0.781645", "perpy": "-0.623724"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 23.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.751722,33.66578]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "0.776343", "perpy": "0.630311"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.7525,33.66617]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753237,33.667646]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0.776343", "perpy": "0.630311"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755616,33.6716]
+       },
+   "properties": 
+       {"street": "S OF SAND CNYN", "color": "lime", "perpx": "-0.975596", "perpy": "-0.219572"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755266,33.671657]
+       },
+   "properties": 
+       {"street": "S OF SAND CNYN", "color": "lime", "perpx": "0.972906", "perpy": "0.2312"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.756223,33.674297]
+       },
+   "properties": 
+       {"street": "SAND CANYON 1", "color": "lime", "perpx": "-0.809826", "perpy": "-0.58667"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 24.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759083,33.67881]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "0.701651", "perpy": "0.712521"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 24.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759362,33.67863]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "-0.809826", "perpy": "-0.58667"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 24.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.76413,33.68378]
+       },
+   "properties": 
+       {"street": "N OF SAND CNYN", "color": "lime", "perpx": "0.701651", "perpy": "0.712521"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 24.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764425,33.683599]
+       },
+   "properties": 
+       {"street": "N OF SAND CNYN", "color": "lime", "perpx": "-0.835705", "perpy": "-0.549178"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 24.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.767277,33.687939]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 25.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.768954,33.691182]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 25.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.769532,33.692068]
+       },
+   "properties": 
+       {"street": "JEFFREY 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 25.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.775267,33.700148]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "-0.828715", "perpy": "-0.559671"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 25.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.774934,33.700287]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "0.835661", "perpy": "0.549245"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 26.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.779935,33.70706]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 26.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.781713,33.709761]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "0.673811", "perpy": "0.738904"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 26.66",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.783134,33.710634]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "-0.654674", "perpy": "-0.755912"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 26.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.784619,33.712411]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "0.673811", "perpy": "0.738904"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 27.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793071,33.717966]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 27.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.794408,33.719297]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 27.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.794541,33.719391]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 27.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.796638,33.72047]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "-0.574555", "perpy": "-0.818466"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 28.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801722,33.724394]
+       },
+   "properties": 
+       {"street": "TUSTIN RANCH", "color": "lime", "perpx": "0.570509", "perpy": "0.821292"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 28.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801999,33.724136]
+       },
+   "properties": 
+       {"street": "TUSTIN RANCH", "color": "lime", "perpx": "-0.556796", "perpy": "-0.83065"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 29.02",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.814369,33.732587]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "-0.566824", "perpy": "-0.823839"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 29.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.817068,33.73489]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 29.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.824499,33.737386]
+       },
+   "properties": 
+       {"street": "NEWPORT*", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 29.79",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.825811,33.738115]
+       },
+   "properties": 
+       {"street": "NEWPORT*", "color": "lime", "perpx": "0.29944", "perpy": "0.954115"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 29.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.827716,33.738432]
+       },
+   "properties": 
+       {"street": "B ST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.829214,33.739183]
+       },
+   "properties": 
+       {"street": "B ST.", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832416,33.740283]
+       },
+   "properties": 
+       {"street": "S OF 55", "color": "lime", "perpx": "0.333225", "perpy": "0.942847"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 30.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832494,33.740098]
+       },
+   "properties": 
+       {"street": "S OF 55*", "color": "lime", "perpx": "-0.326161", "perpy": "-0.945314"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.835585,33.741403]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "0.333225", "perpy": "0.942847"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 30.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.835743,33.741219]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "-0.33389", "perpy": "-0.942612"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.841283,33.744413]
+       },
+   "properties": 
+       {"street": "1ST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 30.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842538,33.745553]
+       },
+   "properties": 
+       {"street": "1ST", "color": "lime", "perpx": "-0.927915", "perpy": "-0.372793"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.844652,33.749928]
+       },
+   "properties": 
+       {"street": "4TH", "color": "lime", "perpx": "-0.697138", "perpy": "-0.716937"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.844061,33.750124]
+       },
+   "properties": 
+       {"street": "4TH", "color": "lime", "perpx": "0.715791", "perpy": "0.698315"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.846535,33.751759]
+       },
+   "properties": 
+       {"street": "CONCORD", "color": "lime", "perpx": "-0.504083", "perpy": "-0.863655"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845939,33.752049]
+       },
+   "properties": 
+       {"street": "CONCORD", "color": "lime", "perpx": "0.715791", "perpy": "0.698315"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.849326,33.753388]
+       },
+   "properties": 
+       {"street": "GRAND 1", "color": "lime", "perpx": "-0.504083", "perpy": "-0.863655"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.848788,33.753753]
+       },
+   "properties": 
+       {"street": "GRAND 1", "color": "lime", "perpx": "0.435561", "perpy": "0.900159"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.850781,33.754689]
+       },
+   "properties": 
+       {"street": "GRAND 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.853795,33.755475]
+       },
+   "properties": 
+       {"street": "GRAND 2", "color": "lime", "perpx": "-0.382512", "perpy": "-0.923951"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 32.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859225,33.757943]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "-0.583453", "perpy": "-0.812147"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 32.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859664,33.758644]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 32.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.862379,33.760465]
+       },
+   "properties": 
+       {"street": "17TH 2", "color": "lime", "perpx": "0.753317", "perpy": "0.657658"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 32.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.863369,33.761599]
+       },
+   "properties": 
+       {"street": "17TH 3", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866976,33.766429]
+       },
+   "properties": 
+       {"street": "MAIN 1", "color": "lime", "perpx": "-0.855987", "perpy": "-0.516997"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.868373,33.768742]
+       },
+   "properties": 
+       {"street": "MAIN 2", "color": "lime", "perpx": "-0.830562", "perpy": "-0.556927"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 33.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86784,33.76901]
+       },
+   "properties": 
+       {"street": "MAIN 2", "color": "lime", "perpx": "0.824993", "perpy": "0.565143"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.869238,33.770032]
+       },
+   "properties": 
+       {"street": "BROADWAY", "color": "lime", "perpx": "-0.830562", "perpy": "-0.556927"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 33.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.873886,33.776455]
+       },
+   "properties": 
+       {"street": "S OF 22", "color": "lime", "perpx": "0.783267", "perpy": "0.621685"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.874337,33.776289]
+       },
+   "properties": 
+       {"street": "S OF 22", "color": "lime", "perpx": "-0.780234", "perpy": "-0.625487"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 34.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87776,33.779824]
+       },
+   "properties": 
+       {"street": "LA VETA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 34.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.878226,33.781151]
+       },
+   "properties": 
+       {"street": "LA VETA", "color": "lime", "perpx": "0.58161", "perpy": "0.813468"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 34.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879468,33.782039]
+       },
+   "properties": 
+       {"street": "N OF 57", "color": "lime", "perpx": "0.544875", "perpy": "0.838517"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 34.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880014,33.781682]
+       },
+   "properties": 
+       {"street": "N OF 57", "color": "lime", "perpx": "-0.575376", "perpy": "-0.817889"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 34.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883653,33.784761]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "-0.675711", "perpy": "-0.737167"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887536,33.789689]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 35.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.888724,33.790771]
+       },
+   "properties": 
+       {"street": "STATE COLLEGE", "color": "lime", "perpx": "0.673354", "perpy": "0.73932"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 35.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.890222,33.791651]
+       },
+   "properties": 
+       {"street": "STATE COLLEGE", "color": "lime", "perpx": "-0.670989", "perpy": "-0.741468"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 35.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.892284,33.793517]
+       },
+   "properties": 
+       {"street": "ORANGEWOOD 1", "color": "lime", "perpx": "-0.668203", "perpy": "-0.743979"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 35.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.893833,33.795663]
+       },
+   "properties": 
+       {"street": "GENE AUTRY", "color": "lime", "perpx": "0.700471", "perpy": "0.713681"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 35.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.894336,33.79536]
+       },
+   "properties": 
+       {"street": "GENE AUTRY", "color": "lime", "perpx": "-0.668203", "perpy": "-0.743979"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 36.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.901359,33.802101]
+       },
+   "properties": 
+       {"street": "KATELLA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 36.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.902246,33.803764]
+       },
+   "properties": 
+       {"street": "ORANGEWOOD 2", "color": "lime", "perpx": "0.641147", "perpy": "0.767418"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 36.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.904254,33.804788]
+       },
+   "properties": 
+       {"street": "ANAHEIM 1", "color": "lime", "perpx": "-0.654355", "perpy": "-0.756187"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 36.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.903814,33.805074]
+       },
+   "properties": 
+       {"street": "KATELLA", "color": "lime", "perpx": "0.614618", "perpy": "0.788825"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 36.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.905829,33.806644]
+       },
+   "properties": 
+       {"street": "ANAHEIM 2", "color": "lime", "perpx": "0.614618", "perpy": "0.788825"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 36.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.906207,33.806478]
+       },
+   "properties": 
+       {"street": "ANAHEIM 2", "color": "lime", "perpx": "-0.688863", "perpy": "-0.724891"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.910643,33.811147]
+       },
+   "properties": 
+       {"street": "S OF HARBOR", "color": "lime", "perpx": "0.690175", "perpy": "0.723642"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.910895,33.810933]
+       },
+   "properties": 
+       {"street": "S OF HARBOR", "color": "lime", "perpx": "-0.688863", "perpy": "-0.724891"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 37.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.915054,33.815354]
+       },
+   "properties": 
+       {"street": "HARBOR", "color": "lime", "perpx": "0.700541", "perpy": "0.713613"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 37.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.916397,33.816263]
+       },
+   "properties": 
+       {"street": "HARBOR", "color": "lime", "perpx": "-0.689841", "perpy": "-0.723961"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 37.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.918657,33.818891]
+       },
+   "properties": 
+       {"street": "BALL", "color": "lime", "perpx": "0.696671", "perpy": "0.717391"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.922328,33.82198]
+       },
+   "properties": 
+       {"street": "SOUTH 1", "color": "lime", "perpx": "-0.750414", "perpy": "-0.660968"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 38.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.923123,33.823323]
+       },
+   "properties": 
+       {"street": "SOUTH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 38.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.927279,33.827601]
+       },
+   "properties": 
+       {"street": "PEPPER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 38.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.931513,33.832016]
+       },
+   "properties": 
+       {"street": "LINCOLN", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 39",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.933068,33.832791]
+       },
+   "properties": 
+       {"street": "LINCOLN", "color": "lime", "perpx": "-0.327822", "perpy": "-0.944739"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 39.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.938264,33.834594]
+       },
+   "properties": 
+       {"street": "EUCLID 1", "color": "lime", "perpx": "-0.361622", "perpy": "-0.932325"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 39.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.938078,33.834815]
+       },
+   "properties": 
+       {"street": "EUCLID 1", "color": "lime", "perpx": "0.36034", "perpy": "0.932821"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 39.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.943178,33.8365]
+       },
+   "properties": 
+       {"street": "EUCLID 2", "color": "lime", "perpx": "-0.471004", "perpy": "-0.882131"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 39.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.943038,33.836731]
+       },
+   "properties": 
+       {"street": "EUCLID 2", "color": "lime", "perpx": "0.478822", "perpy": "0.877912"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 40.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.949259,33.840124]
+       },
+   "properties": 
+       {"street": "CRESCENT", "color": "lime", "perpx": "0.478822", "perpy": "0.877912"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 40.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.949454,33.839851]
+       },
+   "properties": 
+       {"street": "CRESCENT", "color": "lime", "perpx": "-0.48436", "perpy": "-0.874869"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 40.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.955942,33.843443]
+       },
+   "properties": 
+       {"street": "BROOKHURST 1", "color": "lime", "perpx": "-0.48436", "perpy": "-0.874869"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 40.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.955716,33.843721]
+       },
+   "properties": 
+       {"street": "BROOKHURST 1", "color": "lime", "perpx": "0.541489", "perpy": "0.840708"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 40.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.958388,33.845442]
+       },
+   "properties": 
+       {"street": "BROOKHURST 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 40.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.962444,33.847549]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "0.442245", "perpy": "0.896895"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 40.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.96276,33.847169]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "-0.460852", "perpy": "-0.887477"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 43.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.991902,33.863248]
+       },
+   "properties": 
+       {"street": "STANTON", "color": "lime", "perpx": "0.437215", "perpy": "0.899357"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 43.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.992155,33.862901]
+       },
+   "properties": 
+       {"street": "STANTON", "color": "lime", "perpx": "-0.493087", "perpy": "-0.86998"}
+},  
+
+{
+   "type": "Feature",
+   "id": "5 S 0.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.598167,33.404943]
+       },
+   "properties": 
+       {"street": "S LUIS REY", "color": "lime", "perpx": "-0.892883", "perpy": "-0.450288"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 0.65",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.597992,33.40516]
+       },
+   "properties": 
+       {"street": "S. LUIS REY", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 0.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.599923,33.408425]
+       },
+   "properties": 
+       {"street": "CALAFIA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 1.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.6021,33.413319]
+       },
+   "properties": 
+       {"street": "MAGDALENA", "color": "lime", "perpx": "0.891749", "perpy": "0.45253"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 1.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.602338,33.41325]
+       },
+   "properties": 
+       {"street": "MAGDALENA", "color": "lime", "perpx": "-0.9013", "perpy": "-0.433194"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 1.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.603827,33.416348]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 1.83",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.606498,33.420685]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 2.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.609039,33.424652]
+       },
+   "properties": 
+       {"street": "PRESIDIO", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 2.47",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.611817,33.428811]
+       },
+   "properties": 
+       {"street": "PRESIDIO", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 2.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.615519,33.432425]
+       },
+   "properties": 
+       {"street": "PALIZADA", "color": "lime", "perpx": "0.698551", "perpy": "0.71556"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 2.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.615724,33.432273]
+       },
+   "properties": 
+       {"street": "PALIZADA", "color": "lime", "perpx": "-0.768234", "perpy": "-0.640169"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 3.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.619943,33.437336]
+       },
+   "properties": 
+       {"street": "PICO 1", "color": "lime", "perpx": "-0.498994", "perpy": "-0.866606"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 3.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.619773,33.43749]
+       },
+   "properties": 
+       {"street": "PICO 1", "color": "lime", "perpx": "0.498751", "perpy": "0.866745"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 3.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.624486,33.440202]
+       },
+   "properties": 
+       {"street": "PICO 2", "color": "lime", "perpx": "0.498751", "perpy": "0.866745"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 3.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.624646,33.440044]
+       },
+   "properties": 
+       {"street": "PICO 2", "color": "lime", "perpx": "-0.605568", "perpy": "-0.795794"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 5.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.650183,33.455773]
+       },
+   "properties": 
+       {"street": "N OF VAQUERO", "color": "lime", "perpx": "0.393632", "perpy": "0.919268"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 5.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.650318,33.455612]
+       },
+   "properties": 
+       {"street": "N OF VAQUERO", "color": "lime", "perpx": "-0.443289", "perpy": "-0.896379"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 5.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.653153,33.457014]
+       },
+   "properties": 
+       {"street": "ESTRELLA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 5.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.655008,33.458342]
+       },
+   "properties": 
+       {"street": "ESTRELLA1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 5.89",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.657305,33.459637]
+       },
+   "properties": 
+       {"street": "ESTRELLA2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 6.47",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.665509,33.464404]
+       },
+   "properties": 
+       {"street": "SACRAMENTO", "color": "lime", "perpx": "0.523797", "perpy": "0.851843"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 6.47",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.665631,33.464281]
+       },
+   "properties": 
+       {"street": "SACRAMENTO", "color": "lime", "perpx": "-0.56275", "perpy": "-0.826627"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 6.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.667379,33.465471]
+       },
+   "properties": 
+       {"street": "RTE 1 SB", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 6.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671714,33.468032]
+       },
+   "properties": 
+       {"street": "LAS RAMBLAS", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 7.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674271,33.475073]
+       },
+   "properties": 
+       {"street": "CAPISTRANO", "color": "lime", "perpx": "0.816519", "perpy": "-0.577318"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 7.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674584,33.475102]
+       },
+   "properties": 
+       {"street": "CAPISTRANO", "color": "lime", "perpx": "-0.815879", "perpy": "0.578222"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 7.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.669881,33.481738]
+       },
+   "properties": 
+       {"street": "AEROPUERTO", "color": "lime", "perpx": "-0.815879", "perpy": "0.578222"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 7.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.669596,33.481685]
+       },
+   "properties": 
+       {"street": "AEROPUERTO", "color": "lime", "perpx": "0.816519", "perpy": "-0.577318"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 8.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663917,33.489176]
+       },
+   "properties": 
+       {"street": "S JUAN CREEK", "color": "lime", "perpx": "-0.836267", "perpy": "0.548322"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 8.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663255,33.489561]
+       },
+   "properties": 
+       {"street": "S JUAN CREEK", "color": "lime", "perpx": "0.839468", "perpy": "-0.54341"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 9.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.659442,33.496001]
+       },
+   "properties": 
+       {"street": "PLAZA", "color": "lime", "perpx": "-0.971491", "perpy": "0.237077"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 9.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.659127,33.495938]
+       },
+   "properties": 
+       {"street": "PLAZA", "color": "lime", "perpx": "0.972984", "perpy": "-0.230873"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 9.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.658583,33.499521]
+       },
+   "properties": 
+       {"street": "ORTEGA 1", "color": "lime", "perpx": "-0.996721", "perpy": "-0.080919"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 9.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.658585,33.503727]
+       },
+   "properties": 
+       {"street": "ORTEGA  2", "color": "lime", "perpx": "0.971921", "perpy": "0.235307"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 10.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.661127,33.5093]
+       },
+   "properties": 
+       {"street": "EL HORNO", "color": "lime", "perpx": "-0.918881", "perpy": "-0.394535"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 10.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.660803,33.50939]
+       },
+   "properties": 
+       {"street": "EL HORNO", "color": "lime", "perpx": "0.920027", "perpy": "0.391855"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.662568,33.513534]
+       },
+   "properties": 
+       {"street": "SERRA PARK", "color": "lime", "perpx": "0.919833", "perpy": "0.392311"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.662905,33.513441]
+       },
+   "properties": 
+       {"street": "SERRA PARK", "color": "lime", "perpx": "-0.920608", "perpy": "-0.390487"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 10.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.664664,33.517588]
+       },
+   "properties": 
+       {"street": "JUNIPERO SERRA", "color": "lime", "perpx": "-0.920608", "perpy": "-0.390487"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 11.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.666382,33.52247]
+       },
+   "properties": 
+       {"street": "JUNIPERO SERRA", "color": "lime", "perpx": "0.924678", "perpy": "0.38075"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 11.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.668912,33.526418]
+       },
+   "properties": 
+       {"street": "TRABUCO", "color": "lime", "perpx": "-0.878964", "perpy": "-0.476887"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 11.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.66866,33.526621]
+       },
+   "properties": 
+       {"street": "TRABUCO", "color": "lime", "perpx": "0.874948", "perpy": "0.484218"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 11.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674488,33.53247]
+       },
+   "properties": 
+       {"street": "WILDWOOD", "color": "lime", "perpx": "0.999898", "perpy": "-0.014276"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 11.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674919,33.53231]
+       },
+   "properties": 
+       {"street": "WILDWOOD", "color": "lime", "perpx": "-0.999508", "perpy": "0.03137"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 12.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674416,33.537513]
+       },
+   "properties": 
+       {"street": "S OF 73", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 12.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674695,33.539447]
+       },
+   "properties": 
+       {"street": "S of 73", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 12.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.673404,33.545217]
+       },
+   "properties": 
+       {"street": "AVERY 1", "color": "lime", "perpx": "-0.993564", "perpy": "0.113275"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 13.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.672686,33.548817]
+       },
+   "properties": 
+       {"street": "AVERY PARK", "color": "lime", "perpx": "0.999609", "perpy": "-0.027961"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 13.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.673131,33.556667]
+       },
+   "properties": 
+       {"street": "CROWN VA1", "color": "lime", "perpx": "-0.999988", "perpy": "0.004899"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 13.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.672848,33.558096]
+       },
+   "properties": 
+       {"street": "CROWN VA1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 13.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.672791,33.560549]
+       },
+   "properties": 
+       {"street": "CROWN VA2", "color": "lime", "perpx": "0.996005", "perpy": "-0.089297"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 15.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671983,33.577397]
+       },
+   "properties": 
+       {"street": "OSO PARK1", "color": "lime", "perpx": "-0.999891", "perpy": "0.014798"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 15.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67162,33.578849]
+       },
+   "properties": 
+       {"street": "OSO PARK 1", "color": "lime", "perpx": "0.999789", "perpy": "-0.020544"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 15.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671925,33.581316]
+       },
+   "properties": 
+       {"street": "OSO PARK2", "color": "lime", "perpx": "-0.999911", "perpy": "0.013321"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 15.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67157,33.582052]
+       },
+   "properties": 
+       {"street": "OSO PARK2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 16.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.673779,33.595354]
+       },
+   "properties": 
+       {"street": "LA PAZ 1", "color": "lime", "perpx": "-0.688838", "perpy": "-0.724915"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 16.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67615,33.597607]
+       },
+   "properties": 
+       {"street": "LA PAZ 2", "color": "lime", "perpx": "-0.688838", "perpy": "-0.724915"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 16.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.676059,33.597861]
+       },
+   "properties": 
+       {"street": "LA PAZ 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 16.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.678685,33.599252]
+       },
+   "properties": 
+       {"street": "LA PAZ 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 17.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.687691,33.602645]
+       },
+   "properties": 
+       {"street": "ALICIA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 17.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.68984,33.604242]
+       },
+   "properties": 
+       {"street": "ALICIA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 17.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.69087,33.604617]
+       },
+   "properties": 
+       {"street": "ALICIA 2", "color": "lime", "perpx": "-0.527137", "perpy": "-0.849781"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 17.63",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.692734,33.606025]
+       },
+   "properties": 
+       {"street": "ALICIA 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 18.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.705361,33.612561]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "-0.647397", "perpy": "-0.762153"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 18.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.706467,33.613883]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "0.647648", "perpy": "0.761939"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 18.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.707825,33.614654]
+       },
+   "properties": 
+       {"street": "EL TORO 2", "color": "lime", "perpx": "-0.647397", "perpy": "-0.762153"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 19.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719875,33.627286]
+       },
+   "properties": 
+       {"street": "LAKE FOR1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 19.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720919,33.628454]
+       },
+   "properties": 
+       {"street": "LAKE FOR2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721491,33.629553]
+       },
+   "properties": 
+       {"street": "LAKE FOR2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724337,33.632102]
+       },
+   "properties": 
+       {"street": "OLDFIELD", "color": "lime", "perpx": "0.735536", "perpy": "0.677486"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 20.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724813,33.631989]
+       },
+   "properties": 
+       {"street": "OLDFIELD", "color": "lime", "perpx": "-0.737725", "perpy": "-0.675102"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 20.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.728446,33.635959]
+       },
+   "properties": 
+       {"street": "BAKE 1", "color": "lime", "perpx": "-0.737725", "perpy": "-0.675102"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72806,33.636144]
+       },
+   "properties": 
+       {"street": "BAKE 1", "color": "lime", "perpx": "0.735536", "perpy": "0.677486"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.731437,33.640323]
+       },
+   "properties": 
+       {"street": "BAKE 2", "color": "lime", "perpx": "0.77975", "perpy": "0.626091"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 20.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.731896,33.640308]
+       },
+   "properties": 
+       {"street": "BAKE 2", "color": "lime", "perpx": "-0.792319", "perpy": "-0.610107"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 21.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734444,33.644068]
+       },
+   "properties": 
+       {"street": "At 405", "color": "lime", "perpx": "0.77975", "perpy": "0.626091"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 21.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734722,33.643978]
+       },
+   "properties": 
+       {"street": "At 405", "color": "lime", "perpx": "-0.792319", "perpy": "-0.610107"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 22.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74294,33.654255]
+       },
+   "properties": 
+       {"street": "ALTON 1", "color": "lime", "perpx": "-0.78542", "perpy": "-0.618963"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 22.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.742629,33.654371]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "0.780869", "perpy": "0.624695"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 22.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.743323,33.654741]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "-0.78542", "perpy": "-0.618963"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 22.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.743597,33.655581]
+       },
+   "properties": 
+       {"street": "ALTON 3", "color": "lime", "perpx": "0.780869", "perpy": "0.624695"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 22.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.749253,33.662021]
+       },
+   "properties": 
+       {"street": "BARRANCA", "color": "lime", "perpx": "-0.788481", "perpy": "-0.615059"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 22.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.748817,33.662274]
+       },
+   "properties": 
+       {"street": "BARRANCA", "color": "lime", "perpx": "0.770018", "perpy": "0.638022"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.75203,33.665581]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "-0.781645", "perpy": "-0.623724"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 23.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.751722,33.66578]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "0.776343", "perpy": "0.630311"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.7525,33.66617]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753237,33.667646]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0.776343", "perpy": "0.630311"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755616,33.6716]
+       },
+   "properties": 
+       {"street": "S OF SAND CNYN", "color": "lime", "perpx": "-0.975596", "perpy": "-0.219572"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755266,33.671657]
+       },
+   "properties": 
+       {"street": "S OF SAND CNYN", "color": "lime", "perpx": "0.972906", "perpy": "0.2312"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.756223,33.674297]
+       },
+   "properties": 
+       {"street": "SAND CANYON 1", "color": "lime", "perpx": "-0.809826", "perpy": "-0.58667"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 24.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759083,33.67881]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "0.701651", "perpy": "0.712521"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 24.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759362,33.67863]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "-0.809826", "perpy": "-0.58667"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 24.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.76413,33.68378]
+       },
+   "properties": 
+       {"street": "N OF SAND CNYN", "color": "lime", "perpx": "0.701651", "perpy": "0.712521"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 24.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764425,33.683599]
+       },
+   "properties": 
+       {"street": "N OF SAND CNYN", "color": "lime", "perpx": "-0.835705", "perpy": "-0.549178"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 24.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.767277,33.687939]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 25.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.768954,33.691182]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 25.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.769532,33.692068]
+       },
+   "properties": 
+       {"street": "JEFFREY 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 25.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.775267,33.700148]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "-0.828715", "perpy": "-0.559671"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 25.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.774934,33.700287]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "0.835661", "perpy": "0.549245"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 26.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.779935,33.70706]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 26.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.781713,33.709761]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "0.673811", "perpy": "0.738904"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 26.66",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.783134,33.710634]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "-0.654674", "perpy": "-0.755912"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 26.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.784619,33.712411]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "0.673811", "perpy": "0.738904"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 27.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793071,33.717966]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 27.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.794408,33.719297]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 27.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.794541,33.719391]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 27.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.796638,33.72047]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "-0.574555", "perpy": "-0.818466"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 28.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801722,33.724394]
+       },
+   "properties": 
+       {"street": "TUSTIN RANCH", "color": "lime", "perpx": "0.570509", "perpy": "0.821292"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 28.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801999,33.724136]
+       },
+   "properties": 
+       {"street": "TUSTIN RANCH", "color": "lime", "perpx": "-0.556796", "perpy": "-0.83065"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 29.02",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.814369,33.732587]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "-0.566824", "perpy": "-0.823839"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 29.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.817068,33.73489]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 29.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.824499,33.737386]
+       },
+   "properties": 
+       {"street": "NEWPORT*", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 29.79",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.825811,33.738115]
+       },
+   "properties": 
+       {"street": "NEWPORT*", "color": "lime", "perpx": "0.29944", "perpy": "0.954115"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 29.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.827716,33.738432]
+       },
+   "properties": 
+       {"street": "B ST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.829214,33.739183]
+       },
+   "properties": 
+       {"street": "B ST.", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832416,33.740283]
+       },
+   "properties": 
+       {"street": "S OF 55", "color": "lime", "perpx": "0.333225", "perpy": "0.942847"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 30.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832494,33.740098]
+       },
+   "properties": 
+       {"street": "S OF 55*", "color": "lime", "perpx": "-0.326161", "perpy": "-0.945314"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.835585,33.741403]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "0.333225", "perpy": "0.942847"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 30.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.835743,33.741219]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "-0.33389", "perpy": "-0.942612"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.841283,33.744413]
+       },
+   "properties": 
+       {"street": "1ST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 30.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842538,33.745553]
+       },
+   "properties": 
+       {"street": "1ST", "color": "lime", "perpx": "-0.927915", "perpy": "-0.372793"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.844652,33.749928]
+       },
+   "properties": 
+       {"street": "4TH", "color": "lime", "perpx": "-0.697138", "perpy": "-0.716937"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.844061,33.750124]
+       },
+   "properties": 
+       {"street": "4TH", "color": "lime", "perpx": "0.715791", "perpy": "0.698315"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.846535,33.751759]
+       },
+   "properties": 
+       {"street": "CONCORD", "color": "lime", "perpx": "-0.504083", "perpy": "-0.863655"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845939,33.752049]
+       },
+   "properties": 
+       {"street": "CONCORD", "color": "lime", "perpx": "0.715791", "perpy": "0.698315"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.849326,33.753388]
+       },
+   "properties": 
+       {"street": "GRAND 1", "color": "lime", "perpx": "-0.504083", "perpy": "-0.863655"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.848788,33.753753]
+       },
+   "properties": 
+       {"street": "GRAND 1", "color": "lime", "perpx": "0.435561", "perpy": "0.900159"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.850781,33.754689]
+       },
+   "properties": 
+       {"street": "GRAND 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.853795,33.755475]
+       },
+   "properties": 
+       {"street": "GRAND 2", "color": "lime", "perpx": "-0.382512", "perpy": "-0.923951"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 32.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859225,33.757943]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "-0.583453", "perpy": "-0.812147"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 32.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859664,33.758644]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 32.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.862379,33.760465]
+       },
+   "properties": 
+       {"street": "17TH 2", "color": "lime", "perpx": "0.753317", "perpy": "0.657658"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 32.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.863369,33.761599]
+       },
+   "properties": 
+       {"street": "17TH 3", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866976,33.766429]
+       },
+   "properties": 
+       {"street": "MAIN 1", "color": "lime", "perpx": "-0.855987", "perpy": "-0.516997"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.868373,33.768742]
+       },
+   "properties": 
+       {"street": "MAIN 2", "color": "lime", "perpx": "-0.830562", "perpy": "-0.556927"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 33.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86784,33.76901]
+       },
+   "properties": 
+       {"street": "MAIN 2", "color": "lime", "perpx": "0.824993", "perpy": "0.565143"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.869238,33.770032]
+       },
+   "properties": 
+       {"street": "BROADWAY", "color": "lime", "perpx": "-0.830562", "perpy": "-0.556927"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 33.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.873886,33.776455]
+       },
+   "properties": 
+       {"street": "S OF 22", "color": "lime", "perpx": "0.783267", "perpy": "0.621685"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.874337,33.776289]
+       },
+   "properties": 
+       {"street": "S OF 22", "color": "lime", "perpx": "-0.780234", "perpy": "-0.625487"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 34.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87776,33.779824]
+       },
+   "properties": 
+       {"street": "LA VETA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 34.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.878226,33.781151]
+       },
+   "properties": 
+       {"street": "LA VETA", "color": "lime", "perpx": "0.58161", "perpy": "0.813468"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 34.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879468,33.782039]
+       },
+   "properties": 
+       {"street": "N OF 57", "color": "lime", "perpx": "0.544875", "perpy": "0.838517"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 34.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880014,33.781682]
+       },
+   "properties": 
+       {"street": "N OF 57", "color": "lime", "perpx": "-0.575376", "perpy": "-0.817889"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 34.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883653,33.784761]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "-0.675711", "perpy": "-0.737167"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887536,33.789689]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 35.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.888724,33.790771]
+       },
+   "properties": 
+       {"street": "STATE COLLEGE", "color": "lime", "perpx": "0.673354", "perpy": "0.73932"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 35.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.890222,33.791651]
+       },
+   "properties": 
+       {"street": "STATE COLLEGE", "color": "lime", "perpx": "-0.670989", "perpy": "-0.741468"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 35.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.892284,33.793517]
+       },
+   "properties": 
+       {"street": "ORANGEWOOD 1", "color": "lime", "perpx": "-0.668203", "perpy": "-0.743979"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 35.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.893833,33.795663]
+       },
+   "properties": 
+       {"street": "GENE AUTRY", "color": "lime", "perpx": "0.700471", "perpy": "0.713681"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 35.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.894336,33.79536]
+       },
+   "properties": 
+       {"street": "GENE AUTRY", "color": "lime", "perpx": "-0.668203", "perpy": "-0.743979"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 36.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.901359,33.802101]
+       },
+   "properties": 
+       {"street": "KATELLA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 36.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.902246,33.803764]
+       },
+   "properties": 
+       {"street": "ORANGEWOOD 2", "color": "lime", "perpx": "0.641147", "perpy": "0.767418"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 36.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.904254,33.804788]
+       },
+   "properties": 
+       {"street": "ANAHEIM 1", "color": "lime", "perpx": "-0.654355", "perpy": "-0.756187"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 36.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.903814,33.805074]
+       },
+   "properties": 
+       {"street": "KATELLA", "color": "lime", "perpx": "0.614618", "perpy": "0.788825"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 36.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.905829,33.806644]
+       },
+   "properties": 
+       {"street": "ANAHEIM 2", "color": "lime", "perpx": "0.614618", "perpy": "0.788825"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 36.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.906207,33.806478]
+       },
+   "properties": 
+       {"street": "ANAHEIM 2", "color": "lime", "perpx": "-0.688863", "perpy": "-0.724891"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.910643,33.811147]
+       },
+   "properties": 
+       {"street": "S OF HARBOR", "color": "lime", "perpx": "0.690175", "perpy": "0.723642"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.910895,33.810933]
+       },
+   "properties": 
+       {"street": "S OF HARBOR", "color": "lime", "perpx": "-0.688863", "perpy": "-0.724891"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 37.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.915054,33.815354]
+       },
+   "properties": 
+       {"street": "HARBOR", "color": "lime", "perpx": "0.700541", "perpy": "0.713613"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 37.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.916397,33.816263]
+       },
+   "properties": 
+       {"street": "HARBOR", "color": "lime", "perpx": "-0.689841", "perpy": "-0.723961"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 37.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.918657,33.818891]
+       },
+   "properties": 
+       {"street": "BALL", "color": "lime", "perpx": "0.696671", "perpy": "0.717391"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.922328,33.82198]
+       },
+   "properties": 
+       {"street": "SOUTH 1", "color": "lime", "perpx": "-0.750414", "perpy": "-0.660968"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 38.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.923123,33.823323]
+       },
+   "properties": 
+       {"street": "SOUTH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 38.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.927279,33.827601]
+       },
+   "properties": 
+       {"street": "PEPPER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 38.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.931513,33.832016]
+       },
+   "properties": 
+       {"street": "LINCOLN", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 39",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.933068,33.832791]
+       },
+   "properties": 
+       {"street": "LINCOLN", "color": "lime", "perpx": "-0.327822", "perpy": "-0.944739"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 39.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.938264,33.834594]
+       },
+   "properties": 
+       {"street": "EUCLID 1", "color": "lime", "perpx": "-0.361622", "perpy": "-0.932325"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 39.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.938078,33.834815]
+       },
+   "properties": 
+       {"street": "EUCLID 1", "color": "lime", "perpx": "0.36034", "perpy": "0.932821"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 39.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.943178,33.8365]
+       },
+   "properties": 
+       {"street": "EUCLID 2", "color": "lime", "perpx": "-0.471004", "perpy": "-0.882131"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 39.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.943038,33.836731]
+       },
+   "properties": 
+       {"street": "EUCLID 2", "color": "lime", "perpx": "0.478822", "perpy": "0.877912"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 40.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.949259,33.840124]
+       },
+   "properties": 
+       {"street": "CRESCENT", "color": "lime", "perpx": "0.478822", "perpy": "0.877912"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 40.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.949454,33.839851]
+       },
+   "properties": 
+       {"street": "CRESCENT", "color": "lime", "perpx": "-0.48436", "perpy": "-0.874869"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 40.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.955942,33.843443]
+       },
+   "properties": 
+       {"street": "BROOKHURST 1", "color": "lime", "perpx": "-0.48436", "perpy": "-0.874869"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 40.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.955716,33.843721]
+       },
+   "properties": 
+       {"street": "BROOKHURST 1", "color": "lime", "perpx": "0.541489", "perpy": "0.840708"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 40.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.958388,33.845442]
+       },
+   "properties": 
+       {"street": "BROOKHURST 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 40.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.962444,33.847549]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "0.442245", "perpy": "0.896895"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 40.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.96276,33.847169]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "-0.460852", "perpy": "-0.887477"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 43.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.991902,33.863248]
+       },
+   "properties": 
+       {"street": "STANTON", "color": "lime", "perpx": "0.437215", "perpy": "0.899357"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 43.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.992155,33.862901]
+       },
+   "properties": 
+       {"street": "STANTON", "color": "lime", "perpx": "-0.493087", "perpy": "-0.86998"}
+},  
+
+{
+   "type": "Feature",
+   "id": "5 S 0.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.598167,33.404943]
+       },
+   "properties": 
+       {"street": "S LUIS REY", "color": "lime", "perpx": "-0.892883", "perpy": "-0.450288"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 0.65",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.597992,33.40516]
+       },
+   "properties": 
+       {"street": "S. LUIS REY", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 0.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.599923,33.408425]
+       },
+   "properties": 
+       {"street": "CALAFIA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 1.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.6021,33.413319]
+       },
+   "properties": 
+       {"street": "MAGDALENA", "color": "lime", "perpx": "0.891749", "perpy": "0.45253"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 1.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.602338,33.41325]
+       },
+   "properties": 
+       {"street": "MAGDALENA", "color": "lime", "perpx": "-0.9013", "perpy": "-0.433194"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 1.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.603827,33.416348]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 1.83",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.606498,33.420685]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 2.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.609039,33.424652]
+       },
+   "properties": 
+       {"street": "PRESIDIO", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 2.47",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.611817,33.428811]
+       },
+   "properties": 
+       {"street": "PRESIDIO", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 2.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.615519,33.432425]
+       },
+   "properties": 
+       {"street": "PALIZADA", "color": "lime", "perpx": "0.698551", "perpy": "0.71556"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 2.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.615724,33.432273]
+       },
+   "properties": 
+       {"street": "PALIZADA", "color": "lime", "perpx": "-0.768234", "perpy": "-0.640169"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 3.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.619943,33.437336]
+       },
+   "properties": 
+       {"street": "PICO 1", "color": "lime", "perpx": "-0.498994", "perpy": "-0.866606"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 3.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.619773,33.43749]
+       },
+   "properties": 
+       {"street": "PICO 1", "color": "lime", "perpx": "0.498751", "perpy": "0.866745"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 3.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.624486,33.440202]
+       },
+   "properties": 
+       {"street": "PICO 2", "color": "lime", "perpx": "0.498751", "perpy": "0.866745"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 3.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.624646,33.440044]
+       },
+   "properties": 
+       {"street": "PICO 2", "color": "lime", "perpx": "-0.605568", "perpy": "-0.795794"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 5.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.650183,33.455773]
+       },
+   "properties": 
+       {"street": "N OF VAQUERO", "color": "lime", "perpx": "0.393632", "perpy": "0.919268"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 5.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.650318,33.455612]
+       },
+   "properties": 
+       {"street": "N OF VAQUERO", "color": "lime", "perpx": "-0.443289", "perpy": "-0.896379"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 5.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.653153,33.457014]
+       },
+   "properties": 
+       {"street": "ESTRELLA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 5.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.655008,33.458342]
+       },
+   "properties": 
+       {"street": "ESTRELLA1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 5.89",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.657305,33.459637]
+       },
+   "properties": 
+       {"street": "ESTRELLA2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 6.47",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.665509,33.464404]
+       },
+   "properties": 
+       {"street": "SACRAMENTO", "color": "lime", "perpx": "0.523797", "perpy": "0.851843"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 6.47",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.665631,33.464281]
+       },
+   "properties": 
+       {"street": "SACRAMENTO", "color": "lime", "perpx": "-0.56275", "perpy": "-0.826627"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 6.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.667379,33.465471]
+       },
+   "properties": 
+       {"street": "RTE 1 SB", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 6.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671714,33.468032]
+       },
+   "properties": 
+       {"street": "LAS RAMBLAS", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 7.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674271,33.475073]
+       },
+   "properties": 
+       {"street": "CAPISTRANO", "color": "lime", "perpx": "0.816519", "perpy": "-0.577318"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 7.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674584,33.475102]
+       },
+   "properties": 
+       {"street": "CAPISTRANO", "color": "lime", "perpx": "-0.815879", "perpy": "0.578222"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 7.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.669881,33.481738]
+       },
+   "properties": 
+       {"street": "AEROPUERTO", "color": "lime", "perpx": "-0.815879", "perpy": "0.578222"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 7.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.669596,33.481685]
+       },
+   "properties": 
+       {"street": "AEROPUERTO", "color": "lime", "perpx": "0.816519", "perpy": "-0.577318"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 8.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663917,33.489176]
+       },
+   "properties": 
+       {"street": "S JUAN CREEK", "color": "lime", "perpx": "-0.836267", "perpy": "0.548322"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 8.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.663255,33.489561]
+       },
+   "properties": 
+       {"street": "S JUAN CREEK", "color": "lime", "perpx": "0.839468", "perpy": "-0.54341"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 9.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.659442,33.496001]
+       },
+   "properties": 
+       {"street": "PLAZA", "color": "lime", "perpx": "-0.971491", "perpy": "0.237077"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 9.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.659127,33.495938]
+       },
+   "properties": 
+       {"street": "PLAZA", "color": "lime", "perpx": "0.972984", "perpy": "-0.230873"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 9.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.658583,33.499521]
+       },
+   "properties": 
+       {"street": "ORTEGA 1", "color": "lime", "perpx": "-0.996721", "perpy": "-0.080919"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 9.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.658585,33.503727]
+       },
+   "properties": 
+       {"street": "ORTEGA  2", "color": "lime", "perpx": "0.971921", "perpy": "0.235307"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 10.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.661127,33.5093]
+       },
+   "properties": 
+       {"street": "EL HORNO", "color": "lime", "perpx": "-0.918881", "perpy": "-0.394535"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 10.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.660803,33.50939]
+       },
+   "properties": 
+       {"street": "EL HORNO", "color": "lime", "perpx": "0.920027", "perpy": "0.391855"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.662568,33.513534]
+       },
+   "properties": 
+       {"street": "SERRA PARK", "color": "lime", "perpx": "0.919833", "perpy": "0.392311"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.662905,33.513441]
+       },
+   "properties": 
+       {"street": "SERRA PARK", "color": "lime", "perpx": "-0.920608", "perpy": "-0.390487"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 10.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.664664,33.517588]
+       },
+   "properties": 
+       {"street": "JUNIPERO SERRA", "color": "lime", "perpx": "-0.920608", "perpy": "-0.390487"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 11.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.666382,33.52247]
+       },
+   "properties": 
+       {"street": "JUNIPERO SERRA", "color": "lime", "perpx": "0.924678", "perpy": "0.38075"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 11.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.668912,33.526418]
+       },
+   "properties": 
+       {"street": "TRABUCO", "color": "lime", "perpx": "-0.878964", "perpy": "-0.476887"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 11.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.66866,33.526621]
+       },
+   "properties": 
+       {"street": "TRABUCO", "color": "lime", "perpx": "0.874948", "perpy": "0.484218"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 11.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674488,33.53247]
+       },
+   "properties": 
+       {"street": "WILDWOOD", "color": "lime", "perpx": "0.999898", "perpy": "-0.014276"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 11.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674919,33.53231]
+       },
+   "properties": 
+       {"street": "WILDWOOD", "color": "lime", "perpx": "-0.999508", "perpy": "0.03137"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 12.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674416,33.537513]
+       },
+   "properties": 
+       {"street": "S OF 73", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 12.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674695,33.539447]
+       },
+   "properties": 
+       {"street": "S of 73", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 12.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.673404,33.545217]
+       },
+   "properties": 
+       {"street": "AVERY 1", "color": "lime", "perpx": "-0.993564", "perpy": "0.113275"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 13.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.672686,33.548817]
+       },
+   "properties": 
+       {"street": "AVERY PARK", "color": "lime", "perpx": "0.999609", "perpy": "-0.027961"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 13.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.673131,33.556667]
+       },
+   "properties": 
+       {"street": "CROWN VA1", "color": "lime", "perpx": "-0.999988", "perpy": "0.004899"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 13.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.672848,33.558096]
+       },
+   "properties": 
+       {"street": "CROWN VA1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 13.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.672791,33.560549]
+       },
+   "properties": 
+       {"street": "CROWN VA2", "color": "lime", "perpx": "0.996005", "perpy": "-0.089297"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 15.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671983,33.577397]
+       },
+   "properties": 
+       {"street": "OSO PARK1", "color": "lime", "perpx": "-0.999891", "perpy": "0.014798"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 15.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67162,33.578849]
+       },
+   "properties": 
+       {"street": "OSO PARK 1", "color": "lime", "perpx": "0.999789", "perpy": "-0.020544"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 15.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.671925,33.581316]
+       },
+   "properties": 
+       {"street": "OSO PARK2", "color": "lime", "perpx": "-0.999911", "perpy": "0.013321"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 15.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67157,33.582052]
+       },
+   "properties": 
+       {"street": "OSO PARK2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 16.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.673779,33.595354]
+       },
+   "properties": 
+       {"street": "LA PAZ 1", "color": "lime", "perpx": "-0.688838", "perpy": "-0.724915"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 16.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.67615,33.597607]
+       },
+   "properties": 
+       {"street": "LA PAZ 2", "color": "lime", "perpx": "-0.688838", "perpy": "-0.724915"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 16.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.676059,33.597861]
+       },
+   "properties": 
+       {"street": "LA PAZ 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 16.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.678685,33.599252]
+       },
+   "properties": 
+       {"street": "LA PAZ 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 17.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.687691,33.602645]
+       },
+   "properties": 
+       {"street": "ALICIA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 17.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.68984,33.604242]
+       },
+   "properties": 
+       {"street": "ALICIA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 17.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.69087,33.604617]
+       },
+   "properties": 
+       {"street": "ALICIA 2", "color": "lime", "perpx": "-0.527137", "perpy": "-0.849781"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 17.63",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.692734,33.606025]
+       },
+   "properties": 
+       {"street": "ALICIA 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 18.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.705361,33.612561]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "-0.647397", "perpy": "-0.762153"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 18.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.706467,33.613883]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "0.647648", "perpy": "0.761939"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 18.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.707825,33.614654]
+       },
+   "properties": 
+       {"street": "EL TORO 2", "color": "lime", "perpx": "-0.647397", "perpy": "-0.762153"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 19.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.719875,33.627286]
+       },
+   "properties": 
+       {"street": "LAKE FOR1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 19.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720919,33.628454]
+       },
+   "properties": 
+       {"street": "LAKE FOR2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721491,33.629553]
+       },
+   "properties": 
+       {"street": "LAKE FOR2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724337,33.632102]
+       },
+   "properties": 
+       {"street": "OLDFIELD", "color": "lime", "perpx": "0.735536", "perpy": "0.677486"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 20.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724813,33.631989]
+       },
+   "properties": 
+       {"street": "OLDFIELD", "color": "lime", "perpx": "-0.737725", "perpy": "-0.675102"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 20.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.728446,33.635959]
+       },
+   "properties": 
+       {"street": "BAKE 1", "color": "lime", "perpx": "-0.737725", "perpy": "-0.675102"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72806,33.636144]
+       },
+   "properties": 
+       {"street": "BAKE 1", "color": "lime", "perpx": "0.735536", "perpy": "0.677486"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.731437,33.640323]
+       },
+   "properties": 
+       {"street": "BAKE 2", "color": "lime", "perpx": "0.77975", "perpy": "0.626091"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 20.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.731896,33.640308]
+       },
+   "properties": 
+       {"street": "BAKE 2", "color": "lime", "perpx": "-0.792319", "perpy": "-0.610107"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 21.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734444,33.644068]
+       },
+   "properties": 
+       {"street": "At 405", "color": "lime", "perpx": "0.77975", "perpy": "0.626091"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 21.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734722,33.643978]
+       },
+   "properties": 
+       {"street": "At 405", "color": "lime", "perpx": "-0.792319", "perpy": "-0.610107"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 22.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74294,33.654255]
+       },
+   "properties": 
+       {"street": "ALTON 1", "color": "lime", "perpx": "-0.78542", "perpy": "-0.618963"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 22.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.742629,33.654371]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "0.780869", "perpy": "0.624695"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 22.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.743323,33.654741]
+       },
+   "properties": 
+       {"street": "ALTON 2", "color": "lime", "perpx": "-0.78542", "perpy": "-0.618963"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 22.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.743597,33.655581]
+       },
+   "properties": 
+       {"street": "ALTON 3", "color": "lime", "perpx": "0.780869", "perpy": "0.624695"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 22.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.749253,33.662021]
+       },
+   "properties": 
+       {"street": "BARRANCA", "color": "lime", "perpx": "-0.788481", "perpy": "-0.615059"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 22.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.748817,33.662274]
+       },
+   "properties": 
+       {"street": "BARRANCA", "color": "lime", "perpx": "0.770018", "perpy": "0.638022"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.75203,33.665581]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "-0.781645", "perpy": "-0.623724"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 23.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.751722,33.66578]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "0.776343", "perpy": "0.630311"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.7525,33.66617]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753237,33.667646]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0.776343", "perpy": "0.630311"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755616,33.6716]
+       },
+   "properties": 
+       {"street": "S OF SAND CNYN", "color": "lime", "perpx": "-0.975596", "perpy": "-0.219572"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755266,33.671657]
+       },
+   "properties": 
+       {"street": "S OF SAND CNYN", "color": "lime", "perpx": "0.972906", "perpy": "0.2312"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 23.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.756223,33.674297]
+       },
+   "properties": 
+       {"street": "SAND CANYON 1", "color": "lime", "perpx": "-0.809826", "perpy": "-0.58667"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 24.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759083,33.67881]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "0.701651", "perpy": "0.712521"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 24.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759362,33.67863]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "-0.809826", "perpy": "-0.58667"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 24.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.76413,33.68378]
+       },
+   "properties": 
+       {"street": "N OF SAND CNYN", "color": "lime", "perpx": "0.701651", "perpy": "0.712521"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 24.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764425,33.683599]
+       },
+   "properties": 
+       {"street": "N OF SAND CNYN", "color": "lime", "perpx": "-0.835705", "perpy": "-0.549178"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 24.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.767277,33.687939]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 25.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.768954,33.691182]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 25.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.769532,33.692068]
+       },
+   "properties": 
+       {"street": "JEFFREY 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 25.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.775267,33.700148]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "-0.828715", "perpy": "-0.559671"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 25.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.774934,33.700287]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "0.835661", "perpy": "0.549245"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 26.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.779935,33.70706]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 26.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.781713,33.709761]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "0.673811", "perpy": "0.738904"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 26.66",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.783134,33.710634]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "-0.654674", "perpy": "-0.755912"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 26.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.784619,33.712411]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "0.673811", "perpy": "0.738904"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 27.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793071,33.717966]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 27.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.794408,33.719297]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 27.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.794541,33.719391]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 27.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.796638,33.72047]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "-0.574555", "perpy": "-0.818466"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 28.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801722,33.724394]
+       },
+   "properties": 
+       {"street": "TUSTIN RANCH", "color": "lime", "perpx": "0.570509", "perpy": "0.821292"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 28.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801999,33.724136]
+       },
+   "properties": 
+       {"street": "TUSTIN RANCH", "color": "lime", "perpx": "-0.556796", "perpy": "-0.83065"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 29.02",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.814369,33.732587]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "-0.566824", "perpy": "-0.823839"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 29.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.817068,33.73489]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 29.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.824499,33.737386]
+       },
+   "properties": 
+       {"street": "NEWPORT*", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 29.79",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.825811,33.738115]
+       },
+   "properties": 
+       {"street": "NEWPORT*", "color": "lime", "perpx": "0.29944", "perpy": "0.954115"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 29.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.827716,33.738432]
+       },
+   "properties": 
+       {"street": "B ST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.829214,33.739183]
+       },
+   "properties": 
+       {"street": "B ST.", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832416,33.740283]
+       },
+   "properties": 
+       {"street": "S OF 55", "color": "lime", "perpx": "0.333225", "perpy": "0.942847"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 30.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832494,33.740098]
+       },
+   "properties": 
+       {"street": "S OF 55*", "color": "lime", "perpx": "-0.326161", "perpy": "-0.945314"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.835585,33.741403]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "0.333225", "perpy": "0.942847"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 30.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.835743,33.741219]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "-0.33389", "perpy": "-0.942612"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 30.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.841283,33.744413]
+       },
+   "properties": 
+       {"street": "1ST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 30.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842538,33.745553]
+       },
+   "properties": 
+       {"street": "1ST", "color": "lime", "perpx": "-0.927915", "perpy": "-0.372793"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.844652,33.749928]
+       },
+   "properties": 
+       {"street": "4TH", "color": "lime", "perpx": "-0.697138", "perpy": "-0.716937"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.844061,33.750124]
+       },
+   "properties": 
+       {"street": "4TH", "color": "lime", "perpx": "0.715791", "perpy": "0.698315"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.846535,33.751759]
+       },
+   "properties": 
+       {"street": "CONCORD", "color": "lime", "perpx": "-0.504083", "perpy": "-0.863655"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845939,33.752049]
+       },
+   "properties": 
+       {"street": "CONCORD", "color": "lime", "perpx": "0.715791", "perpy": "0.698315"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.849326,33.753388]
+       },
+   "properties": 
+       {"street": "GRAND 1", "color": "lime", "perpx": "-0.504083", "perpy": "-0.863655"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.848788,33.753753]
+       },
+   "properties": 
+       {"street": "GRAND 1", "color": "lime", "perpx": "0.435561", "perpy": "0.900159"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 31.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.850781,33.754689]
+       },
+   "properties": 
+       {"street": "GRAND 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 31.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.853795,33.755475]
+       },
+   "properties": 
+       {"street": "GRAND 2", "color": "lime", "perpx": "-0.382512", "perpy": "-0.923951"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 32.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859225,33.757943]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "-0.583453", "perpy": "-0.812147"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 32.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859664,33.758644]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 32.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.862379,33.760465]
+       },
+   "properties": 
+       {"street": "17TH 2", "color": "lime", "perpx": "0.753317", "perpy": "0.657658"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 32.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.863369,33.761599]
+       },
+   "properties": 
+       {"street": "17TH 3", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866976,33.766429]
+       },
+   "properties": 
+       {"street": "MAIN 1", "color": "lime", "perpx": "-0.855987", "perpy": "-0.516997"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.868373,33.768742]
+       },
+   "properties": 
+       {"street": "MAIN 2", "color": "lime", "perpx": "-0.830562", "perpy": "-0.556927"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 33.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86784,33.76901]
+       },
+   "properties": 
+       {"street": "MAIN 2", "color": "lime", "perpx": "0.824993", "perpy": "0.565143"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.869238,33.770032]
+       },
+   "properties": 
+       {"street": "BROADWAY", "color": "lime", "perpx": "-0.830562", "perpy": "-0.556927"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 33.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.873886,33.776455]
+       },
+   "properties": 
+       {"street": "S OF 22", "color": "lime", "perpx": "0.783267", "perpy": "0.621685"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 33.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.874337,33.776289]
+       },
+   "properties": 
+       {"street": "S OF 22", "color": "lime", "perpx": "-0.780234", "perpy": "-0.625487"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 34.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87776,33.779824]
+       },
+   "properties": 
+       {"street": "LA VETA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 34.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.878226,33.781151]
+       },
+   "properties": 
+       {"street": "LA VETA", "color": "lime", "perpx": "0.58161", "perpy": "0.813468"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 34.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879468,33.782039]
+       },
+   "properties": 
+       {"street": "N OF 57", "color": "lime", "perpx": "0.544875", "perpy": "0.838517"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 34.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880014,33.781682]
+       },
+   "properties": 
+       {"street": "N OF 57", "color": "lime", "perpx": "-0.575376", "perpy": "-0.817889"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 34.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883653,33.784761]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "-0.675711", "perpy": "-0.737167"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887536,33.789689]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 35.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.888724,33.790771]
+       },
+   "properties": 
+       {"street": "STATE COLLEGE", "color": "lime", "perpx": "0.673354", "perpy": "0.73932"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 35.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.890222,33.791651]
+       },
+   "properties": 
+       {"street": "STATE COLLEGE", "color": "lime", "perpx": "-0.670989", "perpy": "-0.741468"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 35.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.892284,33.793517]
+       },
+   "properties": 
+       {"street": "ORANGEWOOD 1", "color": "lime", "perpx": "-0.668203", "perpy": "-0.743979"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 35.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.893833,33.795663]
+       },
+   "properties": 
+       {"street": "GENE AUTRY", "color": "lime", "perpx": "0.700471", "perpy": "0.713681"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 35.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.894336,33.79536]
+       },
+   "properties": 
+       {"street": "GENE AUTRY", "color": "lime", "perpx": "-0.668203", "perpy": "-0.743979"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 36.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.901359,33.802101]
+       },
+   "properties": 
+       {"street": "KATELLA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 36.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.902246,33.803764]
+       },
+   "properties": 
+       {"street": "ORANGEWOOD 2", "color": "lime", "perpx": "0.641147", "perpy": "0.767418"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 36.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.904254,33.804788]
+       },
+   "properties": 
+       {"street": "ANAHEIM 1", "color": "lime", "perpx": "-0.654355", "perpy": "-0.756187"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 36.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.903814,33.805074]
+       },
+   "properties": 
+       {"street": "KATELLA", "color": "lime", "perpx": "0.614618", "perpy": "0.788825"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 36.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.905829,33.806644]
+       },
+   "properties": 
+       {"street": "ANAHEIM 2", "color": "lime", "perpx": "0.614618", "perpy": "0.788825"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 36.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.906207,33.806478]
+       },
+   "properties": 
+       {"street": "ANAHEIM 2", "color": "lime", "perpx": "-0.688863", "perpy": "-0.724891"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.910643,33.811147]
+       },
+   "properties": 
+       {"street": "S OF HARBOR", "color": "lime", "perpx": "0.690175", "perpy": "0.723642"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.910895,33.810933]
+       },
+   "properties": 
+       {"street": "S OF HARBOR", "color": "lime", "perpx": "-0.688863", "perpy": "-0.724891"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 37.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.915054,33.815354]
+       },
+   "properties": 
+       {"street": "HARBOR", "color": "lime", "perpx": "0.700541", "perpy": "0.713613"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 37.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.916397,33.816263]
+       },
+   "properties": 
+       {"street": "HARBOR", "color": "lime", "perpx": "-0.689841", "perpy": "-0.723961"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 37.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.918657,33.818891]
+       },
+   "properties": 
+       {"street": "BALL", "color": "lime", "perpx": "0.696671", "perpy": "0.717391"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.922328,33.82198]
+       },
+   "properties": 
+       {"street": "SOUTH 1", "color": "lime", "perpx": "-0.750414", "perpy": "-0.660968"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 38.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.923123,33.823323]
+       },
+   "properties": 
+       {"street": "SOUTH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 38.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.927279,33.827601]
+       },
+   "properties": 
+       {"street": "PEPPER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 38.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.931513,33.832016]
+       },
+   "properties": 
+       {"street": "LINCOLN", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 39",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.933068,33.832791]
+       },
+   "properties": 
+       {"street": "LINCOLN", "color": "lime", "perpx": "-0.327822", "perpy": "-0.944739"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 39.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.938264,33.834594]
+       },
+   "properties": 
+       {"street": "EUCLID 1", "color": "lime", "perpx": "-0.361622", "perpy": "-0.932325"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 39.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.938078,33.834815]
+       },
+   "properties": 
+       {"street": "EUCLID 1", "color": "lime", "perpx": "0.36034", "perpy": "0.932821"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 39.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.943178,33.8365]
+       },
+   "properties": 
+       {"street": "EUCLID 2", "color": "lime", "perpx": "-0.471004", "perpy": "-0.882131"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 39.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.943038,33.836731]
+       },
+   "properties": 
+       {"street": "EUCLID 2", "color": "lime", "perpx": "0.478822", "perpy": "0.877912"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 40.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.949259,33.840124]
+       },
+   "properties": 
+       {"street": "CRESCENT", "color": "lime", "perpx": "0.478822", "perpy": "0.877912"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 40.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.949454,33.839851]
+       },
+   "properties": 
+       {"street": "CRESCENT", "color": "lime", "perpx": "-0.48436", "perpy": "-0.874869"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 40.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.955942,33.843443]
+       },
+   "properties": 
+       {"street": "BROOKHURST 1", "color": "lime", "perpx": "-0.48436", "perpy": "-0.874869"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 40.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.955716,33.843721]
+       },
+   "properties": 
+       {"street": "BROOKHURST 1", "color": "lime", "perpx": "0.541489", "perpy": "0.840708"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 40.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.958388,33.845442]
+       },
+   "properties": 
+       {"street": "BROOKHURST 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 40.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.962444,33.847549]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "0.442245", "perpy": "0.896895"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 40.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.96276,33.847169]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "-0.460852", "perpy": "-0.887477"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 43.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.991902,33.863248]
+       },
+   "properties": 
+       {"street": "STANTON", "color": "lime", "perpx": "0.437215", "perpy": "0.899357"}
+},  
+{
+   "type": "Feature",
+   "id": "5 S 43.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.992155,33.862901]
+       },
+   "properties": 
+       {"street": "STANTON", "color": "lime", "perpx": "-0.493087", "perpy": "-0.86998"}
+},  
+
+{
+   "type": "Feature",
+   "id": "133 S 9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.7553,33.66184]
+       },
+   "properties": 
+       {"street": "BARRANCA2", "color": "lime", "perpx": "-0.952044", "perpy": "0.305962"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.754967,33.661697]
+       },
+   "properties": 
+       {"street": "BARRANCA1", "color": "lime", "perpx": "0.851313", "perpy": "-0.524659"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753976,33.663305]
+       },
+   "properties": 
+       {"street": "BARRANCA2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753044,33.667495]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "0.976143", "perpy": "-0.217128"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 9.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753428,33.667665]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "-0.952044", "perpy": "0.305962"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753243,33.672836]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "0.971108", "perpy": "-0.23864"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 9.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753623,33.673029]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "-0.974264", "perpy": "0.225409"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 10.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.752421,33.676181]
+       },
+   "properties": 
+       {"street": "MARINE WAY", "color": "lime", "perpx": "0.971108", "perpy": "-0.23864"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 10.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.752844,33.676396]
+       },
+   "properties": 
+       {"street": "MARINE WAY", "color": "lime", "perpx": "-0.974264", "perpy": "0.225409"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.748819,33.680812]
+       },
+   "properties": 
+       {"street": "N OF MARINE", "color": "lime", "perpx": "0.780739", "perpy": "-0.624857"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74924,33.68106]
+       },
+   "properties": 
+       {"street": "N OF MARINE", "color": "lime", "perpx": "-0.764221", "perpy": "0.644955"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 10.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.746935,33.683166]
+       },
+   "properties": 
+       {"street": "S OF PM 11", "color": "lime", "perpx": "0.780739", "perpy": "-0.624857"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 10.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747277,33.683386]
+       },
+   "properties": 
+       {"street": "S OF PM 11", "color": "lime", "perpx": "-0.764221", "perpy": "0.644955"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 11.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.743737,33.687048]
+       },
+   "properties": 
+       {"street": "AT PM 11", "color": "lime", "perpx": "0.766025", "perpy": "-0.642811"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 11.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744014,33.687243]
+       },
+   "properties": 
+       {"street": "AT PM 11", "color": "lime", "perpx": "-0.767026", "perpy": "0.641617"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 11.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.741045,33.690256]
+       },
+   "properties": 
+       {"street": "N OF PM 11", "color": "lime", "perpx": "0.764276", "perpy": "-0.64489"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 11.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.741328,33.690454]
+       },
+   "properties": 
+       {"street": "N OF PM 11", "color": "lime", "perpx": "-0.764252", "perpy": "0.644918"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 11.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.737826,33.694604]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "-0.756644", "perpy": "0.653828"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 11.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.737541,33.694404]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "0.763019", "perpy": "-0.646375"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 12.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733959,33.698464]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 3", "color": "lime", "perpx": "0.72056", "perpy": "-0.693393"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 12.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734303,33.698681]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 3", "color": "lime", "perpx": "-0.679098", "perpy": "0.734047"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 12.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72971,33.70238]
+       },
+   "properties": 
+       {"street": "S OF PORTOLA", "color": "lime", "perpx": "0.731326", "perpy": "-0.682028"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 12.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.730095,33.702574]
+       },
+   "properties": 
+       {"street": "S OF PORTOLA", "color": "lime", "perpx": "-0.679098", "perpy": "0.734047"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 12.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.726196,33.706148]
+       },
+   "properties": 
+       {"street": "133NB to 241NB", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 13.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724497,33.709447]
+       },
+   "properties": 
+       {"street": "ORANGE 1", "color": "lime", "perpx": "0.889028", "perpy": "-0.457853"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 13.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72449,33.710914]
+       },
+   "properties": 
+       {"street": "ORANGE 1", "color": "lime", "perpx": "-0.898001", "perpy": "0.439993"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 13.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721749,33.71555]
+       },
+   "properties": 
+       {"street": "ORANGE 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 13.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.722121,33.715749]
+       },
+   "properties": 
+       {"street": "ORANGE 2", "color": "lime", "perpx": "-0.898001", "perpy": "0.439993"}
+},  
+
+{
+   "type": "Feature",
+   "id": "133 S 9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.7553,33.66184]
+       },
+   "properties": 
+       {"street": "BARRANCA2", "color": "lime", "perpx": "-0.952044", "perpy": "0.305962"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.754967,33.661697]
+       },
+   "properties": 
+       {"street": "BARRANCA1", "color": "lime", "perpx": "0.851313", "perpy": "-0.524659"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753976,33.663305]
+       },
+   "properties": 
+       {"street": "BARRANCA2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753044,33.667495]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "0.976143", "perpy": "-0.217128"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 9.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753428,33.667665]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "-0.952044", "perpy": "0.305962"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753243,33.672836]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "0.971108", "perpy": "-0.23864"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 9.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753623,33.673029]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "-0.974264", "perpy": "0.225409"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 10.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.752421,33.676181]
+       },
+   "properties": 
+       {"street": "MARINE WAY", "color": "lime", "perpx": "0.971108", "perpy": "-0.23864"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 10.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.752844,33.676396]
+       },
+   "properties": 
+       {"street": "MARINE WAY", "color": "lime", "perpx": "-0.974264", "perpy": "0.225409"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.748819,33.680812]
+       },
+   "properties": 
+       {"street": "N OF MARINE", "color": "lime", "perpx": "0.780739", "perpy": "-0.624857"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74924,33.68106]
+       },
+   "properties": 
+       {"street": "N OF MARINE", "color": "lime", "perpx": "-0.764221", "perpy": "0.644955"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 10.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.746935,33.683166]
+       },
+   "properties": 
+       {"street": "S OF PM 11", "color": "lime", "perpx": "0.780739", "perpy": "-0.624857"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 10.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747277,33.683386]
+       },
+   "properties": 
+       {"street": "S OF PM 11", "color": "lime", "perpx": "-0.764221", "perpy": "0.644955"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 11.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.743737,33.687048]
+       },
+   "properties": 
+       {"street": "AT PM 11", "color": "lime", "perpx": "0.766025", "perpy": "-0.642811"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 11.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744014,33.687243]
+       },
+   "properties": 
+       {"street": "AT PM 11", "color": "lime", "perpx": "-0.767026", "perpy": "0.641617"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 11.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.741045,33.690256]
+       },
+   "properties": 
+       {"street": "N OF PM 11", "color": "lime", "perpx": "0.764276", "perpy": "-0.64489"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 11.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.741328,33.690454]
+       },
+   "properties": 
+       {"street": "N OF PM 11", "color": "lime", "perpx": "-0.764252", "perpy": "0.644918"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 11.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.737826,33.694604]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "-0.756644", "perpy": "0.653828"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 11.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.737541,33.694404]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "0.763019", "perpy": "-0.646375"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 12.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733959,33.698464]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 3", "color": "lime", "perpx": "0.72056", "perpy": "-0.693393"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 12.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734303,33.698681]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 3", "color": "lime", "perpx": "-0.679098", "perpy": "0.734047"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 12.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72971,33.70238]
+       },
+   "properties": 
+       {"street": "S OF PORTOLA", "color": "lime", "perpx": "0.731326", "perpy": "-0.682028"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 12.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.730095,33.702574]
+       },
+   "properties": 
+       {"street": "S OF PORTOLA", "color": "lime", "perpx": "-0.679098", "perpy": "0.734047"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 12.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.726196,33.706148]
+       },
+   "properties": 
+       {"street": "133NB to 241NB", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 13.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724497,33.709447]
+       },
+   "properties": 
+       {"street": "ORANGE 1", "color": "lime", "perpx": "0.889028", "perpy": "-0.457853"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 13.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72449,33.710914]
+       },
+   "properties": 
+       {"street": "ORANGE 1", "color": "lime", "perpx": "-0.898001", "perpy": "0.439993"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 13.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721749,33.71555]
+       },
+   "properties": 
+       {"street": "ORANGE 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 13.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.722121,33.715749]
+       },
+   "properties": 
+       {"street": "ORANGE 2", "color": "lime", "perpx": "-0.898001", "perpy": "0.439993"}
+},  
+
+{
+   "type": "Feature",
+   "id": "133 S 9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.7553,33.66184]
+       },
+   "properties": 
+       {"street": "BARRANCA2", "color": "lime", "perpx": "-0.952044", "perpy": "0.305962"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.754967,33.661697]
+       },
+   "properties": 
+       {"street": "BARRANCA1", "color": "lime", "perpx": "0.851313", "perpy": "-0.524659"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753976,33.663305]
+       },
+   "properties": 
+       {"street": "BARRANCA2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753044,33.667495]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "0.976143", "perpy": "-0.217128"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 9.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753428,33.667665]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "-0.952044", "perpy": "0.305962"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753243,33.672836]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "0.971108", "perpy": "-0.23864"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 9.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753623,33.673029]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "-0.974264", "perpy": "0.225409"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 10.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.752421,33.676181]
+       },
+   "properties": 
+       {"street": "MARINE WAY", "color": "lime", "perpx": "0.971108", "perpy": "-0.23864"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 10.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.752844,33.676396]
+       },
+   "properties": 
+       {"street": "MARINE WAY", "color": "lime", "perpx": "-0.974264", "perpy": "0.225409"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.748819,33.680812]
+       },
+   "properties": 
+       {"street": "N OF MARINE", "color": "lime", "perpx": "0.780739", "perpy": "-0.624857"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74924,33.68106]
+       },
+   "properties": 
+       {"street": "N OF MARINE", "color": "lime", "perpx": "-0.764221", "perpy": "0.644955"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 10.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.746935,33.683166]
+       },
+   "properties": 
+       {"street": "S OF PM 11", "color": "lime", "perpx": "0.780739", "perpy": "-0.624857"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 10.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747277,33.683386]
+       },
+   "properties": 
+       {"street": "S OF PM 11", "color": "lime", "perpx": "-0.764221", "perpy": "0.644955"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 11.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.743737,33.687048]
+       },
+   "properties": 
+       {"street": "AT PM 11", "color": "lime", "perpx": "0.766025", "perpy": "-0.642811"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 11.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744014,33.687243]
+       },
+   "properties": 
+       {"street": "AT PM 11", "color": "lime", "perpx": "-0.767026", "perpy": "0.641617"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 11.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.741045,33.690256]
+       },
+   "properties": 
+       {"street": "N OF PM 11", "color": "lime", "perpx": "0.764276", "perpy": "-0.64489"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 11.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.741328,33.690454]
+       },
+   "properties": 
+       {"street": "N OF PM 11", "color": "lime", "perpx": "-0.764252", "perpy": "0.644918"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 11.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.737826,33.694604]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "-0.756644", "perpy": "0.653828"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 11.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.737541,33.694404]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "0.763019", "perpy": "-0.646375"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 12.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733959,33.698464]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 3", "color": "lime", "perpx": "0.72056", "perpy": "-0.693393"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 12.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734303,33.698681]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 3", "color": "lime", "perpx": "-0.679098", "perpy": "0.734047"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 12.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72971,33.70238]
+       },
+   "properties": 
+       {"street": "S OF PORTOLA", "color": "lime", "perpx": "0.731326", "perpy": "-0.682028"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 12.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.730095,33.702574]
+       },
+   "properties": 
+       {"street": "S OF PORTOLA", "color": "lime", "perpx": "-0.679098", "perpy": "0.734047"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 12.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.726196,33.706148]
+       },
+   "properties": 
+       {"street": "133NB to 241NB", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 13.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724497,33.709447]
+       },
+   "properties": 
+       {"street": "ORANGE 1", "color": "lime", "perpx": "0.889028", "perpy": "-0.457853"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 13.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72449,33.710914]
+       },
+   "properties": 
+       {"street": "ORANGE 1", "color": "lime", "perpx": "-0.898001", "perpy": "0.439993"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 13.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721749,33.71555]
+       },
+   "properties": 
+       {"street": "ORANGE 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 13.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.722121,33.715749]
+       },
+   "properties": 
+       {"street": "ORANGE 2", "color": "lime", "perpx": "-0.898001", "perpy": "0.439993"}
+},  
+
+{
+   "type": "Feature",
+   "id": "133 S 9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.7553,33.66184]
+       },
+   "properties": 
+       {"street": "BARRANCA2", "color": "lime", "perpx": "-0.952044", "perpy": "0.305962"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.754967,33.661697]
+       },
+   "properties": 
+       {"street": "BARRANCA1", "color": "lime", "perpx": "0.851313", "perpy": "-0.524659"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753976,33.663305]
+       },
+   "properties": 
+       {"street": "BARRANCA2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753044,33.667495]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "0.976143", "perpy": "-0.217128"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 9.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753428,33.667665]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "-0.952044", "perpy": "0.305962"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 9.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753243,33.672836]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "0.971108", "perpy": "-0.23864"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 9.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.753623,33.673029]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "-0.974264", "perpy": "0.225409"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 10.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.752421,33.676181]
+       },
+   "properties": 
+       {"street": "MARINE WAY", "color": "lime", "perpx": "0.971108", "perpy": "-0.23864"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 10.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.752844,33.676396]
+       },
+   "properties": 
+       {"street": "MARINE WAY", "color": "lime", "perpx": "-0.974264", "perpy": "0.225409"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.748819,33.680812]
+       },
+   "properties": 
+       {"street": "N OF MARINE", "color": "lime", "perpx": "0.780739", "perpy": "-0.624857"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74924,33.68106]
+       },
+   "properties": 
+       {"street": "N OF MARINE", "color": "lime", "perpx": "-0.764221", "perpy": "0.644955"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 10.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.746935,33.683166]
+       },
+   "properties": 
+       {"street": "S OF PM 11", "color": "lime", "perpx": "0.780739", "perpy": "-0.624857"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 10.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747277,33.683386]
+       },
+   "properties": 
+       {"street": "S OF PM 11", "color": "lime", "perpx": "-0.764221", "perpy": "0.644955"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 11.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.743737,33.687048]
+       },
+   "properties": 
+       {"street": "AT PM 11", "color": "lime", "perpx": "0.766025", "perpy": "-0.642811"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 11.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744014,33.687243]
+       },
+   "properties": 
+       {"street": "AT PM 11", "color": "lime", "perpx": "-0.767026", "perpy": "0.641617"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 11.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.741045,33.690256]
+       },
+   "properties": 
+       {"street": "N OF PM 11", "color": "lime", "perpx": "0.764276", "perpy": "-0.64489"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 11.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.741328,33.690454]
+       },
+   "properties": 
+       {"street": "N OF PM 11", "color": "lime", "perpx": "-0.764252", "perpy": "0.644918"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 11.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.737826,33.694604]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "-0.756644", "perpy": "0.653828"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 11.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.737541,33.694404]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "0.763019", "perpy": "-0.646375"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 12.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733959,33.698464]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 3", "color": "lime", "perpx": "0.72056", "perpy": "-0.693393"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 12.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.734303,33.698681]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 3", "color": "lime", "perpx": "-0.679098", "perpy": "0.734047"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 12.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72971,33.70238]
+       },
+   "properties": 
+       {"street": "S OF PORTOLA", "color": "lime", "perpx": "0.731326", "perpy": "-0.682028"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 12.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.730095,33.702574]
+       },
+   "properties": 
+       {"street": "S OF PORTOLA", "color": "lime", "perpx": "-0.679098", "perpy": "0.734047"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 12.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.726196,33.706148]
+       },
+   "properties": 
+       {"street": "133NB to 241NB", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 13.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724497,33.709447]
+       },
+   "properties": 
+       {"street": "ORANGE 1", "color": "lime", "perpx": "0.889028", "perpy": "-0.457853"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 13.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72449,33.710914]
+       },
+   "properties": 
+       {"street": "ORANGE 1", "color": "lime", "perpx": "-0.898001", "perpy": "0.439993"}
+},  
+{
+   "type": "Feature",
+   "id": "133 N 13.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721749,33.71555]
+       },
+   "properties": 
+       {"street": "ORANGE 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "133 S 13.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.722121,33.715749]
+       },
+   "properties": 
+       {"street": "ORANGE 2", "color": "lime", "perpx": "-0.898001", "perpy": "0.439993"}
+},  
+
+{
+   "type": "Feature",
+   "id": "405 S 0.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744091,33.647015]
+       },
+   "properties": 
+       {"street": "IRVINE C1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 0.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.746598,33.64809]
+       },
+   "properties": 
+       {"street": "IRVINE C1", "color": "lime", "perpx": "0.282096", "perpy": "0.959386"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 0.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747203,33.64795]
+       },
+   "properties": 
+       {"street": "IRVINE C2", "color": "lime", "perpx": "-0.287743", "perpy": "-0.957708"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 1.11",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74955,33.648958]
+       },
+   "properties": 
+       {"street": "IRVINE C2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 1.57",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.757205,33.650789]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "-0.197097", "perpy": "-0.980384"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 1.57",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.757101,33.651141]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0.202053", "perpy": "0.979375"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 1.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763315,33.651837]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "-0.209415", "perpy": "-0.977827"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 1.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763194,33.652204]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "0.206915", "perpy": "0.978359"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 2.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.770173,33.65368]
+       },
+   "properties": 
+       {"street": "LAGUNA CANYON RD", "color": "lime", "perpx": "0.206915", "perpy": "0.978359"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 2.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.770361,33.653346]
+       },
+   "properties": 
+       {"street": "LAGUNA CANYON RD", "color": "lime", "perpx": "-0.209415", "perpy": "-0.977827"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 2.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.778085,33.657534]
+       },
+   "properties": 
+       {"street": "SAND CANYON", "color": "lime", "perpx": "-0.484045", "perpy": "-0.875043"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 3.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.780107,33.659163]
+       },
+   "properties": 
+       {"street": "SAND CANYON", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 3.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.784046,33.661319]
+       },
+   "properties": 
+       {"street": "N OF SAND CANYON", "color": "lime", "perpx": "0.480131", "perpy": "0.877197"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 3.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.784273,33.660957]
+       },
+   "properties": 
+       {"street": "N OF SAND CANYON", "color": "lime", "perpx": "-0.484045", "perpy": "-0.875043"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 3.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793047,33.66293]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "-0.144931", "perpy": "-0.989442"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 3.86",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793258,33.663379]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "0.142134", "perpy": "0.989847"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 4.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.796283,33.663404]
+       },
+   "properties": 
+       {"street": "JEFFREY 2", "color": "lime", "perpx": "-0.144931", "perpy": "-0.989442"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 4.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.796176,33.663798]
+       },
+   "properties": 
+       {"street": "JEFFREY 2", "color": "lime", "perpx": "0.142134", "perpy": "0.989847"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.81298,33.666093]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "-0.29192", "perpy": "-0.956443"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.812902,33.666407]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "0.267568", "perpy": "0.963539"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813632,33.666292]
+       },
+   "properties": 
+       {"street": "SPRUCE", "color": "lime", "perpx": "-0.29192", "perpy": "-0.956443"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813561,33.66659]
+       },
+   "properties": 
+       {"street": "SPRUCE", "color": "lime", "perpx": "0.267568", "perpy": "0.963539"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.820882,33.668738]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "-0.30889", "perpy": "-0.951098"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.821657,33.669218]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "0.332642", "perpy": "0.943053"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.823958,33.669737]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "-0.30889", "perpy": "-0.951098"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.824699,33.670291]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "0.320278", "perpy": "0.947323"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 6.21",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832329,33.672571]
+       },
+   "properties": 
+       {"street": "HARVARD", "color": "lime", "perpx": "-0.314462", "perpy": "-0.94927"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 6.21",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832271,33.672851]
+       },
+   "properties": 
+       {"street": "HARVARD", "color": "lime", "perpx": "0.320278", "perpy": "0.947323"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 6.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.84179,33.675863]
+       },
+   "properties": 
+       {"street": "JAMBOREE1", "color": "lime", "perpx": "-0.402558", "perpy": "-0.915394"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 6.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842488,33.676465]
+       },
+   "properties": 
+       {"street": "JAMBOREE1", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 7.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845019,33.677283]
+       },
+   "properties": 
+       {"street": "JAMBOREE2", "color": "lime", "perpx": "-0.402558", "perpy": "-0.915394"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 7.07",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845871,33.677945]
+       },
+   "properties": 
+       {"street": "JAMBOREE2", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 7.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855449,33.681922]
+       },
+   "properties": 
+       {"street": "MACARTHUR1", "color": "lime", "perpx": "-0.399707", "perpy": "-0.916643"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 7.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.85598,33.682442]
+       },
+   "properties": 
+       {"street": "MACARTHUR 1", "color": "lime", "perpx": "0.408917", "perpy": "0.912572"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86423,33.685751]
+       },
+   "properties": 
+       {"street": "AIRPORT", "color": "lime", "perpx": "-0.358185", "perpy": "-0.933651"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 8.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864081,33.686072]
+       },
+   "properties": 
+       {"street": "AIRPORT", "color": "lime", "perpx": "0.321527", "perpy": "0.9469"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866474,33.686517]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "-0.259554", "perpy": "-0.965729"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 8.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866348,33.686795]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "0.126754", "perpy": "0.991934"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875063,33.687245]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 9.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.884653,33.687523]
+       },
+   "properties": 
+       {"street": "BRISTOL 1", "color": "lime", "perpx": "0.0", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 9.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88618,33.687251]
+       },
+   "properties": 
+       {"street": "BRISTOL 1", "color": "lime", "perpx": "-0.013748", "perpy": "-0.999905"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 9.65",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887956,33.687523]
+       },
+   "properties": 
+       {"street": "BRISTOL 2", "color": "lime", "perpx": "0.0", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 10.28",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.899035,33.68748]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 10.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.902507,33.687582]
+       },
+   "properties": 
+       {"street": "N OF 73", "color": "lime", "perpx": "-0.028158", "perpy": "-0.999603"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 10.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.909664,33.688017]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 11.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.915002,33.687942]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "-0.248611", "perpy": "-0.968603"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 11.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.918196,33.688872]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 11.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.91995,33.689212]
+       },
+   "properties": 
+       {"street": "HARBOR 2", "color": "lime", "perpx": "-0.364549", "perpy": "-0.931184"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 12.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.930222,33.693448]
+       },
+   "properties": 
+       {"street": "HAMPSHIRE", "color": "lime", "perpx": "-0.385484", "perpy": "-0.922714"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 12.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.930032,33.693692]
+       },
+   "properties": 
+       {"street": "HAMPSHIRE", "color": "lime", "perpx": "0.384478", "perpy": "0.923134"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 12.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.9355,33.695653]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 12.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.940729,33.69816]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 13.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.947913,33.700854]
+       },
+   "properties": 
+       {"street": "TALBERT", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 13.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.953701,33.704947]
+       },
+   "properties": 
+       {"street": "BROOKHUR1", "color": "lime", "perpx": "0.642988", "perpy": "0.765876"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 13.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.954762,33.705479]
+       },
+   "properties": 
+       {"street": "BROOKHURST2", "color": "lime", "perpx": "-0.559633", "perpy": "-0.828741"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 13.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.956518,33.707312]
+       },
+   "properties": 
+       {"street": "BROOKHUR2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 14.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.965935,33.714839]
+       },
+   "properties": 
+       {"street": "WARNER", "color": "lime", "perpx": "-0.642116", "perpy": "-0.766608"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 14.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.966959,33.716027]
+       },
+   "properties": 
+       {"street": "WARNER", "color": "lime", "perpx": "0.643494", "perpy": "0.765452"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 15.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.971343,33.71936]
+       },
+   "properties": 
+       {"street": "MAGNOLIA 1", "color": "lime", "perpx": "-0.644821", "perpy": "-0.764334"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 15.17",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.971245,33.719628]
+       },
+   "properties": 
+       {"street": "MAGNOLIA1", "color": "lime", "perpx": "0.639234", "perpy": "0.769012"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 15.39",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.973953,33.721879]
+       },
+   "properties": 
+       {"street": "MAGNOLIA2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 16.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.98561,33.72995]
+       },
+   "properties": 
+       {"street": "EDINGER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 16.52",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.988885,33.732527]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "0.571725", "perpy": "0.820445"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 16.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.990146,33.733102]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "-0.580003", "perpy": "-0.814614"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 16.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.992088,33.734759]
+       },
+   "properties": 
+       {"street": "BEACH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 17.66",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.003642,33.743534]
+       },
+   "properties": 
+       {"street": "BOLSA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 17.92",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.00667,33.746378]
+       },
+   "properties": 
+       {"street": "GOLDEN WEST", "color": "lime", "perpx": "0.642886", "perpy": "0.765962"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 17.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.007585,33.7468]
+       },
+   "properties": 
+       {"street": "GOLDEN WEST", "color": "lime", "perpx": "-0.646922", "perpy": "-0.762556"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 19.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.020707,33.757778]
+       },
+   "properties": 
+       {"street": "WESTMINSTER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 19.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.022852,33.759918]
+       },
+   "properties": 
+       {"street": "WESTMINISTER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 20.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.041297,33.77403]
+       },
+   "properties": 
+       {"street": "BOLSA CHICA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 22.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.073289,33.774257]
+       },
+   "properties": 
+       {"street": "SEAL BEACH 1", "color": "lime", "perpx": "-0.007511", "perpy": "-0.999972"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 22.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.073325,33.774552]
+       },
+   "properties": 
+       {"street": "SEAL BEACH 1", "color": "lime", "perpx": "-0.000845", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 23.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.083341,33.774556]
+       },
+   "properties": 
+       {"street": "S OF 7TH ST", "color": "lime", "perpx": "0.026307", "perpy": "0.999654"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 23.19",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.084694,33.774466]
+       },
+   "properties": 
+       {"street": "N OF 7TH ST", "color": "lime", "perpx": "-0.224563", "perpy": "-0.974459"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 23.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.089644,33.778545]
+       },
+   "properties": 
+       {"street": "SALMON", "color": "lime", "perpx": "0.941439", "perpy": "0.337182"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 23.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.089913,33.778421]
+       },
+   "properties": 
+       {"street": "SALMON", "color": "lime", "perpx": "-0.946836", "perpy": "-0.321715"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 23.92",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.090834,33.782737]
+       },
+   "properties": 
+       {"street": "S OF 605", "color": "lime", "perpx": "0.96041", "perpy": "0.278592"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 23.92",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.0911,33.782679]
+       },
+   "properties": 
+       {"street": "S OF 605", "color": "lime", "perpx": "-0.966235", "perpy": "-0.257663"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 24.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.092441,33.785381]
+       },
+   "properties": 
+       {"street": "N OF 605", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 24.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.092624,33.785289]
+       },
+   "properties": 
+       {"street": "N OF 605", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "405 S 0.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744091,33.647015]
+       },
+   "properties": 
+       {"street": "IRVINE C1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 0.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.746598,33.64809]
+       },
+   "properties": 
+       {"street": "IRVINE C1", "color": "lime", "perpx": "0.282096", "perpy": "0.959386"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 0.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747203,33.64795]
+       },
+   "properties": 
+       {"street": "IRVINE C2", "color": "lime", "perpx": "-0.287743", "perpy": "-0.957708"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 1.11",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74955,33.648958]
+       },
+   "properties": 
+       {"street": "IRVINE C2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 1.57",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.757205,33.650789]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "-0.197097", "perpy": "-0.980384"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 1.57",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.757101,33.651141]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0.202053", "perpy": "0.979375"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 1.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763315,33.651837]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "-0.209415", "perpy": "-0.977827"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 1.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763194,33.652204]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "0.206915", "perpy": "0.978359"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 2.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.770173,33.65368]
+       },
+   "properties": 
+       {"street": "LAGUNA CANYON RD", "color": "lime", "perpx": "0.206915", "perpy": "0.978359"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 2.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.770361,33.653346]
+       },
+   "properties": 
+       {"street": "LAGUNA CANYON RD", "color": "lime", "perpx": "-0.209415", "perpy": "-0.977827"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 2.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.778085,33.657534]
+       },
+   "properties": 
+       {"street": "SAND CANYON", "color": "lime", "perpx": "-0.484045", "perpy": "-0.875043"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 3.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.780107,33.659163]
+       },
+   "properties": 
+       {"street": "SAND CANYON", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 3.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.784046,33.661319]
+       },
+   "properties": 
+       {"street": "N OF SAND CANYON", "color": "lime", "perpx": "0.480131", "perpy": "0.877197"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 3.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.784273,33.660957]
+       },
+   "properties": 
+       {"street": "N OF SAND CANYON", "color": "lime", "perpx": "-0.484045", "perpy": "-0.875043"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 3.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793047,33.66293]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "-0.144931", "perpy": "-0.989442"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 3.86",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793258,33.663379]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "0.142134", "perpy": "0.989847"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 4.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.796283,33.663404]
+       },
+   "properties": 
+       {"street": "JEFFREY 2", "color": "lime", "perpx": "-0.144931", "perpy": "-0.989442"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 4.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.796176,33.663798]
+       },
+   "properties": 
+       {"street": "JEFFREY 2", "color": "lime", "perpx": "0.142134", "perpy": "0.989847"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.81298,33.666093]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "-0.29192", "perpy": "-0.956443"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.812902,33.666407]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "0.267568", "perpy": "0.963539"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813632,33.666292]
+       },
+   "properties": 
+       {"street": "SPRUCE", "color": "lime", "perpx": "-0.29192", "perpy": "-0.956443"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813561,33.66659]
+       },
+   "properties": 
+       {"street": "SPRUCE", "color": "lime", "perpx": "0.267568", "perpy": "0.963539"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.820882,33.668738]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "-0.30889", "perpy": "-0.951098"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.821657,33.669218]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "0.332642", "perpy": "0.943053"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.823958,33.669737]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "-0.30889", "perpy": "-0.951098"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.824699,33.670291]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "0.320278", "perpy": "0.947323"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 6.21",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832329,33.672571]
+       },
+   "properties": 
+       {"street": "HARVARD", "color": "lime", "perpx": "-0.314462", "perpy": "-0.94927"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 6.21",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832271,33.672851]
+       },
+   "properties": 
+       {"street": "HARVARD", "color": "lime", "perpx": "0.320278", "perpy": "0.947323"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 6.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.84179,33.675863]
+       },
+   "properties": 
+       {"street": "JAMBOREE1", "color": "lime", "perpx": "-0.402558", "perpy": "-0.915394"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 6.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842488,33.676465]
+       },
+   "properties": 
+       {"street": "JAMBOREE1", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 7.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845019,33.677283]
+       },
+   "properties": 
+       {"street": "JAMBOREE2", "color": "lime", "perpx": "-0.402558", "perpy": "-0.915394"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 7.07",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845871,33.677945]
+       },
+   "properties": 
+       {"street": "JAMBOREE2", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 7.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855449,33.681922]
+       },
+   "properties": 
+       {"street": "MACARTHUR1", "color": "lime", "perpx": "-0.399707", "perpy": "-0.916643"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 7.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.85598,33.682442]
+       },
+   "properties": 
+       {"street": "MACARTHUR 1", "color": "lime", "perpx": "0.408917", "perpy": "0.912572"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86423,33.685751]
+       },
+   "properties": 
+       {"street": "AIRPORT", "color": "lime", "perpx": "-0.358185", "perpy": "-0.933651"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 8.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864081,33.686072]
+       },
+   "properties": 
+       {"street": "AIRPORT", "color": "lime", "perpx": "0.321527", "perpy": "0.9469"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866474,33.686517]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "-0.259554", "perpy": "-0.965729"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 8.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866348,33.686795]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "0.126754", "perpy": "0.991934"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875063,33.687245]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 9.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.884653,33.687523]
+       },
+   "properties": 
+       {"street": "BRISTOL 1", "color": "lime", "perpx": "0.0", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 9.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88618,33.687251]
+       },
+   "properties": 
+       {"street": "BRISTOL 1", "color": "lime", "perpx": "-0.013748", "perpy": "-0.999905"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 9.65",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887956,33.687523]
+       },
+   "properties": 
+       {"street": "BRISTOL 2", "color": "lime", "perpx": "0.0", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 10.28",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.899035,33.68748]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 10.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.902507,33.687582]
+       },
+   "properties": 
+       {"street": "N OF 73", "color": "lime", "perpx": "-0.028158", "perpy": "-0.999603"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 10.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.909664,33.688017]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 11.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.915002,33.687942]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "-0.248611", "perpy": "-0.968603"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 11.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.918196,33.688872]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 11.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.91995,33.689212]
+       },
+   "properties": 
+       {"street": "HARBOR 2", "color": "lime", "perpx": "-0.364549", "perpy": "-0.931184"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 12.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.930222,33.693448]
+       },
+   "properties": 
+       {"street": "HAMPSHIRE", "color": "lime", "perpx": "-0.385484", "perpy": "-0.922714"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 12.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.930032,33.693692]
+       },
+   "properties": 
+       {"street": "HAMPSHIRE", "color": "lime", "perpx": "0.384478", "perpy": "0.923134"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 12.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.9355,33.695653]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 12.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.940729,33.69816]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 13.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.947913,33.700854]
+       },
+   "properties": 
+       {"street": "TALBERT", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 13.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.953701,33.704947]
+       },
+   "properties": 
+       {"street": "BROOKHUR1", "color": "lime", "perpx": "0.642988", "perpy": "0.765876"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 13.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.954762,33.705479]
+       },
+   "properties": 
+       {"street": "BROOKHURST2", "color": "lime", "perpx": "-0.559633", "perpy": "-0.828741"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 13.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.956518,33.707312]
+       },
+   "properties": 
+       {"street": "BROOKHUR2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 14.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.965935,33.714839]
+       },
+   "properties": 
+       {"street": "WARNER", "color": "lime", "perpx": "-0.642116", "perpy": "-0.766608"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 14.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.966959,33.716027]
+       },
+   "properties": 
+       {"street": "WARNER", "color": "lime", "perpx": "0.643494", "perpy": "0.765452"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 15.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.971343,33.71936]
+       },
+   "properties": 
+       {"street": "MAGNOLIA 1", "color": "lime", "perpx": "-0.644821", "perpy": "-0.764334"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 15.17",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.971245,33.719628]
+       },
+   "properties": 
+       {"street": "MAGNOLIA1", "color": "lime", "perpx": "0.639234", "perpy": "0.769012"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 15.39",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.973953,33.721879]
+       },
+   "properties": 
+       {"street": "MAGNOLIA2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 16.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.98561,33.72995]
+       },
+   "properties": 
+       {"street": "EDINGER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 16.52",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.988885,33.732527]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "0.571725", "perpy": "0.820445"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 16.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.990146,33.733102]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "-0.580003", "perpy": "-0.814614"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 16.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.992088,33.734759]
+       },
+   "properties": 
+       {"street": "BEACH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 17.66",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.003642,33.743534]
+       },
+   "properties": 
+       {"street": "BOLSA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 17.92",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.00667,33.746378]
+       },
+   "properties": 
+       {"street": "GOLDEN WEST", "color": "lime", "perpx": "0.642886", "perpy": "0.765962"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 17.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.007585,33.7468]
+       },
+   "properties": 
+       {"street": "GOLDEN WEST", "color": "lime", "perpx": "-0.646922", "perpy": "-0.762556"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 19.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.020707,33.757778]
+       },
+   "properties": 
+       {"street": "WESTMINSTER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 19.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.022852,33.759918]
+       },
+   "properties": 
+       {"street": "WESTMINISTER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 20.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.041297,33.77403]
+       },
+   "properties": 
+       {"street": "BOLSA CHICA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 22.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.073289,33.774257]
+       },
+   "properties": 
+       {"street": "SEAL BEACH 1", "color": "lime", "perpx": "-0.007511", "perpy": "-0.999972"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 22.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.073325,33.774552]
+       },
+   "properties": 
+       {"street": "SEAL BEACH 1", "color": "lime", "perpx": "-0.000845", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 23.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.083341,33.774556]
+       },
+   "properties": 
+       {"street": "S OF 7TH ST", "color": "lime", "perpx": "0.026307", "perpy": "0.999654"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 23.19",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.084694,33.774466]
+       },
+   "properties": 
+       {"street": "N OF 7TH ST", "color": "lime", "perpx": "-0.224563", "perpy": "-0.974459"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 23.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.089644,33.778545]
+       },
+   "properties": 
+       {"street": "SALMON", "color": "lime", "perpx": "0.941439", "perpy": "0.337182"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 23.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.089913,33.778421]
+       },
+   "properties": 
+       {"street": "SALMON", "color": "lime", "perpx": "-0.946836", "perpy": "-0.321715"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 23.92",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.090834,33.782737]
+       },
+   "properties": 
+       {"street": "S OF 605", "color": "lime", "perpx": "0.96041", "perpy": "0.278592"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 23.92",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.0911,33.782679]
+       },
+   "properties": 
+       {"street": "S OF 605", "color": "lime", "perpx": "-0.966235", "perpy": "-0.257663"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 24.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.092441,33.785381]
+       },
+   "properties": 
+       {"street": "N OF 605", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 24.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.092624,33.785289]
+       },
+   "properties": 
+       {"street": "N OF 605", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "405 S 0.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744091,33.647015]
+       },
+   "properties": 
+       {"street": "IRVINE C1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 0.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.746598,33.64809]
+       },
+   "properties": 
+       {"street": "IRVINE C1", "color": "lime", "perpx": "0.282096", "perpy": "0.959386"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 0.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747203,33.64795]
+       },
+   "properties": 
+       {"street": "IRVINE C2", "color": "lime", "perpx": "-0.287743", "perpy": "-0.957708"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 1.11",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74955,33.648958]
+       },
+   "properties": 
+       {"street": "IRVINE C2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 1.57",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.757205,33.650789]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "-0.197097", "perpy": "-0.980384"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 1.57",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.757101,33.651141]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0.202053", "perpy": "0.979375"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 1.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763315,33.651837]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "-0.209415", "perpy": "-0.977827"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 1.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763194,33.652204]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "0.206915", "perpy": "0.978359"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 2.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.770173,33.65368]
+       },
+   "properties": 
+       {"street": "LAGUNA CANYON RD", "color": "lime", "perpx": "0.206915", "perpy": "0.978359"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 2.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.770361,33.653346]
+       },
+   "properties": 
+       {"street": "LAGUNA CANYON RD", "color": "lime", "perpx": "-0.209415", "perpy": "-0.977827"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 2.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.778085,33.657534]
+       },
+   "properties": 
+       {"street": "SAND CANYON", "color": "lime", "perpx": "-0.484045", "perpy": "-0.875043"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 3.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.780107,33.659163]
+       },
+   "properties": 
+       {"street": "SAND CANYON", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 3.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.784046,33.661319]
+       },
+   "properties": 
+       {"street": "N OF SAND CANYON", "color": "lime", "perpx": "0.480131", "perpy": "0.877197"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 3.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.784273,33.660957]
+       },
+   "properties": 
+       {"street": "N OF SAND CANYON", "color": "lime", "perpx": "-0.484045", "perpy": "-0.875043"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 3.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793047,33.66293]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "-0.144931", "perpy": "-0.989442"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 3.86",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793258,33.663379]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "0.142134", "perpy": "0.989847"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 4.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.796283,33.663404]
+       },
+   "properties": 
+       {"street": "JEFFREY 2", "color": "lime", "perpx": "-0.144931", "perpy": "-0.989442"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 4.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.796176,33.663798]
+       },
+   "properties": 
+       {"street": "JEFFREY 2", "color": "lime", "perpx": "0.142134", "perpy": "0.989847"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.81298,33.666093]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "-0.29192", "perpy": "-0.956443"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.812902,33.666407]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "0.267568", "perpy": "0.963539"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813632,33.666292]
+       },
+   "properties": 
+       {"street": "SPRUCE", "color": "lime", "perpx": "-0.29192", "perpy": "-0.956443"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813561,33.66659]
+       },
+   "properties": 
+       {"street": "SPRUCE", "color": "lime", "perpx": "0.267568", "perpy": "0.963539"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.820882,33.668738]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "-0.30889", "perpy": "-0.951098"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.821657,33.669218]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "0.332642", "perpy": "0.943053"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.823958,33.669737]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "-0.30889", "perpy": "-0.951098"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.824699,33.670291]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "0.320278", "perpy": "0.947323"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 6.21",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832329,33.672571]
+       },
+   "properties": 
+       {"street": "HARVARD", "color": "lime", "perpx": "-0.314462", "perpy": "-0.94927"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 6.21",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832271,33.672851]
+       },
+   "properties": 
+       {"street": "HARVARD", "color": "lime", "perpx": "0.320278", "perpy": "0.947323"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 6.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.84179,33.675863]
+       },
+   "properties": 
+       {"street": "JAMBOREE1", "color": "lime", "perpx": "-0.402558", "perpy": "-0.915394"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 6.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842488,33.676465]
+       },
+   "properties": 
+       {"street": "JAMBOREE1", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 7.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845019,33.677283]
+       },
+   "properties": 
+       {"street": "JAMBOREE2", "color": "lime", "perpx": "-0.402558", "perpy": "-0.915394"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 7.07",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845871,33.677945]
+       },
+   "properties": 
+       {"street": "JAMBOREE2", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 7.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855449,33.681922]
+       },
+   "properties": 
+       {"street": "MACARTHUR1", "color": "lime", "perpx": "-0.399707", "perpy": "-0.916643"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 7.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.85598,33.682442]
+       },
+   "properties": 
+       {"street": "MACARTHUR 1", "color": "lime", "perpx": "0.408917", "perpy": "0.912572"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86423,33.685751]
+       },
+   "properties": 
+       {"street": "AIRPORT", "color": "lime", "perpx": "-0.358185", "perpy": "-0.933651"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 8.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864081,33.686072]
+       },
+   "properties": 
+       {"street": "AIRPORT", "color": "lime", "perpx": "0.321527", "perpy": "0.9469"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866474,33.686517]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "-0.259554", "perpy": "-0.965729"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 8.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866348,33.686795]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "0.126754", "perpy": "0.991934"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875063,33.687245]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 9.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.884653,33.687523]
+       },
+   "properties": 
+       {"street": "BRISTOL 1", "color": "lime", "perpx": "0.0", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 9.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88618,33.687251]
+       },
+   "properties": 
+       {"street": "BRISTOL 1", "color": "lime", "perpx": "-0.013748", "perpy": "-0.999905"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 9.65",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887956,33.687523]
+       },
+   "properties": 
+       {"street": "BRISTOL 2", "color": "lime", "perpx": "0.0", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 10.28",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.899035,33.68748]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 10.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.902507,33.687582]
+       },
+   "properties": 
+       {"street": "N OF 73", "color": "lime", "perpx": "-0.028158", "perpy": "-0.999603"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 10.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.909664,33.688017]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 11.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.915002,33.687942]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "-0.248611", "perpy": "-0.968603"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 11.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.918196,33.688872]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 11.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.91995,33.689212]
+       },
+   "properties": 
+       {"street": "HARBOR 2", "color": "lime", "perpx": "-0.364549", "perpy": "-0.931184"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 12.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.930222,33.693448]
+       },
+   "properties": 
+       {"street": "HAMPSHIRE", "color": "lime", "perpx": "-0.385484", "perpy": "-0.922714"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 12.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.930032,33.693692]
+       },
+   "properties": 
+       {"street": "HAMPSHIRE", "color": "lime", "perpx": "0.384478", "perpy": "0.923134"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 12.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.9355,33.695653]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 12.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.940729,33.69816]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 13.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.947913,33.700854]
+       },
+   "properties": 
+       {"street": "TALBERT", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 13.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.953701,33.704947]
+       },
+   "properties": 
+       {"street": "BROOKHUR1", "color": "lime", "perpx": "0.642988", "perpy": "0.765876"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 13.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.954762,33.705479]
+       },
+   "properties": 
+       {"street": "BROOKHURST2", "color": "lime", "perpx": "-0.559633", "perpy": "-0.828741"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 13.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.956518,33.707312]
+       },
+   "properties": 
+       {"street": "BROOKHUR2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 14.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.965935,33.714839]
+       },
+   "properties": 
+       {"street": "WARNER", "color": "lime", "perpx": "-0.642116", "perpy": "-0.766608"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 14.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.966959,33.716027]
+       },
+   "properties": 
+       {"street": "WARNER", "color": "lime", "perpx": "0.643494", "perpy": "0.765452"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 15.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.971343,33.71936]
+       },
+   "properties": 
+       {"street": "MAGNOLIA 1", "color": "lime", "perpx": "-0.644821", "perpy": "-0.764334"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 15.17",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.971245,33.719628]
+       },
+   "properties": 
+       {"street": "MAGNOLIA1", "color": "lime", "perpx": "0.639234", "perpy": "0.769012"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 15.39",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.973953,33.721879]
+       },
+   "properties": 
+       {"street": "MAGNOLIA2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 16.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.98561,33.72995]
+       },
+   "properties": 
+       {"street": "EDINGER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 16.52",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.988885,33.732527]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "0.571725", "perpy": "0.820445"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 16.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.990146,33.733102]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "-0.580003", "perpy": "-0.814614"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 16.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.992088,33.734759]
+       },
+   "properties": 
+       {"street": "BEACH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 17.66",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.003642,33.743534]
+       },
+   "properties": 
+       {"street": "BOLSA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 17.92",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.00667,33.746378]
+       },
+   "properties": 
+       {"street": "GOLDEN WEST", "color": "lime", "perpx": "0.642886", "perpy": "0.765962"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 17.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.007585,33.7468]
+       },
+   "properties": 
+       {"street": "GOLDEN WEST", "color": "lime", "perpx": "-0.646922", "perpy": "-0.762556"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 19.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.020707,33.757778]
+       },
+   "properties": 
+       {"street": "WESTMINSTER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 19.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.022852,33.759918]
+       },
+   "properties": 
+       {"street": "WESTMINISTER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 20.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.041297,33.77403]
+       },
+   "properties": 
+       {"street": "BOLSA CHICA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 22.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.073289,33.774257]
+       },
+   "properties": 
+       {"street": "SEAL BEACH 1", "color": "lime", "perpx": "-0.007511", "perpy": "-0.999972"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 22.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.073325,33.774552]
+       },
+   "properties": 
+       {"street": "SEAL BEACH 1", "color": "lime", "perpx": "-0.000845", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 23.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.083341,33.774556]
+       },
+   "properties": 
+       {"street": "S OF 7TH ST", "color": "lime", "perpx": "0.026307", "perpy": "0.999654"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 23.19",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.084694,33.774466]
+       },
+   "properties": 
+       {"street": "N OF 7TH ST", "color": "lime", "perpx": "-0.224563", "perpy": "-0.974459"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 23.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.089644,33.778545]
+       },
+   "properties": 
+       {"street": "SALMON", "color": "lime", "perpx": "0.941439", "perpy": "0.337182"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 23.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.089913,33.778421]
+       },
+   "properties": 
+       {"street": "SALMON", "color": "lime", "perpx": "-0.946836", "perpy": "-0.321715"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 23.92",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.090834,33.782737]
+       },
+   "properties": 
+       {"street": "S OF 605", "color": "lime", "perpx": "0.96041", "perpy": "0.278592"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 23.92",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.0911,33.782679]
+       },
+   "properties": 
+       {"street": "S OF 605", "color": "lime", "perpx": "-0.966235", "perpy": "-0.257663"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 24.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.092441,33.785381]
+       },
+   "properties": 
+       {"street": "N OF 605", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 24.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.092624,33.785289]
+       },
+   "properties": 
+       {"street": "N OF 605", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "405 S 0.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744091,33.647015]
+       },
+   "properties": 
+       {"street": "IRVINE C1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 0.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.746598,33.64809]
+       },
+   "properties": 
+       {"street": "IRVINE C1", "color": "lime", "perpx": "0.282096", "perpy": "0.959386"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 0.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747203,33.64795]
+       },
+   "properties": 
+       {"street": "IRVINE C2", "color": "lime", "perpx": "-0.287743", "perpy": "-0.957708"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 1.11",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.74955,33.648958]
+       },
+   "properties": 
+       {"street": "IRVINE C2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 1.57",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.757205,33.650789]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "-0.197097", "perpy": "-0.980384"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 1.57",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.757101,33.651141]
+       },
+   "properties": 
+       {"street": "N OF 133", "color": "lime", "perpx": "0.202053", "perpy": "0.979375"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 1.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763315,33.651837]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "-0.209415", "perpy": "-0.977827"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 1.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763194,33.652204]
+       },
+   "properties": 
+       {"street": "S OF 133", "color": "lime", "perpx": "0.206915", "perpy": "0.978359"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 2.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.770173,33.65368]
+       },
+   "properties": 
+       {"street": "LAGUNA CANYON RD", "color": "lime", "perpx": "0.206915", "perpy": "0.978359"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 2.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.770361,33.653346]
+       },
+   "properties": 
+       {"street": "LAGUNA CANYON RD", "color": "lime", "perpx": "-0.209415", "perpy": "-0.977827"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 2.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.778085,33.657534]
+       },
+   "properties": 
+       {"street": "SAND CANYON", "color": "lime", "perpx": "-0.484045", "perpy": "-0.875043"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 3.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.780107,33.659163]
+       },
+   "properties": 
+       {"street": "SAND CANYON", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 3.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.784046,33.661319]
+       },
+   "properties": 
+       {"street": "N OF SAND CANYON", "color": "lime", "perpx": "0.480131", "perpy": "0.877197"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 3.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.784273,33.660957]
+       },
+   "properties": 
+       {"street": "N OF SAND CANYON", "color": "lime", "perpx": "-0.484045", "perpy": "-0.875043"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 3.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793047,33.66293]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "-0.144931", "perpy": "-0.989442"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 3.86",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793258,33.663379]
+       },
+   "properties": 
+       {"street": "JEFFREY 1", "color": "lime", "perpx": "0.142134", "perpy": "0.989847"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 4.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.796283,33.663404]
+       },
+   "properties": 
+       {"street": "JEFFREY 2", "color": "lime", "perpx": "-0.144931", "perpy": "-0.989442"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 4.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.796176,33.663798]
+       },
+   "properties": 
+       {"street": "JEFFREY 2", "color": "lime", "perpx": "0.142134", "perpy": "0.989847"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.81298,33.666093]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "-0.29192", "perpy": "-0.956443"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.812902,33.666407]
+       },
+   "properties": 
+       {"street": "YALE", "color": "lime", "perpx": "0.267568", "perpy": "0.963539"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813632,33.666292]
+       },
+   "properties": 
+       {"street": "SPRUCE", "color": "lime", "perpx": "-0.29192", "perpy": "-0.956443"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813561,33.66659]
+       },
+   "properties": 
+       {"street": "SPRUCE", "color": "lime", "perpx": "0.267568", "perpy": "0.963539"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.820882,33.668738]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "-0.30889", "perpy": "-0.951098"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.821657,33.669218]
+       },
+   "properties": 
+       {"street": "CULVER 1", "color": "lime", "perpx": "0.332642", "perpy": "0.943053"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 5.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.823958,33.669737]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "-0.30889", "perpy": "-0.951098"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 5.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.824699,33.670291]
+       },
+   "properties": 
+       {"street": "CULVER 2", "color": "lime", "perpx": "0.320278", "perpy": "0.947323"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 6.21",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832329,33.672571]
+       },
+   "properties": 
+       {"street": "HARVARD", "color": "lime", "perpx": "-0.314462", "perpy": "-0.94927"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 6.21",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832271,33.672851]
+       },
+   "properties": 
+       {"street": "HARVARD", "color": "lime", "perpx": "0.320278", "perpy": "0.947323"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 6.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.84179,33.675863]
+       },
+   "properties": 
+       {"street": "JAMBOREE1", "color": "lime", "perpx": "-0.402558", "perpy": "-0.915394"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 6.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842488,33.676465]
+       },
+   "properties": 
+       {"street": "JAMBOREE1", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 7.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845019,33.677283]
+       },
+   "properties": 
+       {"street": "JAMBOREE2", "color": "lime", "perpx": "-0.402558", "perpy": "-0.915394"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 7.07",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.845871,33.677945]
+       },
+   "properties": 
+       {"street": "JAMBOREE2", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 7.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855449,33.681922]
+       },
+   "properties": 
+       {"street": "MACARTHUR1", "color": "lime", "perpx": "-0.399707", "perpy": "-0.916643"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 7.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.85598,33.682442]
+       },
+   "properties": 
+       {"street": "MACARTHUR 1", "color": "lime", "perpx": "0.408917", "perpy": "0.912572"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86423,33.685751]
+       },
+   "properties": 
+       {"street": "AIRPORT", "color": "lime", "perpx": "-0.358185", "perpy": "-0.933651"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 8.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864081,33.686072]
+       },
+   "properties": 
+       {"street": "AIRPORT", "color": "lime", "perpx": "0.321527", "perpy": "0.9469"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866474,33.686517]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "-0.259554", "perpy": "-0.965729"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 8.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.866348,33.686795]
+       },
+   "properties": 
+       {"street": "RED HILL", "color": "lime", "perpx": "0.126754", "perpy": "0.991934"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 8.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875063,33.687245]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 9.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.884653,33.687523]
+       },
+   "properties": 
+       {"street": "BRISTOL 1", "color": "lime", "perpx": "0.0", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 9.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88618,33.687251]
+       },
+   "properties": 
+       {"street": "BRISTOL 1", "color": "lime", "perpx": "-0.013748", "perpy": "-0.999905"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 9.65",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887956,33.687523]
+       },
+   "properties": 
+       {"street": "BRISTOL 2", "color": "lime", "perpx": "0.0", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 10.28",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.899035,33.68748]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 10.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.902507,33.687582]
+       },
+   "properties": 
+       {"street": "N OF 73", "color": "lime", "perpx": "-0.028158", "perpy": "-0.999603"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 10.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.909664,33.688017]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 11.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.915002,33.687942]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "-0.248611", "perpy": "-0.968603"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 11.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.918196,33.688872]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 11.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.91995,33.689212]
+       },
+   "properties": 
+       {"street": "HARBOR 2", "color": "lime", "perpx": "-0.364549", "perpy": "-0.931184"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 12.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.930222,33.693448]
+       },
+   "properties": 
+       {"street": "HAMPSHIRE", "color": "lime", "perpx": "-0.385484", "perpy": "-0.922714"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 12.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.930032,33.693692]
+       },
+   "properties": 
+       {"street": "HAMPSHIRE", "color": "lime", "perpx": "0.384478", "perpy": "0.923134"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 12.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.9355,33.695653]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 12.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.940729,33.69816]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 13.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.947913,33.700854]
+       },
+   "properties": 
+       {"street": "TALBERT", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 13.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.953701,33.704947]
+       },
+   "properties": 
+       {"street": "BROOKHUR1", "color": "lime", "perpx": "0.642988", "perpy": "0.765876"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 13.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.954762,33.705479]
+       },
+   "properties": 
+       {"street": "BROOKHURST2", "color": "lime", "perpx": "-0.559633", "perpy": "-0.828741"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 13.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.956518,33.707312]
+       },
+   "properties": 
+       {"street": "BROOKHUR2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 14.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.965935,33.714839]
+       },
+   "properties": 
+       {"street": "WARNER", "color": "lime", "perpx": "-0.642116", "perpy": "-0.766608"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 14.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.966959,33.716027]
+       },
+   "properties": 
+       {"street": "WARNER", "color": "lime", "perpx": "0.643494", "perpy": "0.765452"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 15.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.971343,33.71936]
+       },
+   "properties": 
+       {"street": "MAGNOLIA 1", "color": "lime", "perpx": "-0.644821", "perpy": "-0.764334"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 15.17",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.971245,33.719628]
+       },
+   "properties": 
+       {"street": "MAGNOLIA1", "color": "lime", "perpx": "0.639234", "perpy": "0.769012"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 15.39",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.973953,33.721879]
+       },
+   "properties": 
+       {"street": "MAGNOLIA2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 16.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.98561,33.72995]
+       },
+   "properties": 
+       {"street": "EDINGER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 16.52",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.988885,33.732527]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "0.571725", "perpy": "0.820445"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 16.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.990146,33.733102]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "-0.580003", "perpy": "-0.814614"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 16.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.992088,33.734759]
+       },
+   "properties": 
+       {"street": "BEACH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 17.66",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.003642,33.743534]
+       },
+   "properties": 
+       {"street": "BOLSA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 17.92",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.00667,33.746378]
+       },
+   "properties": 
+       {"street": "GOLDEN WEST", "color": "lime", "perpx": "0.642886", "perpy": "0.765962"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 17.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.007585,33.7468]
+       },
+   "properties": 
+       {"street": "GOLDEN WEST", "color": "lime", "perpx": "-0.646922", "perpy": "-0.762556"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 19.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.020707,33.757778]
+       },
+   "properties": 
+       {"street": "WESTMINSTER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 19.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.022852,33.759918]
+       },
+   "properties": 
+       {"street": "WESTMINISTER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 20.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.041297,33.77403]
+       },
+   "properties": 
+       {"street": "BOLSA CHICA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 22.54",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.073289,33.774257]
+       },
+   "properties": 
+       {"street": "SEAL BEACH 1", "color": "lime", "perpx": "-0.007511", "perpy": "-0.999972"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 22.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.073325,33.774552]
+       },
+   "properties": 
+       {"street": "SEAL BEACH 1", "color": "lime", "perpx": "-0.000845", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 23.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.083341,33.774556]
+       },
+   "properties": 
+       {"street": "S OF 7TH ST", "color": "lime", "perpx": "0.026307", "perpy": "0.999654"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 23.19",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.084694,33.774466]
+       },
+   "properties": 
+       {"street": "N OF 7TH ST", "color": "lime", "perpx": "-0.224563", "perpy": "-0.974459"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 23.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.089644,33.778545]
+       },
+   "properties": 
+       {"street": "SALMON", "color": "lime", "perpx": "0.941439", "perpy": "0.337182"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 23.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.089913,33.778421]
+       },
+   "properties": 
+       {"street": "SALMON", "color": "lime", "perpx": "-0.946836", "perpy": "-0.321715"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 23.92",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.090834,33.782737]
+       },
+   "properties": 
+       {"street": "S OF 605", "color": "lime", "perpx": "0.96041", "perpy": "0.278592"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 23.92",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.0911,33.782679]
+       },
+   "properties": 
+       {"street": "S OF 605", "color": "lime", "perpx": "-0.966235", "perpy": "-0.257663"}
+},  
+{
+   "type": "Feature",
+   "id": "405 N 24.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.092441,33.785381]
+       },
+   "properties": 
+       {"street": "N OF 605", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "405 S 24.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.092624,33.785289]
+       },
+   "properties": 
+       {"street": "N OF 605", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "261 N 0.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.800349,33.712252]
+       },
+   "properties": 
+       {"street": "JAMBOREE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 0.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.800638,33.7124]
+       },
+   "properties": 
+       {"street": "JAMBOREE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 0.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.797696,33.715376]
+       },
+   "properties": 
+       {"street": "WALNUT 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 0.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.795434,33.717315]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "-0.497099", "perpy": "0.867694"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 0.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.795181,33.717083]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "0.493349", "perpy": "-0.869832"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 0.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.789435,33.720342]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "0.493349", "perpy": "-0.869832"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 0.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.789693,33.720604]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "-0.497099", "perpy": "0.867694"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 1.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.782999,33.723902]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "-0.601686", "perpy": "0.798733"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 1.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.782735,33.72367]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "0.607612", "perpy": "-0.794234"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 1.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.777645,33.727564]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 2", "color": "lime", "perpx": "0.607612", "perpy": "-0.794234"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 1.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.777924,33.727725]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 2", "color": "lime", "perpx": "-0.601686", "perpy": "0.798733"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 2.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.772751,33.733387]
+       },
+   "properties": 
+       {"street": "IRVINE RANCH FSTRK", "color": "lime", "perpx": "0.766466", "perpy": "-0.642285"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 2.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.773023,33.733529]
+       },
+   "properties": 
+       {"street": "IRVINE RANCH FSTRK", "color": "lime", "perpx": "-0.769852", "perpy": "0.638223"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 2.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.772751,33.733387]
+       },
+   "properties": 
+       {"street": "IRVINE RANCH FSTRK", "color": "lime", "perpx": "0.766466", "perpy": "-0.642285"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 2.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.773023,33.733529]
+       },
+   "properties": 
+       {"street": "IRVINE RANCH FSTRK", "color": "lime", "perpx": "-0.769852", "perpy": "0.638223"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 2.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.768378,33.739132]
+       },
+   "properties": 
+       {"street": "PORTOLA  1", "color": "lime", "perpx": "-0.910548", "perpy": "0.413404"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 2.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.768065,33.738979]
+       },
+   "properties": 
+       {"street": "PORTOLA  1", "color": "lime", "perpx": "0.904237", "perpy": "-0.42703"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 3.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.765231,33.74498]
+       },
+   "properties": 
+       {"street": "PORTOLA 2", "color": "lime", "perpx": "0.983838", "perpy": "-0.179058"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 3.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.765643,33.745156]
+       },
+   "properties": 
+       {"street": "PORTOLA 2", "color": "lime", "perpx": "-0.982145", "perpy": "0.188125"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 3.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764319,33.749991]
+       },
+   "properties": 
+       {"street": "PORTOLA 3", "color": "lime", "perpx": "0.984423", "perpy": "-0.175816"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 3.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764687,33.750147]
+       },
+   "properties": 
+       {"street": "PORTOLA 3", "color": "lime", "perpx": "-0.984863", "perpy": "0.173336"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 3.79",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763603,33.754]
+       },
+   "properties": 
+       {"street": "PORTOLA 4", "color": "lime", "perpx": "0.984423", "perpy": "-0.175816"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 3.79",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763983,33.754147]
+       },
+   "properties": 
+       {"street": "PORTOLA 4", "color": "lime", "perpx": "-0.984863", "perpy": "0.173336"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 4.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.76135,33.758685]
+       },
+   "properties": 
+       {"street": "S OF UTILITY", "color": "lime", "perpx": "0.885102", "perpy": "-0.465397"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 4.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.761762,33.758827]
+       },
+   "properties": 
+       {"street": "S OF UTILITY", "color": "lime", "perpx": "-0.884264", "perpy": "0.466987"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 4.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759099,33.762966]
+       },
+   "properties": 
+       {"street": "N OF UTILITY", "color": "lime", "perpx": "0.980133", "perpy": "-0.198343"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 4.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759498,33.763114]
+       },
+   "properties": 
+       {"street": "N OF UTILITY", "color": "lime", "perpx": "-0.980989", "perpy": "0.194064"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.758414,33.766351]
+       },
+   "properties": 
+       {"street": "HANDY 1", "color": "lime", "perpx": "0.999501", "perpy": "-0.031586"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.758825,33.766516]
+       },
+   "properties": 
+       {"street": "HANDY 1", "color": "lime", "perpx": "-0.999193", "perpy": "0.040173"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 4.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.75831,33.769642]
+       },
+   "properties": 
+       {"street": "HANDY 2", "color": "lime", "perpx": "0.997022", "perpy": "-0.077121"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 4.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.758692,33.769824]
+       },
+   "properties": 
+       {"street": "HANDY 2", "color": "lime", "perpx": "-0.997492", "perpy": "0.070782"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 5.27",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.757935,33.77449]
+       },
+   "properties": 
+       {"street": "HANDY 3", "color": "lime", "perpx": "0.997022", "perpy": "-0.077121"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 5.27",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.758346,33.7747]
+       },
+   "properties": 
+       {"street": "HANDY 3", "color": "lime", "perpx": "-0.997492", "perpy": "0.070782"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 5.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.75497,33.779145]
+       },
+   "properties": 
+       {"street": "CHAPMAN", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 5.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.75529,33.779357]
+       },
+   "properties": 
+       {"street": "CHAPMAN", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "261 N 0.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.800349,33.712252]
+       },
+   "properties": 
+       {"street": "JAMBOREE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 0.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.800638,33.7124]
+       },
+   "properties": 
+       {"street": "JAMBOREE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 0.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.797696,33.715376]
+       },
+   "properties": 
+       {"street": "WALNUT 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 0.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.795434,33.717315]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "-0.497099", "perpy": "0.867694"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 0.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.795181,33.717083]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "0.493349", "perpy": "-0.869832"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 0.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.789435,33.720342]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "0.493349", "perpy": "-0.869832"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 0.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.789693,33.720604]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "-0.497099", "perpy": "0.867694"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 1.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.782999,33.723902]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "-0.601686", "perpy": "0.798733"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 1.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.782735,33.72367]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "0.607612", "perpy": "-0.794234"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 1.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.777645,33.727564]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 2", "color": "lime", "perpx": "0.607612", "perpy": "-0.794234"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 1.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.777924,33.727725]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 2", "color": "lime", "perpx": "-0.601686", "perpy": "0.798733"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 2.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.772751,33.733387]
+       },
+   "properties": 
+       {"street": "IRVINE RANCH FSTRK", "color": "lime", "perpx": "0.766466", "perpy": "-0.642285"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 2.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.773023,33.733529]
+       },
+   "properties": 
+       {"street": "IRVINE RANCH FSTRK", "color": "lime", "perpx": "-0.769852", "perpy": "0.638223"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 2.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.772751,33.733387]
+       },
+   "properties": 
+       {"street": "IRVINE RANCH FSTRK", "color": "lime", "perpx": "0.766466", "perpy": "-0.642285"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 2.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.773023,33.733529]
+       },
+   "properties": 
+       {"street": "IRVINE RANCH FSTRK", "color": "lime", "perpx": "-0.769852", "perpy": "0.638223"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 2.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.768378,33.739132]
+       },
+   "properties": 
+       {"street": "PORTOLA  1", "color": "lime", "perpx": "-0.910548", "perpy": "0.413404"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 2.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.768065,33.738979]
+       },
+   "properties": 
+       {"street": "PORTOLA  1", "color": "lime", "perpx": "0.904237", "perpy": "-0.42703"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 3.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.765231,33.74498]
+       },
+   "properties": 
+       {"street": "PORTOLA 2", "color": "lime", "perpx": "0.983838", "perpy": "-0.179058"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 3.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.765643,33.745156]
+       },
+   "properties": 
+       {"street": "PORTOLA 2", "color": "lime", "perpx": "-0.982145", "perpy": "0.188125"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 3.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764319,33.749991]
+       },
+   "properties": 
+       {"street": "PORTOLA 3", "color": "lime", "perpx": "0.984423", "perpy": "-0.175816"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 3.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764687,33.750147]
+       },
+   "properties": 
+       {"street": "PORTOLA 3", "color": "lime", "perpx": "-0.984863", "perpy": "0.173336"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 3.79",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763603,33.754]
+       },
+   "properties": 
+       {"street": "PORTOLA 4", "color": "lime", "perpx": "0.984423", "perpy": "-0.175816"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 3.79",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763983,33.754147]
+       },
+   "properties": 
+       {"street": "PORTOLA 4", "color": "lime", "perpx": "-0.984863", "perpy": "0.173336"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 4.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.76135,33.758685]
+       },
+   "properties": 
+       {"street": "S OF UTILITY", "color": "lime", "perpx": "0.885102", "perpy": "-0.465397"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 4.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.761762,33.758827]
+       },
+   "properties": 
+       {"street": "S OF UTILITY", "color": "lime", "perpx": "-0.884264", "perpy": "0.466987"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 4.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759099,33.762966]
+       },
+   "properties": 
+       {"street": "N OF UTILITY", "color": "lime", "perpx": "0.980133", "perpy": "-0.198343"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 4.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759498,33.763114]
+       },
+   "properties": 
+       {"street": "N OF UTILITY", "color": "lime", "perpx": "-0.980989", "perpy": "0.194064"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.758414,33.766351]
+       },
+   "properties": 
+       {"street": "HANDY 1", "color": "lime", "perpx": "0.999501", "perpy": "-0.031586"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.758825,33.766516]
+       },
+   "properties": 
+       {"street": "HANDY 1", "color": "lime", "perpx": "-0.999193", "perpy": "0.040173"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 4.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.75831,33.769642]
+       },
+   "properties": 
+       {"street": "HANDY 2", "color": "lime", "perpx": "0.997022", "perpy": "-0.077121"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 4.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.758692,33.769824]
+       },
+   "properties": 
+       {"street": "HANDY 2", "color": "lime", "perpx": "-0.997492", "perpy": "0.070782"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 5.27",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.757935,33.77449]
+       },
+   "properties": 
+       {"street": "HANDY 3", "color": "lime", "perpx": "0.997022", "perpy": "-0.077121"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 5.27",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.758346,33.7747]
+       },
+   "properties": 
+       {"street": "HANDY 3", "color": "lime", "perpx": "-0.997492", "perpy": "0.070782"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 5.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.75497,33.779145]
+       },
+   "properties": 
+       {"street": "CHAPMAN", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 5.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.75529,33.779357]
+       },
+   "properties": 
+       {"street": "CHAPMAN", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "261 N 0.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.800349,33.712252]
+       },
+   "properties": 
+       {"street": "JAMBOREE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 0.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.800638,33.7124]
+       },
+   "properties": 
+       {"street": "JAMBOREE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 0.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.797696,33.715376]
+       },
+   "properties": 
+       {"street": "WALNUT 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 0.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.795434,33.717315]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "-0.497099", "perpy": "0.867694"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 0.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.795181,33.717083]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "0.493349", "perpy": "-0.869832"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 0.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.789435,33.720342]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "0.493349", "perpy": "-0.869832"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 0.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.789693,33.720604]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "-0.497099", "perpy": "0.867694"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 1.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.782999,33.723902]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "-0.601686", "perpy": "0.798733"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 1.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.782735,33.72367]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "0.607612", "perpy": "-0.794234"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 1.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.777645,33.727564]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 2", "color": "lime", "perpx": "0.607612", "perpy": "-0.794234"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 1.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.777924,33.727725]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 2", "color": "lime", "perpx": "-0.601686", "perpy": "0.798733"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 2.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.772751,33.733387]
+       },
+   "properties": 
+       {"street": "IRVINE RANCH FSTRK", "color": "lime", "perpx": "0.766466", "perpy": "-0.642285"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 2.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.773023,33.733529]
+       },
+   "properties": 
+       {"street": "IRVINE RANCH FSTRK", "color": "lime", "perpx": "-0.769852", "perpy": "0.638223"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 2.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.772751,33.733387]
+       },
+   "properties": 
+       {"street": "IRVINE RANCH FSTRK", "color": "lime", "perpx": "0.766466", "perpy": "-0.642285"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 2.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.773023,33.733529]
+       },
+   "properties": 
+       {"street": "IRVINE RANCH FSTRK", "color": "lime", "perpx": "-0.769852", "perpy": "0.638223"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 2.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.768378,33.739132]
+       },
+   "properties": 
+       {"street": "PORTOLA  1", "color": "lime", "perpx": "-0.910548", "perpy": "0.413404"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 2.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.768065,33.738979]
+       },
+   "properties": 
+       {"street": "PORTOLA  1", "color": "lime", "perpx": "0.904237", "perpy": "-0.42703"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 3.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.765231,33.74498]
+       },
+   "properties": 
+       {"street": "PORTOLA 2", "color": "lime", "perpx": "0.983838", "perpy": "-0.179058"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 3.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.765643,33.745156]
+       },
+   "properties": 
+       {"street": "PORTOLA 2", "color": "lime", "perpx": "-0.982145", "perpy": "0.188125"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 3.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764319,33.749991]
+       },
+   "properties": 
+       {"street": "PORTOLA 3", "color": "lime", "perpx": "0.984423", "perpy": "-0.175816"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 3.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764687,33.750147]
+       },
+   "properties": 
+       {"street": "PORTOLA 3", "color": "lime", "perpx": "-0.984863", "perpy": "0.173336"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 3.79",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763603,33.754]
+       },
+   "properties": 
+       {"street": "PORTOLA 4", "color": "lime", "perpx": "0.984423", "perpy": "-0.175816"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 3.79",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763983,33.754147]
+       },
+   "properties": 
+       {"street": "PORTOLA 4", "color": "lime", "perpx": "-0.984863", "perpy": "0.173336"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 4.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.76135,33.758685]
+       },
+   "properties": 
+       {"street": "S OF UTILITY", "color": "lime", "perpx": "0.885102", "perpy": "-0.465397"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 4.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.761762,33.758827]
+       },
+   "properties": 
+       {"street": "S OF UTILITY", "color": "lime", "perpx": "-0.884264", "perpy": "0.466987"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 4.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759099,33.762966]
+       },
+   "properties": 
+       {"street": "N OF UTILITY", "color": "lime", "perpx": "0.980133", "perpy": "-0.198343"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 4.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759498,33.763114]
+       },
+   "properties": 
+       {"street": "N OF UTILITY", "color": "lime", "perpx": "-0.980989", "perpy": "0.194064"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.758414,33.766351]
+       },
+   "properties": 
+       {"street": "HANDY 1", "color": "lime", "perpx": "0.999501", "perpy": "-0.031586"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.758825,33.766516]
+       },
+   "properties": 
+       {"street": "HANDY 1", "color": "lime", "perpx": "-0.999193", "perpy": "0.040173"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 4.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.75831,33.769642]
+       },
+   "properties": 
+       {"street": "HANDY 2", "color": "lime", "perpx": "0.997022", "perpy": "-0.077121"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 4.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.758692,33.769824]
+       },
+   "properties": 
+       {"street": "HANDY 2", "color": "lime", "perpx": "-0.997492", "perpy": "0.070782"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 5.27",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.757935,33.77449]
+       },
+   "properties": 
+       {"street": "HANDY 3", "color": "lime", "perpx": "0.997022", "perpy": "-0.077121"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 5.27",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.758346,33.7747]
+       },
+   "properties": 
+       {"street": "HANDY 3", "color": "lime", "perpx": "-0.997492", "perpy": "0.070782"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 5.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.75497,33.779145]
+       },
+   "properties": 
+       {"street": "CHAPMAN", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 5.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.75529,33.779357]
+       },
+   "properties": 
+       {"street": "CHAPMAN", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "261 N 0.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.800349,33.712252]
+       },
+   "properties": 
+       {"street": "JAMBOREE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 0.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.800638,33.7124]
+       },
+   "properties": 
+       {"street": "JAMBOREE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 0.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.797696,33.715376]
+       },
+   "properties": 
+       {"street": "WALNUT 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 0.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.795434,33.717315]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "-0.497099", "perpy": "0.867694"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 0.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.795181,33.717083]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "0.493349", "perpy": "-0.869832"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 0.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.789435,33.720342]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "0.493349", "perpy": "-0.869832"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 0.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.789693,33.720604]
+       },
+   "properties": 
+       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "-0.497099", "perpy": "0.867694"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 1.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.782999,33.723902]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "-0.601686", "perpy": "0.798733"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 1.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.782735,33.72367]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "0.607612", "perpy": "-0.794234"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 1.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.777645,33.727564]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 2", "color": "lime", "perpx": "0.607612", "perpy": "-0.794234"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 1.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.777924,33.727725]
+       },
+   "properties": 
+       {"street": "IRVINE BLVD 2", "color": "lime", "perpx": "-0.601686", "perpy": "0.798733"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 2.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.772751,33.733387]
+       },
+   "properties": 
+       {"street": "IRVINE RANCH FSTRK", "color": "lime", "perpx": "0.766466", "perpy": "-0.642285"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 2.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.773023,33.733529]
+       },
+   "properties": 
+       {"street": "IRVINE RANCH FSTRK", "color": "lime", "perpx": "-0.769852", "perpy": "0.638223"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 2.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.772751,33.733387]
+       },
+   "properties": 
+       {"street": "IRVINE RANCH FSTRK", "color": "lime", "perpx": "0.766466", "perpy": "-0.642285"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 2.24",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.773023,33.733529]
+       },
+   "properties": 
+       {"street": "IRVINE RANCH FSTRK", "color": "lime", "perpx": "-0.769852", "perpy": "0.638223"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 2.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.768378,33.739132]
+       },
+   "properties": 
+       {"street": "PORTOLA  1", "color": "lime", "perpx": "-0.910548", "perpy": "0.413404"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 2.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.768065,33.738979]
+       },
+   "properties": 
+       {"street": "PORTOLA  1", "color": "lime", "perpx": "0.904237", "perpy": "-0.42703"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 3.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.765231,33.74498]
+       },
+   "properties": 
+       {"street": "PORTOLA 2", "color": "lime", "perpx": "0.983838", "perpy": "-0.179058"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 3.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.765643,33.745156]
+       },
+   "properties": 
+       {"street": "PORTOLA 2", "color": "lime", "perpx": "-0.982145", "perpy": "0.188125"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 3.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764319,33.749991]
+       },
+   "properties": 
+       {"street": "PORTOLA 3", "color": "lime", "perpx": "0.984423", "perpy": "-0.175816"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 3.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764687,33.750147]
+       },
+   "properties": 
+       {"street": "PORTOLA 3", "color": "lime", "perpx": "-0.984863", "perpy": "0.173336"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 3.79",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763603,33.754]
+       },
+   "properties": 
+       {"street": "PORTOLA 4", "color": "lime", "perpx": "0.984423", "perpy": "-0.175816"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 3.79",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763983,33.754147]
+       },
+   "properties": 
+       {"street": "PORTOLA 4", "color": "lime", "perpx": "-0.984863", "perpy": "0.173336"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 4.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.76135,33.758685]
+       },
+   "properties": 
+       {"street": "S OF UTILITY", "color": "lime", "perpx": "0.885102", "perpy": "-0.465397"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 4.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.761762,33.758827]
+       },
+   "properties": 
+       {"street": "S OF UTILITY", "color": "lime", "perpx": "-0.884264", "perpy": "0.466987"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 4.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759099,33.762966]
+       },
+   "properties": 
+       {"street": "N OF UTILITY", "color": "lime", "perpx": "0.980133", "perpy": "-0.198343"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 4.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.759498,33.763114]
+       },
+   "properties": 
+       {"street": "N OF UTILITY", "color": "lime", "perpx": "-0.980989", "perpy": "0.194064"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.758414,33.766351]
+       },
+   "properties": 
+       {"street": "HANDY 1", "color": "lime", "perpx": "0.999501", "perpy": "-0.031586"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.758825,33.766516]
+       },
+   "properties": 
+       {"street": "HANDY 1", "color": "lime", "perpx": "-0.999193", "perpy": "0.040173"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 4.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.75831,33.769642]
+       },
+   "properties": 
+       {"street": "HANDY 2", "color": "lime", "perpx": "0.997022", "perpy": "-0.077121"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 4.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.758692,33.769824]
+       },
+   "properties": 
+       {"street": "HANDY 2", "color": "lime", "perpx": "-0.997492", "perpy": "0.070782"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 5.27",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.757935,33.77449]
+       },
+   "properties": 
+       {"street": "HANDY 3", "color": "lime", "perpx": "0.997022", "perpy": "-0.077121"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 5.27",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.758346,33.7747]
+       },
+   "properties": 
+       {"street": "HANDY 3", "color": "lime", "perpx": "-0.997492", "perpy": "0.070782"}
+},  
+{
+   "type": "Feature",
+   "id": "261 N 5.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.75497,33.779145]
+       },
+   "properties": 
+       {"street": "CHAPMAN", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "261 S 5.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.75529,33.779357]
+       },
+   "properties": 
+       {"street": "CHAPMAN", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "22 W 0.89",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.038174,33.774686]
+       },
+   "properties": 
+       {"street": "VALLEY V1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.036302,33.774521]
+       },
+   "properties": 
+       {"street": "VALLEY V2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 1.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.034947,33.774261]
+       },
+   "properties": 
+       {"street": "VALLEY V2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 1.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.023344,33.774214]
+       },
+   "properties": 
+       {"street": "SPRINGDALE", "color": "lime", "perpx": "-0.000902", "perpy": "-1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 1.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.023337,33.77439]
+       },
+   "properties": 
+       {"street": "SPRINGDALE", "color": "lime", "perpx": "0.003425", "perpy": "0.999994"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 2.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.010501,33.774652]
+       },
+   "properties": 
+       {"street": "KNOTT 1", "color": "lime", "perpx": "0.127522", "perpy": "0.991836"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 2.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.010537,33.774494]
+       },
+   "properties": 
+       {"street": "KNOTT 1", "color": "lime", "perpx": "-0.13051", "perpy": "-0.991447"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 2.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.004149,33.772807]
+       },
+   "properties": 
+       {"street": "KNOTT 2", "color": "lime", "perpx": "-0.410336", "perpy": "-0.911934"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 2.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.004084,33.772939]
+       },
+   "properties": 
+       {"street": "KNOTT 2", "color": "lime", "perpx": "0.421869", "perpy": "0.906657"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 3.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.994688,33.771171]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "-0.057103", "perpy": "-0.998368"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 3.45",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.994525,33.771348]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "0.061692", "perpy": "0.998095"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 3.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.989817,33.771057]
+       },
+   "properties": 
+       {"street": "BEACH2", "color": "lime", "perpx": "0.055628", "perpy": "0.998452"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 3.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.989845,33.770894]
+       },
+   "properties": 
+       {"street": "BEACH 2", "color": "lime", "perpx": "-0.058722", "perpy": "-0.998274"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 4.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.976011,33.767155]
+       },
+   "properties": 
+       {"street": "MAGNOLIA1", "color": "lime", "perpx": "0.196678", "perpy": "0.980468"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 4.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.976135,33.767032]
+       },
+   "properties": 
+       {"street": "MAGNOLIA1", "color": "lime", "perpx": "-0.198967", "perpy": "-0.980006"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 4.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.969658,33.765717]
+       },
+   "properties": 
+       {"street": "MAGNOLIA2", "color": "lime", "perpx": "-0.198967", "perpy": "-0.980006"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 4.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.96964,33.765877]
+       },
+   "properties": 
+       {"street": "MAGNOLIA2", "color": "lime", "perpx": "0.196678", "perpy": "0.980468"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 5.57",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.959407,33.765954]
+       },
+   "properties": 
+       {"street": "BROOKHUR1", "color": "lime", "perpx": "-0.004759", "perpy": "0.999989"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 5.63",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.958333,33.765808]
+       },
+   "properties": 
+       {"street": "BROOKHUR1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 5.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.955835,33.765809]
+       },
+   "properties": 
+       {"street": "BROOKHUR2", "color": "lime", "perpx": "0.010191", "perpy": "-0.999948"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 6.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.935768,33.766144]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "-0.011359", "perpy": "0.999935"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 6.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.935763,33.765995]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0.008037", "perpy": "-0.999968"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 7.29",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.929691,33.766038]
+       },
+   "properties": 
+       {"street": "NEWHOPE", "color": "lime", "perpx": "-0.00578", "perpy": "-0.999983"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 7.29",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.929696,33.766181]
+       },
+   "properties": 
+       {"street": "NEWHOPE", "color": "lime", "perpx": "-0.00578", "perpy": "0.999983"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 7.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.922445,33.767174]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "-0.323962", "perpy": "0.94607"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 7.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.919037,33.768341]
+       },
+   "properties": 
+       {"street": "HARBOR 2", "color": "lime", "perpx": "-0.337825", "perpy": "0.941209"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 8.02",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.917517,33.768707]
+       },
+   "properties": 
+       {"street": "HARBOR 2", "color": "lime", "perpx": "0.34339", "perpy": "-0.939193"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 8.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.907475,33.773193]
+       },
+   "properties": 
+       {"street": "GARDEN G1", "color": "lime", "perpx": "-0.456614", "perpy": "0.889665"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 8.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.907372,33.773077]
+       },
+   "properties": 
+       {"street": "GARDEN G1", "color": "lime", "perpx": "0.456112", "perpy": "-0.889922"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 9.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.901985,33.775838]
+       },
+   "properties": 
+       {"street": "GARDEN GROVE 2", "color": "lime", "perpx": "0.456112", "perpy": "-0.889922"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 9.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.902076,33.775964]
+       },
+   "properties": 
+       {"street": "GARDEN G2", "color": "lime", "perpx": "-0.456614", "perpy": "0.889665"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 9.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.889576,33.779085]
+       },
+   "properties": 
+       {"street": "CITY DRIVE", "color": "lime", "perpx": "0.007955", "perpy": "0.999968"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 9.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.889394,33.778925]
+       },
+   "properties": 
+       {"street": "THE CITY DRIVE", "color": "lime", "perpx": "-0.007156", "perpy": "-0.999974"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 9.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.886182,33.779058]
+       },
+   "properties": 
+       {"street": "HESPERIAN", "color": "lime", "perpx": "0.007955", "perpy": "0.999968"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 10.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882341,33.778903]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "0.009671", "perpy": "-0.999953"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 10.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882183,33.779081]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "-0.00667", "perpy": "0.999978"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 10.53",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875662,33.779039]
+       },
+   "properties": 
+       {"street": "W OF 5", "color": "lime", "perpx": "0.174163", "perpy": "0.984717"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 10.53",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875647,33.778882]
+       },
+   "properties": 
+       {"street": "W OF 5", "color": "lime", "perpx": "-0.163762", "perpy": "-0.9865"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 10.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.872394,33.778461]
+       },
+   "properties": 
+       {"street": "E OF 5", "color": "lime", "perpx": "0.174163", "perpy": "0.984717"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 10.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.872382,33.77834]
+       },
+   "properties": 
+       {"street": "E OF 5", "color": "lime", "perpx": "-0.163762", "perpy": "-0.9865"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 11.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.863135,33.778348]
+       },
+   "properties": 
+       {"street": "MAIN", "color": "lime", "perpx": "0.219291", "perpy": "0.97566"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 11.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.862808,33.778206]
+       },
+   "properties": 
+       {"street": "MAIN", "color": "lime", "perpx": "-0.226291", "perpy": "-0.97406"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 11.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855696,33.776676]
+       },
+   "properties": 
+       {"street": "GLASSELL1", "color": "lime", "perpx": "0.249721", "perpy": "0.968318"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 11.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855753,33.776567]
+       },
+   "properties": 
+       {"street": "GLASSELL1", "color": "lime", "perpx": "-0.249497", "perpy": "-0.968376"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 12.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.850292,33.77516]
+       },
+   "properties": 
+       {"street": "GLASSELL2", "color": "lime", "perpx": "0.111941", "perpy": "-0.993715"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 12.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.850279,33.775279]
+       },
+   "properties": 
+       {"street": "GLASSELL2", "color": "lime", "perpx": "-0.113292", "perpy": "0.993562"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 12.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.838554,33.776862]
+       },
+   "properties": 
+       {"street": "TUSTIN", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "22 W 0.89",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.038174,33.774686]
+       },
+   "properties": 
+       {"street": "VALLEY V1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.036302,33.774521]
+       },
+   "properties": 
+       {"street": "VALLEY V2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 1.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.034947,33.774261]
+       },
+   "properties": 
+       {"street": "VALLEY V2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 1.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.023344,33.774214]
+       },
+   "properties": 
+       {"street": "SPRINGDALE", "color": "lime", "perpx": "-0.000902", "perpy": "-1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 1.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.023337,33.77439]
+       },
+   "properties": 
+       {"street": "SPRINGDALE", "color": "lime", "perpx": "0.003425", "perpy": "0.999994"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 2.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.010501,33.774652]
+       },
+   "properties": 
+       {"street": "KNOTT 1", "color": "lime", "perpx": "0.127522", "perpy": "0.991836"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 2.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.010537,33.774494]
+       },
+   "properties": 
+       {"street": "KNOTT 1", "color": "lime", "perpx": "-0.13051", "perpy": "-0.991447"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 2.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.004149,33.772807]
+       },
+   "properties": 
+       {"street": "KNOTT 2", "color": "lime", "perpx": "-0.410336", "perpy": "-0.911934"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 2.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.004084,33.772939]
+       },
+   "properties": 
+       {"street": "KNOTT 2", "color": "lime", "perpx": "0.421869", "perpy": "0.906657"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 3.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.994688,33.771171]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "-0.057103", "perpy": "-0.998368"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 3.45",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.994525,33.771348]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "0.061692", "perpy": "0.998095"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 3.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.989817,33.771057]
+       },
+   "properties": 
+       {"street": "BEACH2", "color": "lime", "perpx": "0.055628", "perpy": "0.998452"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 3.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.989845,33.770894]
+       },
+   "properties": 
+       {"street": "BEACH 2", "color": "lime", "perpx": "-0.058722", "perpy": "-0.998274"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 4.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.976011,33.767155]
+       },
+   "properties": 
+       {"street": "MAGNOLIA1", "color": "lime", "perpx": "0.196678", "perpy": "0.980468"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 4.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.976135,33.767032]
+       },
+   "properties": 
+       {"street": "MAGNOLIA1", "color": "lime", "perpx": "-0.198967", "perpy": "-0.980006"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 4.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.969658,33.765717]
+       },
+   "properties": 
+       {"street": "MAGNOLIA2", "color": "lime", "perpx": "-0.198967", "perpy": "-0.980006"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 4.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.96964,33.765877]
+       },
+   "properties": 
+       {"street": "MAGNOLIA2", "color": "lime", "perpx": "0.196678", "perpy": "0.980468"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 5.57",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.959407,33.765954]
+       },
+   "properties": 
+       {"street": "BROOKHUR1", "color": "lime", "perpx": "-0.004759", "perpy": "0.999989"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 5.63",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.958333,33.765808]
+       },
+   "properties": 
+       {"street": "BROOKHUR1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 5.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.955835,33.765809]
+       },
+   "properties": 
+       {"street": "BROOKHUR2", "color": "lime", "perpx": "0.010191", "perpy": "-0.999948"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 6.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.935768,33.766144]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "-0.011359", "perpy": "0.999935"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 6.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.935763,33.765995]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0.008037", "perpy": "-0.999968"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 7.29",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.929691,33.766038]
+       },
+   "properties": 
+       {"street": "NEWHOPE", "color": "lime", "perpx": "-0.00578", "perpy": "-0.999983"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 7.29",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.929696,33.766181]
+       },
+   "properties": 
+       {"street": "NEWHOPE", "color": "lime", "perpx": "-0.00578", "perpy": "0.999983"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 7.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.922445,33.767174]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "-0.323962", "perpy": "0.94607"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 7.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.919037,33.768341]
+       },
+   "properties": 
+       {"street": "HARBOR 2", "color": "lime", "perpx": "-0.337825", "perpy": "0.941209"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 8.02",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.917517,33.768707]
+       },
+   "properties": 
+       {"street": "HARBOR 2", "color": "lime", "perpx": "0.34339", "perpy": "-0.939193"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 8.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.907475,33.773193]
+       },
+   "properties": 
+       {"street": "GARDEN G1", "color": "lime", "perpx": "-0.456614", "perpy": "0.889665"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 8.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.907372,33.773077]
+       },
+   "properties": 
+       {"street": "GARDEN G1", "color": "lime", "perpx": "0.456112", "perpy": "-0.889922"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 9.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.901985,33.775838]
+       },
+   "properties": 
+       {"street": "GARDEN GROVE 2", "color": "lime", "perpx": "0.456112", "perpy": "-0.889922"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 9.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.902076,33.775964]
+       },
+   "properties": 
+       {"street": "GARDEN G2", "color": "lime", "perpx": "-0.456614", "perpy": "0.889665"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 9.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.889576,33.779085]
+       },
+   "properties": 
+       {"street": "CITY DRIVE", "color": "lime", "perpx": "0.007955", "perpy": "0.999968"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 9.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.889394,33.778925]
+       },
+   "properties": 
+       {"street": "THE CITY DRIVE", "color": "lime", "perpx": "-0.007156", "perpy": "-0.999974"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 9.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.886182,33.779058]
+       },
+   "properties": 
+       {"street": "HESPERIAN", "color": "lime", "perpx": "0.007955", "perpy": "0.999968"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 10.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882341,33.778903]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "0.009671", "perpy": "-0.999953"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 10.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882183,33.779081]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "-0.00667", "perpy": "0.999978"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 10.53",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875662,33.779039]
+       },
+   "properties": 
+       {"street": "W OF 5", "color": "lime", "perpx": "0.174163", "perpy": "0.984717"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 10.53",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875647,33.778882]
+       },
+   "properties": 
+       {"street": "W OF 5", "color": "lime", "perpx": "-0.163762", "perpy": "-0.9865"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 10.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.872394,33.778461]
+       },
+   "properties": 
+       {"street": "E OF 5", "color": "lime", "perpx": "0.174163", "perpy": "0.984717"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 10.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.872382,33.77834]
+       },
+   "properties": 
+       {"street": "E OF 5", "color": "lime", "perpx": "-0.163762", "perpy": "-0.9865"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 11.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.863135,33.778348]
+       },
+   "properties": 
+       {"street": "MAIN", "color": "lime", "perpx": "0.219291", "perpy": "0.97566"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 11.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.862808,33.778206]
+       },
+   "properties": 
+       {"street": "MAIN", "color": "lime", "perpx": "-0.226291", "perpy": "-0.97406"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 11.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855696,33.776676]
+       },
+   "properties": 
+       {"street": "GLASSELL1", "color": "lime", "perpx": "0.249721", "perpy": "0.968318"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 11.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855753,33.776567]
+       },
+   "properties": 
+       {"street": "GLASSELL1", "color": "lime", "perpx": "-0.249497", "perpy": "-0.968376"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 12.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.850292,33.77516]
+       },
+   "properties": 
+       {"street": "GLASSELL2", "color": "lime", "perpx": "0.111941", "perpy": "-0.993715"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 12.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.850279,33.775279]
+       },
+   "properties": 
+       {"street": "GLASSELL2", "color": "lime", "perpx": "-0.113292", "perpy": "0.993562"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 12.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.838554,33.776862]
+       },
+   "properties": 
+       {"street": "TUSTIN", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "22 W 0.89",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.038174,33.774686]
+       },
+   "properties": 
+       {"street": "VALLEY V1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.036302,33.774521]
+       },
+   "properties": 
+       {"street": "VALLEY V2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 1.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.034947,33.774261]
+       },
+   "properties": 
+       {"street": "VALLEY V2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 1.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.023344,33.774214]
+       },
+   "properties": 
+       {"street": "SPRINGDALE", "color": "lime", "perpx": "-0.000902", "perpy": "-1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 1.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.023337,33.77439]
+       },
+   "properties": 
+       {"street": "SPRINGDALE", "color": "lime", "perpx": "0.003425", "perpy": "0.999994"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 2.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.010501,33.774652]
+       },
+   "properties": 
+       {"street": "KNOTT 1", "color": "lime", "perpx": "0.127522", "perpy": "0.991836"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 2.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.010537,33.774494]
+       },
+   "properties": 
+       {"street": "KNOTT 1", "color": "lime", "perpx": "-0.13051", "perpy": "-0.991447"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 2.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.004149,33.772807]
+       },
+   "properties": 
+       {"street": "KNOTT 2", "color": "lime", "perpx": "-0.410336", "perpy": "-0.911934"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 2.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.004084,33.772939]
+       },
+   "properties": 
+       {"street": "KNOTT 2", "color": "lime", "perpx": "0.421869", "perpy": "0.906657"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 3.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.994688,33.771171]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "-0.057103", "perpy": "-0.998368"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 3.45",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.994525,33.771348]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "0.061692", "perpy": "0.998095"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 3.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.989817,33.771057]
+       },
+   "properties": 
+       {"street": "BEACH2", "color": "lime", "perpx": "0.055628", "perpy": "0.998452"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 3.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.989845,33.770894]
+       },
+   "properties": 
+       {"street": "BEACH 2", "color": "lime", "perpx": "-0.058722", "perpy": "-0.998274"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 4.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.976011,33.767155]
+       },
+   "properties": 
+       {"street": "MAGNOLIA1", "color": "lime", "perpx": "0.196678", "perpy": "0.980468"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 4.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.976135,33.767032]
+       },
+   "properties": 
+       {"street": "MAGNOLIA1", "color": "lime", "perpx": "-0.198967", "perpy": "-0.980006"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 4.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.969658,33.765717]
+       },
+   "properties": 
+       {"street": "MAGNOLIA2", "color": "lime", "perpx": "-0.198967", "perpy": "-0.980006"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 4.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.96964,33.765877]
+       },
+   "properties": 
+       {"street": "MAGNOLIA2", "color": "lime", "perpx": "0.196678", "perpy": "0.980468"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 5.57",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.959407,33.765954]
+       },
+   "properties": 
+       {"street": "BROOKHUR1", "color": "lime", "perpx": "-0.004759", "perpy": "0.999989"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 5.63",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.958333,33.765808]
+       },
+   "properties": 
+       {"street": "BROOKHUR1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 5.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.955835,33.765809]
+       },
+   "properties": 
+       {"street": "BROOKHUR2", "color": "lime", "perpx": "0.010191", "perpy": "-0.999948"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 6.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.935768,33.766144]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "-0.011359", "perpy": "0.999935"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 6.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.935763,33.765995]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0.008037", "perpy": "-0.999968"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 7.29",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.929691,33.766038]
+       },
+   "properties": 
+       {"street": "NEWHOPE", "color": "lime", "perpx": "-0.00578", "perpy": "-0.999983"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 7.29",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.929696,33.766181]
+       },
+   "properties": 
+       {"street": "NEWHOPE", "color": "lime", "perpx": "-0.00578", "perpy": "0.999983"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 7.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.922445,33.767174]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "-0.323962", "perpy": "0.94607"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 7.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.919037,33.768341]
+       },
+   "properties": 
+       {"street": "HARBOR 2", "color": "lime", "perpx": "-0.337825", "perpy": "0.941209"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 8.02",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.917517,33.768707]
+       },
+   "properties": 
+       {"street": "HARBOR 2", "color": "lime", "perpx": "0.34339", "perpy": "-0.939193"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 8.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.907475,33.773193]
+       },
+   "properties": 
+       {"street": "GARDEN G1", "color": "lime", "perpx": "-0.456614", "perpy": "0.889665"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 8.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.907372,33.773077]
+       },
+   "properties": 
+       {"street": "GARDEN G1", "color": "lime", "perpx": "0.456112", "perpy": "-0.889922"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 9.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.901985,33.775838]
+       },
+   "properties": 
+       {"street": "GARDEN GROVE 2", "color": "lime", "perpx": "0.456112", "perpy": "-0.889922"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 9.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.902076,33.775964]
+       },
+   "properties": 
+       {"street": "GARDEN G2", "color": "lime", "perpx": "-0.456614", "perpy": "0.889665"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 9.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.889576,33.779085]
+       },
+   "properties": 
+       {"street": "CITY DRIVE", "color": "lime", "perpx": "0.007955", "perpy": "0.999968"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 9.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.889394,33.778925]
+       },
+   "properties": 
+       {"street": "THE CITY DRIVE", "color": "lime", "perpx": "-0.007156", "perpy": "-0.999974"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 9.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.886182,33.779058]
+       },
+   "properties": 
+       {"street": "HESPERIAN", "color": "lime", "perpx": "0.007955", "perpy": "0.999968"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 10.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882341,33.778903]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "0.009671", "perpy": "-0.999953"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 10.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882183,33.779081]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "-0.00667", "perpy": "0.999978"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 10.53",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875662,33.779039]
+       },
+   "properties": 
+       {"street": "W OF 5", "color": "lime", "perpx": "0.174163", "perpy": "0.984717"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 10.53",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875647,33.778882]
+       },
+   "properties": 
+       {"street": "W OF 5", "color": "lime", "perpx": "-0.163762", "perpy": "-0.9865"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 10.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.872394,33.778461]
+       },
+   "properties": 
+       {"street": "E OF 5", "color": "lime", "perpx": "0.174163", "perpy": "0.984717"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 10.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.872382,33.77834]
+       },
+   "properties": 
+       {"street": "E OF 5", "color": "lime", "perpx": "-0.163762", "perpy": "-0.9865"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 11.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.863135,33.778348]
+       },
+   "properties": 
+       {"street": "MAIN", "color": "lime", "perpx": "0.219291", "perpy": "0.97566"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 11.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.862808,33.778206]
+       },
+   "properties": 
+       {"street": "MAIN", "color": "lime", "perpx": "-0.226291", "perpy": "-0.97406"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 11.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855696,33.776676]
+       },
+   "properties": 
+       {"street": "GLASSELL1", "color": "lime", "perpx": "0.249721", "perpy": "0.968318"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 11.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855753,33.776567]
+       },
+   "properties": 
+       {"street": "GLASSELL1", "color": "lime", "perpx": "-0.249497", "perpy": "-0.968376"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 12.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.850292,33.77516]
+       },
+   "properties": 
+       {"street": "GLASSELL2", "color": "lime", "perpx": "0.111941", "perpy": "-0.993715"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 12.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.850279,33.775279]
+       },
+   "properties": 
+       {"street": "GLASSELL2", "color": "lime", "perpx": "-0.113292", "perpy": "0.993562"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 12.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.838554,33.776862]
+       },
+   "properties": 
+       {"street": "TUSTIN", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "22 W 0.89",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.038174,33.774686]
+       },
+   "properties": 
+       {"street": "VALLEY V1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.036302,33.774521]
+       },
+   "properties": 
+       {"street": "VALLEY V2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 1.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.034947,33.774261]
+       },
+   "properties": 
+       {"street": "VALLEY V2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 1.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.023344,33.774214]
+       },
+   "properties": 
+       {"street": "SPRINGDALE", "color": "lime", "perpx": "-0.000902", "perpy": "-1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 1.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.023337,33.77439]
+       },
+   "properties": 
+       {"street": "SPRINGDALE", "color": "lime", "perpx": "0.003425", "perpy": "0.999994"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 2.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.010501,33.774652]
+       },
+   "properties": 
+       {"street": "KNOTT 1", "color": "lime", "perpx": "0.127522", "perpy": "0.991836"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 2.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.010537,33.774494]
+       },
+   "properties": 
+       {"street": "KNOTT 1", "color": "lime", "perpx": "-0.13051", "perpy": "-0.991447"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 2.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.004149,33.772807]
+       },
+   "properties": 
+       {"street": "KNOTT 2", "color": "lime", "perpx": "-0.410336", "perpy": "-0.911934"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 2.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.004084,33.772939]
+       },
+   "properties": 
+       {"street": "KNOTT 2", "color": "lime", "perpx": "0.421869", "perpy": "0.906657"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 3.44",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.994688,33.771171]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "-0.057103", "perpy": "-0.998368"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 3.45",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.994525,33.771348]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "0.061692", "perpy": "0.998095"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 3.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.989817,33.771057]
+       },
+   "properties": 
+       {"street": "BEACH2", "color": "lime", "perpx": "0.055628", "perpy": "0.998452"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 3.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.989845,33.770894]
+       },
+   "properties": 
+       {"street": "BEACH 2", "color": "lime", "perpx": "-0.058722", "perpy": "-0.998274"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 4.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.976011,33.767155]
+       },
+   "properties": 
+       {"street": "MAGNOLIA1", "color": "lime", "perpx": "0.196678", "perpy": "0.980468"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 4.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.976135,33.767032]
+       },
+   "properties": 
+       {"street": "MAGNOLIA1", "color": "lime", "perpx": "-0.198967", "perpy": "-0.980006"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 4.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.969658,33.765717]
+       },
+   "properties": 
+       {"street": "MAGNOLIA2", "color": "lime", "perpx": "-0.198967", "perpy": "-0.980006"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 4.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.96964,33.765877]
+       },
+   "properties": 
+       {"street": "MAGNOLIA2", "color": "lime", "perpx": "0.196678", "perpy": "0.980468"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 5.57",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.959407,33.765954]
+       },
+   "properties": 
+       {"street": "BROOKHUR1", "color": "lime", "perpx": "-0.004759", "perpy": "0.999989"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 5.63",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.958333,33.765808]
+       },
+   "properties": 
+       {"street": "BROOKHUR1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 5.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.955835,33.765809]
+       },
+   "properties": 
+       {"street": "BROOKHUR2", "color": "lime", "perpx": "0.010191", "perpy": "-0.999948"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 6.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.935768,33.766144]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "-0.011359", "perpy": "0.999935"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 6.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.935763,33.765995]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0.008037", "perpy": "-0.999968"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 7.29",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.929691,33.766038]
+       },
+   "properties": 
+       {"street": "NEWHOPE", "color": "lime", "perpx": "-0.00578", "perpy": "-0.999983"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 7.29",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.929696,33.766181]
+       },
+   "properties": 
+       {"street": "NEWHOPE", "color": "lime", "perpx": "-0.00578", "perpy": "0.999983"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 7.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.922445,33.767174]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "-0.323962", "perpy": "0.94607"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 7.93",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.919037,33.768341]
+       },
+   "properties": 
+       {"street": "HARBOR 2", "color": "lime", "perpx": "-0.337825", "perpy": "0.941209"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 8.02",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.917517,33.768707]
+       },
+   "properties": 
+       {"street": "HARBOR 2", "color": "lime", "perpx": "0.34339", "perpy": "-0.939193"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 8.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.907475,33.773193]
+       },
+   "properties": 
+       {"street": "GARDEN G1", "color": "lime", "perpx": "-0.456614", "perpy": "0.889665"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 8.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.907372,33.773077]
+       },
+   "properties": 
+       {"street": "GARDEN G1", "color": "lime", "perpx": "0.456112", "perpy": "-0.889922"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 9.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.901985,33.775838]
+       },
+   "properties": 
+       {"street": "GARDEN GROVE 2", "color": "lime", "perpx": "0.456112", "perpy": "-0.889922"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 9.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.902076,33.775964]
+       },
+   "properties": 
+       {"street": "GARDEN G2", "color": "lime", "perpx": "-0.456614", "perpy": "0.889665"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 9.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.889576,33.779085]
+       },
+   "properties": 
+       {"street": "CITY DRIVE", "color": "lime", "perpx": "0.007955", "perpy": "0.999968"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 9.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.889394,33.778925]
+       },
+   "properties": 
+       {"street": "THE CITY DRIVE", "color": "lime", "perpx": "-0.007156", "perpy": "-0.999974"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 9.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.886182,33.779058]
+       },
+   "properties": 
+       {"street": "HESPERIAN", "color": "lime", "perpx": "0.007955", "perpy": "0.999968"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 10.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882341,33.778903]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "0.009671", "perpy": "-0.999953"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 10.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882183,33.779081]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "-0.00667", "perpy": "0.999978"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 10.53",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875662,33.779039]
+       },
+   "properties": 
+       {"street": "W OF 5", "color": "lime", "perpx": "0.174163", "perpy": "0.984717"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 10.53",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875647,33.778882]
+       },
+   "properties": 
+       {"street": "W OF 5", "color": "lime", "perpx": "-0.163762", "perpy": "-0.9865"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 10.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.872394,33.778461]
+       },
+   "properties": 
+       {"street": "E OF 5", "color": "lime", "perpx": "0.174163", "perpy": "0.984717"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 10.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.872382,33.77834]
+       },
+   "properties": 
+       {"street": "E OF 5", "color": "lime", "perpx": "-0.163762", "perpy": "-0.9865"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 11.23",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.863135,33.778348]
+       },
+   "properties": 
+       {"street": "MAIN", "color": "lime", "perpx": "0.219291", "perpy": "0.97566"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 11.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.862808,33.778206]
+       },
+   "properties": 
+       {"street": "MAIN", "color": "lime", "perpx": "-0.226291", "perpy": "-0.97406"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 11.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855696,33.776676]
+       },
+   "properties": 
+       {"street": "GLASSELL1", "color": "lime", "perpx": "0.249721", "perpy": "0.968318"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 11.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855753,33.776567]
+       },
+   "properties": 
+       {"street": "GLASSELL1", "color": "lime", "perpx": "-0.249497", "perpy": "-0.968376"}
+},  
+{
+   "type": "Feature",
+   "id": "22 E 12.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.850292,33.77516]
+       },
+   "properties": 
+       {"street": "GLASSELL2", "color": "lime", "perpx": "0.111941", "perpy": "-0.993715"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 12.01",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.850279,33.775279]
+       },
+   "properties": 
+       {"street": "GLASSELL2", "color": "lime", "perpx": "-0.113292", "perpy": "0.993562"}
+},  
+{
+   "type": "Feature",
+   "id": "22 W 12.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.838554,33.776862]
+       },
+   "properties": 
+       {"street": "TUSTIN", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "55 S 2.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.908673,33.651901]
+       },
+   "properties": 
+       {"street": "VICTORIA1", "color": "lime", "perpx": "-0.732846", "perpy": "0.680394"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 2.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.908497,33.651784]
+       },
+   "properties": 
+       {"street": "VICTORIA1", "color": "lime", "perpx": "0.712053", "perpy": "-0.702126"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 3.07",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.905264,33.655235]
+       },
+   "properties": 
+       {"street": "VICTORIA2", "color": "lime", "perpx": "0.7454", "perpy": "-0.666618"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 3.07",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.905456,33.655366]
+       },
+   "properties": 
+       {"street": "VICTORIA2", "color": "lime", "perpx": "-0.732846", "perpy": "0.680394"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 3.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.899681,33.661183]
+       },
+   "properties": 
+       {"street": "FAIR 1", "color": "lime", "perpx": "-0.712081", "perpy": "0.702098"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 3.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.899494,33.661052]
+       },
+   "properties": 
+       {"street": "FAIR 1", "color": "lime", "perpx": "0.711701", "perpy": "-0.702482"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 3.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.895303,33.665298]
+       },
+   "properties": 
+       {"street": "FAIR 2", "color": "lime", "perpx": "0.711701", "perpy": "-0.702482"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 3.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.895493,33.665433]
+       },
+   "properties": 
+       {"street": "FAIR 2", "color": "lime", "perpx": "-0.719731", "perpy": "0.694253"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 4.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.888101,33.671785]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "0.612685", "perpy": "-0.790327"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 4.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.888309,33.671928]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "-0.612257", "perpy": "0.790659"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88678,33.673112]
+       },
+   "properties": 
+       {"street": "BAKER 1", "color": "lime", "perpx": "-0.639107", "perpy": "0.769118"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.886575,33.672968]
+       },
+   "properties": 
+       {"street": "BAKER 1", "color": "lime", "perpx": "0.649874", "perpy": "-0.760042"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 5.06",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882355,33.676789]
+       },
+   "properties": 
+       {"street": "BAKER 2", "color": "lime", "perpx": "-0.639107", "perpy": "0.769118"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.06",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882208,33.676702]
+       },
+   "properties": 
+       {"street": "BAKER 2", "color": "lime", "perpx": "0.649874", "perpy": "-0.760042"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.877327,33.681801]
+       },
+   "properties": 
+       {"street": "PAULARINO 1", "color": "lime", "perpx": "0.73612", "perpy": "-0.676851"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 5.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87755,33.681935]
+       },
+   "properties": 
+       {"street": "PAULARINO 1", "color": "lime", "perpx": "-0.722093", "perpy": "0.691796"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.873498,33.685939]
+       },
+   "properties": 
+       {"street": "PAULARINO 2", "color": "lime", "perpx": "0.719864", "perpy": "-0.694115"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 5.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.873635,33.686016]
+       },
+   "properties": 
+       {"street": "PAULARINO 2", "color": "lime", "perpx": "-0.725185", "perpy": "0.688554"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 6.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.862677,33.697495]
+       },
+   "properties": 
+       {"street": "MACARTHU1", "color": "lime", "perpx": "-0.710326", "perpy": "0.703873"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 6.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.861831,33.698026]
+       },
+   "properties": 
+       {"street": "MACARTHU1", "color": "lime", "perpx": "0.740557", "perpy": "-0.671994"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 7.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.861041,33.699146]
+       },
+   "properties": 
+       {"street": "MACARTHU2", "color": "lime", "perpx": "-0.710326", "perpy": "0.703873"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 7.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.860155,33.699873]
+       },
+   "properties": 
+       {"street": "MACARTHU2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 7.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.854598,33.705879]
+       },
+   "properties": 
+       {"street": "DYER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 7.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.85183,33.708364]
+       },
+   "properties": 
+       {"street": "DYER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 8.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.848847,33.711314]
+       },
+   "properties": 
+       {"street": "DYER 2", "color": "lime", "perpx": "0.71172", "perpy": "-0.702463"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 8.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.849099,33.711451]
+       },
+   "properties": 
+       {"street": "DYER 2", "color": "lime", "perpx": "-0.708914", "perpy": "0.705295"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 9.19",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.837265,33.723387]
+       },
+   "properties": 
+       {"street": "EDINGER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 9.41",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.83503,33.726049]
+       },
+   "properties": 
+       {"street": "EDINGER 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 9.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833996,33.73212]
+       },
+   "properties": 
+       {"street": "MCFADDEN", "color": "lime", "perpx": "-0.999946", "perpy": "-0.010425"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 9.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833555,33.732101]
+       },
+   "properties": 
+       {"street": "MCFADDEN", "color": "lime", "perpx": "0.999932", "perpy": "-0.011627"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 10.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833583,33.737088]
+       },
+   "properties": 
+       {"street": "N OF 5 OFF", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833908,33.739982]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "-0.999756", "perpy": "0.022109"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.83368,33.739982]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "0.999923", "perpy": "0.012439"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833876,33.741429]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "-0.987616", "perpy": "0.156888"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833698,33.741429]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "0.97478", "perpy": "-0.22317"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 11.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831768,33.749859]
+       },
+   "properties": 
+       {"street": "FOURTH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 11.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831392,33.75738]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 11.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830994,33.759105]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830834,33.762898]
+       },
+   "properties": 
+       {"street": "17TH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 12.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831088,33.773138]
+       },
+   "properties": 
+       {"street": "FAIRHAVEN", "color": "lime", "perpx": "-0.999999", "perpy": "-0.001368"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 12.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830912,33.773139]
+       },
+   "properties": 
+       {"street": "FAIRHAVEN", "color": "lime", "perpx": "0.999999", "perpy": "0.001196"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 13.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831128,33.784755]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 13.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831081,33.788212]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 13.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830884,33.790409]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831223,33.797729]
+       },
+   "properties": 
+       {"street": "Walnut", "color": "lime", "perpx": "-0.994624", "perpy": "-0.10355"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831045,33.797732]
+       },
+   "properties": 
+       {"street": "Walnut", "color": "lime", "perpx": "0.994412", "perpy": "0.105571"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 14.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831527,33.800649]
+       },
+   "properties": 
+       {"street": "COLLINS", "color": "lime", "perpx": "-0.994624", "perpy": "-0.10355"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 14.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831355,33.800652]
+       },
+   "properties": 
+       {"street": "COLLINS", "color": "lime", "perpx": "0.994412", "perpy": "0.105571"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 15.22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831849,33.809608]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "0.999767", "perpy": "0.021575"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 15.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831905,33.812203]
+       },
+   "properties": 
+       {"street": "KATELLA  2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 15.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831919,33.817981]
+       },
+   "properties": 
+       {"street": "TAFT", "color": "lime", "perpx": "1.0", "perpy": "0.000172"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 15.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832098,33.817979]
+       },
+   "properties": 
+       {"street": "TAFT", "color": "lime", "perpx": "-1.0", "perpy": "0.000172"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 16.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.83192,33.823807]
+       },
+   "properties": 
+       {"street": "MEATS", "color": "lime", "perpx": "1.0", "perpy": "0.000172"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 16.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832097,33.823807]
+       },
+   "properties": 
+       {"street": "MEATS", "color": "lime", "perpx": "-1.0", "perpy": "0.000172"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 16.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.834539,33.830875]
+       },
+   "properties": 
+       {"street": "LINCOLN 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 17.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.834992,33.837111]
+       },
+   "properties": 
+       {"street": "LINCOLN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "55 S 2.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.908673,33.651901]
+       },
+   "properties": 
+       {"street": "VICTORIA1", "color": "lime", "perpx": "-0.732846", "perpy": "0.680394"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 2.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.908497,33.651784]
+       },
+   "properties": 
+       {"street": "VICTORIA1", "color": "lime", "perpx": "0.712053", "perpy": "-0.702126"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 3.07",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.905264,33.655235]
+       },
+   "properties": 
+       {"street": "VICTORIA2", "color": "lime", "perpx": "0.7454", "perpy": "-0.666618"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 3.07",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.905456,33.655366]
+       },
+   "properties": 
+       {"street": "VICTORIA2", "color": "lime", "perpx": "-0.732846", "perpy": "0.680394"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 3.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.899681,33.661183]
+       },
+   "properties": 
+       {"street": "FAIR 1", "color": "lime", "perpx": "-0.712081", "perpy": "0.702098"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 3.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.899494,33.661052]
+       },
+   "properties": 
+       {"street": "FAIR 1", "color": "lime", "perpx": "0.711701", "perpy": "-0.702482"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 3.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.895303,33.665298]
+       },
+   "properties": 
+       {"street": "FAIR 2", "color": "lime", "perpx": "0.711701", "perpy": "-0.702482"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 3.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.895493,33.665433]
+       },
+   "properties": 
+       {"street": "FAIR 2", "color": "lime", "perpx": "-0.719731", "perpy": "0.694253"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 4.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.888101,33.671785]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "0.612685", "perpy": "-0.790327"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 4.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.888309,33.671928]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "-0.612257", "perpy": "0.790659"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88678,33.673112]
+       },
+   "properties": 
+       {"street": "BAKER 1", "color": "lime", "perpx": "-0.639107", "perpy": "0.769118"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.886575,33.672968]
+       },
+   "properties": 
+       {"street": "BAKER 1", "color": "lime", "perpx": "0.649874", "perpy": "-0.760042"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 5.06",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882355,33.676789]
+       },
+   "properties": 
+       {"street": "BAKER 2", "color": "lime", "perpx": "-0.639107", "perpy": "0.769118"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.06",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882208,33.676702]
+       },
+   "properties": 
+       {"street": "BAKER 2", "color": "lime", "perpx": "0.649874", "perpy": "-0.760042"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.877327,33.681801]
+       },
+   "properties": 
+       {"street": "PAULARINO 1", "color": "lime", "perpx": "0.73612", "perpy": "-0.676851"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 5.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87755,33.681935]
+       },
+   "properties": 
+       {"street": "PAULARINO 1", "color": "lime", "perpx": "-0.722093", "perpy": "0.691796"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.873498,33.685939]
+       },
+   "properties": 
+       {"street": "PAULARINO 2", "color": "lime", "perpx": "0.719864", "perpy": "-0.694115"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 5.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.873635,33.686016]
+       },
+   "properties": 
+       {"street": "PAULARINO 2", "color": "lime", "perpx": "-0.725185", "perpy": "0.688554"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 6.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.862677,33.697495]
+       },
+   "properties": 
+       {"street": "MACARTHU1", "color": "lime", "perpx": "-0.710326", "perpy": "0.703873"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 6.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.861831,33.698026]
+       },
+   "properties": 
+       {"street": "MACARTHU1", "color": "lime", "perpx": "0.740557", "perpy": "-0.671994"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 7.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.861041,33.699146]
+       },
+   "properties": 
+       {"street": "MACARTHU2", "color": "lime", "perpx": "-0.710326", "perpy": "0.703873"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 7.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.860155,33.699873]
+       },
+   "properties": 
+       {"street": "MACARTHU2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 7.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.854598,33.705879]
+       },
+   "properties": 
+       {"street": "DYER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 7.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.85183,33.708364]
+       },
+   "properties": 
+       {"street": "DYER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 8.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.848847,33.711314]
+       },
+   "properties": 
+       {"street": "DYER 2", "color": "lime", "perpx": "0.71172", "perpy": "-0.702463"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 8.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.849099,33.711451]
+       },
+   "properties": 
+       {"street": "DYER 2", "color": "lime", "perpx": "-0.708914", "perpy": "0.705295"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 9.19",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.837265,33.723387]
+       },
+   "properties": 
+       {"street": "EDINGER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 9.41",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.83503,33.726049]
+       },
+   "properties": 
+       {"street": "EDINGER 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 9.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833996,33.73212]
+       },
+   "properties": 
+       {"street": "MCFADDEN", "color": "lime", "perpx": "-0.999946", "perpy": "-0.010425"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 9.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833555,33.732101]
+       },
+   "properties": 
+       {"street": "MCFADDEN", "color": "lime", "perpx": "0.999932", "perpy": "-0.011627"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 10.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833583,33.737088]
+       },
+   "properties": 
+       {"street": "N OF 5 OFF", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833908,33.739982]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "-0.999756", "perpy": "0.022109"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.83368,33.739982]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "0.999923", "perpy": "0.012439"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833876,33.741429]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "-0.987616", "perpy": "0.156888"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833698,33.741429]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "0.97478", "perpy": "-0.22317"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 11.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831768,33.749859]
+       },
+   "properties": 
+       {"street": "FOURTH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 11.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831392,33.75738]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 11.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830994,33.759105]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830834,33.762898]
+       },
+   "properties": 
+       {"street": "17TH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 12.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831088,33.773138]
+       },
+   "properties": 
+       {"street": "FAIRHAVEN", "color": "lime", "perpx": "-0.999999", "perpy": "-0.001368"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 12.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830912,33.773139]
+       },
+   "properties": 
+       {"street": "FAIRHAVEN", "color": "lime", "perpx": "0.999999", "perpy": "0.001196"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 13.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831128,33.784755]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 13.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831081,33.788212]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 13.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830884,33.790409]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831223,33.797729]
+       },
+   "properties": 
+       {"street": "Walnut", "color": "lime", "perpx": "-0.994624", "perpy": "-0.10355"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831045,33.797732]
+       },
+   "properties": 
+       {"street": "Walnut", "color": "lime", "perpx": "0.994412", "perpy": "0.105571"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 14.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831527,33.800649]
+       },
+   "properties": 
+       {"street": "COLLINS", "color": "lime", "perpx": "-0.994624", "perpy": "-0.10355"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 14.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831355,33.800652]
+       },
+   "properties": 
+       {"street": "COLLINS", "color": "lime", "perpx": "0.994412", "perpy": "0.105571"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 15.22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831849,33.809608]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "0.999767", "perpy": "0.021575"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 15.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831905,33.812203]
+       },
+   "properties": 
+       {"street": "KATELLA  2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 15.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831919,33.817981]
+       },
+   "properties": 
+       {"street": "TAFT", "color": "lime", "perpx": "1.0", "perpy": "0.000172"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 15.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832098,33.817979]
+       },
+   "properties": 
+       {"street": "TAFT", "color": "lime", "perpx": "-1.0", "perpy": "0.000172"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 16.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.83192,33.823807]
+       },
+   "properties": 
+       {"street": "MEATS", "color": "lime", "perpx": "1.0", "perpy": "0.000172"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 16.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832097,33.823807]
+       },
+   "properties": 
+       {"street": "MEATS", "color": "lime", "perpx": "-1.0", "perpy": "0.000172"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 16.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.834539,33.830875]
+       },
+   "properties": 
+       {"street": "LINCOLN 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 17.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.834992,33.837111]
+       },
+   "properties": 
+       {"street": "LINCOLN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "55 S 2.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.908673,33.651901]
+       },
+   "properties": 
+       {"street": "VICTORIA1", "color": "lime", "perpx": "-0.732846", "perpy": "0.680394"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 2.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.908497,33.651784]
+       },
+   "properties": 
+       {"street": "VICTORIA1", "color": "lime", "perpx": "0.712053", "perpy": "-0.702126"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 3.07",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.905264,33.655235]
+       },
+   "properties": 
+       {"street": "VICTORIA2", "color": "lime", "perpx": "0.7454", "perpy": "-0.666618"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 3.07",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.905456,33.655366]
+       },
+   "properties": 
+       {"street": "VICTORIA2", "color": "lime", "perpx": "-0.732846", "perpy": "0.680394"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 3.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.899681,33.661183]
+       },
+   "properties": 
+       {"street": "FAIR 1", "color": "lime", "perpx": "-0.712081", "perpy": "0.702098"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 3.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.899494,33.661052]
+       },
+   "properties": 
+       {"street": "FAIR 1", "color": "lime", "perpx": "0.711701", "perpy": "-0.702482"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 3.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.895303,33.665298]
+       },
+   "properties": 
+       {"street": "FAIR 2", "color": "lime", "perpx": "0.711701", "perpy": "-0.702482"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 3.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.895493,33.665433]
+       },
+   "properties": 
+       {"street": "FAIR 2", "color": "lime", "perpx": "-0.719731", "perpy": "0.694253"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 4.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.888101,33.671785]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "0.612685", "perpy": "-0.790327"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 4.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.888309,33.671928]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "-0.612257", "perpy": "0.790659"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88678,33.673112]
+       },
+   "properties": 
+       {"street": "BAKER 1", "color": "lime", "perpx": "-0.639107", "perpy": "0.769118"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.886575,33.672968]
+       },
+   "properties": 
+       {"street": "BAKER 1", "color": "lime", "perpx": "0.649874", "perpy": "-0.760042"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 5.06",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882355,33.676789]
+       },
+   "properties": 
+       {"street": "BAKER 2", "color": "lime", "perpx": "-0.639107", "perpy": "0.769118"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.06",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882208,33.676702]
+       },
+   "properties": 
+       {"street": "BAKER 2", "color": "lime", "perpx": "0.649874", "perpy": "-0.760042"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.877327,33.681801]
+       },
+   "properties": 
+       {"street": "PAULARINO 1", "color": "lime", "perpx": "0.73612", "perpy": "-0.676851"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 5.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87755,33.681935]
+       },
+   "properties": 
+       {"street": "PAULARINO 1", "color": "lime", "perpx": "-0.722093", "perpy": "0.691796"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.873498,33.685939]
+       },
+   "properties": 
+       {"street": "PAULARINO 2", "color": "lime", "perpx": "0.719864", "perpy": "-0.694115"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 5.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.873635,33.686016]
+       },
+   "properties": 
+       {"street": "PAULARINO 2", "color": "lime", "perpx": "-0.725185", "perpy": "0.688554"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 6.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.862677,33.697495]
+       },
+   "properties": 
+       {"street": "MACARTHU1", "color": "lime", "perpx": "-0.710326", "perpy": "0.703873"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 6.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.861831,33.698026]
+       },
+   "properties": 
+       {"street": "MACARTHU1", "color": "lime", "perpx": "0.740557", "perpy": "-0.671994"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 7.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.861041,33.699146]
+       },
+   "properties": 
+       {"street": "MACARTHU2", "color": "lime", "perpx": "-0.710326", "perpy": "0.703873"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 7.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.860155,33.699873]
+       },
+   "properties": 
+       {"street": "MACARTHU2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 7.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.854598,33.705879]
+       },
+   "properties": 
+       {"street": "DYER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 7.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.85183,33.708364]
+       },
+   "properties": 
+       {"street": "DYER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 8.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.848847,33.711314]
+       },
+   "properties": 
+       {"street": "DYER 2", "color": "lime", "perpx": "0.71172", "perpy": "-0.702463"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 8.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.849099,33.711451]
+       },
+   "properties": 
+       {"street": "DYER 2", "color": "lime", "perpx": "-0.708914", "perpy": "0.705295"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 9.19",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.837265,33.723387]
+       },
+   "properties": 
+       {"street": "EDINGER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 9.41",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.83503,33.726049]
+       },
+   "properties": 
+       {"street": "EDINGER 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 9.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833996,33.73212]
+       },
+   "properties": 
+       {"street": "MCFADDEN", "color": "lime", "perpx": "-0.999946", "perpy": "-0.010425"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 9.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833555,33.732101]
+       },
+   "properties": 
+       {"street": "MCFADDEN", "color": "lime", "perpx": "0.999932", "perpy": "-0.011627"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 10.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833583,33.737088]
+       },
+   "properties": 
+       {"street": "N OF 5 OFF", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833908,33.739982]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "-0.999756", "perpy": "0.022109"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.83368,33.739982]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "0.999923", "perpy": "0.012439"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833876,33.741429]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "-0.987616", "perpy": "0.156888"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833698,33.741429]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "0.97478", "perpy": "-0.22317"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 11.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831768,33.749859]
+       },
+   "properties": 
+       {"street": "FOURTH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 11.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831392,33.75738]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 11.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830994,33.759105]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830834,33.762898]
+       },
+   "properties": 
+       {"street": "17TH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 12.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831088,33.773138]
+       },
+   "properties": 
+       {"street": "FAIRHAVEN", "color": "lime", "perpx": "-0.999999", "perpy": "-0.001368"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 12.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830912,33.773139]
+       },
+   "properties": 
+       {"street": "FAIRHAVEN", "color": "lime", "perpx": "0.999999", "perpy": "0.001196"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 13.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831128,33.784755]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 13.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831081,33.788212]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 13.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830884,33.790409]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831223,33.797729]
+       },
+   "properties": 
+       {"street": "Walnut", "color": "lime", "perpx": "-0.994624", "perpy": "-0.10355"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831045,33.797732]
+       },
+   "properties": 
+       {"street": "Walnut", "color": "lime", "perpx": "0.994412", "perpy": "0.105571"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 14.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831527,33.800649]
+       },
+   "properties": 
+       {"street": "COLLINS", "color": "lime", "perpx": "-0.994624", "perpy": "-0.10355"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 14.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831355,33.800652]
+       },
+   "properties": 
+       {"street": "COLLINS", "color": "lime", "perpx": "0.994412", "perpy": "0.105571"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 15.22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831849,33.809608]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "0.999767", "perpy": "0.021575"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 15.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831905,33.812203]
+       },
+   "properties": 
+       {"street": "KATELLA  2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 15.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831919,33.817981]
+       },
+   "properties": 
+       {"street": "TAFT", "color": "lime", "perpx": "1.0", "perpy": "0.000172"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 15.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832098,33.817979]
+       },
+   "properties": 
+       {"street": "TAFT", "color": "lime", "perpx": "-1.0", "perpy": "0.000172"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 16.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.83192,33.823807]
+       },
+   "properties": 
+       {"street": "MEATS", "color": "lime", "perpx": "1.0", "perpy": "0.000172"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 16.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832097,33.823807]
+       },
+   "properties": 
+       {"street": "MEATS", "color": "lime", "perpx": "-1.0", "perpy": "0.000172"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 16.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.834539,33.830875]
+       },
+   "properties": 
+       {"street": "LINCOLN 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 17.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.834992,33.837111]
+       },
+   "properties": 
+       {"street": "LINCOLN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "55 S 2.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.908673,33.651901]
+       },
+   "properties": 
+       {"street": "VICTORIA1", "color": "lime", "perpx": "-0.732846", "perpy": "0.680394"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 2.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.908497,33.651784]
+       },
+   "properties": 
+       {"street": "VICTORIA1", "color": "lime", "perpx": "0.712053", "perpy": "-0.702126"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 3.07",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.905264,33.655235]
+       },
+   "properties": 
+       {"street": "VICTORIA2", "color": "lime", "perpx": "0.7454", "perpy": "-0.666618"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 3.07",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.905456,33.655366]
+       },
+   "properties": 
+       {"street": "VICTORIA2", "color": "lime", "perpx": "-0.732846", "perpy": "0.680394"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 3.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.899681,33.661183]
+       },
+   "properties": 
+       {"street": "FAIR 1", "color": "lime", "perpx": "-0.712081", "perpy": "0.702098"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 3.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.899494,33.661052]
+       },
+   "properties": 
+       {"street": "FAIR 1", "color": "lime", "perpx": "0.711701", "perpy": "-0.702482"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 3.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.895303,33.665298]
+       },
+   "properties": 
+       {"street": "FAIR 2", "color": "lime", "perpx": "0.711701", "perpy": "-0.702482"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 3.97",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.895493,33.665433]
+       },
+   "properties": 
+       {"street": "FAIR 2", "color": "lime", "perpx": "-0.719731", "perpy": "0.694253"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 4.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.888101,33.671785]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "0.612685", "perpy": "-0.790327"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 4.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.888309,33.671928]
+       },
+   "properties": 
+       {"street": "BRISTOL", "color": "lime", "perpx": "-0.612257", "perpy": "0.790659"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88678,33.673112]
+       },
+   "properties": 
+       {"street": "BAKER 1", "color": "lime", "perpx": "-0.639107", "perpy": "0.769118"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 4.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.886575,33.672968]
+       },
+   "properties": 
+       {"street": "BAKER 1", "color": "lime", "perpx": "0.649874", "perpy": "-0.760042"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 5.06",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882355,33.676789]
+       },
+   "properties": 
+       {"street": "BAKER 2", "color": "lime", "perpx": "-0.639107", "perpy": "0.769118"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.06",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882208,33.676702]
+       },
+   "properties": 
+       {"street": "BAKER 2", "color": "lime", "perpx": "0.649874", "perpy": "-0.760042"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.877327,33.681801]
+       },
+   "properties": 
+       {"street": "PAULARINO 1", "color": "lime", "perpx": "0.73612", "perpy": "-0.676851"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 5.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87755,33.681935]
+       },
+   "properties": 
+       {"street": "PAULARINO 1", "color": "lime", "perpx": "-0.722093", "perpy": "0.691796"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.873498,33.685939]
+       },
+   "properties": 
+       {"street": "PAULARINO 2", "color": "lime", "perpx": "0.719864", "perpy": "-0.694115"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 5.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.873635,33.686016]
+       },
+   "properties": 
+       {"street": "PAULARINO 2", "color": "lime", "perpx": "-0.725185", "perpy": "0.688554"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 6.88",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.862677,33.697495]
+       },
+   "properties": 
+       {"street": "MACARTHU1", "color": "lime", "perpx": "-0.710326", "perpy": "0.703873"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 6.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.861831,33.698026]
+       },
+   "properties": 
+       {"street": "MACARTHU1", "color": "lime", "perpx": "0.740557", "perpy": "-0.671994"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 7.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.861041,33.699146]
+       },
+   "properties": 
+       {"street": "MACARTHU2", "color": "lime", "perpx": "-0.710326", "perpy": "0.703873"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 7.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.860155,33.699873]
+       },
+   "properties": 
+       {"street": "MACARTHU2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 7.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.854598,33.705879]
+       },
+   "properties": 
+       {"street": "DYER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 7.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.85183,33.708364]
+       },
+   "properties": 
+       {"street": "DYER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 8.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.848847,33.711314]
+       },
+   "properties": 
+       {"street": "DYER 2", "color": "lime", "perpx": "0.71172", "perpy": "-0.702463"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 8.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.849099,33.711451]
+       },
+   "properties": 
+       {"street": "DYER 2", "color": "lime", "perpx": "-0.708914", "perpy": "0.705295"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 9.19",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.837265,33.723387]
+       },
+   "properties": 
+       {"street": "EDINGER 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 9.41",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.83503,33.726049]
+       },
+   "properties": 
+       {"street": "EDINGER 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 9.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833996,33.73212]
+       },
+   "properties": 
+       {"street": "MCFADDEN", "color": "lime", "perpx": "-0.999946", "perpy": "-0.010425"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 9.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833555,33.732101]
+       },
+   "properties": 
+       {"street": "MCFADDEN", "color": "lime", "perpx": "0.999932", "perpy": "-0.011627"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 10.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833583,33.737088]
+       },
+   "properties": 
+       {"street": "N OF 5 OFF", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833908,33.739982]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "-0.999756", "perpy": "0.022109"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 10.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.83368,33.739982]
+       },
+   "properties": 
+       {"street": "S OF 5", "color": "lime", "perpx": "0.999923", "perpy": "0.012439"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833876,33.741429]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "-0.987616", "perpy": "0.156888"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 10.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833698,33.741429]
+       },
+   "properties": 
+       {"street": "N OF 5", "color": "lime", "perpx": "0.97478", "perpy": "-0.22317"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 11.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831768,33.749859]
+       },
+   "properties": 
+       {"street": "FOURTH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 11.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831392,33.75738]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 11.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830994,33.759105]
+       },
+   "properties": 
+       {"street": "17TH 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830834,33.762898]
+       },
+   "properties": 
+       {"street": "17TH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 12.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831088,33.773138]
+       },
+   "properties": 
+       {"street": "FAIRHAVEN", "color": "lime", "perpx": "-0.999999", "perpy": "-0.001368"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 12.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830912,33.773139]
+       },
+   "properties": 
+       {"street": "FAIRHAVEN", "color": "lime", "perpx": "0.999999", "perpy": "0.001196"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 13.51",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831128,33.784755]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 13.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831081,33.788212]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 13.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830884,33.790409]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831223,33.797729]
+       },
+   "properties": 
+       {"street": "Walnut", "color": "lime", "perpx": "-0.994624", "perpy": "-0.10355"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831045,33.797732]
+       },
+   "properties": 
+       {"street": "Walnut", "color": "lime", "perpx": "0.994412", "perpy": "0.105571"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 14.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831527,33.800649]
+       },
+   "properties": 
+       {"street": "COLLINS", "color": "lime", "perpx": "-0.994624", "perpy": "-0.10355"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 14.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831355,33.800652]
+       },
+   "properties": 
+       {"street": "COLLINS", "color": "lime", "perpx": "0.994412", "perpy": "0.105571"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 15.22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831849,33.809608]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "0.999767", "perpy": "0.021575"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 15.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831905,33.812203]
+       },
+   "properties": 
+       {"street": "KATELLA  2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 15.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831919,33.817981]
+       },
+   "properties": 
+       {"street": "TAFT", "color": "lime", "perpx": "1.0", "perpy": "0.000172"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 15.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832098,33.817979]
+       },
+   "properties": 
+       {"street": "TAFT", "color": "lime", "perpx": "-1.0", "perpy": "0.000172"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 16.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.83192,33.823807]
+       },
+   "properties": 
+       {"street": "MEATS", "color": "lime", "perpx": "1.0", "perpy": "0.000172"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 16.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832097,33.823807]
+       },
+   "properties": 
+       {"street": "MEATS", "color": "lime", "perpx": "-1.0", "perpy": "0.000172"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 16.71",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.834539,33.830875]
+       },
+   "properties": 
+       {"street": "LINCOLN 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 17.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.834992,33.837111]
+       },
+   "properties": 
+       {"street": "LINCOLN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "73 N 10.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674552,33.545677]
+       },
+   "properties": 
+       {"street": "CAPISTRANO", "color": "lime", "perpx": "0.971174", "perpy": "0.238373"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 10.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674915,33.545627]
+       },
+   "properties": 
+       {"street": "CAPISTRANO", "color": "lime", "perpx": "-0.969543", "perpy": "-0.244923"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 10.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.675644,33.550126]
+       },
+   "properties": 
+       {"street": "SORRENTO", "color": "lime", "perpx": "0.940629", "perpy": "0.339435"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 10.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.676025,33.550021]
+       },
+   "properties": 
+       {"street": "SORRENTO", "color": "lime", "perpx": "-0.942619", "perpy": "-0.333871"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 11.22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.677553,33.554335]
+       },
+   "properties": 
+       {"street": "CABOT", "color": "lime", "perpx": "-0.942619", "perpy": "-0.333871"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 11.22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.677239,33.554546]
+       },
+   "properties": 
+       {"street": "CABOT", "color": "lime", "perpx": "0.940629", "perpy": "0.339435"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 11.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.683347,33.557463]
+       },
+   "properties": 
+       {"street": "GREENFIELD 1", "color": "lime", "perpx": "-0.204557", "perpy": "-0.978855"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 11.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.683209,33.557803]
+       },
+   "properties": 
+       {"street": "GREENFIELD 1", "color": "lime", "perpx": "0.198325", "perpy": "0.980136"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.689417,33.559105]
+       },
+   "properties": 
+       {"street": "GREENFIELD 2", "color": "lime", "perpx": "0.471098", "perpy": "0.882081"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.689492,33.558786]
+       },
+   "properties": 
+       {"street": "GREENFIELD 2", "color": "lime", "perpx": "-0.452101", "perpy": "-0.891967"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 12.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.693351,33.562029]
+       },
+   "properties": 
+       {"street": "ROCKRIDGE", "color": "lime", "perpx": "0.802439", "perpy": "0.596734"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 12.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.693516,33.56161]
+       },
+   "properties": 
+       {"street": "ROCKRIDGE", "color": "lime", "perpx": "-0.799245", "perpy": "-0.601005"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 12.52",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.695254,33.564588]
+       },
+   "properties": 
+       {"street": "WESTRIDGE", "color": "lime", "perpx": "0.701895", "perpy": "0.712281"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 12.52",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.695429,33.564154]
+       },
+   "properties": 
+       {"street": "WESTRIDGE", "color": "lime", "perpx": "-0.799245", "perpy": "-0.601005"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 12.83",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.698836,33.567532]
+       },
+   "properties": 
+       {"street": "MOULTON", "color": "lime", "perpx": "-0.62128", "perpy": "-0.783589"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 12.83",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.698683,33.567967]
+       },
+   "properties": 
+       {"street": "MOULTON", "color": "lime", "perpx": "0.701895", "perpy": "0.712281"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 13.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.702528,33.571095]
+       },
+   "properties": 
+       {"street": "PACIFIC PARK", "color": "lime", "perpx": "0.63793", "perpy": "0.770095"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 13.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.702926,33.570836]
+       },
+   "properties": 
+       {"street": "PACIFIC PARK", "color": "lime", "perpx": "-0.631459", "perpy": "-0.775409"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 13.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.706028,33.573158]
+       },
+   "properties": 
+       {"street": "LA PAZ  1", "color": "lime", "perpx": "-0.587164", "perpy": "-0.809468"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 13.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.70902,33.574966]
+       },
+   "properties": 
+       {"street": "LA PAZ 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 13.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.710558,33.575554]
+       },
+   "properties": 
+       {"street": "ALICIA", "color": "lime", "perpx": "0.357106", "perpy": "0.934064"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 13.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71075,33.575244]
+       },
+   "properties": 
+       {"street": "ALICIA", "color": "lime", "perpx": "-0.354891", "perpy": "-0.934908"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 13.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.714614,33.577091]
+       },
+   "properties": 
+       {"street": "ALISO 1", "color": "lime", "perpx": "0.4066", "perpy": "0.913606"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 13.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.714799,33.576781]
+       },
+   "properties": 
+       {"street": "ALISO 1", "color": "lime", "perpx": "-0.354891", "perpy": "-0.934908"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720958,33.580619]
+       },
+   "properties": 
+       {"street": "ALISO 3", "color": "lime", "perpx": "0.580052", "perpy": "0.81458"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721195,33.580299]
+       },
+   "properties": 
+       {"street": "ALISO 3", "color": "lime", "perpx": "-0.578216", "perpy": "-0.815884"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 14.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724921,33.583441]
+       },
+   "properties": 
+       {"street": "ALISO 4", "color": "lime", "perpx": "0.578216", "perpy": "0.815884"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 14.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.725184,33.583126]
+       },
+   "properties": 
+       {"street": "ALISO 4", "color": "lime", "perpx": "-0.56863", "perpy": "-0.822593"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 14.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72822,33.585779]
+       },
+   "properties": 
+       {"street": "LAGUNA HILLS", "color": "lime", "perpx": "0.329384", "perpy": "0.944196"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 14.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.728504,33.585421]
+       },
+   "properties": 
+       {"street": "LAGUNA HILLS", "color": "lime", "perpx": "-0.332032", "perpy": "-0.943268"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 15.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733096,33.58748]
+       },
+   "properties": 
+       {"street": "GLENWOOD 1", "color": "lime", "perpx": "0.329384", "perpy": "0.944196"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 15.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733325,33.587118]
+       },
+   "properties": 
+       {"street": "GLENWOOD 1", "color": "lime", "perpx": "-0.332032", "perpy": "-0.943268"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 15.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.740964,33.587924]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "-0.173867", "perpy": "-0.984769"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 15.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.740639,33.588223]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "0.158104", "perpy": "0.987422"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 15.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.745361,33.588855]
+       },
+   "properties": 
+       {"street": "EL TORO 2", "color": "lime", "perpx": "-0.317685", "perpy": "-0.948196"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 15.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744983,33.589091]
+       },
+   "properties": 
+       {"street": "EL TORO 2", "color": "lime", "perpx": "0.321018", "perpy": "0.947073"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 16.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.750156,33.590342]
+       },
+   "properties": 
+       {"street": "EL TORO 3", "color": "lime", "perpx": "-0.192332", "perpy": "-0.98133"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 16.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.749665,33.590678]
+       },
+   "properties": 
+       {"street": "EL TORO 3", "color": "lime", "perpx": "0.321018", "perpy": "0.947073"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 16.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755573,33.591624]
+       },
+   "properties": 
+       {"street": "EL TORO 4", "color": "lime", "perpx": "0.151183", "perpy": "0.988506"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 16.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755882,33.59118]
+       },
+   "properties": 
+       {"street": "EL TORO 4", "color": "lime", "perpx": "-0.141421", "perpy": "-0.989949"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 16.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.76171,33.593909]
+       },
+   "properties": 
+       {"street": "RTE 133 3", "color": "lime", "perpx": "0.57864", "perpy": "0.815583"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 16.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.761968,33.593514]
+       },
+   "properties": 
+       {"street": "RTE 133 3", "color": "lime", "perpx": "-0.569484", "perpy": "-0.822002"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 17.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764653,33.595997]
+       },
+   "properties": 
+       {"street": "RTE 133 4", "color": "lime", "perpx": "0.57864", "perpy": "0.815583"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 17.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764927,33.595564]
+       },
+   "properties": 
+       {"street": "RTE 133 4", "color": "lime", "perpx": "-0.569484", "perpy": "-0.822002"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 17.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.770961,33.598966]
+       },
+   "properties": 
+       {"street": "S OF PM 18", "color": "lime", "perpx": "0.126344", "perpy": "0.991986"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 17.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.771217,33.59849]
+       },
+   "properties": 
+       {"street": "S OF PM 18", "color": "lime", "perpx": "-0.12791", "perpy": "-0.991786"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 17.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.776669,33.599693]
+       },
+   "properties": 
+       {"street": "AT PM 18", "color": "lime", "perpx": "0.126344", "perpy": "0.991986"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 17.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.776885,33.599221]
+       },
+   "properties": 
+       {"street": "AT PM 18", "color": "lime", "perpx": "-0.12791", "perpy": "-0.991786"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 18.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.782151,33.601969]
+       },
+   "properties": 
+       {"street": "WILDLIFE", "color": "lime", "perpx": "0.16463", "perpy": "0.986355"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 18.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.78232,33.601523]
+       },
+   "properties": 
+       {"street": "WILDLIFE", "color": "lime", "perpx": "-0.168311", "perpy": "-0.985734"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 18.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.786992,33.602777]
+       },
+   "properties": 
+       {"street": "CATALINA 1", "color": "lime", "perpx": "0.16463", "perpy": "0.986355"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 18.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.787181,33.602353]
+       },
+   "properties": 
+       {"street": "CATALINA 1", "color": "lime", "perpx": "-0.168311", "perpy": "-0.985734"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 19.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801253,33.607825]
+       },
+   "properties": 
+       {"street": "CATALINA 2", "color": "lime", "perpx": "0.300702", "perpy": "0.953718"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 19.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801595,33.607237]
+       },
+   "properties": 
+       {"street": "CATALINA 2", "color": "lime", "perpx": "-0.309175", "perpy": "-0.951005"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 19.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.806039,33.609334]
+       },
+   "properties": 
+       {"street": "CATALINA 3", "color": "lime", "perpx": "0.300702", "perpy": "0.953718"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 19.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.806455,33.608817]
+       },
+   "properties": 
+       {"street": "CATALINA 3", "color": "lime", "perpx": "-0.309175", "perpy": "-0.951005"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 20.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.812765,33.610446]
+       },
+   "properties": 
+       {"street": "SAND CANYON 1", "color": "lime", "perpx": "0.469891", "perpy": "0.882724"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 20.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813251,33.610123]
+       },
+   "properties": 
+       {"street": "SAND CANYON 1", "color": "lime", "perpx": "-0.472863", "perpy": "-0.881136"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 20.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.815658,33.611986]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "0.469891", "perpy": "0.882724"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 20.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.816184,33.611697]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "-0.472863", "perpy": "-0.881136"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 20.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.817786,33.614224]
+       },
+   "properties": 
+       {"street": "SAND CANYON 3", "color": "lime", "perpx": "0.871209", "perpy": "0.490912"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 20.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.8183,33.614005]
+       },
+   "properties": 
+       {"street": "SAND CANYON 3", "color": "lime", "perpx": "-0.879015", "perpy": "-0.476793"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 20.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.819255,33.616831]
+       },
+   "properties": 
+       {"street": "SAND CANYON 4", "color": "lime", "perpx": "0.796595", "perpy": "0.604514"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 20.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.819745,33.616669]
+       },
+   "properties": 
+       {"street": "SAND CANYON 4", "color": "lime", "perpx": "-0.795225", "perpy": "-0.606314"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 21.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.822056,33.620522]
+       },
+   "properties": 
+       {"street": "SAND CANYON 5", "color": "lime", "perpx": "0.796595", "perpy": "0.604514"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 21.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.822441,33.620205]
+       },
+   "properties": 
+       {"street": "SAND CANYON 5", "color": "lime", "perpx": "-0.795225", "perpy": "-0.606314"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 21.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.828338,33.623005]
+       },
+   "properties": 
+       {"street": "NEWPORT COAST 1", "color": "lime", "perpx": "-0.61327", "perpy": "-0.789873"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 21.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.828171,33.623392]
+       },
+   "properties": 
+       {"street": "NEWPORT COAST 1", "color": "lime", "perpx": "0.622803", "perpy": "0.782378"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 21.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831907,33.626366]
+       },
+   "properties": 
+       {"street": "NEWPORT COAST 2", "color": "lime", "perpx": "0.622803", "perpy": "0.782378"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 21.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832171,33.625981]
+       },
+   "properties": 
+       {"street": "NEWPORT COAST 2", "color": "lime", "perpx": "-0.61327", "perpy": "-0.789873"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 22.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.837358,33.629759]
+       },
+   "properties": 
+       {"street": "S OF BONITA", "color": "lime", "perpx": "0.284483", "perpy": "0.958681"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 22.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.837662,33.629475]
+       },
+   "properties": 
+       {"street": "S OF BONITA", "color": "lime", "perpx": "-0.283058", "perpy": "-0.959103"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 22.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842609,33.630935]
+       },
+   "properties": 
+       {"street": "BONITA 1", "color": "lime", "perpx": "-0.294979", "perpy": "-0.955504"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 22.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842241,33.631208]
+       },
+   "properties": 
+       {"street": "BONITA 1", "color": "lime", "perpx": "0.292278", "perpy": "0.956333"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 22.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.847113,33.632697]
+       },
+   "properties": 
+       {"street": "BONITA 2", "color": "lime", "perpx": "0.292278", "perpy": "0.956333"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 22.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.847497,33.632444]
+       },
+   "properties": 
+       {"street": "BONITA 2", "color": "lime", "perpx": "-0.294979", "perpy": "-0.955504"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.852976,33.635664]
+       },
+   "properties": 
+       {"street": "N OF BONITA", "color": "lime", "perpx": "0.589389", "perpy": "0.80785"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.853396,33.635399]
+       },
+   "properties": 
+       {"street": "N OF BONITA", "color": "lime", "perpx": "-0.600727", "perpy": "-0.799454"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.857266,33.638307]
+       },
+   "properties": 
+       {"street": "BISON 1", "color": "lime", "perpx": "-0.780647", "perpy": "-0.624972"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.856881,33.638513]
+       },
+   "properties": 
+       {"street": "BISON 1", "color": "lime", "perpx": "0.800308", "perpy": "0.599589"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 23.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859193,33.640714]
+       },
+   "properties": 
+       {"street": "MACARTHUR 1", "color": "lime", "perpx": "-0.924825", "perpy": "-0.380393"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 23.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859875,33.643656]
+       },
+   "properties": 
+       {"street": "BISON 2", "color": "lime", "perpx": "0.976131", "perpy": "0.217185"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 23.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86032,33.643454]
+       },
+   "properties": 
+       {"street": "BISON 2", "color": "lime", "perpx": "-0.974437", "perpy": "-0.22466"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 24.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.860508,33.646501]
+       },
+   "properties": 
+       {"street": "MACARTHUR 2", "color": "lime", "perpx": "0.976131", "perpy": "0.217185"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 24.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.860978,33.646308]
+       },
+   "properties": 
+       {"street": "MACARTHUR 2", "color": "lime", "perpx": "-0.977116", "perpy": "-0.212707"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 24.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.8614,33.650823]
+       },
+   "properties": 
+       {"street": "UNIVERSITY SOUT", "color": "lime", "perpx": "0.853282", "perpy": "0.52145"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 24.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.861933,33.650695]
+       },
+   "properties": 
+       {"street": "UNIVERSITY SOUT", "color": "lime", "perpx": "-0.977116", "perpy": "-0.212707"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 24.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864335,33.65462]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "-0.633861", "perpy": "-0.773447"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 24.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864027,33.654806]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0.635445", "perpy": "0.772146"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 24.78",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86475,33.655401]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "0.635445", "perpy": "0.772146"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 24.78",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.865011,33.655174]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "-0.633861", "perpy": "-0.773447"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 25.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.871215,33.659515]
+       },
+   "properties": 
+       {"street": "ORCHID", "color": "lime", "perpx": "-0.566542", "perpy": "-0.824033"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 25.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.870921,33.659804]
+       },
+   "properties": 
+       {"street": "ORCHID", "color": "lime", "perpx": "0.565437", "perpy": "0.824792"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 25.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87634,33.663519]
+       },
+   "properties": 
+       {"street": "CAMPUS", "color": "lime", "perpx": "0.565437", "perpy": "0.824792"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 25.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876633,33.66324]
+       },
+   "properties": 
+       {"street": "CAMPUS", "color": "lime", "perpx": "-0.566542", "perpy": "-0.824033"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 26.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88342,33.669908]
+       },
+   "properties": 
+       {"street": "S OF 55", "color": "lime", "perpx": "-0.750726", "perpy": "-0.660614"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 26.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883175,33.67012]
+       },
+   "properties": 
+       {"street": "S OF 55", "color": "lime", "perpx": "0.756677", "perpy": "0.653789"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 26.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887299,33.674893]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "0.76071", "perpy": "0.649092"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 26.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887584,33.67464]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "-0.742508", "perpy": "-0.669837"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 27.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.892743,33.68058]
+       },
+   "properties": 
+       {"street": "BEAR 1", "color": "lime", "perpx": "-0.749261", "perpy": "-0.662275"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 27.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.894515,33.683052]
+       },
+   "properties": 
+       {"street": "BEAR 2", "color": "lime", "perpx": "0.737613", "perpy": "0.675223"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 27.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.898045,33.686456]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 27.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.897754,33.686594]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "73 N 10.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674552,33.545677]
+       },
+   "properties": 
+       {"street": "CAPISTRANO", "color": "lime", "perpx": "0.971174", "perpy": "0.238373"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 10.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674915,33.545627]
+       },
+   "properties": 
+       {"street": "CAPISTRANO", "color": "lime", "perpx": "-0.969543", "perpy": "-0.244923"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 10.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.675644,33.550126]
+       },
+   "properties": 
+       {"street": "SORRENTO", "color": "lime", "perpx": "0.940629", "perpy": "0.339435"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 10.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.676025,33.550021]
+       },
+   "properties": 
+       {"street": "SORRENTO", "color": "lime", "perpx": "-0.942619", "perpy": "-0.333871"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 11.22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.677553,33.554335]
+       },
+   "properties": 
+       {"street": "CABOT", "color": "lime", "perpx": "-0.942619", "perpy": "-0.333871"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 11.22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.677239,33.554546]
+       },
+   "properties": 
+       {"street": "CABOT", "color": "lime", "perpx": "0.940629", "perpy": "0.339435"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 11.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.683347,33.557463]
+       },
+   "properties": 
+       {"street": "GREENFIELD 1", "color": "lime", "perpx": "-0.204557", "perpy": "-0.978855"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 11.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.683209,33.557803]
+       },
+   "properties": 
+       {"street": "GREENFIELD 1", "color": "lime", "perpx": "0.198325", "perpy": "0.980136"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.689417,33.559105]
+       },
+   "properties": 
+       {"street": "GREENFIELD 2", "color": "lime", "perpx": "0.471098", "perpy": "0.882081"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.689492,33.558786]
+       },
+   "properties": 
+       {"street": "GREENFIELD 2", "color": "lime", "perpx": "-0.452101", "perpy": "-0.891967"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 12.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.693351,33.562029]
+       },
+   "properties": 
+       {"street": "ROCKRIDGE", "color": "lime", "perpx": "0.802439", "perpy": "0.596734"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 12.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.693516,33.56161]
+       },
+   "properties": 
+       {"street": "ROCKRIDGE", "color": "lime", "perpx": "-0.799245", "perpy": "-0.601005"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 12.52",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.695254,33.564588]
+       },
+   "properties": 
+       {"street": "WESTRIDGE", "color": "lime", "perpx": "0.701895", "perpy": "0.712281"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 12.52",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.695429,33.564154]
+       },
+   "properties": 
+       {"street": "WESTRIDGE", "color": "lime", "perpx": "-0.799245", "perpy": "-0.601005"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 12.83",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.698836,33.567532]
+       },
+   "properties": 
+       {"street": "MOULTON", "color": "lime", "perpx": "-0.62128", "perpy": "-0.783589"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 12.83",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.698683,33.567967]
+       },
+   "properties": 
+       {"street": "MOULTON", "color": "lime", "perpx": "0.701895", "perpy": "0.712281"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 13.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.702528,33.571095]
+       },
+   "properties": 
+       {"street": "PACIFIC PARK", "color": "lime", "perpx": "0.63793", "perpy": "0.770095"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 13.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.702926,33.570836]
+       },
+   "properties": 
+       {"street": "PACIFIC PARK", "color": "lime", "perpx": "-0.631459", "perpy": "-0.775409"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 13.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.706028,33.573158]
+       },
+   "properties": 
+       {"street": "LA PAZ  1", "color": "lime", "perpx": "-0.587164", "perpy": "-0.809468"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 13.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.70902,33.574966]
+       },
+   "properties": 
+       {"street": "LA PAZ 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 13.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.710558,33.575554]
+       },
+   "properties": 
+       {"street": "ALICIA", "color": "lime", "perpx": "0.357106", "perpy": "0.934064"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 13.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71075,33.575244]
+       },
+   "properties": 
+       {"street": "ALICIA", "color": "lime", "perpx": "-0.354891", "perpy": "-0.934908"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 13.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.714614,33.577091]
+       },
+   "properties": 
+       {"street": "ALISO 1", "color": "lime", "perpx": "0.4066", "perpy": "0.913606"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 13.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.714799,33.576781]
+       },
+   "properties": 
+       {"street": "ALISO 1", "color": "lime", "perpx": "-0.354891", "perpy": "-0.934908"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720958,33.580619]
+       },
+   "properties": 
+       {"street": "ALISO 3", "color": "lime", "perpx": "0.580052", "perpy": "0.81458"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721195,33.580299]
+       },
+   "properties": 
+       {"street": "ALISO 3", "color": "lime", "perpx": "-0.578216", "perpy": "-0.815884"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 14.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724921,33.583441]
+       },
+   "properties": 
+       {"street": "ALISO 4", "color": "lime", "perpx": "0.578216", "perpy": "0.815884"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 14.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.725184,33.583126]
+       },
+   "properties": 
+       {"street": "ALISO 4", "color": "lime", "perpx": "-0.56863", "perpy": "-0.822593"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 14.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72822,33.585779]
+       },
+   "properties": 
+       {"street": "LAGUNA HILLS", "color": "lime", "perpx": "0.329384", "perpy": "0.944196"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 14.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.728504,33.585421]
+       },
+   "properties": 
+       {"street": "LAGUNA HILLS", "color": "lime", "perpx": "-0.332032", "perpy": "-0.943268"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 15.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733096,33.58748]
+       },
+   "properties": 
+       {"street": "GLENWOOD 1", "color": "lime", "perpx": "0.329384", "perpy": "0.944196"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 15.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733325,33.587118]
+       },
+   "properties": 
+       {"street": "GLENWOOD 1", "color": "lime", "perpx": "-0.332032", "perpy": "-0.943268"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 15.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.740964,33.587924]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "-0.173867", "perpy": "-0.984769"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 15.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.740639,33.588223]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "0.158104", "perpy": "0.987422"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 15.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.745361,33.588855]
+       },
+   "properties": 
+       {"street": "EL TORO 2", "color": "lime", "perpx": "-0.317685", "perpy": "-0.948196"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 15.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744983,33.589091]
+       },
+   "properties": 
+       {"street": "EL TORO 2", "color": "lime", "perpx": "0.321018", "perpy": "0.947073"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 16.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.750156,33.590342]
+       },
+   "properties": 
+       {"street": "EL TORO 3", "color": "lime", "perpx": "-0.192332", "perpy": "-0.98133"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 16.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.749665,33.590678]
+       },
+   "properties": 
+       {"street": "EL TORO 3", "color": "lime", "perpx": "0.321018", "perpy": "0.947073"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 16.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755573,33.591624]
+       },
+   "properties": 
+       {"street": "EL TORO 4", "color": "lime", "perpx": "0.151183", "perpy": "0.988506"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 16.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755882,33.59118]
+       },
+   "properties": 
+       {"street": "EL TORO 4", "color": "lime", "perpx": "-0.141421", "perpy": "-0.989949"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 16.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.76171,33.593909]
+       },
+   "properties": 
+       {"street": "RTE 133 3", "color": "lime", "perpx": "0.57864", "perpy": "0.815583"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 16.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.761968,33.593514]
+       },
+   "properties": 
+       {"street": "RTE 133 3", "color": "lime", "perpx": "-0.569484", "perpy": "-0.822002"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 17.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764653,33.595997]
+       },
+   "properties": 
+       {"street": "RTE 133 4", "color": "lime", "perpx": "0.57864", "perpy": "0.815583"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 17.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764927,33.595564]
+       },
+   "properties": 
+       {"street": "RTE 133 4", "color": "lime", "perpx": "-0.569484", "perpy": "-0.822002"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 17.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.770961,33.598966]
+       },
+   "properties": 
+       {"street": "S OF PM 18", "color": "lime", "perpx": "0.126344", "perpy": "0.991986"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 17.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.771217,33.59849]
+       },
+   "properties": 
+       {"street": "S OF PM 18", "color": "lime", "perpx": "-0.12791", "perpy": "-0.991786"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 17.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.776669,33.599693]
+       },
+   "properties": 
+       {"street": "AT PM 18", "color": "lime", "perpx": "0.126344", "perpy": "0.991986"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 17.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.776885,33.599221]
+       },
+   "properties": 
+       {"street": "AT PM 18", "color": "lime", "perpx": "-0.12791", "perpy": "-0.991786"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 18.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.782151,33.601969]
+       },
+   "properties": 
+       {"street": "WILDLIFE", "color": "lime", "perpx": "0.16463", "perpy": "0.986355"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 18.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.78232,33.601523]
+       },
+   "properties": 
+       {"street": "WILDLIFE", "color": "lime", "perpx": "-0.168311", "perpy": "-0.985734"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 18.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.786992,33.602777]
+       },
+   "properties": 
+       {"street": "CATALINA 1", "color": "lime", "perpx": "0.16463", "perpy": "0.986355"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 18.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.787181,33.602353]
+       },
+   "properties": 
+       {"street": "CATALINA 1", "color": "lime", "perpx": "-0.168311", "perpy": "-0.985734"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 19.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801253,33.607825]
+       },
+   "properties": 
+       {"street": "CATALINA 2", "color": "lime", "perpx": "0.300702", "perpy": "0.953718"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 19.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801595,33.607237]
+       },
+   "properties": 
+       {"street": "CATALINA 2", "color": "lime", "perpx": "-0.309175", "perpy": "-0.951005"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 19.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.806039,33.609334]
+       },
+   "properties": 
+       {"street": "CATALINA 3", "color": "lime", "perpx": "0.300702", "perpy": "0.953718"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 19.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.806455,33.608817]
+       },
+   "properties": 
+       {"street": "CATALINA 3", "color": "lime", "perpx": "-0.309175", "perpy": "-0.951005"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 20.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.812765,33.610446]
+       },
+   "properties": 
+       {"street": "SAND CANYON 1", "color": "lime", "perpx": "0.469891", "perpy": "0.882724"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 20.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813251,33.610123]
+       },
+   "properties": 
+       {"street": "SAND CANYON 1", "color": "lime", "perpx": "-0.472863", "perpy": "-0.881136"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 20.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.815658,33.611986]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "0.469891", "perpy": "0.882724"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 20.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.816184,33.611697]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "-0.472863", "perpy": "-0.881136"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 20.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.817786,33.614224]
+       },
+   "properties": 
+       {"street": "SAND CANYON 3", "color": "lime", "perpx": "0.871209", "perpy": "0.490912"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 20.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.8183,33.614005]
+       },
+   "properties": 
+       {"street": "SAND CANYON 3", "color": "lime", "perpx": "-0.879015", "perpy": "-0.476793"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 20.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.819255,33.616831]
+       },
+   "properties": 
+       {"street": "SAND CANYON 4", "color": "lime", "perpx": "0.796595", "perpy": "0.604514"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 20.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.819745,33.616669]
+       },
+   "properties": 
+       {"street": "SAND CANYON 4", "color": "lime", "perpx": "-0.795225", "perpy": "-0.606314"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 21.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.822056,33.620522]
+       },
+   "properties": 
+       {"street": "SAND CANYON 5", "color": "lime", "perpx": "0.796595", "perpy": "0.604514"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 21.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.822441,33.620205]
+       },
+   "properties": 
+       {"street": "SAND CANYON 5", "color": "lime", "perpx": "-0.795225", "perpy": "-0.606314"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 21.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.828338,33.623005]
+       },
+   "properties": 
+       {"street": "NEWPORT COAST 1", "color": "lime", "perpx": "-0.61327", "perpy": "-0.789873"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 21.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.828171,33.623392]
+       },
+   "properties": 
+       {"street": "NEWPORT COAST 1", "color": "lime", "perpx": "0.622803", "perpy": "0.782378"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 21.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831907,33.626366]
+       },
+   "properties": 
+       {"street": "NEWPORT COAST 2", "color": "lime", "perpx": "0.622803", "perpy": "0.782378"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 21.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832171,33.625981]
+       },
+   "properties": 
+       {"street": "NEWPORT COAST 2", "color": "lime", "perpx": "-0.61327", "perpy": "-0.789873"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 22.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.837358,33.629759]
+       },
+   "properties": 
+       {"street": "S OF BONITA", "color": "lime", "perpx": "0.284483", "perpy": "0.958681"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 22.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.837662,33.629475]
+       },
+   "properties": 
+       {"street": "S OF BONITA", "color": "lime", "perpx": "-0.283058", "perpy": "-0.959103"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 22.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842609,33.630935]
+       },
+   "properties": 
+       {"street": "BONITA 1", "color": "lime", "perpx": "-0.294979", "perpy": "-0.955504"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 22.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842241,33.631208]
+       },
+   "properties": 
+       {"street": "BONITA 1", "color": "lime", "perpx": "0.292278", "perpy": "0.956333"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 22.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.847113,33.632697]
+       },
+   "properties": 
+       {"street": "BONITA 2", "color": "lime", "perpx": "0.292278", "perpy": "0.956333"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 22.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.847497,33.632444]
+       },
+   "properties": 
+       {"street": "BONITA 2", "color": "lime", "perpx": "-0.294979", "perpy": "-0.955504"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.852976,33.635664]
+       },
+   "properties": 
+       {"street": "N OF BONITA", "color": "lime", "perpx": "0.589389", "perpy": "0.80785"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.853396,33.635399]
+       },
+   "properties": 
+       {"street": "N OF BONITA", "color": "lime", "perpx": "-0.600727", "perpy": "-0.799454"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.857266,33.638307]
+       },
+   "properties": 
+       {"street": "BISON 1", "color": "lime", "perpx": "-0.780647", "perpy": "-0.624972"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.856881,33.638513]
+       },
+   "properties": 
+       {"street": "BISON 1", "color": "lime", "perpx": "0.800308", "perpy": "0.599589"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 23.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859193,33.640714]
+       },
+   "properties": 
+       {"street": "MACARTHUR 1", "color": "lime", "perpx": "-0.924825", "perpy": "-0.380393"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 23.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859875,33.643656]
+       },
+   "properties": 
+       {"street": "BISON 2", "color": "lime", "perpx": "0.976131", "perpy": "0.217185"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 23.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86032,33.643454]
+       },
+   "properties": 
+       {"street": "BISON 2", "color": "lime", "perpx": "-0.974437", "perpy": "-0.22466"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 24.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.860508,33.646501]
+       },
+   "properties": 
+       {"street": "MACARTHUR 2", "color": "lime", "perpx": "0.976131", "perpy": "0.217185"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 24.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.860978,33.646308]
+       },
+   "properties": 
+       {"street": "MACARTHUR 2", "color": "lime", "perpx": "-0.977116", "perpy": "-0.212707"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 24.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.8614,33.650823]
+       },
+   "properties": 
+       {"street": "UNIVERSITY SOUT", "color": "lime", "perpx": "0.853282", "perpy": "0.52145"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 24.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.861933,33.650695]
+       },
+   "properties": 
+       {"street": "UNIVERSITY SOUT", "color": "lime", "perpx": "-0.977116", "perpy": "-0.212707"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 24.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864335,33.65462]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "-0.633861", "perpy": "-0.773447"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 24.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864027,33.654806]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0.635445", "perpy": "0.772146"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 24.78",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86475,33.655401]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "0.635445", "perpy": "0.772146"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 24.78",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.865011,33.655174]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "-0.633861", "perpy": "-0.773447"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 25.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.871215,33.659515]
+       },
+   "properties": 
+       {"street": "ORCHID", "color": "lime", "perpx": "-0.566542", "perpy": "-0.824033"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 25.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.870921,33.659804]
+       },
+   "properties": 
+       {"street": "ORCHID", "color": "lime", "perpx": "0.565437", "perpy": "0.824792"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 25.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87634,33.663519]
+       },
+   "properties": 
+       {"street": "CAMPUS", "color": "lime", "perpx": "0.565437", "perpy": "0.824792"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 25.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876633,33.66324]
+       },
+   "properties": 
+       {"street": "CAMPUS", "color": "lime", "perpx": "-0.566542", "perpy": "-0.824033"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 26.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88342,33.669908]
+       },
+   "properties": 
+       {"street": "S OF 55", "color": "lime", "perpx": "-0.750726", "perpy": "-0.660614"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 26.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883175,33.67012]
+       },
+   "properties": 
+       {"street": "S OF 55", "color": "lime", "perpx": "0.756677", "perpy": "0.653789"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 26.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887299,33.674893]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "0.76071", "perpy": "0.649092"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 26.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887584,33.67464]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "-0.742508", "perpy": "-0.669837"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 27.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.892743,33.68058]
+       },
+   "properties": 
+       {"street": "BEAR 1", "color": "lime", "perpx": "-0.749261", "perpy": "-0.662275"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 27.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.894515,33.683052]
+       },
+   "properties": 
+       {"street": "BEAR 2", "color": "lime", "perpx": "0.737613", "perpy": "0.675223"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 27.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.898045,33.686456]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 27.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.897754,33.686594]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "73 N 10.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674552,33.545677]
+       },
+   "properties": 
+       {"street": "CAPISTRANO", "color": "lime", "perpx": "0.971174", "perpy": "0.238373"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 10.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674915,33.545627]
+       },
+   "properties": 
+       {"street": "CAPISTRANO", "color": "lime", "perpx": "-0.969543", "perpy": "-0.244923"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 10.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.675644,33.550126]
+       },
+   "properties": 
+       {"street": "SORRENTO", "color": "lime", "perpx": "0.940629", "perpy": "0.339435"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 10.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.676025,33.550021]
+       },
+   "properties": 
+       {"street": "SORRENTO", "color": "lime", "perpx": "-0.942619", "perpy": "-0.333871"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 11.22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.677553,33.554335]
+       },
+   "properties": 
+       {"street": "CABOT", "color": "lime", "perpx": "-0.942619", "perpy": "-0.333871"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 11.22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.677239,33.554546]
+       },
+   "properties": 
+       {"street": "CABOT", "color": "lime", "perpx": "0.940629", "perpy": "0.339435"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 11.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.683347,33.557463]
+       },
+   "properties": 
+       {"street": "GREENFIELD 1", "color": "lime", "perpx": "-0.204557", "perpy": "-0.978855"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 11.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.683209,33.557803]
+       },
+   "properties": 
+       {"street": "GREENFIELD 1", "color": "lime", "perpx": "0.198325", "perpy": "0.980136"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.689417,33.559105]
+       },
+   "properties": 
+       {"street": "GREENFIELD 2", "color": "lime", "perpx": "0.471098", "perpy": "0.882081"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.689492,33.558786]
+       },
+   "properties": 
+       {"street": "GREENFIELD 2", "color": "lime", "perpx": "-0.452101", "perpy": "-0.891967"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 12.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.693351,33.562029]
+       },
+   "properties": 
+       {"street": "ROCKRIDGE", "color": "lime", "perpx": "0.802439", "perpy": "0.596734"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 12.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.693516,33.56161]
+       },
+   "properties": 
+       {"street": "ROCKRIDGE", "color": "lime", "perpx": "-0.799245", "perpy": "-0.601005"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 12.52",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.695254,33.564588]
+       },
+   "properties": 
+       {"street": "WESTRIDGE", "color": "lime", "perpx": "0.701895", "perpy": "0.712281"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 12.52",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.695429,33.564154]
+       },
+   "properties": 
+       {"street": "WESTRIDGE", "color": "lime", "perpx": "-0.799245", "perpy": "-0.601005"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 12.83",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.698836,33.567532]
+       },
+   "properties": 
+       {"street": "MOULTON", "color": "lime", "perpx": "-0.62128", "perpy": "-0.783589"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 12.83",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.698683,33.567967]
+       },
+   "properties": 
+       {"street": "MOULTON", "color": "lime", "perpx": "0.701895", "perpy": "0.712281"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 13.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.702528,33.571095]
+       },
+   "properties": 
+       {"street": "PACIFIC PARK", "color": "lime", "perpx": "0.63793", "perpy": "0.770095"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 13.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.702926,33.570836]
+       },
+   "properties": 
+       {"street": "PACIFIC PARK", "color": "lime", "perpx": "-0.631459", "perpy": "-0.775409"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 13.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.706028,33.573158]
+       },
+   "properties": 
+       {"street": "LA PAZ  1", "color": "lime", "perpx": "-0.587164", "perpy": "-0.809468"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 13.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.70902,33.574966]
+       },
+   "properties": 
+       {"street": "LA PAZ 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 13.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.710558,33.575554]
+       },
+   "properties": 
+       {"street": "ALICIA", "color": "lime", "perpx": "0.357106", "perpy": "0.934064"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 13.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71075,33.575244]
+       },
+   "properties": 
+       {"street": "ALICIA", "color": "lime", "perpx": "-0.354891", "perpy": "-0.934908"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 13.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.714614,33.577091]
+       },
+   "properties": 
+       {"street": "ALISO 1", "color": "lime", "perpx": "0.4066", "perpy": "0.913606"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 13.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.714799,33.576781]
+       },
+   "properties": 
+       {"street": "ALISO 1", "color": "lime", "perpx": "-0.354891", "perpy": "-0.934908"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720958,33.580619]
+       },
+   "properties": 
+       {"street": "ALISO 3", "color": "lime", "perpx": "0.580052", "perpy": "0.81458"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721195,33.580299]
+       },
+   "properties": 
+       {"street": "ALISO 3", "color": "lime", "perpx": "-0.578216", "perpy": "-0.815884"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 14.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724921,33.583441]
+       },
+   "properties": 
+       {"street": "ALISO 4", "color": "lime", "perpx": "0.578216", "perpy": "0.815884"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 14.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.725184,33.583126]
+       },
+   "properties": 
+       {"street": "ALISO 4", "color": "lime", "perpx": "-0.56863", "perpy": "-0.822593"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 14.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72822,33.585779]
+       },
+   "properties": 
+       {"street": "LAGUNA HILLS", "color": "lime", "perpx": "0.329384", "perpy": "0.944196"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 14.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.728504,33.585421]
+       },
+   "properties": 
+       {"street": "LAGUNA HILLS", "color": "lime", "perpx": "-0.332032", "perpy": "-0.943268"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 15.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733096,33.58748]
+       },
+   "properties": 
+       {"street": "GLENWOOD 1", "color": "lime", "perpx": "0.329384", "perpy": "0.944196"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 15.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733325,33.587118]
+       },
+   "properties": 
+       {"street": "GLENWOOD 1", "color": "lime", "perpx": "-0.332032", "perpy": "-0.943268"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 15.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.740964,33.587924]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "-0.173867", "perpy": "-0.984769"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 15.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.740639,33.588223]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "0.158104", "perpy": "0.987422"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 15.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.745361,33.588855]
+       },
+   "properties": 
+       {"street": "EL TORO 2", "color": "lime", "perpx": "-0.317685", "perpy": "-0.948196"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 15.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744983,33.589091]
+       },
+   "properties": 
+       {"street": "EL TORO 2", "color": "lime", "perpx": "0.321018", "perpy": "0.947073"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 16.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.750156,33.590342]
+       },
+   "properties": 
+       {"street": "EL TORO 3", "color": "lime", "perpx": "-0.192332", "perpy": "-0.98133"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 16.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.749665,33.590678]
+       },
+   "properties": 
+       {"street": "EL TORO 3", "color": "lime", "perpx": "0.321018", "perpy": "0.947073"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 16.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755573,33.591624]
+       },
+   "properties": 
+       {"street": "EL TORO 4", "color": "lime", "perpx": "0.151183", "perpy": "0.988506"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 16.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755882,33.59118]
+       },
+   "properties": 
+       {"street": "EL TORO 4", "color": "lime", "perpx": "-0.141421", "perpy": "-0.989949"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 16.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.76171,33.593909]
+       },
+   "properties": 
+       {"street": "RTE 133 3", "color": "lime", "perpx": "0.57864", "perpy": "0.815583"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 16.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.761968,33.593514]
+       },
+   "properties": 
+       {"street": "RTE 133 3", "color": "lime", "perpx": "-0.569484", "perpy": "-0.822002"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 17.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764653,33.595997]
+       },
+   "properties": 
+       {"street": "RTE 133 4", "color": "lime", "perpx": "0.57864", "perpy": "0.815583"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 17.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764927,33.595564]
+       },
+   "properties": 
+       {"street": "RTE 133 4", "color": "lime", "perpx": "-0.569484", "perpy": "-0.822002"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 17.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.770961,33.598966]
+       },
+   "properties": 
+       {"street": "S OF PM 18", "color": "lime", "perpx": "0.126344", "perpy": "0.991986"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 17.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.771217,33.59849]
+       },
+   "properties": 
+       {"street": "S OF PM 18", "color": "lime", "perpx": "-0.12791", "perpy": "-0.991786"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 17.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.776669,33.599693]
+       },
+   "properties": 
+       {"street": "AT PM 18", "color": "lime", "perpx": "0.126344", "perpy": "0.991986"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 17.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.776885,33.599221]
+       },
+   "properties": 
+       {"street": "AT PM 18", "color": "lime", "perpx": "-0.12791", "perpy": "-0.991786"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 18.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.782151,33.601969]
+       },
+   "properties": 
+       {"street": "WILDLIFE", "color": "lime", "perpx": "0.16463", "perpy": "0.986355"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 18.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.78232,33.601523]
+       },
+   "properties": 
+       {"street": "WILDLIFE", "color": "lime", "perpx": "-0.168311", "perpy": "-0.985734"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 18.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.786992,33.602777]
+       },
+   "properties": 
+       {"street": "CATALINA 1", "color": "lime", "perpx": "0.16463", "perpy": "0.986355"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 18.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.787181,33.602353]
+       },
+   "properties": 
+       {"street": "CATALINA 1", "color": "lime", "perpx": "-0.168311", "perpy": "-0.985734"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 19.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801253,33.607825]
+       },
+   "properties": 
+       {"street": "CATALINA 2", "color": "lime", "perpx": "0.300702", "perpy": "0.953718"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 19.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801595,33.607237]
+       },
+   "properties": 
+       {"street": "CATALINA 2", "color": "lime", "perpx": "-0.309175", "perpy": "-0.951005"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 19.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.806039,33.609334]
+       },
+   "properties": 
+       {"street": "CATALINA 3", "color": "lime", "perpx": "0.300702", "perpy": "0.953718"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 19.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.806455,33.608817]
+       },
+   "properties": 
+       {"street": "CATALINA 3", "color": "lime", "perpx": "-0.309175", "perpy": "-0.951005"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 20.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.812765,33.610446]
+       },
+   "properties": 
+       {"street": "SAND CANYON 1", "color": "lime", "perpx": "0.469891", "perpy": "0.882724"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 20.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813251,33.610123]
+       },
+   "properties": 
+       {"street": "SAND CANYON 1", "color": "lime", "perpx": "-0.472863", "perpy": "-0.881136"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 20.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.815658,33.611986]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "0.469891", "perpy": "0.882724"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 20.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.816184,33.611697]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "-0.472863", "perpy": "-0.881136"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 20.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.817786,33.614224]
+       },
+   "properties": 
+       {"street": "SAND CANYON 3", "color": "lime", "perpx": "0.871209", "perpy": "0.490912"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 20.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.8183,33.614005]
+       },
+   "properties": 
+       {"street": "SAND CANYON 3", "color": "lime", "perpx": "-0.879015", "perpy": "-0.476793"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 20.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.819255,33.616831]
+       },
+   "properties": 
+       {"street": "SAND CANYON 4", "color": "lime", "perpx": "0.796595", "perpy": "0.604514"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 20.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.819745,33.616669]
+       },
+   "properties": 
+       {"street": "SAND CANYON 4", "color": "lime", "perpx": "-0.795225", "perpy": "-0.606314"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 21.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.822056,33.620522]
+       },
+   "properties": 
+       {"street": "SAND CANYON 5", "color": "lime", "perpx": "0.796595", "perpy": "0.604514"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 21.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.822441,33.620205]
+       },
+   "properties": 
+       {"street": "SAND CANYON 5", "color": "lime", "perpx": "-0.795225", "perpy": "-0.606314"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 21.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.828338,33.623005]
+       },
+   "properties": 
+       {"street": "NEWPORT COAST 1", "color": "lime", "perpx": "-0.61327", "perpy": "-0.789873"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 21.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.828171,33.623392]
+       },
+   "properties": 
+       {"street": "NEWPORT COAST 1", "color": "lime", "perpx": "0.622803", "perpy": "0.782378"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 21.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831907,33.626366]
+       },
+   "properties": 
+       {"street": "NEWPORT COAST 2", "color": "lime", "perpx": "0.622803", "perpy": "0.782378"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 21.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832171,33.625981]
+       },
+   "properties": 
+       {"street": "NEWPORT COAST 2", "color": "lime", "perpx": "-0.61327", "perpy": "-0.789873"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 22.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.837358,33.629759]
+       },
+   "properties": 
+       {"street": "S OF BONITA", "color": "lime", "perpx": "0.284483", "perpy": "0.958681"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 22.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.837662,33.629475]
+       },
+   "properties": 
+       {"street": "S OF BONITA", "color": "lime", "perpx": "-0.283058", "perpy": "-0.959103"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 22.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842609,33.630935]
+       },
+   "properties": 
+       {"street": "BONITA 1", "color": "lime", "perpx": "-0.294979", "perpy": "-0.955504"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 22.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842241,33.631208]
+       },
+   "properties": 
+       {"street": "BONITA 1", "color": "lime", "perpx": "0.292278", "perpy": "0.956333"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 22.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.847113,33.632697]
+       },
+   "properties": 
+       {"street": "BONITA 2", "color": "lime", "perpx": "0.292278", "perpy": "0.956333"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 22.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.847497,33.632444]
+       },
+   "properties": 
+       {"street": "BONITA 2", "color": "lime", "perpx": "-0.294979", "perpy": "-0.955504"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.852976,33.635664]
+       },
+   "properties": 
+       {"street": "N OF BONITA", "color": "lime", "perpx": "0.589389", "perpy": "0.80785"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.853396,33.635399]
+       },
+   "properties": 
+       {"street": "N OF BONITA", "color": "lime", "perpx": "-0.600727", "perpy": "-0.799454"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.857266,33.638307]
+       },
+   "properties": 
+       {"street": "BISON 1", "color": "lime", "perpx": "-0.780647", "perpy": "-0.624972"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.856881,33.638513]
+       },
+   "properties": 
+       {"street": "BISON 1", "color": "lime", "perpx": "0.800308", "perpy": "0.599589"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 23.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859193,33.640714]
+       },
+   "properties": 
+       {"street": "MACARTHUR 1", "color": "lime", "perpx": "-0.924825", "perpy": "-0.380393"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 23.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859875,33.643656]
+       },
+   "properties": 
+       {"street": "BISON 2", "color": "lime", "perpx": "0.976131", "perpy": "0.217185"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 23.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86032,33.643454]
+       },
+   "properties": 
+       {"street": "BISON 2", "color": "lime", "perpx": "-0.974437", "perpy": "-0.22466"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 24.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.860508,33.646501]
+       },
+   "properties": 
+       {"street": "MACARTHUR 2", "color": "lime", "perpx": "0.976131", "perpy": "0.217185"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 24.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.860978,33.646308]
+       },
+   "properties": 
+       {"street": "MACARTHUR 2", "color": "lime", "perpx": "-0.977116", "perpy": "-0.212707"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 24.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.8614,33.650823]
+       },
+   "properties": 
+       {"street": "UNIVERSITY SOUT", "color": "lime", "perpx": "0.853282", "perpy": "0.52145"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 24.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.861933,33.650695]
+       },
+   "properties": 
+       {"street": "UNIVERSITY SOUT", "color": "lime", "perpx": "-0.977116", "perpy": "-0.212707"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 24.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864335,33.65462]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "-0.633861", "perpy": "-0.773447"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 24.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864027,33.654806]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0.635445", "perpy": "0.772146"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 24.78",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86475,33.655401]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "0.635445", "perpy": "0.772146"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 24.78",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.865011,33.655174]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "-0.633861", "perpy": "-0.773447"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 25.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.871215,33.659515]
+       },
+   "properties": 
+       {"street": "ORCHID", "color": "lime", "perpx": "-0.566542", "perpy": "-0.824033"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 25.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.870921,33.659804]
+       },
+   "properties": 
+       {"street": "ORCHID", "color": "lime", "perpx": "0.565437", "perpy": "0.824792"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 25.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87634,33.663519]
+       },
+   "properties": 
+       {"street": "CAMPUS", "color": "lime", "perpx": "0.565437", "perpy": "0.824792"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 25.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876633,33.66324]
+       },
+   "properties": 
+       {"street": "CAMPUS", "color": "lime", "perpx": "-0.566542", "perpy": "-0.824033"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 26.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88342,33.669908]
+       },
+   "properties": 
+       {"street": "S OF 55", "color": "lime", "perpx": "-0.750726", "perpy": "-0.660614"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 26.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883175,33.67012]
+       },
+   "properties": 
+       {"street": "S OF 55", "color": "lime", "perpx": "0.756677", "perpy": "0.653789"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 26.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887299,33.674893]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "0.76071", "perpy": "0.649092"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 26.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887584,33.67464]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "-0.742508", "perpy": "-0.669837"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 27.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.892743,33.68058]
+       },
+   "properties": 
+       {"street": "BEAR 1", "color": "lime", "perpx": "-0.749261", "perpy": "-0.662275"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 27.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.894515,33.683052]
+       },
+   "properties": 
+       {"street": "BEAR 2", "color": "lime", "perpx": "0.737613", "perpy": "0.675223"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 27.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.898045,33.686456]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 27.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.897754,33.686594]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "73 N 10.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674552,33.545677]
+       },
+   "properties": 
+       {"street": "CAPISTRANO", "color": "lime", "perpx": "0.971174", "perpy": "0.238373"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 10.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.674915,33.545627]
+       },
+   "properties": 
+       {"street": "CAPISTRANO", "color": "lime", "perpx": "-0.969543", "perpy": "-0.244923"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 10.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.675644,33.550126]
+       },
+   "properties": 
+       {"street": "SORRENTO", "color": "lime", "perpx": "0.940629", "perpy": "0.339435"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 10.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.676025,33.550021]
+       },
+   "properties": 
+       {"street": "SORRENTO", "color": "lime", "perpx": "-0.942619", "perpy": "-0.333871"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 11.22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.677553,33.554335]
+       },
+   "properties": 
+       {"street": "CABOT", "color": "lime", "perpx": "-0.942619", "perpy": "-0.333871"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 11.22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.677239,33.554546]
+       },
+   "properties": 
+       {"street": "CABOT", "color": "lime", "perpx": "0.940629", "perpy": "0.339435"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 11.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.683347,33.557463]
+       },
+   "properties": 
+       {"street": "GREENFIELD 1", "color": "lime", "perpx": "-0.204557", "perpy": "-0.978855"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 11.64",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.683209,33.557803]
+       },
+   "properties": 
+       {"street": "GREENFIELD 1", "color": "lime", "perpx": "0.198325", "perpy": "0.980136"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.689417,33.559105]
+       },
+   "properties": 
+       {"street": "GREENFIELD 2", "color": "lime", "perpx": "0.471098", "perpy": "0.882081"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.689492,33.558786]
+       },
+   "properties": 
+       {"street": "GREENFIELD 2", "color": "lime", "perpx": "-0.452101", "perpy": "-0.891967"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 12.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.693351,33.562029]
+       },
+   "properties": 
+       {"street": "ROCKRIDGE", "color": "lime", "perpx": "0.802439", "perpy": "0.596734"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 12.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.693516,33.56161]
+       },
+   "properties": 
+       {"street": "ROCKRIDGE", "color": "lime", "perpx": "-0.799245", "perpy": "-0.601005"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 12.52",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.695254,33.564588]
+       },
+   "properties": 
+       {"street": "WESTRIDGE", "color": "lime", "perpx": "0.701895", "perpy": "0.712281"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 12.52",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.695429,33.564154]
+       },
+   "properties": 
+       {"street": "WESTRIDGE", "color": "lime", "perpx": "-0.799245", "perpy": "-0.601005"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 12.83",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.698836,33.567532]
+       },
+   "properties": 
+       {"street": "MOULTON", "color": "lime", "perpx": "-0.62128", "perpy": "-0.783589"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 12.83",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.698683,33.567967]
+       },
+   "properties": 
+       {"street": "MOULTON", "color": "lime", "perpx": "0.701895", "perpy": "0.712281"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 13.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.702528,33.571095]
+       },
+   "properties": 
+       {"street": "PACIFIC PARK", "color": "lime", "perpx": "0.63793", "perpy": "0.770095"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 13.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.702926,33.570836]
+       },
+   "properties": 
+       {"street": "PACIFIC PARK", "color": "lime", "perpx": "-0.631459", "perpy": "-0.775409"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 13.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.706028,33.573158]
+       },
+   "properties": 
+       {"street": "LA PAZ  1", "color": "lime", "perpx": "-0.587164", "perpy": "-0.809468"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 13.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.70902,33.574966]
+       },
+   "properties": 
+       {"street": "LA PAZ 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 13.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.710558,33.575554]
+       },
+   "properties": 
+       {"street": "ALICIA", "color": "lime", "perpx": "0.357106", "perpy": "0.934064"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 13.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71075,33.575244]
+       },
+   "properties": 
+       {"street": "ALICIA", "color": "lime", "perpx": "-0.354891", "perpy": "-0.934908"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 13.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.714614,33.577091]
+       },
+   "properties": 
+       {"street": "ALISO 1", "color": "lime", "perpx": "0.4066", "perpy": "0.913606"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 13.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.714799,33.576781]
+       },
+   "properties": 
+       {"street": "ALISO 1", "color": "lime", "perpx": "-0.354891", "perpy": "-0.934908"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.720958,33.580619]
+       },
+   "properties": 
+       {"street": "ALISO 3", "color": "lime", "perpx": "0.580052", "perpy": "0.81458"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721195,33.580299]
+       },
+   "properties": 
+       {"street": "ALISO 3", "color": "lime", "perpx": "-0.578216", "perpy": "-0.815884"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 14.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.724921,33.583441]
+       },
+   "properties": 
+       {"street": "ALISO 4", "color": "lime", "perpx": "0.578216", "perpy": "0.815884"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 14.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.725184,33.583126]
+       },
+   "properties": 
+       {"street": "ALISO 4", "color": "lime", "perpx": "-0.56863", "perpy": "-0.822593"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 14.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.72822,33.585779]
+       },
+   "properties": 
+       {"street": "LAGUNA HILLS", "color": "lime", "perpx": "0.329384", "perpy": "0.944196"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 14.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.728504,33.585421]
+       },
+   "properties": 
+       {"street": "LAGUNA HILLS", "color": "lime", "perpx": "-0.332032", "perpy": "-0.943268"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 15.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733096,33.58748]
+       },
+   "properties": 
+       {"street": "GLENWOOD 1", "color": "lime", "perpx": "0.329384", "perpy": "0.944196"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 15.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733325,33.587118]
+       },
+   "properties": 
+       {"street": "GLENWOOD 1", "color": "lime", "perpx": "-0.332032", "perpy": "-0.943268"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 15.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.740964,33.587924]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "-0.173867", "perpy": "-0.984769"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 15.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.740639,33.588223]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "lime", "perpx": "0.158104", "perpy": "0.987422"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 15.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.745361,33.588855]
+       },
+   "properties": 
+       {"street": "EL TORO 2", "color": "lime", "perpx": "-0.317685", "perpy": "-0.948196"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 15.96",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744983,33.589091]
+       },
+   "properties": 
+       {"street": "EL TORO 2", "color": "lime", "perpx": "0.321018", "perpy": "0.947073"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 16.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.750156,33.590342]
+       },
+   "properties": 
+       {"street": "EL TORO 3", "color": "lime", "perpx": "-0.192332", "perpy": "-0.98133"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 16.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.749665,33.590678]
+       },
+   "properties": 
+       {"street": "EL TORO 3", "color": "lime", "perpx": "0.321018", "perpy": "0.947073"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 16.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755573,33.591624]
+       },
+   "properties": 
+       {"street": "EL TORO 4", "color": "lime", "perpx": "0.151183", "perpy": "0.988506"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 16.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.755882,33.59118]
+       },
+   "properties": 
+       {"street": "EL TORO 4", "color": "lime", "perpx": "-0.141421", "perpy": "-0.989949"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 16.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.76171,33.593909]
+       },
+   "properties": 
+       {"street": "RTE 133 3", "color": "lime", "perpx": "0.57864", "perpy": "0.815583"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 16.98",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.761968,33.593514]
+       },
+   "properties": 
+       {"street": "RTE 133 3", "color": "lime", "perpx": "-0.569484", "perpy": "-0.822002"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 17.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764653,33.595997]
+       },
+   "properties": 
+       {"street": "RTE 133 4", "color": "lime", "perpx": "0.57864", "perpy": "0.815583"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 17.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.764927,33.595564]
+       },
+   "properties": 
+       {"street": "RTE 133 4", "color": "lime", "perpx": "-0.569484", "perpy": "-0.822002"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 17.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.770961,33.598966]
+       },
+   "properties": 
+       {"street": "S OF PM 18", "color": "lime", "perpx": "0.126344", "perpy": "0.991986"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 17.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.771217,33.59849]
+       },
+   "properties": 
+       {"street": "S OF PM 18", "color": "lime", "perpx": "-0.12791", "perpy": "-0.991786"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 17.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.776669,33.599693]
+       },
+   "properties": 
+       {"street": "AT PM 18", "color": "lime", "perpx": "0.126344", "perpy": "0.991986"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 17.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.776885,33.599221]
+       },
+   "properties": 
+       {"street": "AT PM 18", "color": "lime", "perpx": "-0.12791", "perpy": "-0.991786"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 18.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.782151,33.601969]
+       },
+   "properties": 
+       {"street": "WILDLIFE", "color": "lime", "perpx": "0.16463", "perpy": "0.986355"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 18.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.78232,33.601523]
+       },
+   "properties": 
+       {"street": "WILDLIFE", "color": "lime", "perpx": "-0.168311", "perpy": "-0.985734"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 18.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.786992,33.602777]
+       },
+   "properties": 
+       {"street": "CATALINA 1", "color": "lime", "perpx": "0.16463", "perpy": "0.986355"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 18.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.787181,33.602353]
+       },
+   "properties": 
+       {"street": "CATALINA 1", "color": "lime", "perpx": "-0.168311", "perpy": "-0.985734"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 19.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801253,33.607825]
+       },
+   "properties": 
+       {"street": "CATALINA 2", "color": "lime", "perpx": "0.300702", "perpy": "0.953718"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 19.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.801595,33.607237]
+       },
+   "properties": 
+       {"street": "CATALINA 2", "color": "lime", "perpx": "-0.309175", "perpy": "-0.951005"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 19.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.806039,33.609334]
+       },
+   "properties": 
+       {"street": "CATALINA 3", "color": "lime", "perpx": "0.300702", "perpy": "0.953718"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 19.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.806455,33.608817]
+       },
+   "properties": 
+       {"street": "CATALINA 3", "color": "lime", "perpx": "-0.309175", "perpy": "-0.951005"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 20.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.812765,33.610446]
+       },
+   "properties": 
+       {"street": "SAND CANYON 1", "color": "lime", "perpx": "0.469891", "perpy": "0.882724"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 20.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813251,33.610123]
+       },
+   "properties": 
+       {"street": "SAND CANYON 1", "color": "lime", "perpx": "-0.472863", "perpy": "-0.881136"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 20.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.815658,33.611986]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "0.469891", "perpy": "0.882724"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 20.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.816184,33.611697]
+       },
+   "properties": 
+       {"street": "SAND CANYON 2", "color": "lime", "perpx": "-0.472863", "perpy": "-0.881136"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 20.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.817786,33.614224]
+       },
+   "properties": 
+       {"street": "SAND CANYON 3", "color": "lime", "perpx": "0.871209", "perpy": "0.490912"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 20.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.8183,33.614005]
+       },
+   "properties": 
+       {"street": "SAND CANYON 3", "color": "lime", "perpx": "-0.879015", "perpy": "-0.476793"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 20.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.819255,33.616831]
+       },
+   "properties": 
+       {"street": "SAND CANYON 4", "color": "lime", "perpx": "0.796595", "perpy": "0.604514"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 20.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.819745,33.616669]
+       },
+   "properties": 
+       {"street": "SAND CANYON 4", "color": "lime", "perpx": "-0.795225", "perpy": "-0.606314"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 21.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.822056,33.620522]
+       },
+   "properties": 
+       {"street": "SAND CANYON 5", "color": "lime", "perpx": "0.796595", "perpy": "0.604514"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 21.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.822441,33.620205]
+       },
+   "properties": 
+       {"street": "SAND CANYON 5", "color": "lime", "perpx": "-0.795225", "perpy": "-0.606314"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 21.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.828338,33.623005]
+       },
+   "properties": 
+       {"street": "NEWPORT COAST 1", "color": "lime", "perpx": "-0.61327", "perpy": "-0.789873"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 21.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.828171,33.623392]
+       },
+   "properties": 
+       {"street": "NEWPORT COAST 1", "color": "lime", "perpx": "0.622803", "perpy": "0.782378"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 21.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.831907,33.626366]
+       },
+   "properties": 
+       {"street": "NEWPORT COAST 2", "color": "lime", "perpx": "0.622803", "perpy": "0.782378"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 21.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.832171,33.625981]
+       },
+   "properties": 
+       {"street": "NEWPORT COAST 2", "color": "lime", "perpx": "-0.61327", "perpy": "-0.789873"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 22.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.837358,33.629759]
+       },
+   "properties": 
+       {"street": "S OF BONITA", "color": "lime", "perpx": "0.284483", "perpy": "0.958681"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 22.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.837662,33.629475]
+       },
+   "properties": 
+       {"street": "S OF BONITA", "color": "lime", "perpx": "-0.283058", "perpy": "-0.959103"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 22.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842609,33.630935]
+       },
+   "properties": 
+       {"street": "BONITA 1", "color": "lime", "perpx": "-0.294979", "perpy": "-0.955504"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 22.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.842241,33.631208]
+       },
+   "properties": 
+       {"street": "BONITA 1", "color": "lime", "perpx": "0.292278", "perpy": "0.956333"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 22.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.847113,33.632697]
+       },
+   "properties": 
+       {"street": "BONITA 2", "color": "lime", "perpx": "0.292278", "perpy": "0.956333"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 22.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.847497,33.632444]
+       },
+   "properties": 
+       {"street": "BONITA 2", "color": "lime", "perpx": "-0.294979", "perpy": "-0.955504"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.852976,33.635664]
+       },
+   "properties": 
+       {"street": "N OF BONITA", "color": "lime", "perpx": "0.589389", "perpy": "0.80785"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 23.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.853396,33.635399]
+       },
+   "properties": 
+       {"street": "N OF BONITA", "color": "lime", "perpx": "-0.600727", "perpy": "-0.799454"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.857266,33.638307]
+       },
+   "properties": 
+       {"street": "BISON 1", "color": "lime", "perpx": "-0.780647", "perpy": "-0.624972"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 23.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.856881,33.638513]
+       },
+   "properties": 
+       {"street": "BISON 1", "color": "lime", "perpx": "0.800308", "perpy": "0.599589"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 23.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859193,33.640714]
+       },
+   "properties": 
+       {"street": "MACARTHUR 1", "color": "lime", "perpx": "-0.924825", "perpy": "-0.380393"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 23.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.859875,33.643656]
+       },
+   "properties": 
+       {"street": "BISON 2", "color": "lime", "perpx": "0.976131", "perpy": "0.217185"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 23.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86032,33.643454]
+       },
+   "properties": 
+       {"street": "BISON 2", "color": "lime", "perpx": "-0.974437", "perpy": "-0.22466"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 24.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.860508,33.646501]
+       },
+   "properties": 
+       {"street": "MACARTHUR 2", "color": "lime", "perpx": "0.976131", "perpy": "0.217185"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 24.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.860978,33.646308]
+       },
+   "properties": 
+       {"street": "MACARTHUR 2", "color": "lime", "perpx": "-0.977116", "perpy": "-0.212707"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 24.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.8614,33.650823]
+       },
+   "properties": 
+       {"street": "UNIVERSITY SOUT", "color": "lime", "perpx": "0.853282", "perpy": "0.52145"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 24.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.861933,33.650695]
+       },
+   "properties": 
+       {"street": "UNIVERSITY SOUT", "color": "lime", "perpx": "-0.977116", "perpy": "-0.212707"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 24.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864335,33.65462]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "-0.633861", "perpy": "-0.773447"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 24.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864027,33.654806]
+       },
+   "properties": 
+       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0.635445", "perpy": "0.772146"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 24.78",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.86475,33.655401]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "0.635445", "perpy": "0.772146"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 24.78",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.865011,33.655174]
+       },
+   "properties": 
+       {"street": "JAMBOREE 2", "color": "lime", "perpx": "-0.633861", "perpy": "-0.773447"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 25.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.871215,33.659515]
+       },
+   "properties": 
+       {"street": "ORCHID", "color": "lime", "perpx": "-0.566542", "perpy": "-0.824033"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 25.25",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.870921,33.659804]
+       },
+   "properties": 
+       {"street": "ORCHID", "color": "lime", "perpx": "0.565437", "perpy": "0.824792"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 25.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87634,33.663519]
+       },
+   "properties": 
+       {"street": "CAMPUS", "color": "lime", "perpx": "0.565437", "perpy": "0.824792"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 25.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876633,33.66324]
+       },
+   "properties": 
+       {"street": "CAMPUS", "color": "lime", "perpx": "-0.566542", "perpy": "-0.824033"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 26.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88342,33.669908]
+       },
+   "properties": 
+       {"street": "S OF 55", "color": "lime", "perpx": "-0.750726", "perpy": "-0.660614"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 26.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883175,33.67012]
+       },
+   "properties": 
+       {"street": "S OF 55", "color": "lime", "perpx": "0.756677", "perpy": "0.653789"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 26.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887299,33.674893]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "0.76071", "perpy": "0.649092"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 26.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887584,33.67464]
+       },
+   "properties": 
+       {"street": "N OF 55", "color": "lime", "perpx": "-0.742508", "perpy": "-0.669837"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 27.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.892743,33.68058]
+       },
+   "properties": 
+       {"street": "BEAR 1", "color": "lime", "perpx": "-0.749261", "perpy": "-0.662275"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 27.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.894515,33.683052]
+       },
+   "properties": 
+       {"street": "BEAR 2", "color": "lime", "perpx": "0.737613", "perpy": "0.675223"}
+},  
+{
+   "type": "Feature",
+   "id": "73 S 27.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.898045,33.686456]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "73 N 27.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.897754,33.686594]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "57 S 10.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.874735,33.777415]
+       },
+   "properties": 
+       {"street": "RTE 22 & 5", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 11.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880197,33.783256]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "-0.99935", "perpy": "0.036044"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879424,33.78435]
+       },
+   "properties": 
+       {"street": "AT CHAPMAN OFF", "color": "lime", "perpx": "0.991811", "perpy": "0.127713"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879769,33.787426]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.39",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879799,33.790105]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 11.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879621,33.792388]
+       },
+   "properties": 
+       {"street": "ORANGEWOOD", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.878448,33.794121]
+       },
+   "properties": 
+       {"street": "ORANGEWO1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.78",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.877848,33.795482]
+       },
+   "properties": 
+       {"street": "ORANGEWO2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 12.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88008,33.804096]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 12.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880058,33.805531]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "0.984745", "perpy": "-0.174004"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 12.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880243,33.806677]
+       },
+   "properties": 
+       {"street": "KATELLA 2", "color": "lime", "perpx": "-0.945662", "perpy": "0.325152"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 12.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879353,33.808904]
+       },
+   "properties": 
+       {"street": "KATELLA 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 13.27",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876814,33.816163]
+       },
+   "properties": 
+       {"street": "BALL 1", "color": "lime", "perpx": "-0.983876", "perpy": "0.178852"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 13.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876254,33.81772]
+       },
+   "properties": 
+       {"street": "BALL 1", "color": "lime", "perpx": "0.980879", "perpy": "-0.194619"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 13.45",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876349,33.818721]
+       },
+   "properties": 
+       {"street": "BALL 2", "color": "lime", "perpx": "-0.999897", "perpy": "0.01437"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 13.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875999,33.820297]
+       },
+   "properties": 
+       {"street": "BALL 2", "color": "lime", "perpx": "0.999993", "perpy": "-0.00368"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 13.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875981,33.825188]
+       },
+   "properties": 
+       {"street": "Wagner", "color": "lime", "perpx": "0.999993", "perpy": "-0.00368"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 13.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876256,33.825192]
+       },
+   "properties": 
+       {"street": "Wagner", "color": "lime", "perpx": "-0.999897", "perpy": "0.01437"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876232,33.832386]
+       },
+   "properties": 
+       {"street": "South", "color": "lime", "perpx": "-0.999935", "perpy": "0.011398"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875965,33.83238]
+       },
+   "properties": 
+       {"street": "South", "color": "lime", "perpx": "0.999995", "perpy": "-0.003244"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 14.65",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876191,33.835983]
+       },
+   "properties": 
+       {"street": "LINCOLN 1", "color": "lime", "perpx": "-0.999998", "perpy": "0.001928"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 14.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87595,33.837126]
+       },
+   "properties": 
+       {"street": "LINCOLN 1", "color": "lime", "perpx": "0.999982", "perpy": "-0.00608"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 14.83",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876186,33.838577]
+       },
+   "properties": 
+       {"street": "LINCOLN 2", "color": "lime", "perpx": "-0.999986", "perpy": "-0.005368"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 14.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875935,33.839593]
+       },
+   "properties": 
+       {"street": "LINCOLN 2", "color": "lime", "perpx": "0.999936", "perpy": "-0.011332"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 15.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875902,33.842505]
+       },
+   "properties": 
+       {"street": "UNDERHILL", "color": "lime", "perpx": "0.999936", "perpy": "-0.011332"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 15.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876207,33.842489]
+       },
+   "properties": 
+       {"street": "UNDERHILL", "color": "lime", "perpx": "-0.999986", "perpy": "-0.005368"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 15.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875931,33.846873]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "0.996618", "perpy": "-0.082174"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 16.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87757,33.862118]
+       },
+   "properties": 
+       {"street": "ORANGETHOR", "color": "lime", "perpx": "-0.960098", "perpy": "-0.279663"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 16.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.877557,33.862728]
+       },
+   "properties": 
+       {"street": "ORANGETHORPE", "color": "lime", "perpx": "0.95802", "perpy": "0.286703"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 17.18",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880462,33.872312]
+       },
+   "properties": 
+       {"street": "CHAPMAN 3", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 17.41",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880503,33.87562]
+       },
+   "properties": 
+       {"street": "NUTWOOD", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 17.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88031,33.880532]
+       },
+   "properties": 
+       {"street": "NUTWOOD", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 18.18",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880716,33.886705]
+       },
+   "properties": 
+       {"street": "YORBA LI1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 18.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880484,33.888435]
+       },
+   "properties": 
+       {"street": "YORBA LI1", "color": "lime", "perpx": "0.999634", "perpy": "0.027056"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 18.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880785,33.889447]
+       },
+   "properties": 
+       {"street": "YORBA LI2", "color": "lime", "perpx": "-0.999684", "perpy": "-0.025156"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 18.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880559,33.891206]
+       },
+   "properties": 
+       {"street": "YORBA LI2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 18.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880822,33.896472]
+       },
+   "properties": 
+       {"street": "Bastanchury", "color": "lime", "perpx": "0.997832", "perpy": "0.065812"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 18.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.881094,33.896472]
+       },
+   "properties": 
+       {"street": "Bastanchury", "color": "lime", "perpx": "-0.99801", "perpy": "-0.063058"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 19.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.881325,33.900128]
+       },
+   "properties": 
+       {"street": "ROLLING HILLS", "color": "lime", "perpx": "-0.99801", "perpy": "-0.063058"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 19.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.881063,33.900126]
+       },
+   "properties": 
+       {"street": "ROLLING  HILLS", "color": "lime", "perpx": "0.997832", "perpy": "0.065812"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 19.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883224,33.90899]
+       },
+   "properties": 
+       {"street": "IMPERIAL1", "color": "lime", "perpx": "-0.986464", "perpy": "-0.163975"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 19.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883309,33.909962]
+       },
+   "properties": 
+       {"street": "IMPERIAL1", "color": "lime", "perpx": "0.998732", "perpy": "-0.050333"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 19.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883726,33.91201]
+       },
+   "properties": 
+       {"street": "IMPERIAL2", "color": "lime", "perpx": "-0.953779", "perpy": "0.30051"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 20.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882887,33.913565]
+       },
+   "properties": 
+       {"street": "IMPERIAL2", "color": "lime", "perpx": "0.93136", "perpy": "-0.364101"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 21.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879881,33.929701]
+       },
+   "properties": 
+       {"street": "LAMBERT", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875138,33.940872]
+       },
+   "properties": 
+       {"street": "TONNER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 22.06",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.874675,33.94149]
+       },
+   "properties": 
+       {"street": "TONNER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "57 S 10.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.874735,33.777415]
+       },
+   "properties": 
+       {"street": "RTE 22 & 5", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 11.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880197,33.783256]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "-0.99935", "perpy": "0.036044"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879424,33.78435]
+       },
+   "properties": 
+       {"street": "AT CHAPMAN OFF", "color": "lime", "perpx": "0.991811", "perpy": "0.127713"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879769,33.787426]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.39",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879799,33.790105]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 11.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879621,33.792388]
+       },
+   "properties": 
+       {"street": "ORANGEWOOD", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.878448,33.794121]
+       },
+   "properties": 
+       {"street": "ORANGEWO1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.78",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.877848,33.795482]
+       },
+   "properties": 
+       {"street": "ORANGEWO2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 12.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88008,33.804096]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 12.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880058,33.805531]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "0.984745", "perpy": "-0.174004"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 12.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880243,33.806677]
+       },
+   "properties": 
+       {"street": "KATELLA 2", "color": "lime", "perpx": "-0.945662", "perpy": "0.325152"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 12.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879353,33.808904]
+       },
+   "properties": 
+       {"street": "KATELLA 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 13.27",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876814,33.816163]
+       },
+   "properties": 
+       {"street": "BALL 1", "color": "lime", "perpx": "-0.983876", "perpy": "0.178852"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 13.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876254,33.81772]
+       },
+   "properties": 
+       {"street": "BALL 1", "color": "lime", "perpx": "0.980879", "perpy": "-0.194619"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 13.45",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876349,33.818721]
+       },
+   "properties": 
+       {"street": "BALL 2", "color": "lime", "perpx": "-0.999897", "perpy": "0.01437"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 13.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875999,33.820297]
+       },
+   "properties": 
+       {"street": "BALL 2", "color": "lime", "perpx": "0.999993", "perpy": "-0.00368"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 13.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875981,33.825188]
+       },
+   "properties": 
+       {"street": "Wagner", "color": "lime", "perpx": "0.999993", "perpy": "-0.00368"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 13.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876256,33.825192]
+       },
+   "properties": 
+       {"street": "Wagner", "color": "lime", "perpx": "-0.999897", "perpy": "0.01437"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876232,33.832386]
+       },
+   "properties": 
+       {"street": "South", "color": "lime", "perpx": "-0.999935", "perpy": "0.011398"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875965,33.83238]
+       },
+   "properties": 
+       {"street": "South", "color": "lime", "perpx": "0.999995", "perpy": "-0.003244"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 14.65",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876191,33.835983]
+       },
+   "properties": 
+       {"street": "LINCOLN 1", "color": "lime", "perpx": "-0.999998", "perpy": "0.001928"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 14.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87595,33.837126]
+       },
+   "properties": 
+       {"street": "LINCOLN 1", "color": "lime", "perpx": "0.999982", "perpy": "-0.00608"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 14.83",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876186,33.838577]
+       },
+   "properties": 
+       {"street": "LINCOLN 2", "color": "lime", "perpx": "-0.999986", "perpy": "-0.005368"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 14.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875935,33.839593]
+       },
+   "properties": 
+       {"street": "LINCOLN 2", "color": "lime", "perpx": "0.999936", "perpy": "-0.011332"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 15.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875902,33.842505]
+       },
+   "properties": 
+       {"street": "UNDERHILL", "color": "lime", "perpx": "0.999936", "perpy": "-0.011332"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 15.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876207,33.842489]
+       },
+   "properties": 
+       {"street": "UNDERHILL", "color": "lime", "perpx": "-0.999986", "perpy": "-0.005368"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 15.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875931,33.846873]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "0.996618", "perpy": "-0.082174"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 16.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87757,33.862118]
+       },
+   "properties": 
+       {"street": "ORANGETHOR", "color": "lime", "perpx": "-0.960098", "perpy": "-0.279663"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 16.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.877557,33.862728]
+       },
+   "properties": 
+       {"street": "ORANGETHORPE", "color": "lime", "perpx": "0.95802", "perpy": "0.286703"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 17.18",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880462,33.872312]
+       },
+   "properties": 
+       {"street": "CHAPMAN 3", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 17.41",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880503,33.87562]
+       },
+   "properties": 
+       {"street": "NUTWOOD", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 17.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88031,33.880532]
+       },
+   "properties": 
+       {"street": "NUTWOOD", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 18.18",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880716,33.886705]
+       },
+   "properties": 
+       {"street": "YORBA LI1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 18.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880484,33.888435]
+       },
+   "properties": 
+       {"street": "YORBA LI1", "color": "lime", "perpx": "0.999634", "perpy": "0.027056"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 18.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880785,33.889447]
+       },
+   "properties": 
+       {"street": "YORBA LI2", "color": "lime", "perpx": "-0.999684", "perpy": "-0.025156"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 18.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880559,33.891206]
+       },
+   "properties": 
+       {"street": "YORBA LI2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 18.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880822,33.896472]
+       },
+   "properties": 
+       {"street": "Bastanchury", "color": "lime", "perpx": "0.997832", "perpy": "0.065812"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 18.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.881094,33.896472]
+       },
+   "properties": 
+       {"street": "Bastanchury", "color": "lime", "perpx": "-0.99801", "perpy": "-0.063058"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 19.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.881325,33.900128]
+       },
+   "properties": 
+       {"street": "ROLLING HILLS", "color": "lime", "perpx": "-0.99801", "perpy": "-0.063058"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 19.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.881063,33.900126]
+       },
+   "properties": 
+       {"street": "ROLLING  HILLS", "color": "lime", "perpx": "0.997832", "perpy": "0.065812"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 19.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883224,33.90899]
+       },
+   "properties": 
+       {"street": "IMPERIAL1", "color": "lime", "perpx": "-0.986464", "perpy": "-0.163975"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 19.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883309,33.909962]
+       },
+   "properties": 
+       {"street": "IMPERIAL1", "color": "lime", "perpx": "0.998732", "perpy": "-0.050333"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 19.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883726,33.91201]
+       },
+   "properties": 
+       {"street": "IMPERIAL2", "color": "lime", "perpx": "-0.953779", "perpy": "0.30051"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 20.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882887,33.913565]
+       },
+   "properties": 
+       {"street": "IMPERIAL2", "color": "lime", "perpx": "0.93136", "perpy": "-0.364101"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 21.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879881,33.929701]
+       },
+   "properties": 
+       {"street": "LAMBERT", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875138,33.940872]
+       },
+   "properties": 
+       {"street": "TONNER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 22.06",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.874675,33.94149]
+       },
+   "properties": 
+       {"street": "TONNER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "57 S 10.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.874735,33.777415]
+       },
+   "properties": 
+       {"street": "RTE 22 & 5", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 11.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880197,33.783256]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "-0.99935", "perpy": "0.036044"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879424,33.78435]
+       },
+   "properties": 
+       {"street": "AT CHAPMAN OFF", "color": "lime", "perpx": "0.991811", "perpy": "0.127713"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879769,33.787426]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.39",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879799,33.790105]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 11.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879621,33.792388]
+       },
+   "properties": 
+       {"street": "ORANGEWOOD", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.878448,33.794121]
+       },
+   "properties": 
+       {"street": "ORANGEWO1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.78",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.877848,33.795482]
+       },
+   "properties": 
+       {"street": "ORANGEWO2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 12.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88008,33.804096]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 12.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880058,33.805531]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "0.984745", "perpy": "-0.174004"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 12.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880243,33.806677]
+       },
+   "properties": 
+       {"street": "KATELLA 2", "color": "lime", "perpx": "-0.945662", "perpy": "0.325152"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 12.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879353,33.808904]
+       },
+   "properties": 
+       {"street": "KATELLA 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 13.27",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876814,33.816163]
+       },
+   "properties": 
+       {"street": "BALL 1", "color": "lime", "perpx": "-0.983876", "perpy": "0.178852"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 13.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876254,33.81772]
+       },
+   "properties": 
+       {"street": "BALL 1", "color": "lime", "perpx": "0.980879", "perpy": "-0.194619"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 13.45",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876349,33.818721]
+       },
+   "properties": 
+       {"street": "BALL 2", "color": "lime", "perpx": "-0.999897", "perpy": "0.01437"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 13.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875999,33.820297]
+       },
+   "properties": 
+       {"street": "BALL 2", "color": "lime", "perpx": "0.999993", "perpy": "-0.00368"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 13.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875981,33.825188]
+       },
+   "properties": 
+       {"street": "Wagner", "color": "lime", "perpx": "0.999993", "perpy": "-0.00368"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 13.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876256,33.825192]
+       },
+   "properties": 
+       {"street": "Wagner", "color": "lime", "perpx": "-0.999897", "perpy": "0.01437"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876232,33.832386]
+       },
+   "properties": 
+       {"street": "South", "color": "lime", "perpx": "-0.999935", "perpy": "0.011398"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875965,33.83238]
+       },
+   "properties": 
+       {"street": "South", "color": "lime", "perpx": "0.999995", "perpy": "-0.003244"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 14.65",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876191,33.835983]
+       },
+   "properties": 
+       {"street": "LINCOLN 1", "color": "lime", "perpx": "-0.999998", "perpy": "0.001928"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 14.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87595,33.837126]
+       },
+   "properties": 
+       {"street": "LINCOLN 1", "color": "lime", "perpx": "0.999982", "perpy": "-0.00608"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 14.83",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876186,33.838577]
+       },
+   "properties": 
+       {"street": "LINCOLN 2", "color": "lime", "perpx": "-0.999986", "perpy": "-0.005368"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 14.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875935,33.839593]
+       },
+   "properties": 
+       {"street": "LINCOLN 2", "color": "lime", "perpx": "0.999936", "perpy": "-0.011332"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 15.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875902,33.842505]
+       },
+   "properties": 
+       {"street": "UNDERHILL", "color": "lime", "perpx": "0.999936", "perpy": "-0.011332"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 15.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876207,33.842489]
+       },
+   "properties": 
+       {"street": "UNDERHILL", "color": "lime", "perpx": "-0.999986", "perpy": "-0.005368"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 15.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875931,33.846873]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "0.996618", "perpy": "-0.082174"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 16.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87757,33.862118]
+       },
+   "properties": 
+       {"street": "ORANGETHOR", "color": "lime", "perpx": "-0.960098", "perpy": "-0.279663"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 16.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.877557,33.862728]
+       },
+   "properties": 
+       {"street": "ORANGETHORPE", "color": "lime", "perpx": "0.95802", "perpy": "0.286703"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 17.18",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880462,33.872312]
+       },
+   "properties": 
+       {"street": "CHAPMAN 3", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 17.41",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880503,33.87562]
+       },
+   "properties": 
+       {"street": "NUTWOOD", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 17.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88031,33.880532]
+       },
+   "properties": 
+       {"street": "NUTWOOD", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 18.18",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880716,33.886705]
+       },
+   "properties": 
+       {"street": "YORBA LI1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 18.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880484,33.888435]
+       },
+   "properties": 
+       {"street": "YORBA LI1", "color": "lime", "perpx": "0.999634", "perpy": "0.027056"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 18.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880785,33.889447]
+       },
+   "properties": 
+       {"street": "YORBA LI2", "color": "lime", "perpx": "-0.999684", "perpy": "-0.025156"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 18.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880559,33.891206]
+       },
+   "properties": 
+       {"street": "YORBA LI2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 18.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880822,33.896472]
+       },
+   "properties": 
+       {"street": "Bastanchury", "color": "lime", "perpx": "0.997832", "perpy": "0.065812"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 18.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.881094,33.896472]
+       },
+   "properties": 
+       {"street": "Bastanchury", "color": "lime", "perpx": "-0.99801", "perpy": "-0.063058"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 19.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.881325,33.900128]
+       },
+   "properties": 
+       {"street": "ROLLING HILLS", "color": "lime", "perpx": "-0.99801", "perpy": "-0.063058"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 19.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.881063,33.900126]
+       },
+   "properties": 
+       {"street": "ROLLING  HILLS", "color": "lime", "perpx": "0.997832", "perpy": "0.065812"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 19.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883224,33.90899]
+       },
+   "properties": 
+       {"street": "IMPERIAL1", "color": "lime", "perpx": "-0.986464", "perpy": "-0.163975"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 19.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883309,33.909962]
+       },
+   "properties": 
+       {"street": "IMPERIAL1", "color": "lime", "perpx": "0.998732", "perpy": "-0.050333"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 19.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883726,33.91201]
+       },
+   "properties": 
+       {"street": "IMPERIAL2", "color": "lime", "perpx": "-0.953779", "perpy": "0.30051"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 20.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882887,33.913565]
+       },
+   "properties": 
+       {"street": "IMPERIAL2", "color": "lime", "perpx": "0.93136", "perpy": "-0.364101"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 21.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879881,33.929701]
+       },
+   "properties": 
+       {"street": "LAMBERT", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875138,33.940872]
+       },
+   "properties": 
+       {"street": "TONNER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 22.06",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.874675,33.94149]
+       },
+   "properties": 
+       {"street": "TONNER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "57 S 10.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.874735,33.777415]
+       },
+   "properties": 
+       {"street": "RTE 22 & 5", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 11.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880197,33.783256]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "-0.99935", "perpy": "0.036044"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879424,33.78435]
+       },
+   "properties": 
+       {"street": "AT CHAPMAN OFF", "color": "lime", "perpx": "0.991811", "perpy": "0.127713"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879769,33.787426]
+       },
+   "properties": 
+       {"street": "CHAPMAN 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.39",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879799,33.790105]
+       },
+   "properties": 
+       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 11.55",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879621,33.792388]
+       },
+   "properties": 
+       {"street": "ORANGEWOOD", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.68",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.878448,33.794121]
+       },
+   "properties": 
+       {"street": "ORANGEWO1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 11.78",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.877848,33.795482]
+       },
+   "properties": 
+       {"street": "ORANGEWO2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 12.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88008,33.804096]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 12.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880058,33.805531]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "0.984745", "perpy": "-0.174004"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 12.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880243,33.806677]
+       },
+   "properties": 
+       {"street": "KATELLA 2", "color": "lime", "perpx": "-0.945662", "perpy": "0.325152"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 12.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879353,33.808904]
+       },
+   "properties": 
+       {"street": "KATELLA 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 13.27",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876814,33.816163]
+       },
+   "properties": 
+       {"street": "BALL 1", "color": "lime", "perpx": "-0.983876", "perpy": "0.178852"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 13.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876254,33.81772]
+       },
+   "properties": 
+       {"street": "BALL 1", "color": "lime", "perpx": "0.980879", "perpy": "-0.194619"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 13.45",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876349,33.818721]
+       },
+   "properties": 
+       {"street": "BALL 2", "color": "lime", "perpx": "-0.999897", "perpy": "0.01437"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 13.56",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875999,33.820297]
+       },
+   "properties": 
+       {"street": "BALL 2", "color": "lime", "perpx": "0.999993", "perpy": "-0.00368"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 13.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875981,33.825188]
+       },
+   "properties": 
+       {"street": "Wagner", "color": "lime", "perpx": "0.999993", "perpy": "-0.00368"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 13.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876256,33.825192]
+       },
+   "properties": 
+       {"street": "Wagner", "color": "lime", "perpx": "-0.999897", "perpy": "0.01437"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876232,33.832386]
+       },
+   "properties": 
+       {"street": "South", "color": "lime", "perpx": "-0.999935", "perpy": "0.011398"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 14.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875965,33.83238]
+       },
+   "properties": 
+       {"street": "South", "color": "lime", "perpx": "0.999995", "perpy": "-0.003244"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 14.65",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876191,33.835983]
+       },
+   "properties": 
+       {"street": "LINCOLN 1", "color": "lime", "perpx": "-0.999998", "perpy": "0.001928"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 14.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87595,33.837126]
+       },
+   "properties": 
+       {"street": "LINCOLN 1", "color": "lime", "perpx": "0.999982", "perpy": "-0.00608"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 14.83",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876186,33.838577]
+       },
+   "properties": 
+       {"street": "LINCOLN 2", "color": "lime", "perpx": "-0.999986", "perpy": "-0.005368"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 14.9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875935,33.839593]
+       },
+   "properties": 
+       {"street": "LINCOLN 2", "color": "lime", "perpx": "0.999936", "perpy": "-0.011332"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 15.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875902,33.842505]
+       },
+   "properties": 
+       {"street": "UNDERHILL", "color": "lime", "perpx": "0.999936", "perpy": "-0.011332"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 15.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876207,33.842489]
+       },
+   "properties": 
+       {"street": "UNDERHILL", "color": "lime", "perpx": "-0.999986", "perpy": "-0.005368"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 15.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875931,33.846873]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "0.996618", "perpy": "-0.082174"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 16.46",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.87757,33.862118]
+       },
+   "properties": 
+       {"street": "ORANGETHOR", "color": "lime", "perpx": "-0.960098", "perpy": "-0.279663"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 16.5",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.877557,33.862728]
+       },
+   "properties": 
+       {"street": "ORANGETHORPE", "color": "lime", "perpx": "0.95802", "perpy": "0.286703"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 17.18",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880462,33.872312]
+       },
+   "properties": 
+       {"street": "CHAPMAN 3", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 17.41",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880503,33.87562]
+       },
+   "properties": 
+       {"street": "NUTWOOD", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 17.75",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.88031,33.880532]
+       },
+   "properties": 
+       {"street": "NUTWOOD", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 18.18",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880716,33.886705]
+       },
+   "properties": 
+       {"street": "YORBA LI1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 18.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880484,33.888435]
+       },
+   "properties": 
+       {"street": "YORBA LI1", "color": "lime", "perpx": "0.999634", "perpy": "0.027056"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 18.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880785,33.889447]
+       },
+   "properties": 
+       {"street": "YORBA LI2", "color": "lime", "perpx": "-0.999684", "perpy": "-0.025156"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 18.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880559,33.891206]
+       },
+   "properties": 
+       {"street": "YORBA LI2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 18.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.880822,33.896472]
+       },
+   "properties": 
+       {"street": "Bastanchury", "color": "lime", "perpx": "0.997832", "perpy": "0.065812"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 18.85",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.881094,33.896472]
+       },
+   "properties": 
+       {"street": "Bastanchury", "color": "lime", "perpx": "-0.99801", "perpy": "-0.063058"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 19.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.881325,33.900128]
+       },
+   "properties": 
+       {"street": "ROLLING HILLS", "color": "lime", "perpx": "-0.99801", "perpy": "-0.063058"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 19.1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.881063,33.900126]
+       },
+   "properties": 
+       {"street": "ROLLING  HILLS", "color": "lime", "perpx": "0.997832", "perpy": "0.065812"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 19.73",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883224,33.90899]
+       },
+   "properties": 
+       {"street": "IMPERIAL1", "color": "lime", "perpx": "-0.986464", "perpy": "-0.163975"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 19.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883309,33.909962]
+       },
+   "properties": 
+       {"street": "IMPERIAL1", "color": "lime", "perpx": "0.998732", "perpy": "-0.050333"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 19.94",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.883726,33.91201]
+       },
+   "properties": 
+       {"street": "IMPERIAL2", "color": "lime", "perpx": "-0.953779", "perpy": "0.30051"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 20.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.882887,33.913565]
+       },
+   "properties": 
+       {"street": "IMPERIAL2", "color": "lime", "perpx": "0.93136", "perpy": "-0.364101"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 21.16",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.879881,33.929701]
+       },
+   "properties": 
+       {"street": "LAMBERT", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 N 22",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875138,33.940872]
+       },
+   "properties": 
+       {"street": "TONNER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "57 S 22.06",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.874675,33.94149]
+       },
+   "properties": 
+       {"street": "TONNER", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "91 E 0.45",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.034919,33.85912]
+       },
+   "properties": 
+       {"street": "MAGNOLIA", "color": "lime", "perpx": "-0.383803", "perpy": "-0.923415"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 0.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.034214,33.859047]
+       },
+   "properties": 
+       {"street": "ORANGETHORPE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 0.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.032578,33.858147]
+       },
+   "properties": 
+       {"street": "ORANGETHORPE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 0.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.967351,33.854549]
+       },
+   "properties": 
+       {"street": "GILBERT", "color": "lime", "perpx": "-0.028816", "perpy": "-0.999585"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 0.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.967371,33.854376]
+       },
+   "properties": 
+       {"street": "GILBERT", "color": "lime", "perpx": "-0.057735", "perpy": "-0.998332"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.026091,33.856083]
+       },
+   "properties": 
+       {"street": "VALLEY VIEW", "color": "lime", "perpx": "-0.035152", "perpy": "-0.999382"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.026045,33.856241]
+       },
+   "properties": 
+       {"street": "VALLEY VIEW", "color": "lime", "perpx": "0.03527", "perpy": "0.999378"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 1.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.961157,33.853951]
+       },
+   "properties": 
+       {"street": "BROOKHURST", "color": "lime", "perpx": "-0.034899", "perpy": "-0.999391"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 1.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.95679,33.853902]
+       },
+   "properties": 
+       {"street": "BROOKHURST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 1.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.014055,33.856065]
+       },
+   "properties": 
+       {"street": "KNOTT 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 1.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.011986,33.855903]
+       },
+   "properties": 
+       {"street": "KNOTT 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 1.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.008835,33.856125]
+       },
+   "properties": 
+       {"street": "KNOTT 2", "color": "lime", "perpx": "0.029813", "perpy": "0.999556"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 1.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.008847,33.855926]
+       },
+   "properties": 
+       {"street": "KNOTT 2", "color": "lime", "perpx": "-0.02939", "perpy": "-0.999568"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 2.11",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.943925,33.854189]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0.029813", "perpy": "0.999556"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 2.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.938876,33.854029]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0.032946", "perpy": "0.999457"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 2.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.001703,33.856174]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "-0.000863", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 2.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.998577,33.855997]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "0.008629", "perpy": "-0.999963"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 2.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.998227,33.856177]
+       },
+   "properties": 
+       {"street": "BEACH 2", "color": "lime", "perpx": "-0.000863", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 2.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.995448,33.856024]
+       },
+   "properties": 
+       {"street": "BEACH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 3.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.926204,33.853907]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "-0.05087", "perpy": "-0.998705"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 3.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.976502,33.857654]
+       },
+   "properties": 
+       {"street": "MAGNOLIA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 3.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.912688,33.853681]
+       },
+   "properties": 
+       {"street": "LEMON", "color": "lime", "perpx": "0.01578", "perpy": "-0.999875"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 3.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.912686,33.853895]
+       },
+   "properties": 
+       {"street": "LEMON", "color": "lime", "perpx": "-0.00639", "perpy": "0.99998"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 4.18",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.907991,33.853925]
+       },
+   "properties": 
+       {"street": "EAST", "color": "lime", "perpx": "-0.00639", "perpy": "0.99998"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 4.18",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.907999,33.853755]
+       },
+   "properties": 
+       {"street": "EAST", "color": "lime", "perpx": "0.004058", "perpy": "-0.999992"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 4.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.905042,33.853767]
+       },
+   "properties": 
+       {"street": "EAST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 4.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.897738,33.853874]
+       },
+   "properties": 
+       {"street": "ACACIA", "color": "lime", "perpx": "0.011516", "perpy": "-0.999934"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 4.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.897729,33.854035]
+       },
+   "properties": 
+       {"street": "ACACIA", "color": "lime", "perpx": "-0.017239", "perpy": "0.999851"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 5.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.891303,33.854309]
+       },
+   "properties": 
+       {"street": "STATE COLLEGE", "color": "lime", "perpx": "0.073866", "perpy": "0.997268"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 5.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887676,33.853992]
+       },
+   "properties": 
+       {"street": "STATE COLLEGE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 6.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876605,33.850044]
+       },
+   "properties": 
+       {"street": "W OF 57", "color": "lime", "perpx": "-0.41458", "perpy": "-0.910013"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 6.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875092,33.849561]
+       },
+   "properties": 
+       {"street": "W OF 57", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 6.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.872812,33.848316]
+       },
+   "properties": 
+       {"street": "E OF 57", "color": "lime", "perpx": "-0.41458", "perpy": "-0.910013"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 6.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.872819,33.848505]
+       },
+   "properties": 
+       {"street": "E OF 57", "color": "lime", "perpx": "0.397217", "perpy": "0.917725"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 6.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.870973,33.847706]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 6.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864299,33.846226]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "0.171763", "perpy": "-0.985138"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 7.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.856212,33.847636]
+       },
+   "properties": 
+       {"street": "GLASSELL1", "color": "lime", "perpx": "0.242383", "perpy": "-0.970181"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 7.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855999,33.847931]
+       },
+   "properties": 
+       {"street": "KRAEMER 1", "color": "lime", "perpx": "-0.238718", "perpy": "0.971089"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 7.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.854502,33.848299]
+       },
+   "properties": 
+       {"street": "KRAEMER 2", "color": "lime", "perpx": "-0.241819", "perpy": "0.970321"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 7.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.85323,33.848381]
+       },
+   "properties": 
+       {"street": "GLASSELL2", "color": "lime", "perpx": "0.242318", "perpy": "-0.970197"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 7.86",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.846936,33.849953]
+       },
+   "properties": 
+       {"street": "GROVE", "color": "lime", "perpx": "0.143226", "perpy": "-0.98969"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 7.86",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.846854,33.850205]
+       },
+   "properties": 
+       {"street": "GROVE", "color": "lime", "perpx": "-0.13485", "perpy": "0.990866"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 8.36",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.838448,33.851349]
+       },
+   "properties": 
+       {"street": "TUSTIN", "color": "lime", "perpx": "-0.13485", "perpy": "0.990866"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 8.36",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.838568,33.851164]
+       },
+   "properties": 
+       {"street": "TUSTIN", "color": "lime", "perpx": "0.143226", "perpy": "-0.98969"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 9.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.816135,33.849591]
+       },
+   "properties": 
+       {"street": "LAKEVIEW1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 10.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.814377,33.850669]
+       },
+   "properties": 
+       {"street": "LAKEVIEW1", "color": "lime", "perpx": "0.643266", "perpy": "-0.765643"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 10.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813891,33.851525]
+       },
+   "properties": 
+       {"street": "LAKEVIEW2", "color": "lime", "perpx": "-0.654394", "perpy": "0.756154"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 10.27",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.811988,33.852542]
+       },
+   "properties": 
+       {"street": "LAKEVIEW2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 10.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.80262,33.85429]
+       },
+   "properties": 
+       {"street": "W OF IMPERIAL", "color": "lime", "perpx": "0.183427", "perpy": "-0.983033"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 10.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.802756,33.854556]
+       },
+   "properties": 
+       {"street": "W OF IMPERIAL", "color": "lime", "perpx": "0.020315", "perpy": "0.999794"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 11.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793339,33.854368]
+       },
+   "properties": 
+       {"street": "IMPERIAL1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 11.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.791386,33.854176]
+       },
+   "properties": 
+       {"street": "IMPERIAL1", "color": "lime", "perpx": "0.098358", "perpy": "-0.995151"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 11.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.789725,33.854713]
+       },
+   "properties": 
+       {"street": "IMPERIAL2", "color": "lime", "perpx": "-0.310943", "perpy": "0.950429"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 11.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.787923,33.855071]
+       },
+   "properties": 
+       {"street": "IMPERIAL2", "color": "lime", "perpx": "0.431464", "perpy": "-0.90213"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 12.175",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.780743,33.858505]
+       },
+   "properties": 
+       {"street": "E OF IMPERIAL", "color": "lime", "perpx": "0.43844", "perpy": "-0.898761"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 12.175",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.780816,33.858773]
+       },
+   "properties": 
+       {"street": "E OF IMPERIAL", "color": "lime", "perpx": "-0.438994", "perpy": "0.89849"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 12.762",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.771912,33.862813]
+       },
+   "properties": 
+       {"street": "MIDPOINT", "color": "lime", "perpx": "0.436887", "perpy": "-0.899516"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 12.762",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.772007,33.863077]
+       },
+   "properties": 
+       {"street": "MIDPOINT", "color": "lime", "perpx": "-0.437889", "perpy": "0.899029"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 13.349",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763071,33.867107]
+       },
+   "properties": 
+       {"street": "W OF SCALES", "color": "lime", "perpx": "0.436887", "perpy": "-0.899516"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 13.349",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763191,33.867371]
+       },
+   "properties": 
+       {"street": "W OF SCALES", "color": "lime", "perpx": "-0.437889", "perpy": "0.899029"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 14.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747893,33.870169]
+       },
+   "properties": 
+       {"street": "WEIR CNYN1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 14.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744781,33.870278]
+       },
+   "properties": 
+       {"street": "WEIR CNYN1", "color": "lime", "perpx": "0.155667", "perpy": "-0.98781"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 14.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744997,33.870661]
+       },
+   "properties": 
+       {"street": "WEIR CNYN2", "color": "lime", "perpx": "-0.177649", "perpy": "0.984094"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 14.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.741504,33.870757]
+       },
+   "properties": 
+       {"street": "WEIR CNYN2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 15.11",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.73308,33.869894]
+       },
+   "properties": 
+       {"street": "East OF WEIR", "color": "lime", "perpx": "-0.101912", "perpy": "-0.994793"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 15.11",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733445,33.870372]
+       },
+   "properties": 
+       {"street": "East OF WEIR", "color": "lime", "perpx": "0.048587", "perpy": "0.998819"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 15.793",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.722179,33.866822]
+       },
+   "properties": 
+       {"street": "West OF GYPSUM", "color": "lime", "perpx": "-0.008286", "perpy": "-0.999966"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 15.793",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.722277,33.867126]
+       },
+   "properties": 
+       {"street": "West OF GYPSUM", "color": "lime", "perpx": "0.08815", "perpy": "0.996107"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 16.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.715237,33.866503]
+       },
+   "properties": 
+       {"street": "GYPSUM 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 16.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71168,33.866735]
+       },
+   "properties": 
+       {"street": "GYPSUM 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 16.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.708584,33.868014]
+       },
+   "properties": 
+       {"street": "GYPSUM 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 17.044",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.701858,33.871104]
+       },
+   "properties": 
+       {"street": "E OF GYPSUM", "color": "lime", "perpx": "0.417464", "perpy": "-0.908693"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 17.044",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.701993,33.871439]
+       },
+   "properties": 
+       {"street": "E OF GYPSUM", "color": "lime", "perpx": "-0.129654", "perpy": "0.991559"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 17.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.689053,33.873131]
+       },
+   "properties": 
+       {"street": "COAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 18.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.6845,33.870739]
+       },
+   "properties": 
+       {"street": "COAL", "color": "lime", "perpx": "-0.376251", "perpy": "-0.926518"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 18.435",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.68015,33.869165]
+       },
+   "properties": 
+       {"street": "E OF COAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 18.435",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.680194,33.869436]
+       },
+   "properties": 
+       {"street": "E OF COAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "91 E 0.45",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.034919,33.85912]
+       },
+   "properties": 
+       {"street": "MAGNOLIA", "color": "lime", "perpx": "-0.383803", "perpy": "-0.923415"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 0.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.034214,33.859047]
+       },
+   "properties": 
+       {"street": "ORANGETHORPE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 0.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.032578,33.858147]
+       },
+   "properties": 
+       {"street": "ORANGETHORPE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 0.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.967351,33.854549]
+       },
+   "properties": 
+       {"street": "GILBERT", "color": "lime", "perpx": "-0.028816", "perpy": "-0.999585"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 0.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.967371,33.854376]
+       },
+   "properties": 
+       {"street": "GILBERT", "color": "lime", "perpx": "-0.057735", "perpy": "-0.998332"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.026091,33.856083]
+       },
+   "properties": 
+       {"street": "VALLEY VIEW", "color": "lime", "perpx": "-0.035152", "perpy": "-0.999382"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.026045,33.856241]
+       },
+   "properties": 
+       {"street": "VALLEY VIEW", "color": "lime", "perpx": "0.03527", "perpy": "0.999378"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 1.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.961157,33.853951]
+       },
+   "properties": 
+       {"street": "BROOKHURST", "color": "lime", "perpx": "-0.034899", "perpy": "-0.999391"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 1.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.95679,33.853902]
+       },
+   "properties": 
+       {"street": "BROOKHURST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 1.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.014055,33.856065]
+       },
+   "properties": 
+       {"street": "KNOTT 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 1.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.011986,33.855903]
+       },
+   "properties": 
+       {"street": "KNOTT 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 1.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.008835,33.856125]
+       },
+   "properties": 
+       {"street": "KNOTT 2", "color": "lime", "perpx": "0.029813", "perpy": "0.999556"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 1.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.008847,33.855926]
+       },
+   "properties": 
+       {"street": "KNOTT 2", "color": "lime", "perpx": "-0.02939", "perpy": "-0.999568"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 2.11",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.943925,33.854189]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0.029813", "perpy": "0.999556"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 2.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.938876,33.854029]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0.032946", "perpy": "0.999457"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 2.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.001703,33.856174]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "-0.000863", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 2.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.998577,33.855997]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "0.008629", "perpy": "-0.999963"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 2.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.998227,33.856177]
+       },
+   "properties": 
+       {"street": "BEACH 2", "color": "lime", "perpx": "-0.000863", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 2.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.995448,33.856024]
+       },
+   "properties": 
+       {"street": "BEACH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 3.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.926204,33.853907]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "-0.05087", "perpy": "-0.998705"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 3.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.976502,33.857654]
+       },
+   "properties": 
+       {"street": "MAGNOLIA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 3.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.912688,33.853681]
+       },
+   "properties": 
+       {"street": "LEMON", "color": "lime", "perpx": "0.01578", "perpy": "-0.999875"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 3.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.912686,33.853895]
+       },
+   "properties": 
+       {"street": "LEMON", "color": "lime", "perpx": "-0.00639", "perpy": "0.99998"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 4.18",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.907991,33.853925]
+       },
+   "properties": 
+       {"street": "EAST", "color": "lime", "perpx": "-0.00639", "perpy": "0.99998"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 4.18",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.907999,33.853755]
+       },
+   "properties": 
+       {"street": "EAST", "color": "lime", "perpx": "0.004058", "perpy": "-0.999992"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 4.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.905042,33.853767]
+       },
+   "properties": 
+       {"street": "EAST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 4.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.897738,33.853874]
+       },
+   "properties": 
+       {"street": "ACACIA", "color": "lime", "perpx": "0.011516", "perpy": "-0.999934"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 4.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.897729,33.854035]
+       },
+   "properties": 
+       {"street": "ACACIA", "color": "lime", "perpx": "-0.017239", "perpy": "0.999851"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 5.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.891303,33.854309]
+       },
+   "properties": 
+       {"street": "STATE COLLEGE", "color": "lime", "perpx": "0.073866", "perpy": "0.997268"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 5.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887676,33.853992]
+       },
+   "properties": 
+       {"street": "STATE COLLEGE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 6.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876605,33.850044]
+       },
+   "properties": 
+       {"street": "W OF 57", "color": "lime", "perpx": "-0.41458", "perpy": "-0.910013"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 6.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875092,33.849561]
+       },
+   "properties": 
+       {"street": "W OF 57", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 6.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.872812,33.848316]
+       },
+   "properties": 
+       {"street": "E OF 57", "color": "lime", "perpx": "-0.41458", "perpy": "-0.910013"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 6.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.872819,33.848505]
+       },
+   "properties": 
+       {"street": "E OF 57", "color": "lime", "perpx": "0.397217", "perpy": "0.917725"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 6.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.870973,33.847706]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 6.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864299,33.846226]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "0.171763", "perpy": "-0.985138"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 7.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.856212,33.847636]
+       },
+   "properties": 
+       {"street": "GLASSELL1", "color": "lime", "perpx": "0.242383", "perpy": "-0.970181"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 7.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855999,33.847931]
+       },
+   "properties": 
+       {"street": "KRAEMER 1", "color": "lime", "perpx": "-0.238718", "perpy": "0.971089"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 7.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.854502,33.848299]
+       },
+   "properties": 
+       {"street": "KRAEMER 2", "color": "lime", "perpx": "-0.241819", "perpy": "0.970321"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 7.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.85323,33.848381]
+       },
+   "properties": 
+       {"street": "GLASSELL2", "color": "lime", "perpx": "0.242318", "perpy": "-0.970197"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 7.86",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.846936,33.849953]
+       },
+   "properties": 
+       {"street": "GROVE", "color": "lime", "perpx": "0.143226", "perpy": "-0.98969"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 7.86",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.846854,33.850205]
+       },
+   "properties": 
+       {"street": "GROVE", "color": "lime", "perpx": "-0.13485", "perpy": "0.990866"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 8.36",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.838448,33.851349]
+       },
+   "properties": 
+       {"street": "TUSTIN", "color": "lime", "perpx": "-0.13485", "perpy": "0.990866"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 8.36",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.838568,33.851164]
+       },
+   "properties": 
+       {"street": "TUSTIN", "color": "lime", "perpx": "0.143226", "perpy": "-0.98969"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 9.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.816135,33.849591]
+       },
+   "properties": 
+       {"street": "LAKEVIEW1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 10.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.814377,33.850669]
+       },
+   "properties": 
+       {"street": "LAKEVIEW1", "color": "lime", "perpx": "0.643266", "perpy": "-0.765643"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 10.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813891,33.851525]
+       },
+   "properties": 
+       {"street": "LAKEVIEW2", "color": "lime", "perpx": "-0.654394", "perpy": "0.756154"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 10.27",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.811988,33.852542]
+       },
+   "properties": 
+       {"street": "LAKEVIEW2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 10.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.80262,33.85429]
+       },
+   "properties": 
+       {"street": "W OF IMPERIAL", "color": "lime", "perpx": "0.183427", "perpy": "-0.983033"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 10.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.802756,33.854556]
+       },
+   "properties": 
+       {"street": "W OF IMPERIAL", "color": "lime", "perpx": "0.020315", "perpy": "0.999794"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 11.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793339,33.854368]
+       },
+   "properties": 
+       {"street": "IMPERIAL1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 11.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.791386,33.854176]
+       },
+   "properties": 
+       {"street": "IMPERIAL1", "color": "lime", "perpx": "0.098358", "perpy": "-0.995151"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 11.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.789725,33.854713]
+       },
+   "properties": 
+       {"street": "IMPERIAL2", "color": "lime", "perpx": "-0.310943", "perpy": "0.950429"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 11.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.787923,33.855071]
+       },
+   "properties": 
+       {"street": "IMPERIAL2", "color": "lime", "perpx": "0.431464", "perpy": "-0.90213"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 12.175",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.780743,33.858505]
+       },
+   "properties": 
+       {"street": "E OF IMPERIAL", "color": "lime", "perpx": "0.43844", "perpy": "-0.898761"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 12.175",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.780816,33.858773]
+       },
+   "properties": 
+       {"street": "E OF IMPERIAL", "color": "lime", "perpx": "-0.438994", "perpy": "0.89849"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 12.762",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.771912,33.862813]
+       },
+   "properties": 
+       {"street": "MIDPOINT", "color": "lime", "perpx": "0.436887", "perpy": "-0.899516"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 12.762",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.772007,33.863077]
+       },
+   "properties": 
+       {"street": "MIDPOINT", "color": "lime", "perpx": "-0.437889", "perpy": "0.899029"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 13.349",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763071,33.867107]
+       },
+   "properties": 
+       {"street": "W OF SCALES", "color": "lime", "perpx": "0.436887", "perpy": "-0.899516"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 13.349",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763191,33.867371]
+       },
+   "properties": 
+       {"street": "W OF SCALES", "color": "lime", "perpx": "-0.437889", "perpy": "0.899029"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 14.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747893,33.870169]
+       },
+   "properties": 
+       {"street": "WEIR CNYN1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 14.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744781,33.870278]
+       },
+   "properties": 
+       {"street": "WEIR CNYN1", "color": "lime", "perpx": "0.155667", "perpy": "-0.98781"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 14.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744997,33.870661]
+       },
+   "properties": 
+       {"street": "WEIR CNYN2", "color": "lime", "perpx": "-0.177649", "perpy": "0.984094"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 14.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.741504,33.870757]
+       },
+   "properties": 
+       {"street": "WEIR CNYN2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 15.11",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.73308,33.869894]
+       },
+   "properties": 
+       {"street": "East OF WEIR", "color": "lime", "perpx": "-0.101912", "perpy": "-0.994793"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 15.11",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733445,33.870372]
+       },
+   "properties": 
+       {"street": "East OF WEIR", "color": "lime", "perpx": "0.048587", "perpy": "0.998819"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 15.793",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.722179,33.866822]
+       },
+   "properties": 
+       {"street": "West OF GYPSUM", "color": "lime", "perpx": "-0.008286", "perpy": "-0.999966"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 15.793",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.722277,33.867126]
+       },
+   "properties": 
+       {"street": "West OF GYPSUM", "color": "lime", "perpx": "0.08815", "perpy": "0.996107"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 16.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.715237,33.866503]
+       },
+   "properties": 
+       {"street": "GYPSUM 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 16.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71168,33.866735]
+       },
+   "properties": 
+       {"street": "GYPSUM 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 16.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.708584,33.868014]
+       },
+   "properties": 
+       {"street": "GYPSUM 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 17.044",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.701858,33.871104]
+       },
+   "properties": 
+       {"street": "E OF GYPSUM", "color": "lime", "perpx": "0.417464", "perpy": "-0.908693"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 17.044",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.701993,33.871439]
+       },
+   "properties": 
+       {"street": "E OF GYPSUM", "color": "lime", "perpx": "-0.129654", "perpy": "0.991559"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 17.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.689053,33.873131]
+       },
+   "properties": 
+       {"street": "COAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 18.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.6845,33.870739]
+       },
+   "properties": 
+       {"street": "COAL", "color": "lime", "perpx": "-0.376251", "perpy": "-0.926518"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 18.435",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.68015,33.869165]
+       },
+   "properties": 
+       {"street": "E OF COAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 18.435",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.680194,33.869436]
+       },
+   "properties": 
+       {"street": "E OF COAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "91 E 0.45",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.034919,33.85912]
+       },
+   "properties": 
+       {"street": "MAGNOLIA", "color": "lime", "perpx": "-0.383803", "perpy": "-0.923415"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 0.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.034214,33.859047]
+       },
+   "properties": 
+       {"street": "ORANGETHORPE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 0.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.032578,33.858147]
+       },
+   "properties": 
+       {"street": "ORANGETHORPE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 0.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.967351,33.854549]
+       },
+   "properties": 
+       {"street": "GILBERT", "color": "lime", "perpx": "-0.028816", "perpy": "-0.999585"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 0.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.967371,33.854376]
+       },
+   "properties": 
+       {"street": "GILBERT", "color": "lime", "perpx": "-0.057735", "perpy": "-0.998332"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.026091,33.856083]
+       },
+   "properties": 
+       {"street": "VALLEY VIEW", "color": "lime", "perpx": "-0.035152", "perpy": "-0.999382"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.026045,33.856241]
+       },
+   "properties": 
+       {"street": "VALLEY VIEW", "color": "lime", "perpx": "0.03527", "perpy": "0.999378"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 1.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.961157,33.853951]
+       },
+   "properties": 
+       {"street": "BROOKHURST", "color": "lime", "perpx": "-0.034899", "perpy": "-0.999391"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 1.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.95679,33.853902]
+       },
+   "properties": 
+       {"street": "BROOKHURST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 1.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.014055,33.856065]
+       },
+   "properties": 
+       {"street": "KNOTT 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 1.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.011986,33.855903]
+       },
+   "properties": 
+       {"street": "KNOTT 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 1.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.008835,33.856125]
+       },
+   "properties": 
+       {"street": "KNOTT 2", "color": "lime", "perpx": "0.029813", "perpy": "0.999556"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 1.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.008847,33.855926]
+       },
+   "properties": 
+       {"street": "KNOTT 2", "color": "lime", "perpx": "-0.02939", "perpy": "-0.999568"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 2.11",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.943925,33.854189]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0.029813", "perpy": "0.999556"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 2.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.938876,33.854029]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0.032946", "perpy": "0.999457"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 2.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.001703,33.856174]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "-0.000863", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 2.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.998577,33.855997]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "0.008629", "perpy": "-0.999963"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 2.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.998227,33.856177]
+       },
+   "properties": 
+       {"street": "BEACH 2", "color": "lime", "perpx": "-0.000863", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 2.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.995448,33.856024]
+       },
+   "properties": 
+       {"street": "BEACH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 3.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.926204,33.853907]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "-0.05087", "perpy": "-0.998705"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 3.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.976502,33.857654]
+       },
+   "properties": 
+       {"street": "MAGNOLIA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 3.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.912688,33.853681]
+       },
+   "properties": 
+       {"street": "LEMON", "color": "lime", "perpx": "0.01578", "perpy": "-0.999875"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 3.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.912686,33.853895]
+       },
+   "properties": 
+       {"street": "LEMON", "color": "lime", "perpx": "-0.00639", "perpy": "0.99998"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 4.18",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.907991,33.853925]
+       },
+   "properties": 
+       {"street": "EAST", "color": "lime", "perpx": "-0.00639", "perpy": "0.99998"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 4.18",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.907999,33.853755]
+       },
+   "properties": 
+       {"street": "EAST", "color": "lime", "perpx": "0.004058", "perpy": "-0.999992"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 4.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.905042,33.853767]
+       },
+   "properties": 
+       {"street": "EAST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 4.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.897738,33.853874]
+       },
+   "properties": 
+       {"street": "ACACIA", "color": "lime", "perpx": "0.011516", "perpy": "-0.999934"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 4.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.897729,33.854035]
+       },
+   "properties": 
+       {"street": "ACACIA", "color": "lime", "perpx": "-0.017239", "perpy": "0.999851"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 5.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.891303,33.854309]
+       },
+   "properties": 
+       {"street": "STATE COLLEGE", "color": "lime", "perpx": "0.073866", "perpy": "0.997268"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 5.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887676,33.853992]
+       },
+   "properties": 
+       {"street": "STATE COLLEGE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 6.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876605,33.850044]
+       },
+   "properties": 
+       {"street": "W OF 57", "color": "lime", "perpx": "-0.41458", "perpy": "-0.910013"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 6.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875092,33.849561]
+       },
+   "properties": 
+       {"street": "W OF 57", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 6.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.872812,33.848316]
+       },
+   "properties": 
+       {"street": "E OF 57", "color": "lime", "perpx": "-0.41458", "perpy": "-0.910013"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 6.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.872819,33.848505]
+       },
+   "properties": 
+       {"street": "E OF 57", "color": "lime", "perpx": "0.397217", "perpy": "0.917725"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 6.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.870973,33.847706]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 6.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864299,33.846226]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "0.171763", "perpy": "-0.985138"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 7.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.856212,33.847636]
+       },
+   "properties": 
+       {"street": "GLASSELL1", "color": "lime", "perpx": "0.242383", "perpy": "-0.970181"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 7.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855999,33.847931]
+       },
+   "properties": 
+       {"street": "KRAEMER 1", "color": "lime", "perpx": "-0.238718", "perpy": "0.971089"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 7.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.854502,33.848299]
+       },
+   "properties": 
+       {"street": "KRAEMER 2", "color": "lime", "perpx": "-0.241819", "perpy": "0.970321"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 7.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.85323,33.848381]
+       },
+   "properties": 
+       {"street": "GLASSELL2", "color": "lime", "perpx": "0.242318", "perpy": "-0.970197"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 7.86",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.846936,33.849953]
+       },
+   "properties": 
+       {"street": "GROVE", "color": "lime", "perpx": "0.143226", "perpy": "-0.98969"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 7.86",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.846854,33.850205]
+       },
+   "properties": 
+       {"street": "GROVE", "color": "lime", "perpx": "-0.13485", "perpy": "0.990866"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 8.36",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.838448,33.851349]
+       },
+   "properties": 
+       {"street": "TUSTIN", "color": "lime", "perpx": "-0.13485", "perpy": "0.990866"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 8.36",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.838568,33.851164]
+       },
+   "properties": 
+       {"street": "TUSTIN", "color": "lime", "perpx": "0.143226", "perpy": "-0.98969"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 9.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.816135,33.849591]
+       },
+   "properties": 
+       {"street": "LAKEVIEW1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 10.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.814377,33.850669]
+       },
+   "properties": 
+       {"street": "LAKEVIEW1", "color": "lime", "perpx": "0.643266", "perpy": "-0.765643"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 10.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813891,33.851525]
+       },
+   "properties": 
+       {"street": "LAKEVIEW2", "color": "lime", "perpx": "-0.654394", "perpy": "0.756154"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 10.27",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.811988,33.852542]
+       },
+   "properties": 
+       {"street": "LAKEVIEW2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 10.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.80262,33.85429]
+       },
+   "properties": 
+       {"street": "W OF IMPERIAL", "color": "lime", "perpx": "0.183427", "perpy": "-0.983033"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 10.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.802756,33.854556]
+       },
+   "properties": 
+       {"street": "W OF IMPERIAL", "color": "lime", "perpx": "0.020315", "perpy": "0.999794"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 11.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793339,33.854368]
+       },
+   "properties": 
+       {"street": "IMPERIAL1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 11.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.791386,33.854176]
+       },
+   "properties": 
+       {"street": "IMPERIAL1", "color": "lime", "perpx": "0.098358", "perpy": "-0.995151"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 11.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.789725,33.854713]
+       },
+   "properties": 
+       {"street": "IMPERIAL2", "color": "lime", "perpx": "-0.310943", "perpy": "0.950429"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 11.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.787923,33.855071]
+       },
+   "properties": 
+       {"street": "IMPERIAL2", "color": "lime", "perpx": "0.431464", "perpy": "-0.90213"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 12.175",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.780743,33.858505]
+       },
+   "properties": 
+       {"street": "E OF IMPERIAL", "color": "lime", "perpx": "0.43844", "perpy": "-0.898761"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 12.175",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.780816,33.858773]
+       },
+   "properties": 
+       {"street": "E OF IMPERIAL", "color": "lime", "perpx": "-0.438994", "perpy": "0.89849"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 12.762",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.771912,33.862813]
+       },
+   "properties": 
+       {"street": "MIDPOINT", "color": "lime", "perpx": "0.436887", "perpy": "-0.899516"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 12.762",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.772007,33.863077]
+       },
+   "properties": 
+       {"street": "MIDPOINT", "color": "lime", "perpx": "-0.437889", "perpy": "0.899029"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 13.349",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763071,33.867107]
+       },
+   "properties": 
+       {"street": "W OF SCALES", "color": "lime", "perpx": "0.436887", "perpy": "-0.899516"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 13.349",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763191,33.867371]
+       },
+   "properties": 
+       {"street": "W OF SCALES", "color": "lime", "perpx": "-0.437889", "perpy": "0.899029"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 14.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747893,33.870169]
+       },
+   "properties": 
+       {"street": "WEIR CNYN1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 14.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744781,33.870278]
+       },
+   "properties": 
+       {"street": "WEIR CNYN1", "color": "lime", "perpx": "0.155667", "perpy": "-0.98781"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 14.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744997,33.870661]
+       },
+   "properties": 
+       {"street": "WEIR CNYN2", "color": "lime", "perpx": "-0.177649", "perpy": "0.984094"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 14.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.741504,33.870757]
+       },
+   "properties": 
+       {"street": "WEIR CNYN2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 15.11",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.73308,33.869894]
+       },
+   "properties": 
+       {"street": "East OF WEIR", "color": "lime", "perpx": "-0.101912", "perpy": "-0.994793"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 15.11",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733445,33.870372]
+       },
+   "properties": 
+       {"street": "East OF WEIR", "color": "lime", "perpx": "0.048587", "perpy": "0.998819"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 15.793",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.722179,33.866822]
+       },
+   "properties": 
+       {"street": "West OF GYPSUM", "color": "lime", "perpx": "-0.008286", "perpy": "-0.999966"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 15.793",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.722277,33.867126]
+       },
+   "properties": 
+       {"street": "West OF GYPSUM", "color": "lime", "perpx": "0.08815", "perpy": "0.996107"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 16.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.715237,33.866503]
+       },
+   "properties": 
+       {"street": "GYPSUM 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 16.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71168,33.866735]
+       },
+   "properties": 
+       {"street": "GYPSUM 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 16.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.708584,33.868014]
+       },
+   "properties": 
+       {"street": "GYPSUM 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 17.044",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.701858,33.871104]
+       },
+   "properties": 
+       {"street": "E OF GYPSUM", "color": "lime", "perpx": "0.417464", "perpy": "-0.908693"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 17.044",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.701993,33.871439]
+       },
+   "properties": 
+       {"street": "E OF GYPSUM", "color": "lime", "perpx": "-0.129654", "perpy": "0.991559"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 17.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.689053,33.873131]
+       },
+   "properties": 
+       {"street": "COAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 18.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.6845,33.870739]
+       },
+   "properties": 
+       {"street": "COAL", "color": "lime", "perpx": "-0.376251", "perpy": "-0.926518"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 18.435",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.68015,33.869165]
+       },
+   "properties": 
+       {"street": "E OF COAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 18.435",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.680194,33.869436]
+       },
+   "properties": 
+       {"street": "E OF COAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "91 E 0.45",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.034919,33.85912]
+       },
+   "properties": 
+       {"street": "MAGNOLIA", "color": "lime", "perpx": "-0.383803", "perpy": "-0.923415"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 0.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.034214,33.859047]
+       },
+   "properties": 
+       {"street": "ORANGETHORPE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 0.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.032578,33.858147]
+       },
+   "properties": 
+       {"street": "ORANGETHORPE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 0.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.967351,33.854549]
+       },
+   "properties": 
+       {"street": "GILBERT", "color": "lime", "perpx": "-0.028816", "perpy": "-0.999585"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 0.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.967371,33.854376]
+       },
+   "properties": 
+       {"street": "GILBERT", "color": "lime", "perpx": "-0.057735", "perpy": "-0.998332"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.026091,33.856083]
+       },
+   "properties": 
+       {"street": "VALLEY VIEW", "color": "lime", "perpx": "-0.035152", "perpy": "-0.999382"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 1",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.026045,33.856241]
+       },
+   "properties": 
+       {"street": "VALLEY VIEW", "color": "lime", "perpx": "0.03527", "perpy": "0.999378"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 1.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.961157,33.853951]
+       },
+   "properties": 
+       {"street": "BROOKHURST", "color": "lime", "perpx": "-0.034899", "perpy": "-0.999391"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 1.37",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.95679,33.853902]
+       },
+   "properties": 
+       {"street": "BROOKHURST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 1.69",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.014055,33.856065]
+       },
+   "properties": 
+       {"street": "KNOTT 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 1.81",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.011986,33.855903]
+       },
+   "properties": 
+       {"street": "KNOTT 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 1.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.008835,33.856125]
+       },
+   "properties": 
+       {"street": "KNOTT 2", "color": "lime", "perpx": "0.029813", "perpy": "0.999556"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 1.99",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.008847,33.855926]
+       },
+   "properties": 
+       {"street": "KNOTT 2", "color": "lime", "perpx": "-0.02939", "perpy": "-0.999568"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 2.11",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.943925,33.854189]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0.029813", "perpy": "0.999556"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 2.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.938876,33.854029]
+       },
+   "properties": 
+       {"street": "EUCLID", "color": "lime", "perpx": "0.032946", "perpy": "0.999457"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 2.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.001703,33.856174]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "-0.000863", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 2.58",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.998577,33.855997]
+       },
+   "properties": 
+       {"street": "BEACH 1", "color": "lime", "perpx": "0.008629", "perpy": "-0.999963"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 2.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.998227,33.856177]
+       },
+   "properties": 
+       {"street": "BEACH 2", "color": "lime", "perpx": "-0.000863", "perpy": "1.0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 2.76",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.995448,33.856024]
+       },
+   "properties": 
+       {"street": "BEACH 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 3.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.926204,33.853907]
+       },
+   "properties": 
+       {"street": "HARBOR 1", "color": "lime", "perpx": "-0.05087", "perpy": "-0.998705"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 3.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.976502,33.857654]
+       },
+   "properties": 
+       {"street": "MAGNOLIA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 3.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.912688,33.853681]
+       },
+   "properties": 
+       {"street": "LEMON", "color": "lime", "perpx": "0.01578", "perpy": "-0.999875"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 3.91",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.912686,33.853895]
+       },
+   "properties": 
+       {"street": "LEMON", "color": "lime", "perpx": "-0.00639", "perpy": "0.99998"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 4.18",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.907991,33.853925]
+       },
+   "properties": 
+       {"street": "EAST", "color": "lime", "perpx": "-0.00639", "perpy": "0.99998"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 4.18",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.907999,33.853755]
+       },
+   "properties": 
+       {"street": "EAST", "color": "lime", "perpx": "0.004058", "perpy": "-0.999992"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 4.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.905042,33.853767]
+       },
+   "properties": 
+       {"street": "EAST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 4.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.897738,33.853874]
+       },
+   "properties": 
+       {"street": "ACACIA", "color": "lime", "perpx": "0.011516", "perpy": "-0.999934"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 4.77",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.897729,33.854035]
+       },
+   "properties": 
+       {"street": "ACACIA", "color": "lime", "perpx": "-0.017239", "perpy": "0.999851"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 5.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.891303,33.854309]
+       },
+   "properties": 
+       {"street": "STATE COLLEGE", "color": "lime", "perpx": "0.073866", "perpy": "0.997268"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 5.35",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.887676,33.853992]
+       },
+   "properties": 
+       {"street": "STATE COLLEGE", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 6.05",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.876605,33.850044]
+       },
+   "properties": 
+       {"street": "W OF 57", "color": "lime", "perpx": "-0.41458", "perpy": "-0.910013"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 6.15",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.875092,33.849561]
+       },
+   "properties": 
+       {"street": "W OF 57", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 6.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.872812,33.848316]
+       },
+   "properties": 
+       {"street": "E OF 57", "color": "lime", "perpx": "-0.41458", "perpy": "-0.910013"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 6.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.872819,33.848505]
+       },
+   "properties": 
+       {"street": "E OF 57", "color": "lime", "perpx": "0.397217", "perpy": "0.917725"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 6.42",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.870973,33.847706]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 6.82",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.864299,33.846226]
+       },
+   "properties": 
+       {"street": "LA PALMA", "color": "lime", "perpx": "0.171763", "perpy": "-0.985138"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 7.3",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.856212,33.847636]
+       },
+   "properties": 
+       {"street": "GLASSELL1", "color": "lime", "perpx": "0.242383", "perpy": "-0.970181"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 7.31",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.855999,33.847931]
+       },
+   "properties": 
+       {"street": "KRAEMER 1", "color": "lime", "perpx": "-0.238718", "perpy": "0.971089"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 7.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.854502,33.848299]
+       },
+   "properties": 
+       {"street": "KRAEMER 2", "color": "lime", "perpx": "-0.241819", "perpy": "0.970321"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 7.48",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.85323,33.848381]
+       },
+   "properties": 
+       {"street": "GLASSELL2", "color": "lime", "perpx": "0.242318", "perpy": "-0.970197"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 7.86",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.846936,33.849953]
+       },
+   "properties": 
+       {"street": "GROVE", "color": "lime", "perpx": "0.143226", "perpy": "-0.98969"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 7.86",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.846854,33.850205]
+       },
+   "properties": 
+       {"street": "GROVE", "color": "lime", "perpx": "-0.13485", "perpy": "0.990866"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 8.36",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.838448,33.851349]
+       },
+   "properties": 
+       {"street": "TUSTIN", "color": "lime", "perpx": "-0.13485", "perpy": "0.990866"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 8.36",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.838568,33.851164]
+       },
+   "properties": 
+       {"street": "TUSTIN", "color": "lime", "perpx": "0.143226", "perpy": "-0.98969"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 9.95",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.816135,33.849591]
+       },
+   "properties": 
+       {"street": "LAKEVIEW1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 10.08",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.814377,33.850669]
+       },
+   "properties": 
+       {"street": "LAKEVIEW1", "color": "lime", "perpx": "0.643266", "perpy": "-0.765643"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 10.14",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.813891,33.851525]
+       },
+   "properties": 
+       {"street": "LAKEVIEW2", "color": "lime", "perpx": "-0.654394", "perpy": "0.756154"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 10.27",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.811988,33.852542]
+       },
+   "properties": 
+       {"street": "LAKEVIEW2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 10.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.80262,33.85429]
+       },
+   "properties": 
+       {"street": "W OF IMPERIAL", "color": "lime", "perpx": "0.183427", "perpy": "-0.983033"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 10.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.802756,33.854556]
+       },
+   "properties": 
+       {"street": "W OF IMPERIAL", "color": "lime", "perpx": "0.020315", "perpy": "0.999794"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 11.38",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793339,33.854368]
+       },
+   "properties": 
+       {"street": "IMPERIAL1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 11.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.791386,33.854176]
+       },
+   "properties": 
+       {"street": "IMPERIAL1", "color": "lime", "perpx": "0.098358", "perpy": "-0.995151"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 11.59",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.789725,33.854713]
+       },
+   "properties": 
+       {"street": "IMPERIAL2", "color": "lime", "perpx": "-0.310943", "perpy": "0.950429"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 11.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.787923,33.855071]
+       },
+   "properties": 
+       {"street": "IMPERIAL2", "color": "lime", "perpx": "0.431464", "perpy": "-0.90213"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 12.175",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.780743,33.858505]
+       },
+   "properties": 
+       {"street": "E OF IMPERIAL", "color": "lime", "perpx": "0.43844", "perpy": "-0.898761"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 12.175",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.780816,33.858773]
+       },
+   "properties": 
+       {"street": "E OF IMPERIAL", "color": "lime", "perpx": "-0.438994", "perpy": "0.89849"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 12.762",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.771912,33.862813]
+       },
+   "properties": 
+       {"street": "MIDPOINT", "color": "lime", "perpx": "0.436887", "perpy": "-0.899516"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 12.762",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.772007,33.863077]
+       },
+   "properties": 
+       {"street": "MIDPOINT", "color": "lime", "perpx": "-0.437889", "perpy": "0.899029"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 13.349",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763071,33.867107]
+       },
+   "properties": 
+       {"street": "W OF SCALES", "color": "lime", "perpx": "0.436887", "perpy": "-0.899516"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 13.349",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.763191,33.867371]
+       },
+   "properties": 
+       {"street": "W OF SCALES", "color": "lime", "perpx": "-0.437889", "perpy": "0.899029"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 14.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.747893,33.870169]
+       },
+   "properties": 
+       {"street": "WEIR CNYN1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 14.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744781,33.870278]
+       },
+   "properties": 
+       {"street": "WEIR CNYN1", "color": "lime", "perpx": "0.155667", "perpy": "-0.98781"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 14.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.744997,33.870661]
+       },
+   "properties": 
+       {"street": "WEIR CNYN2", "color": "lime", "perpx": "-0.177649", "perpy": "0.984094"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 14.62",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.741504,33.870757]
+       },
+   "properties": 
+       {"street": "WEIR CNYN2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 15.11",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.73308,33.869894]
+       },
+   "properties": 
+       {"street": "East OF WEIR", "color": "lime", "perpx": "-0.101912", "perpy": "-0.994793"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 15.11",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.733445,33.870372]
+       },
+   "properties": 
+       {"street": "East OF WEIR", "color": "lime", "perpx": "0.048587", "perpy": "0.998819"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 15.793",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.722179,33.866822]
+       },
+   "properties": 
+       {"street": "West OF GYPSUM", "color": "lime", "perpx": "-0.008286", "perpy": "-0.999966"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 15.793",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.722277,33.867126]
+       },
+   "properties": 
+       {"street": "West OF GYPSUM", "color": "lime", "perpx": "0.08815", "perpy": "0.996107"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 16.2",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.715237,33.866503]
+       },
+   "properties": 
+       {"street": "GYPSUM 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 16.4",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.71168,33.866735]
+       },
+   "properties": 
+       {"street": "GYPSUM 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 16.6",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.708584,33.868014]
+       },
+   "properties": 
+       {"street": "GYPSUM 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 17.044",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.701858,33.871104]
+       },
+   "properties": 
+       {"street": "E OF GYPSUM", "color": "lime", "perpx": "0.417464", "perpy": "-0.908693"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 17.044",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.701993,33.871439]
+       },
+   "properties": 
+       {"street": "E OF GYPSUM", "color": "lime", "perpx": "-0.129654", "perpy": "0.991559"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 17.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.689053,33.873131]
+       },
+   "properties": 
+       {"street": "COAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 18.13",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.6845,33.870739]
+       },
+   "properties": 
+       {"street": "COAL", "color": "lime", "perpx": "-0.376251", "perpy": "-0.926518"}
+},  
+{
+   "type": "Feature",
+   "id": "91 E 18.435",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.68015,33.869165]
+       },
+   "properties": 
+       {"street": "E OF COAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "91 W 18.435",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.680194,33.869436]
+       },
+   "properties": 
+       {"street": "E OF COAL", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "605 S 1.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.083136,33.80104]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "-0.712287", "perpy": "0.701888"}
+},  
+{
+   "type": "Feature",
+   "id": "605 N 1.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.082822,33.80097]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "605 S 1.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.081675,33.804047]
+       },
+   "properties": 
+       {"street": "KATELLA 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "605 S 1.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.083136,33.80104]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "-0.712287", "perpy": "0.701888"}
+},  
+{
+   "type": "Feature",
+   "id": "605 N 1.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.082822,33.80097]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "605 S 1.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.081675,33.804047]
+       },
+   "properties": 
+       {"street": "KATELLA 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "605 S 1.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.083136,33.80104]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "-0.712287", "perpy": "0.701888"}
+},  
+{
+   "type": "Feature",
+   "id": "605 N 1.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.082822,33.80097]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "605 S 1.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.081675,33.804047]
+       },
+   "properties": 
+       {"street": "KATELLA 2", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+
+{
+   "type": "Feature",
+   "id": "605 S 1.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.083136,33.80104]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "-0.712287", "perpy": "0.701888"}
+},  
+{
+   "type": "Feature",
+   "id": "605 N 1.26",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.082822,33.80097]
+       },
+   "properties": 
+       {"street": "KATELLA 1", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "605 S 1.49",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-118.081675,33.804047]
+       },
+   "properties": 
+       {"street": "KATELLA 2", "color": "lime", "perpx": "0", "perpy": "0"}
+}   
+  ]
+}
Index: trunk/webapps/cctv_locations_D12.gjson
===================================================================
--- trunk/webapps/cctv_locations_D12.gjson	(revision 315)
+++ trunk/webapps/cctv_locations_D12.gjson	(revision 315)
@@ -0,0 +1,2847 @@
+{
+  "type": "FeatureCollection",
+  "features": [
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0001",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.978854,33.856288]
+      },
+  "properties":
+      {
+      "locationName":"SB 5 N/O MAGNOLIA AVE (S/O 91)",
+      "nearVDS":"5 S 43.01" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0007",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.914631,33.815271]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 HARBOR BLVD",
+      "nearVDS":"5 N 37.38" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0013",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.87515,33.778342]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 RTE 22",
+      "nearVDS":"5 N 33.8" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0016",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.852357,33.754633]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 GRAND AVE",
+      "nearVDS":"5 N 31.73" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0029",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.862294,33.759533]
+      },
+  "properties":
+      {
+      "locationName":"SB 5 17TH ST (7TH)",
+      "nearVDS":"5 S 32.25" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0034",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.72058,33.629051]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 BAKE PKWY (LAKE FOREST)",
+      "nearVDS":"5 N 20" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0035",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.736051,33.645333]
+      },
+  "properties":
+      {
+      "locationName":"SB 5 ENTERPRISE ST /12-405 (235)",
+      "nearVDS":"5 S 21.25" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0084",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.65848,33.504043]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 ORTEGA HWY",
+      "nearVDS":"5 N 9.69" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0086",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.666043,33.522207]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 JUNIPERO SERRA RD",
+      "nearVDS":"5 N 11.05" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0088",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.672459,33.559112]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 CROWN VALLEY PKWY (MV)",
+      "nearVDS":"5 N 13.7" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0089",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.683941,33.601512]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 N/O LA PAZ RD (S/O ALICIA)",
+      "nearVDS":"5 N 16.69" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0090",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.671157,33.57996]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 OSO PKWY O/C (MV)",
+      "nearVDS":"5 N 15.13" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0091",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.671303,33.588723]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 N/O OSO PKWY",
+      "nearVDS":"5 N 15.35" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0092",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.676321,33.598609]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 LA PAZ RD( MV)",
+      "nearVDS":"5 N 16.51" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0093",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.690447,33.605404]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 ALICIA PKWY ON ( MV)",
+      "nearVDS":"5 N 17.43" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0094",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.692358,33.606105]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 ALICIA PKWY",
+      "nearVDS":"5 N 17.63" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0095",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.705866,33.613607]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 EL TORO RD",
+      "nearVDS":"5 N 18.61" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0097",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.712363,33.619999]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 NO EL TORO RD (CARLOTA)",
+      "nearVDS":"5 N 18.61" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0098",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.743837,33.656192]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 ALTON PKWY",
+      "nearVDS":"5 N 22.2" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0102",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.767601,33.689427]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 JEFFREY RD",
+      "nearVDS":"5 N 25.08" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0103",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.775138,33.700849]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 YALE AVE",
+      "nearVDS":"5 N 25.8" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0104",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.782251,33.710579]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 CULVER DR",
+      "nearVDS":"5 N 26.56" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0105",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.795451,33.720267]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 JAMBOREE RD",
+      "nearVDS":"5 N 27.56" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0106",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.803943,33.726048]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 TUSTIN RANCH RD",
+      "nearVDS":"5 N 28.1" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0107",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.820219,33.736483]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 S/O NEWPORT AVE",
+      "nearVDS":"5 N 29.24" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0108",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.880263,33.780901]
+      },
+  "properties":
+      {
+      "locationName":"SB 5 22 FWY",
+      "nearVDS":"5 S 34.3" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0109",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.889408,33.791899]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 STATE COLLEGE BLVD",
+      "nearVDS":"5 N 35.1" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0110",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.896519,33.797148]
+      },
+  "properties":
+      {
+      "locationName":"SB 5 ORANGEWOOD AVE",
+      "nearVDS":"5 S 35.6" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0111",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.900379,33.802518]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 KATELLA AVE",
+      "nearVDS":"5 N 36.4" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0112",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.924056,33.825002]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 WEST ST",
+      "nearVDS":"5 N 38.1" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0113",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.932136,33.832856]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 LINCOLN AVE",
+      "nearVDS":"5 N 38.9" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0114",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.940608,33.835729]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 EUCLID AVE",
+      "nearVDS":"5 N 39.6" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0116",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.958552,33.845864]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 BROOKHURST ST",
+      "nearVDS":"5 N 40.7" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0117",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.968164,33.85056]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 GILBERT ST",
+      "nearVDS":"5 N 40.98" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0118",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.973228,33.853368]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 MAGNOLIA AVE",
+      "nearVDS":"5 N 40.98" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0119",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.986973,33.860337]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 N/O ORANGETHORPE BLVD",
+      "nearVDS":"5 N 43.01" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0175",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.908082,33.809042]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 ANAHEIM BL",
+      "nearVDS":"5 N 36.6" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0188",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.991956,33.863328]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 MANCHESTER AVE (S/O STANTON)",
+      "nearVDS":"5 N 43.01" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0189",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.969203,33.855307]
+      },
+  "properties":
+      {
+      "locationName":"WB 91 GILBERT ST",
+      "nearVDS":"91 W 0.76" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0190",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-118.000423,33.867939]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 N/O BEACH BLVD",
+      "nearVDS":"5 N 43.01" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0192",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.672549,33.548608]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 AVERY PKWY",
+      "nearVDS":"5 N 13.05" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0195",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.777357,33.704308]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 N/O YALE AVE",
+      "nearVDS":"5 N 25.8" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0197",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.812044,33.731601]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 S/O REDHILL AVE",
+      "nearVDS":"5 N 29.24" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0203",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-118.009814,33.872934]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 S/O ARTESIA BLVD",
+      "nearVDS":"5 N 43.01" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0206",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.593436,33.396516]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 CHRISTIANITOS RD",
+      "nearVDS":"5 N 43.01" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0209",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.611297,33.428438]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 PRESIDIO DR ON",
+      "nearVDS":"5 N 2.47" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0210",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.61506,33.431966]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 AVENIDA PALIZADA ON",
+      "nearVDS":"5 N 2.8" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0212",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.628059,33.44293]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 VIA HERMOSA",
+      "nearVDS":"5 N 3.56" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0213",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.641033,33.450736]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 S/O AVENIDA VAQUERO ON",
+      "nearVDS":"5 S 5.4" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0214",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.65494,33.458616]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 CAMINO DE ESTRELLA ON",
+      "nearVDS":"5 N 5.73" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0217",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.674086,33.47531]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 STONEHILL DR (CAPISTRANO/STONEHILL)",
+      "nearVDS":"5 N 7.46" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0218",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.669703,33.481338]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 AVENIDA AEROPUERTO",
+      "nearVDS":"5 N 7.99" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0233",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.663318,33.489288]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 VALLE RD ON (SAN JUAN CREEK)",
+      "nearVDS":"5 N 8.64" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0234",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.658465,33.49746]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 S/O ORTEGA HWY (SAN JUAN CREEK)",
+      "nearVDS":"5 N 9.15" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-005-CCTV-0235",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.674252,33.537283]
+      },
+  "properties":
+      {
+      "locationName":"NB 5 73 FWY (NO LOC DESC)",
+      "nearVDS":"73 N 10.59" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-022-CCTV-0009",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-118.08761,33.77432]
+      },
+  "properties":
+      {
+      "locationName":"EB 22 7TH ST",
+      "nearVDS":"22 E 1.08" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-022-CCTV-0030",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.954659,33.7662]
+      },
+  "properties":
+      {
+      "locationName":"WB 22 BROOKHURST ST",
+      "nearVDS":"22 W 5.57" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-022-CCTV-0031",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.936602,33.766312]
+      },
+  "properties":
+      {
+      "locationName":"WB 22 EUCLID ST",
+      "nearVDS":"22 W 6.94" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-022-CCTV-0032",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.921177,33.767824]
+      },
+  "properties":
+      {
+      "locationName":"WB 22 HARBOR BLVD",
+      "nearVDS":"22 W 7.72" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-022-CCTV-0033",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.890292,33.779268]
+      },
+  "properties":
+      {
+      "locationName":"WB 22 CITY DRIVE",
+      "nearVDS":"22 W 9.69" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-022-CCTV-0154",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.841851,33.776829]
+      },
+  "properties":
+      {
+      "locationName":"WB 22 CAMBRIDGE ST",
+      "nearVDS":"22 W 12.7" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-022-CCTV-0155",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.852236,33.774962]
+      },
+  "properties":
+      {
+      "locationName":"EB 22 GLASSELL ST",
+      "nearVDS":"22 E 12.01" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-022-CCTV-0156",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.862898,33.778524]
+      },
+  "properties":
+      {
+      "locationName":"WB 22 MAIN ST",
+      "nearVDS":"22 W 11.23" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-022-CCTV-0158",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.974867,33.766151]
+      },
+  "properties":
+      {
+      "locationName":"EB 22 MAGNOLIA ST",
+      "nearVDS":"22 E 4.6" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-022-CCTV-0159",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.966973,33.766112]
+      },
+  "properties":
+      {
+      "locationName":"WB 22 MAGNOLIA ST",
+      "nearVDS":"22 W 4.99" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-022-CCTV-0160",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.98756,33.771132]
+      },
+  "properties":
+      {
+      "locationName":"WB 22 BEACH BLVD",
+      "nearVDS":"22 W 3.73" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-022-CCTV-0161",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-118.004695,33.772847]
+      },
+  "properties":
+      {
+      "locationName":"EB 22 KNOTT AVE",
+      "nearVDS":"22 E 2.88" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-022-CCTV-0162",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-118.010054,33.774904]
+      },
+  "properties":
+      {
+      "locationName":"WB 22 KNOTT AVE",
+      "nearVDS":"22 W 2.49" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-022-CCTV-0163",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-118.036332,33.774126]
+      },
+  "properties":
+      {
+      "locationName":"EB 22 VALLEY VIEW AVE",
+      "nearVDS":"22 E 1.08" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-022-CCTV-0164",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-118.029072,33.774096]
+      },
+  "properties":
+      {
+      "locationName":"EB 22 LOS ALISOS ST",
+      "nearVDS":"22 E 1.75" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-055-CCTV-0011",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.896617,33.663818]
+      },
+  "properties":
+      {
+      "locationName":"SB 55 DEL MAR AVE",
+      "nearVDS":"55 S 3.97" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-055-CCTV-0019",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.83171,33.748952]
+      },
+  "properties":
+      {
+      "locationName":"NB 55 4TH ST",
+      "nearVDS":"55 N 11.1" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-055-CCTV-0020",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.833377,33.734188]
+      },
+  "properties":
+      {
+      "locationName":"NB 55 MCFADDEN AVE",
+      "nearVDS":"55 N 9.84" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-055-CCTV-0021",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.83549,33.724804]
+      },
+  "properties":
+      {
+      "locationName":"NB 55 EDINGER AVE",
+      "nearVDS":"55 N 9.41" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-055-CCTV-0022",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.844637,33.715353]
+      },
+  "properties":
+      {
+      "locationName":"NB 55 WARNER AVE ",
+      "nearVDS":"55 N 8.12" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-055-CCTV-0024",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.872133,33.687102]
+      },
+  "properties":
+      {
+      "locationName":"SB 55 @RTE405",
+      "nearVDS":"55 S 5.87" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-055-CCTV-0198",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.83151,33.776856]
+      },
+  "properties":
+      {
+      "locationName":"SB 55 RTE 22 ",
+      "nearVDS":"22 S 12.7" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-055-CCTV-0199",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.830684,33.787286]
+      },
+  "properties":
+      {
+      "locationName":"NB 55 CHAPMAN AVE  ",
+      "nearVDS":"55 N 13.9" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-055-CCTV-0200",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.830589,33.795054]
+      },
+  "properties":
+      {
+      "locationName":"NB 55 WALNUT ST",
+      "nearVDS":"55 N 14.4" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-055-CCTV-0201",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.831286,33.802195]
+      },
+  "properties":
+      {
+      "locationName":"NB 55 COLLINS AVE",
+      "nearVDS":"55 N 14.6" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-055-CCTV-0202",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.831647,33.809678]
+      },
+  "properties":
+      {
+      "locationName":"NB 55 KATELLA AVE",
+      "nearVDS":"55 N 15.22" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-055-CCTV-0204",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.831697,33.8211]
+      },
+  "properties":
+      {
+      "locationName":"NB 55 S/O MEATS AVE",
+      "nearVDS":"55 N 15.8" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-055-CCTV-0230",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.830642,33.760736]
+      },
+  "properties":
+      {
+      "locationName":"NB 55 17TH ST",
+      "nearVDS":"55 N 11.74" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-055-CCTV-0238",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.903363,33.656942]
+      },
+  "properties":
+      {
+      "locationName":"NB 55 WILSON ST",
+      "nearVDS":"55 N 3.07" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-055-CCTV-0239",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.896594,33.663803]
+      },
+  "properties":
+      {
+      "locationName":"NB 55 DEL MAR AVE EXT",
+      "nearVDS":"55 N 3.97" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-055-CCTV-0240",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.887367,33.672201]
+      },
+  "properties":
+      {
+      "locationName":"NB 55 RTE 73",
+      "nearVDS":"55 N 4.58" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-055-CCTV-0241",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.879191,33.679691]
+      },
+  "properties":
+      {
+      "locationName":"NB 55 N/O BAKER ST",
+      "nearVDS":"55 N 5.51" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-057-CCTV-0006",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.875914,33.817703]
+      },
+  "properties":
+      {
+      "locationName":"NB 57 BALL ROAD",
+      "nearVDS":"57 N 13.38" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-057-CCTV-0078",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.879724,33.804529]
+      },
+  "properties":
+      {
+      "locationName":"NB 57 KATELLA AVE",
+      "nearVDS":"57 N 12.5" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-057-CCTV-0079",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.875687,33.838806]
+      },
+  "properties":
+      {
+      "locationName":"NB 57 LINCOLN AVE",
+      "nearVDS":"57 N 14.9" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-057-CCTV-0080",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.876881,33.861713]
+      },
+  "properties":
+      {
+      "locationName":"NB 57 ORANGETHORPE AVE",
+      "nearVDS":"57 N 16.5" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-057-CCTV-0081",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.882671,33.908933]
+      },
+  "properties":
+      {
+      "locationName":"NB 57 IMPERIAL HWY",
+      "nearVDS":"57 N 19.8" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-057-CCTV-0082",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.879931,33.925622]
+      },
+  "properties":
+      {
+      "locationName":"NB 57 LAMBERT ST",
+      "nearVDS":"57 N 21.16" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-057-CCTV-0170",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.879631,33.788891]
+      },
+  "properties":
+      {
+      "locationName":"NB 57 CHAPMAN AVE (ORANGE)",
+      "nearVDS":"57 N 11.39" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-057-CCTV-0174",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.877786,33.795003]
+      },
+  "properties":
+      {
+      "locationName":"NB 57 ORANGEWOOD AVE ON",
+      "nearVDS":"57 N 11.78" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-057-CCTV-0176",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.875742,33.829361]
+      },
+  "properties":
+      {
+      "locationName":"NB 57 N/O WAGNER AVE",
+      "nearVDS":"57 N 14.4" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-057-CCTV-0177",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.875195,33.853343]
+      },
+  "properties":
+      {
+      "locationName":"NB 57 S/O MIRALOMA OC",
+      "nearVDS":"57 N 15.4" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-057-CCTV-0179",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.879935,33.878329]
+      },
+  "properties":
+      {
+      "locationName":"NB 57 NUTWOOD ST",
+      "nearVDS":"57 N 17.75" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-057-CCTV-0180",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.880176,33.886838]
+      },
+  "properties":
+      {
+      "locationName":"NB 57 YORBA LINDA BLVD",
+      "nearVDS":"57 N 18.3" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-057-CCTV-0181",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.880654,33.896878]
+      },
+  "properties":
+      {
+      "locationName":"NB 57 BASTANCHURY RD U/C",
+      "nearVDS":"57 N 18.85" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-057-CCTV-0182",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.880614,33.903664]
+      },
+  "properties":
+      {
+      "locationName":"NB 57 ROLLING HILLS RD U/C",
+      "nearVDS":"57 N 19.1" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-057-CCTV-0184",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.877571,33.936656]
+      },
+  "properties":
+      {
+      "locationName":"NB 57 S/O OF TONNER CYN RD",
+      "nearVDS":"57 N 22" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-057-CCTV-0185",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.873021,33.942227]
+      },
+  "properties":
+      {
+      "locationName":"NB 57 N/O OF TONNER CYN RD",
+      "nearVDS":"57 N 22" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0036",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.871756,33.660494]
+      },
+  "properties":
+      {
+      "locationName":"NB 73 MAINLINE S/O BIRCH ST OC",
+      "nearVDS":"73 N 25.25" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0037",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.876874,33.664063]
+      },
+  "properties":
+      {
+      "locationName":"NB 73 MAINLINE N/O CAMPUS DR OC",
+      "nearVDS":"73 N 25.7" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0038",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.881313,33.668317]
+      },
+  "properties":
+      {
+      "locationName":"NB 73 MAINLINE N/O REDHILL AVE OC",
+      "nearVDS":"73 N 26.3" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0323",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.675181,33.548847]
+      },
+  "properties":
+      {
+      "locationName":"NB 73 MAINLINE N/O PASEO DE COLINAS UC",
+      "nearVDS":"73 N 10.9" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0324",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.680935,33.55741]
+      },
+  "properties":
+      {
+      "locationName":"NB 73 MAINLINE N/O CROWN VALLEY PKWY UC",
+      "nearVDS":"73 N 11.64" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0325",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.686227,33.557935]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 MAINLINE N/O GREENFIELD DR UC",
+      "nearVDS":"73 S 11.64" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0326",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.694375,33.562525]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 MAINLINE S/O MOULTON PKWY UC",
+      "nearVDS":"73 S 12.31" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0327",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.700945,33.568845]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 MAINLINE N/O MOULTON PKWY UC",
+      "nearVDS":"73 S 12.83" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0328",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.706928,33.574398]
+      },
+  "properties":
+      {
+      "locationName":"NB 73 MAINLINE N/O LA PAZ RD UC",
+      "nearVDS":"73 N 13.6" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0329",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.712169,33.575399]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 MAINLINE AT ALICIA PKWY OC",
+      "nearVDS":"73 S 13.7" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0330",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.721302,33.579841]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 AT ALICIA CREEK RD",
+      "nearVDS":"73 S 14.4" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0331",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.727036,33.584186]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 MAINLINE S/O LAGUNA HILLS DR OC",
+      "nearVDS":"73 S 14.95" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0332",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.729707,33.585833]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 MAINLINE N/O LAGUNA HILLS DR OC",
+      "nearVDS":"73 S 14.95" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0333",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.733732,33.586721]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 MAINLINE AT GLENWOOD DR OC",
+      "nearVDS":"73 S 15.26" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0334",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.742929,33.588659]
+      },
+  "properties":
+      {
+      "locationName":"NB 73 OFF-RAMP EL ORO RD",
+      "nearVDS":"73 N 15.96" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0335",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.752728,33.590686]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 MAINLINE N/O EL TORO RD UC",
+      "nearVDS":"73 S 16.25" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0336",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.761235,33.593968]
+      },
+  "properties":
+      {
+      "locationName":"NB 73 CD N/O LAGUNA CYN RD UC",
+      "nearVDS":"73 N 16.98" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0337",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.766831,33.596703]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 MAINLINE N/O LAGUNA CYN RD UC",
+      "nearVDS":"73 S 17.2" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0338",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.774951,33.598749]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 MAINLINE N/O LAGUNA CYN RD UC",
+      "nearVDS":"73 S 17.95" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0339",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.784155,33.601875]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 MAINLINE S/O MAINLINE  TOLL PLAZA",
+      "nearVDS":"73 S 18.3" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0340",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.793286,33.603469]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 MAINLINE MAINLINE  TOLL PLAZA",
+      "nearVDS":"73 S 18.59" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0341",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.80219,33.607345]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 MAINLINE N/O MAINLINE  TOLL PLAZA",
+      "nearVDS":"73 S 19.5" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0342",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.809641,33.609245]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 MAINLINE N/O MAINLINE  TOLL PLAZA",
+      "nearVDS":"73 S 19.8" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0343",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.817046,33.61224]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 MAINLINE N/O NEWPORT COAST DR",
+      "nearVDS":"73 S 20.4" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0344",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.82075,33.61839]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 MAINLINE S/O NEWPORT COAST DR",
+      "nearVDS":"73 S 20.8" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0345",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.826751,33.622219]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 MAINLINE S/O NEWPORT COAST DR",
+      "nearVDS":"73 S 21.5" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0348",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.850209,33.633938]
+      },
+  "properties":
+      {
+      "locationName":"NB 73 MAINLINE S/O BISON AVE OC",
+      "nearVDS":"73 N 22.8" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0349",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.856893,33.637364]
+      },
+  "properties":
+      {
+      "locationName":"SB 73 MAINLINE S/O BISON AVE OC",
+      "nearVDS":"73 S 23.5" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0350",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.860997,33.649389]
+      },
+  "properties":
+      {
+      "locationName":"NB 73 MAINLINE S/O UNIVERSITY DR UC",
+      "nearVDS":"73 N 24.4" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-073-CCTV-0351",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.864363,33.655668]
+      },
+  "properties":
+      {
+      "locationName":"NB 73 MAINLINE JAMBOREE RD",
+      "nearVDS":"73 N 24.78" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-091-CCTV-0002",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.996981,33.856318]
+      },
+  "properties":
+      {
+      "locationName":"WB 91 BEACH BLVD",
+      "nearVDS":"91 S 2.6" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-091-CCTV-0003",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.875531,33.849091]
+      },
+  "properties":
+      {
+      "locationName":"WB 91 FROM NB 57 FWY",
+      "nearVDS":"57 W 15.1" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-091-CCTV-0004",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.755142,33.868618]
+      },
+  "properties":
+      {
+      "locationName":"EB 91 SCALE HOUSE",
+      "nearVDS":"91 N 13.349" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-091-CCTV-0040",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.960547,33.85364]
+      },
+  "properties":
+      {
+      "locationName":"EB 91 BROOKHURST ST",
+      "nearVDS":"91 E 1" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-091-CCTV-0132",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.925913,33.853529]
+      },
+  "properties":
+      {
+      "locationName":"EB 91 HARBOR BLVD",
+      "nearVDS":"91 E 2.76" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-091-CCTV-0133",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.877382,33.85074]
+      },
+  "properties":
+      {
+      "locationName":"WB 91 W/O 57 FWY",
+      "nearVDS":"91 S 6.15" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-091-CCTV-0134",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.905447,33.853636]
+      },
+  "properties":
+      {
+      "locationName":"EB 91 RAYMOND AVE",
+      "nearVDS":"91 E 4.35" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-091-CCTV-0136",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.88971,33.854469]
+      },
+  "properties":
+      {
+      "locationName":"WB 91 STATE COLLEGE BLVD",
+      "nearVDS":"91 W 5.14" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-091-CCTV-0138",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.865722,33.846664]
+      },
+  "properties":
+      {
+      "locationName":"WB 91 WEST / KRAEMER BLVD",
+      "nearVDS":"91 S 6.42" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-091-CCTV-0139",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.856992,33.847835]
+      },
+  "properties":
+      {
+      "locationName":"WB 91 KRAEMER BLVD",
+      "nearVDS":"91 S 7.31" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-091-CCTV-0140",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.84781,33.849603]
+      },
+  "properties":
+      {
+      "locationName":"EB 91 E/O GLASSELL ST",
+      "nearVDS":"91 N 7.86" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-091-CCTV-0168",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.939807,33.853928]
+      },
+  "properties":
+      {
+      "locationName":"EB 91 EUCLID AVE",
+      "nearVDS":"91 E 2.4" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-091-CCTV-0169",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.913598,33.853545]
+      },
+  "properties":
+      {
+      "locationName":"EB 91 LEMON ST",
+      "nearVDS":"91 E 3.91" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-091-CCTV-0186",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.976555,33.857786]
+      },
+  "properties":
+      {
+      "locationName":"WB 91 MAGNOLIA ST",
+      "nearVDS":"91 S 3.87" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-091-CCTV-0187",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.991199,33.856405]
+      },
+  "properties":
+      {
+      "locationName":"WB 91 STANTON AVE",
+      "nearVDS":"91 S 3.13" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-133-CCTV-0281",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.753128,33.674225]
+      },
+  "properties":
+      {
+      "locationName":"NB 133 MAINLINE S/O MARINE WAY UC",
+      "nearVDS":"133 N 10.05" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-133-CCTV-0282",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.747372,33.682511]
+      },
+  "properties":
+      {
+      "locationName":"NB 133 MAINLINE S/O TRABUCO RD OC",
+      "nearVDS":"133 N 10.73" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-133-CCTV-0283",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.741213,33.689945]
+      },
+  "properties":
+      {
+      "locationName":"NB 133 MAINLINE N/O TRABUCO RD OC",
+      "nearVDS":"133 N 11.35" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-133-CCTV-0284",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.73443,33.697916]
+      },
+  "properties":
+      {
+      "locationName":"NB 133 MAINLINE N/O IRVINE BLVD OC",
+      "nearVDS":"133 N 12.05" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-133-CCTV-0286",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.723978,33.710062]
+      },
+  "properties":
+      {
+      "locationName":"NB 133 MAINLINE S/O TOLL PLAZA",
+      "nearVDS":"133 N 13.04" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0243",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.598608,33.630297]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE N/O ANTONIO PKWY OC",
+      "nearVDS":"241 N 17.8" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0244",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.600239,33.636571]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 530M N/O ANTONIO PKWY UC",
+      "nearVDS":"241 N 18.08" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0245",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.603729,33.643258]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE N/O SANTA MARGARITA PKWY UC",
+      "nearVDS":"241 N 18.7" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0246",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.611452,33.651815]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 30M S/O MELINDA ROAD UC",
+      "nearVDS":"241 N 19.3" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0248",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.636511,33.661742]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 50M S/O EL TORO ROAD UC",
+      "nearVDS":"241 N 20.54" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0249",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.650129,33.667893]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 80M S/O PORTOLA PKWY UC",
+      "nearVDS":"241 N 21.93" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0250",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.660133,33.671906]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 40M S/O LAKE FOREST DRIVE UC",
+      "nearVDS":"241 N 22.61" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0251",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.667583,33.674971]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 310M N/O BAKE PKWY OC",
+      "nearVDS":"241 N 22.81" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0252",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.672888,33.679788]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 80M S/O ALTON PKWY OC",
+      "nearVDS":"241 N 23.54" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0253",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.685156,33.690893]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 780M S/O PORTOLA PKWY OC",
+      "nearVDS":"241 N 24.16" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0287",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.71968,33.711523]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 750M S/O BEE CANYON ROAD",
+      "nearVDS":"241 N 27.12" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0288",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.719744,33.719646]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 50M S/O BEE CANYON ROAD",
+      "nearVDS":"241 N 27.43" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0290",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.718347,33.730086]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 800M S/O HAUL ROAD",
+      "nearVDS":"241 N 28.09" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0291",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.717392,33.738584]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 180M N/O HAUL ROAD",
+      "nearVDS":"241 N 28.73" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0292",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.720683,33.745969]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 500M S/O SOUTH CULVER DR",
+      "nearVDS":"241 N 29.34" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0293",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.728454,33.750679]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 400M N/O SOUTH CULVER DR",
+      "nearVDS":"241 N 30" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0294",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.732525,33.756022]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 600M S/O NORTH CULVER DR",
+      "nearVDS":"241 N 30.33" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0295",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.732833,33.765479]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 430M N/O NORTH CULVER DR",
+      "nearVDS":"241 N 31.03" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0296",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.740576,33.771529]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 1400M N/O NORTH CULVER DR",
+      "nearVDS":"241 N 31.44" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0297",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.747403,33.778289]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 230M S/O SANTIAGO CANYON ROAD OC",
+      "nearVDS":"241 N 32.29" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0298",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.743724,33.787057]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 900M N/O SANTIAGO CANYON ROAD OC",
+      "nearVDS":"241 N 32.97" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0299",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.728829,33.796356]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 1700M N/O SANTIAGO CANYON ROAD OC",
+      "nearVDS":"241 N 34.03" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0300",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.728834,33.796359]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 2600M N/O SANTIAGO CANYON ROAD OC",
+      "nearVDS":"241 N 34.03" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0301",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.723634,33.806983]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 2000M S/O WINDY RIDGE TOLL PLAZA",
+      "nearVDS":"241 N 34.72" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0302",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.71823,33.816073]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 920M S/O WINDY RIDGE TOLL PLAZA",
+      "nearVDS":"241 N 35.43" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0303",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.716542,33.830029]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 600M N/O WINDY RIDGE TOLL PLAZA",
+      "nearVDS":"241 N 36.37" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0304",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.717288,33.835075]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 1200M N/O WINDY RIDGE TOLL PLAZA",
+      "nearVDS":"241 N 36.82" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0305",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.716851,33.844549]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 2300M N/O WINDY RIDGE TOLL PLAZA",
+      "nearVDS":"241 N 37.49" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0306",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.716682,33.855312]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 1100M S/O STATE ROUTE 91",
+      "nearVDS":"241 N 37.88" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0307",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.715309,33.862572]
+      },
+  "properties":
+      {
+      "locationName":"EB 91 TO SB 241 CONNECTOR",
+      "nearVDS":"241 N 37.88" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0308",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.717847,33.863899]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 TO EB 91 CONNECTOR",
+      "nearVDS":"241 N 37.88" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-241-CCTV-0320",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.692798,33.696032]
+      },
+  "properties":
+      {
+      "locationName":"NB 241 MAINLINE 40M N/O PORTOLA PKWY",
+      "nearVDS":"241 N 25.15" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-261-CCTV-0310",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.795251,33.717511]
+      },
+  "properties":
+      {
+      "locationName":"SB 261 MAINLINE 200M S/O 5 ",
+      "nearVDS":"261 S 0.5" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-261-CCTV-0311",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.786551,33.721729]
+      },
+  "properties":
+      {
+      "locationName":"NB 261 MAINLINE 100M S/O BRYAN AVE OC",
+      "nearVDS":"261 N 0.9" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-261-CCTV-0312",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.779771,33.725374]
+      },
+  "properties":
+      {
+      "locationName":"NB 261 MAINLINE 70M S/O IRVINE BLVD OC",
+      "nearVDS":"261 N 1.75" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-261-CCTV-0313",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.772494,33.733485]
+      },
+  "properties":
+      {
+      "locationName":"NB 261 MAINLINE 370M N/O IRVINE BLVD NB TOLL PLAZA",
+      "nearVDS":"261 N 2.24" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-261-CCTV-0314",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.766989,33.740207]
+      },
+  "properties":
+      {
+      "locationName":"NB 261 MAINLINE 80M S/O PORTOLA PKWY (WEST) OC",
+      "nearVDS":"261 N 2.71" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-261-CCTV-0315",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.764467,33.748823]
+      },
+  "properties":
+      {
+      "locationName":"NB 261 MAINLINE 940M N/O PORTOLA PKWY (WEST) OC",
+      "nearVDS":"261 N 3.51" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-261-CCTV-0316",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.762075,33.757372]
+      },
+  "properties":
+      {
+      "locationName":"NB 261 MAINLINE 1900M N/O PORTOLA PKWY(WEST) OC",
+      "nearVDS":"261 N 4.14" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-261-CCTV-0317",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.758822,33.763138]
+      },
+  "properties":
+      {
+      "locationName":"NB 261 MAINLINE 1500M S/O HANDY CREEK RD",
+      "nearVDS":"261 N 4.46" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-261-CCTV-0319",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.75298,33.780309]
+      },
+  "properties":
+      {
+      "locationName":"NB 261 MAINLINE 290 M N/O HANDY CREEK RD",
+      "nearVDS":"261 N 5.64" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-405-CCTV-0141",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.88585,33.687014]
+      },
+  "properties":
+      {
+      "locationName":"SB 405 N/O BRISTOL ST",
+      "nearVDS":"405 S 9.54" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-405-CCTV-0144",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-118.075248,33.774809]
+      },
+  "properties":
+      {
+      "locationName":"NB 405 SEAL BEACH BLVD",
+      "nearVDS":"405 N 22.55" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-405-CCTV-0146",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-118.091858,33.785005]
+      },
+  "properties":
+      {
+      "locationName":"NB 405 S/O 605 ",
+      "nearVDS":"405 N 24.12" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-405-CCTV-0220",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.939242,33.697694]
+      },
+  "properties":
+      {
+      "locationName":"NB 405 S/O EUCLID ST",
+      "nearVDS":"405 N 12.85" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-405-CCTV-0222",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.953395,33.70498]
+      },
+  "properties":
+      {
+      "locationName":"NB 405 BROOKHURST ST",
+      "nearVDS":"405 N 13.74" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-405-CCTV-0224",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.967882,33.717071]
+      },
+  "properties":
+      {
+      "locationName":"NB 405 WARNER  AVE",
+      "nearVDS":"405 N 14.82" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-405-CCTV-0225",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-117.977332,33.724707]
+      },
+  "properties":
+      {
+      "locationName":"NB 405 S/O NEWLAND ST",
+      "nearVDS":"405 N 15.39" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-405-CCTV-0227",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-118.004946,33.74515]
+      },
+  "properties":
+      {
+      "locationName":"NB 405 GOLDENWEST  AVE",
+      "nearVDS":"405 N 17.92" 
+      }
+  },
+  {
+  "type": "Feature",
+  "id": "12-605-CCTV-0147",
+  "geometry":
+      {
+      "type": "Point",
+      "coordinates": [-118.086796,33.794792]
+      },
+  "properties":
+      {
+      "locationName":"NB 605 S/O KATELLA AVE",
+      "nearVDS":"605 N 1.26" 
+      }
+  }
+]
+}
Index: trunk/webapps/license.txt
===================================================================
--- trunk/webapps/license.txt	(revision 315)
+++ trunk/webapps/license.txt	(revision 315)
@@ -0,0 +1,13 @@
+
+
+<!--
+Copyright (c) 2019 by Edward Whymper (https://codepen.io/ewhymper/pen/qvoWQg)
+
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+-->
+
Index: trunk/src/tmcsim/application.properties
===================================================================
--- trunk/src/tmcsim/application.properties	(revision 310)
+++ trunk/src/tmcsim/application.properties	(revision 315)
@@ -1,5 +1,5 @@
-#Wed, 13 Mar 2019 10:54:57 -0700
+#Sat, 16 Mar 2019 16:37:53 -0700
 
-Application.revision=306
+Application.revision=311
 
-Application.buildnumber=107
+Application.buildnumber=108
