Index: /trunk/webapps/EInotebook/index.html
===================================================================
--- /trunk/webapps/EInotebook/index.html	(revision 363)
+++ /trunk/webapps/EInotebook/index.html	(revision 364)
@@ -1,5 +1,5 @@
 <html>
   <head>
-    <title>Electronic Instructor Notebook v0.2</title>
+    <title>Electronic Instructor Notebook v0.3</title>
     <meta name="apple-mobile-web-app-capable" content="yes">
     <meta name="viewport" content="width=device-width; initial-scale=1.0; user-scalable=0;">
@@ -20,5 +20,5 @@
     <script type="text/javascript" src="scripts/Incidents.js"></script>
     <script type="text/javascript" src="scripts/LoadEvents.js"></script> 
-    <script type="text/javascript" src="scripts/PopulateIncidents.js"></script>
+    <!--script type="text/javascript" src="scripts/PopulateIncidents.js"></script-->
     <!--script type="text/javascript" src="scripts/PopulateEvents.js"></script-->
     <script type="text/javascript" src="summary/summary.js"></script> 
Index: /trunk/webapps/EInotebook/scripts/Event.js
===================================================================
--- /trunk/webapps/EInotebook/scripts/Event.js	(revision 363)
+++ /trunk/webapps/EInotebook/scripts/Event.js	(revision 364)
@@ -46,10 +46,10 @@
     // Color constants (TODO: assign incident numbers dynamically)
     var incidentColor = {
-187: "PowderBlue",    
-188: "#afcfaf",        // DarkSeaGreen
-189: "#ffe680",        // CornSilk
-190: "MistyRose", 
-191: "Moccasin",
-181: "PowderBlue" }
+187: "#d8f0f3",        // PowderBlue
+188: "#dfecdf",        // DarkSeaGreen
+189: "#fff5cc",        // CornSilk
+190: "#ffe8e6",        // MistyRose
+191: "#ffffcc",       // Dark Orange
+181: "#d8f0f3" }
 
 	
Index: /trunk/webapps/EInotebook/scripts/LoadEvents.js
===================================================================
--- /trunk/webapps/EInotebook/scripts/LoadEvents.js	(revision 363)
+++ /trunk/webapps/EInotebook/scripts/LoadEvents.js	(revision 364)
@@ -1,3 +1,3 @@
-
+/* author: jdalbey    date: 4/10/2019 */
 
 // Parse the entire Incident XML Script file 
@@ -15,5 +15,5 @@
         var currEvt = eventTags[i];
         // local variable declarations
-        var timeFields; var evtTime; var incidentNum; var cadProp; var telProp;
+        var timeFields; var evtTime; var incidentNum; var incidentTitle; var cadProp; var telProp;
         var proparray = new Array();
         var evalarray = new Array();
@@ -32,5 +32,6 @@
                         break;
                     case "INCIDENT":
-                        incidentNum = Number(currEvt.childNodes[child].attributes["LogNum"].value); 
+                        incidentNum = Number(currEvt.childNodes[child].attributes["LogNum"].value);
+                        incidentTitle =  currEvt.childNodes[child].textContent;
                         break;
                     case "GENERAL_INFO":  
@@ -40,4 +41,7 @@
                         we load events.)  Creating an event (below) requires that the incident has already
                         been created. */
+                        var desc = currEvt.childNodes[child].getElementsByTagName("TEXT")[0].textContent;
+                        var theIncident = new Incident(evtTime, incidentNum, incidentTitle, desc);
+                        incidents.add(theIncident);
                         break;
                     case "CAD_DATA": 
Index: /trunk/webapps/highway_status.json
===================================================================
--- /trunk/webapps/highway_status.json	(revision 361)
+++ /trunk/webapps/highway_status.json	(revision 364)
@@ -198,35 +198,640 @@
        },
    "properties": 
+       {"street": "ALICIA 1", "color": "yellow", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 17.63",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.692734,33.606025]
+       },
+   "properties": 
+       {"street": "ALICIA 2", "color": "yellow", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 18.61",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.706467,33.613883]
+       },
+   "properties": 
+       {"street": "EL TORO 1", "color": "red", "perpx": "0.647648", "perpy": "0.761939"}
+},  
+{
+   "type": "Feature",
+   "id": "5 N 20",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.721491,33.629553]
+       },
+   "properties": 
+       {"street": "LAKE FOR2", "color": "red", "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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 N 30.8",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.841283,33.744413]
+       },
+   "properties": 
+       {"street": "1ST", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.63",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.692734,33.606025]
-       },
-   "properties": 
-       {"street": "ALICIA 2", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "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 N 20",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.721491,33.629553]
+   "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 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 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": 
@@ -235,141 +840,152 @@
 {
    "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 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 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 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 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 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 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 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 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 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 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 N 25.08",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.768954,33.691182]
+   "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 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 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 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 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 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 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 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 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 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 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": 
@@ -378,53 +994,42 @@
 {
    "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 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 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 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 N 27.55",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.794408,33.719297]
+   "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 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 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 S 27.43",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.793071,33.717966]
        },
    "properties": 
@@ -433,141 +1038,362 @@
 {
    "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 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 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 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 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 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 N 30.8",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.841283,33.744413]
-       },
-   "properties": 
-       {"street": "1ST", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "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 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 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 N 32.3",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.859664,33.758644]
+   "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 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 S 29.7",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.824499,33.737386]
+       },
+   "properties": 
+       {"street": "NEWPORT*", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "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 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 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 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 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 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 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 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": "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 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 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": "yellow", "perpx": "0.73612", "perpy": "-0.676851"}
+},  
+{
+   "type": "Feature",
+   "id": "55 N 5.87",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.873498,33.685939]
+       },
+   "properties": 
+       {"street": "PAULARINO 2", "color": "yellow", "perpx": "0.719864", "perpy": "-0.694115"}
+},  
+{
+   "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 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 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 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 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 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 N 11.74",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.830994,33.759105]
        },
    "properties": 
@@ -576,1384 +1402,558 @@
 {
    "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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 S 29.7",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.824499,33.737386]
-       },
-   "properties": 
-       {"street": "NEWPORT*", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "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 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 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 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 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 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 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 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"}
+   "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 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 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 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 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 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": "red", "perpx": "-0.710326", "perpy": "0.703873"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 7.03",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.861041,33.699146]
+       },
+   "properties": 
+       {"street": "MACARTHU2", "color": "red", "perpx": "-0.710326", "perpy": "0.703873"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 8.12",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.849099,33.711451]
+       },
+   "properties": 
+       {"street": "DYER 2", "color": "red", "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": "red", "perpx": "0", "perpy": "0"}
+},  
+{
+   "type": "Feature",
+   "id": "55 S 9.84",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.833996,33.73212]
+       },
+   "properties": 
+       {"street": "MCFADDEN", "color": "yellow", "perpx": "-0.999946", "perpy": "-0.010425"}
+},  
+{
+   "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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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": "red", "perpx": "-0.710326", "perpy": "0.703873"}
-},  
-{
-   "type": "Feature",
-   "id": "55 S 7.03",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.861041,33.699146]
-       },
-   "properties": 
-       {"street": "MACARTHU2", "color": "yellow", "perpx": "-0.710326", "perpy": "0.703873"}
-},  
-{
-   "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 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 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 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 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 S 12.7",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.831088,33.773138]
-       },
-   "properties": 
-       {"street": "FAIRHAVEN", "color": "lime", "perpx": "-0.999999", "perpy": "-0.001368"}
+   "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 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 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 N 27.72",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.897754,33.686594]
+       },
+   "properties": 
+       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+},  
+{
+   "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 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 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 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 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 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 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 N 27.72",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.897754,33.686594]
-       },
-   "properties": 
-       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
-},  
-{
-   "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 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 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 S 27.72",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.898045,33.686456]
-       },
-   "properties": 
-       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"}
+   "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 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 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 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 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 9",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.7553,33.66184]
+       },
+   "properties": 
+       {"street": "BARRANCA2", "color": "lime", "perpx": "-0.952044", "perpy": "0.305962"}
+},  
+{
+   "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 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 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 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 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 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 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 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 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 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 9",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.7553,33.66184]
-       },
-   "properties": 
-       {"street": "BARRANCA2", "color": "lime", "perpx": "-0.952044", "perpy": "0.305962"}
-},  
-{
-   "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 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 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 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 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"}
+   "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 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 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 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 S 0.04",
+   "geometry":
+       {
+        "type": "Point",
+        "coordinates": [-117.800638,33.7124]
+       },
+   "properties": 
+       {"street": "JAMBOREE", "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 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 0.04",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.800349,33.712252]
-       },
-   "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 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 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 S 0.04",
-   "geometry":
-       {
-        "type": "Point",
-        "coordinates": [-117.800638,33.7124]
-       },
-   "properties": 
-       {"street": "JAMBOREE", "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 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": "405 N 0.93",
    "geometry":
@@ -2040,5 +2040,5 @@
        },
    "properties": 
-       {"street": "JEFFREY 1", "color": "lime", "perpx": "0.142134", "perpy": "0.989847"}
+       {"street": "JEFFREY 1", "color": "yellow", "perpx": "0.142134", "perpy": "0.989847"}
 },  
 {
@@ -2051,5 +2051,5 @@
        },
    "properties": 
-       {"street": "JEFFREY 2", "color": "lime", "perpx": "0.142134", "perpy": "0.989847"}
+       {"street": "JEFFREY 2", "color": "yellow", "perpx": "0.142134", "perpy": "0.989847"}
 },  
 {
@@ -2062,5 +2062,5 @@
        },
    "properties": 
-       {"street": "YALE", "color": "lime", "perpx": "0.267568", "perpy": "0.963539"}
+       {"street": "YALE", "color": "red", "perpx": "0.267568", "perpy": "0.963539"}
 },  
 {
@@ -2073,5 +2073,5 @@
        },
    "properties": 
-       {"street": "SPRUCE", "color": "lime", "perpx": "0.267568", "perpy": "0.963539"}
+       {"street": "SPRUCE", "color": "red", "perpx": "0.267568", "perpy": "0.963539"}
 },  
 {
@@ -2084,5 +2084,5 @@
        },
    "properties": 
-       {"street": "CULVER 1", "color": "lime", "perpx": "0.332642", "perpy": "0.943053"}
+       {"street": "CULVER 1", "color": "red", "perpx": "0.332642", "perpy": "0.943053"}
 },  
 {
@@ -2095,5 +2095,5 @@
        },
    "properties": 
-       {"street": "CULVER 2", "color": "lime", "perpx": "0.320278", "perpy": "0.947323"}
+       {"street": "CULVER 2", "color": "red", "perpx": "0.320278", "perpy": "0.947323"}
 },  
 {
@@ -2106,5 +2106,5 @@
        },
    "properties": 
-       {"street": "HARVARD", "color": "lime", "perpx": "0.320278", "perpy": "0.947323"}
+       {"street": "HARVARD", "color": "red", "perpx": "0.320278", "perpy": "0.947323"}
 },  
 {
@@ -2117,5 +2117,5 @@
        },
    "properties": 
-       {"street": "JAMBOREE1", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"}
+       {"street": "JAMBOREE1", "color": "red", "perpx": "0.400805", "perpy": "0.916164"}
 },  
 {
@@ -2128,5 +2128,5 @@
        },
    "properties": 
-       {"street": "JAMBOREE2", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"}
+       {"street": "JAMBOREE2", "color": "red", "perpx": "0.400805", "perpy": "0.916164"}
 },  
 {
@@ -2139,5 +2139,5 @@
        },
    "properties": 
-       {"street": "MACARTHUR 1", "color": "lime", "perpx": "0.408917", "perpy": "0.912572"}
+       {"street": "MACARTHUR 1", "color": "red", "perpx": "0.408917", "perpy": "0.912572"}
 },  
 {
@@ -2150,5 +2150,5 @@
        },
    "properties": 
-       {"street": "AIRPORT", "color": "lime", "perpx": "0.321527", "perpy": "0.9469"}
+       {"street": "AIRPORT", "color": "red", "perpx": "0.321527", "perpy": "0.9469"}
 },  
 {
@@ -2161,5 +2161,5 @@
        },
    "properties": 
-       {"street": "RED HILL", "color": "lime", "perpx": "0.126754", "perpy": "0.991934"}
+       {"street": "RED HILL", "color": "red", "perpx": "0.126754", "perpy": "0.991934"}
 },  
 {
Index: /trunk/webapps/sim_elapsedtime.json
===================================================================
--- /trunk/webapps/sim_elapsedtime.json	(revision 361)
+++ /trunk/webapps/sim_elapsedtime.json	(revision 364)
@@ -1,1 +1,1 @@
-{"elapsedtime":"173"}
+{"elapsedtime":"1021"}
Index: /trunk/webapps/sim_scriptname.json
===================================================================
--- /trunk/webapps/sim_scriptname.json	(revision 364)
+++ /trunk/webapps/sim_scriptname.json	(revision 364)
@@ -0,0 +1,1 @@
+{"filename":"full_script_2016.xml"}
