Changeset 423 in tmcsimulator for trunk


Ignore:
Timestamp:
06/23/2019 10:44:15 AM (7 years ago)
Author:
jdalbey
Message:

Commit revised properties files

Location:
trunk
Files:
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/cad_simulator_config.properties

    r411 r423  
    88ParamicsProperties     = config/cad_simulator_paramics_config.properties 
    99ATMSProperties         = config/cad_simulator_atms_config.properties 
     10MediaProperties        = config/cad_simulator_media_config.properties 
    1011TrafficMgrProperties   = config/traffic_model_config/traffic_model_config.properties 
    11 MediaProperties        = config/cad_simulator_media_config.properties 
    1212# The location where the Coordinator writes the simulation time 
    1313ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
  • trunk/config/cad_simulator_console_config.properties

    r385 r423  
    99ATMSProperties         = config/cad_simulator_atms_config.properties 
    1010MediaProperties        = config/cad_simulator_media_config.properties 
    11 TrafficMgrProperties   = config/testConfig/traffic_model_config.properties 
     11TrafficMgrProperties   = config/traffic_model_config/traffic_model_config.properties 
     12# The location where the Coordinator writes the simulation time 
     13ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
  • trunk/config/cad_simulator_smoketest_config.properties

    r229 r423  
    88ParamicsProperties     = config/cad_simulator_paramics_config.properties 
    99ATMSProperties         = config/cad_simulator_atms_config.properties 
    10 TrafficMgrProperties   = config/testConfig/traffic_model_config.properties 
     10TrafficMgrProperties   = config/traffic_model_config/traffic_model_config.properties 
    1111MediaProperties        = config/cad_simulator_media_config.properties 
     12ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
  • trunk/config/traffic_model_config/traffic_model_config.properties

    r411 r423  
    1 Highways_Map_File = config/vds_data/highways_triangle.txt 
     1Highways_Map_File = config/vds_data/postmile_coordinates.txt 
    22#Highways_Map_File = config/vds_data/highways_fullmap.txt 
    33#Events_File = config/vds_data/single_event_55S.txt 
  • trunk/webapps/common/js/revision_number.dat

    r419 r423  
    11 
    2     var revisionNumber = "417"; 
     2    var revisionNumber = "419"; 
    33     
  • trunk/webapps/dynamicdata/highway_status.json

    r419 r423  
    44{ 
    55   "type": "Feature", 
     6   "id": "1 N 12.39", 
     7   "geometry": 
     8       { 
     9        "type": "Point", 
     10        "coordinates": [-117.828018,33.565462] 
     11       }, 
     12   "properties":  
     13       {"street": "1 SB REEF POINT DR", "color": "lime", "perpx": "0.547592", "perpy": "0.836745"} 
     14},   
     15{ 
     16   "type": "Feature", 
     17   "id": "1 N 12.78", 
     18   "geometry": 
     19       { 
     20        "type": "Point", 
     21        "coordinates": [-117.833412,33.568992] 
     22       }, 
     23   "properties":  
     24       {"street": "1 SB CRYSTAL HEIGHTS", "color": "lime", "perpx": "0.71338", "perpy": "0.700778"} 
     25},   
     26{ 
     27   "type": "Feature", 
     28   "id": "1 N 13.36", 
     29   "geometry": 
     30       { 
     31        "type": "Point", 
     32        "coordinates": [-117.839807,33.575502] 
     33       }, 
     34   "properties":  
     35       {"street": "1 SB LOS TRANCOS", "color": "lime", "perpx": "0.71338", "perpy": "0.700778"} 
     36},   
     37{ 
     38   "type": "Feature", 
     39   "id": "1 N 16.43", 
     40   "geometry": 
     41       { 
     42        "type": "Point", 
     43        "coordinates": [-117.875914,33.605811] 
     44       }, 
     45   "properties":  
     46       {"street": "1 NB AVOCADO AVE", "color": "lime", "perpx": "0.565236", "perpy": "0.82493"} 
     47},   
     48{ 
     49   "type": "Feature", 
     50   "id": "1 N 17.01", 
     51   "geometry": 
     52       { 
     53        "type": "Point", 
     54        "coordinates": [-117.883525,33.611026] 
     55       }, 
     56   "properties":  
     57       {"street": "1 NB IRVINE TERRACE", "color": "lime", "perpx": "0.565236", "perpy": "0.82493"} 
     58},   
     59{ 
     60   "type": "Feature", 
     61   "id": "1 N 17.62", 
     62   "geometry": 
     63       { 
     64        "type": "Point", 
     65        "coordinates": [-117.893777,33.613432] 
     66       }, 
     67   "properties":  
     68       {"street": "1 NB PROMONTORY PT", "color": "lime", "perpx": "0.37769", "perpy": "0.925932"} 
     69},   
     70{ 
     71   "type": "Feature", 
     72   "id": "1 N 18.07", 
     73   "geometry": 
     74       { 
     75        "type": "Point", 
     76        "coordinates": [-117.900661,33.61624] 
     77       }, 
     78   "properties":  
     79       {"street": "1 NB BAYSIDE DRIVE", "color": "lime", "perpx": "0.37769", "perpy": "0.925932"} 
     80},   
     81{ 
     82   "type": "Feature", 
     83   "id": "1 N 18.83", 
     84   "geometry": 
     85       { 
     86        "type": "Point", 
     87        "coordinates": [-117.913843,33.616119] 
     88       }, 
     89   "properties":  
     90       {"street": "1 NB BALBOA BAY", "color": "lime", "perpx": "0.380476", "perpy": "0.924791"} 
     91},   
     92{ 
     93   "type": "Feature", 
     94   "id": "1 N 19.51", 
     95   "geometry": 
     96       { 
     97        "type": "Point", 
     98        "coordinates": [-117.924387,33.620457] 
     99       }, 
     100   "properties":  
     101       {"street": "1 SB RIVERSIDE AVE", "color": "lime", "perpx": "0.140764", "perpy": "0.990043"} 
     102},   
     103{ 
     104   "type": "Feature", 
     105   "id": "1 N 20.03", 
     106   "geometry": 
     107       { 
     108        "type": "Point", 
     109        "coordinates": [-117.933242,33.621716] 
     110       }, 
     111   "properties":  
     112       {"street": "1 NB S OF 55", "color": "lime", "perpx": "0.140764", "perpy": "0.990043"} 
     113},   
     114{ 
     115   "type": "Feature", 
     116   "id": "1 S 12.39", 
     117   "geometry": 
     118       { 
     119        "type": "Point", 
     120        "coordinates": [-117.828018,33.565462] 
     121       }, 
     122   "properties":  
     123       {"street": "1 SB REEF POINT DR", "color": "lime", "perpx": "-0.547592", "perpy": "-0.836745"} 
     124},   
     125{ 
     126   "type": "Feature", 
     127   "id": "1 S 12.78", 
     128   "geometry": 
     129       { 
     130        "type": "Point", 
     131        "coordinates": [-117.833412,33.568992] 
     132       }, 
     133   "properties":  
     134       {"street": "1 SB CRYSTAL HEIGHTS", "color": "lime", "perpx": "-0.713433", "perpy": "-0.700723"} 
     135},   
     136{ 
     137   "type": "Feature", 
     138   "id": "1 S 13.36", 
     139   "geometry": 
     140       { 
     141        "type": "Point", 
     142        "coordinates": [-117.839807,33.575503] 
     143       }, 
     144   "properties":  
     145       {"street": "1 SB LOS TRANCOS", "color": "lime", "perpx": "-0.713433", "perpy": "-0.700723"} 
     146},   
     147{ 
     148   "type": "Feature", 
     149   "id": "1 S 16.43", 
     150   "geometry": 
     151       { 
     152        "type": "Point", 
     153        "coordinates": [-117.876053,33.605675] 
     154       }, 
     155   "properties":  
     156       {"street": "1 NB AVOCADO AVE", "color": "lime", "perpx": "-0.566243", "perpy": "-0.824239"} 
     157},   
     158{ 
     159   "type": "Feature", 
     160   "id": "1 S 17.01", 
     161   "geometry": 
     162       { 
     163        "type": "Point", 
     164        "coordinates": [-117.883631,33.610881] 
     165       }, 
     166   "properties":  
     167       {"street": "1 NB IRVINE TERRACE", "color": "lime", "perpx": "-0.566243", "perpy": "-0.824239"} 
     168},   
     169{ 
     170   "type": "Feature", 
     171   "id": "1 S 17.62", 
     172   "geometry": 
     173       { 
     174        "type": "Point", 
     175        "coordinates": [-117.893843,33.613228] 
     176       }, 
     177   "properties":  
     178       {"street": "1 NB PROMONTORY PT", "color": "lime", "perpx": "-0.399609", "perpy": "-0.916686"} 
     179},   
     180{ 
     181   "type": "Feature", 
     182   "id": "1 S 18.07", 
     183   "geometry": 
     184       { 
     185        "type": "Point", 
     186        "coordinates": [-117.900679,33.616208] 
     187       }, 
     188   "properties":  
     189       {"street": "1 NB BAYSIDE DRIVE", "color": "lime", "perpx": "-0.399609", "perpy": "-0.916686"} 
     190},   
     191{ 
     192   "type": "Feature", 
     193   "id": "1 S 18.83", 
     194   "geometry": 
     195       { 
     196        "type": "Point", 
     197        "coordinates": [-117.913849,33.61612] 
     198       }, 
     199   "properties":  
     200       {"street": "1 NB BALBOA BAY", "color": "lime", "perpx": "-0.371678", "perpy": "-0.928362"} 
     201},   
     202{ 
     203   "type": "Feature", 
     204   "id": "1 S 19.51", 
     205   "geometry": 
     206       { 
     207        "type": "Point", 
     208        "coordinates": [-117.924432,33.620357] 
     209       }, 
     210   "properties":  
     211       {"street": "1 SB RIVERSIDE AVE", "color": "lime", "perpx": "-0.133399", "perpy": "-0.991062"} 
     212},   
     213{ 
     214   "type": "Feature", 
     215   "id": "1 S 20.03", 
     216   "geometry": 
     217       { 
     218        "type": "Point", 
     219        "coordinates": [-117.933258,33.621545] 
     220       }, 
     221   "properties":  
     222       {"street": "1 NB S OF 55", "color": "lime", "perpx": "-0.133399", "perpy": "-0.991062"} 
     223},   
     224 
     225{ 
     226   "type": "Feature", 
     227   "id": "5 N 0.65", 
     228   "geometry": 
     229       { 
     230        "type": "Point", 
     231        "coordinates": [-117.597992,33.40516] 
     232       }, 
     233   "properties":  
     234       {"street": "S. LUIS REY", "color": "lime", "perpx": "0", "perpy": "0"} 
     235},   
     236{ 
     237   "type": "Feature", 
     238   "id": "5 N 1.24", 
     239   "geometry": 
     240       { 
     241        "type": "Point", 
     242        "coordinates": [-117.601964,33.413051] 
     243       }, 
     244   "properties":  
     245       {"street": "MAGDALENA", "color": "lime", "perpx": "0", "perpy": "0"} 
     246},   
     247{ 
     248   "type": "Feature", 
     249   "id": "5 N 1.26", 
     250   "geometry": 
     251       { 
     252        "type": "Point", 
     253        "coordinates": [-117.6021,33.413319] 
     254       }, 
     255   "properties":  
     256       {"street": "MAGDALENA", "color": "lime", "perpx": "0.891749", "perpy": "0.45253"} 
     257},   
     258{ 
     259   "type": "Feature", 
     260   "id": "5 N 1.83", 
     261   "geometry": 
     262       { 
     263        "type": "Point", 
     264        "coordinates": [-117.606498,33.420685] 
     265       }, 
     266   "properties":  
     267       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "0", "perpy": "0"} 
     268},   
     269{ 
     270   "type": "Feature", 
     271   "id": "5 N 1.84", 
     272   "geometry": 
     273       { 
     274        "type": "Point", 
     275        "coordinates": [-117.6066,33.420802] 
     276       }, 
     277   "properties":  
     278       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "0", "perpy": "0"} 
     279},   
     280{ 
     281   "type": "Feature", 
     282   "id": "5 N 2.45", 
     283   "geometry": 
     284       { 
     285        "type": "Point", 
     286        "coordinates": [-117.6116,33.428587] 
     287       }, 
     288   "properties":  
     289       {"street": "PRESIDIO", "color": "lime", "perpx": "0", "perpy": "0"} 
     290},   
     291{ 
     292   "type": "Feature", 
     293   "id": "5 N 2.47", 
     294   "geometry": 
     295       { 
     296        "type": "Point", 
     297        "coordinates": [-117.611817,33.428811] 
     298       }, 
     299   "properties":  
     300       {"street": "PRESIDIO", "color": "lime", "perpx": "0", "perpy": "0"} 
     301},   
     302{ 
     303   "type": "Feature", 
     304   "id": "5 N 2.8", 
     305   "geometry": 
     306       { 
     307        "type": "Point", 
     308        "coordinates": [-117.615519,33.432425] 
     309       }, 
     310   "properties":  
     311       {"street": "PALIZADA", "color": "lime", "perpx": "0.698551", "perpy": "0.71556"} 
     312},   
     313{ 
     314   "type": "Feature", 
     315   "id": "5 N 3.23", 
     316   "geometry": 
     317       { 
     318        "type": "Point", 
     319        "coordinates": [-117.619773,33.43749] 
     320       }, 
     321   "properties":  
     322       {"street": "PICO 1", "color": "lime", "perpx": "0.498751", "perpy": "0.866745"} 
     323},   
     324{ 
     325   "type": "Feature", 
     326   "id": "5 N 3.56", 
     327   "geometry": 
     328       { 
     329        "type": "Point", 
     330        "coordinates": [-117.624486,33.440202] 
     331       }, 
     332   "properties":  
     333       {"street": "PICO 2", "color": "lime", "perpx": "0.498751", "perpy": "0.866745"} 
     334},   
     335{ 
     336   "type": "Feature", 
     337   "id": "5 N 4.02", 
     338   "geometry": 
     339       { 
     340        "type": "Point", 
     341        "coordinates": [-117.630415,33.44466] 
     342       }, 
     343   "properties":  
     344       {"street": "HERMOSA 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     345},   
     346{ 
     347   "type": "Feature", 
     348   "id": "5 N 4.1", 
     349   "geometry": 
     350       { 
     351        "type": "Point", 
     352        "coordinates": [-117.631445,33.445434] 
     353       }, 
     354   "properties":  
     355       {"street": "HERMOSA 2", "color": "lime", "perpx": "0.600745", "perpy": "0.799441"} 
     356},   
     357{ 
     358   "type": "Feature", 
     359   "id": "5 N 4.7", 
     360   "geometry": 
     361       { 
     362        "type": "Point", 
     363        "coordinates": [-117.639897,33.450411] 
     364       }, 
     365   "properties":  
     366       {"street": "S OF VAQUERO", "color": "lime", "perpx": "0.480833", "perpy": "0.876812"} 
     367},   
     368{ 
     369   "type": "Feature", 
     370   "id": "5 N 5.25", 
     371   "geometry": 
     372       { 
     373        "type": "Point", 
     374        "coordinates": [-117.647864,33.45478] 
     375       }, 
     376   "properties":  
     377       {"street": "N OF VAQUERO", "color": "lime", "perpx": "0.393632", "perpy": "0.919268"} 
     378},   
     379{ 
     380   "type": "Feature", 
     381   "id": "5 N 5.4", 
     382   "geometry": 
     383       { 
     384        "type": "Point", 
     385        "coordinates": [-117.650183,33.455773] 
     386       }, 
     387   "properties":  
     388       {"street": "N OF VAQUERO", "color": "lime", "perpx": "0.393632", "perpy": "0.919268"} 
     389},   
     390{ 
     391   "type": "Feature", 
     392   "id": "5 N 5.73", 
     393   "geometry": 
     394       { 
     395        "type": "Point", 
     396        "coordinates": [-117.655008,33.458342] 
     397       }, 
     398   "properties":  
     399       {"street": "ESTRELLA1", "color": "lime", "perpx": "0", "perpy": "0"} 
     400},   
     401{ 
     402   "type": "Feature", 
     403   "id": "5 N 5.89", 
     404   "geometry": 
     405       { 
     406        "type": "Point", 
     407        "coordinates": [-117.657305,33.459637] 
     408       }, 
     409   "properties":  
     410       {"street": "ESTRELLA2", "color": "lime", "perpx": "0", "perpy": "0"} 
     411},   
     412{ 
     413   "type": "Feature", 
     414   "id": "5 N 6.47", 
     415   "geometry": 
     416       { 
     417        "type": "Point", 
     418        "coordinates": [-117.665509,33.464404] 
     419       }, 
     420   "properties":  
     421       {"street": "SACRAMENTO", "color": "lime", "perpx": "0.523797", "perpy": "0.851843"} 
     422},   
     423{ 
     424   "type": "Feature", 
     425   "id": "5 N 6.8", 
     426   "geometry": 
     427       { 
     428        "type": "Point", 
     429        "coordinates": [-117.6701,33.467227] 
     430       }, 
     431   "properties":  
     432       {"street": "5NB PCH 3 OFF RAMPS", "color": "lime", "perpx": "0", "perpy": "0"} 
     433},   
     434{ 
     435   "type": "Feature", 
     436   "id": "5 N 6.91", 
     437   "geometry": 
     438       { 
     439        "type": "Point", 
     440        "coordinates": [-117.671714,33.468032] 
     441       }, 
     442   "properties":  
     443       {"street": "LAS RAMBLAS", "color": "lime", "perpx": "0", "perpy": "0"} 
     444},   
     445{ 
     446   "type": "Feature", 
     447   "id": "5 N 7.46", 
     448   "geometry": 
     449       { 
     450        "type": "Point", 
     451        "coordinates": [-117.674271,33.475073] 
     452       }, 
     453   "properties":  
     454       {"street": "CAPISTRANO", "color": "lime", "perpx": "0.816519", "perpy": "-0.577318"} 
     455},   
     456{ 
     457   "type": "Feature", 
    6458   "id": "5 N 7.99", 
    7459   "geometry": 
     
    37489{ 
    38490   "type": "Feature", 
     491   "id": "5 N 9.4", 
     492   "geometry": 
     493       { 
     494        "type": "Point", 
     495        "coordinates": [-117.658278,33.499516] 
     496       }, 
     497   "properties":  
     498       {"street": "ORTEGA  1", "color": "lime", "perpx": "0.972984", "perpy": "-0.230873"} 
     499},   
     500{ 
     501   "type": "Feature", 
     502   "id": "5 N 9.67", 
     503   "geometry": 
     504       { 
     505        "type": "Point", 
     506        "coordinates": [-117.658516,33.503442] 
     507       }, 
     508   "properties":  
     509       {"street": "ORTEGA 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     510},   
     511{ 
     512   "type": "Feature", 
    39513   "id": "5 N 9.69", 
    40514   "geometry": 
     
    70544{ 
    71545   "type": "Feature", 
     546   "id": "5 N 10.7", 
     547   "geometry": 
     548       { 
     549        "type": "Point", 
     550        "coordinates": [-117.664335,33.517677] 
     551       }, 
     552   "properties":  
     553       {"street": "JUNIPERO SERRA", "color": "lime", "perpx": "0.919833", "perpy": "0.392311"} 
     554},   
     555{ 
     556   "type": "Feature", 
    72557   "id": "5 N 11.05", 
    73558   "geometry": 
     
    81566{ 
    82567   "type": "Feature", 
     568   "id": "5 N 11.06", 
     569   "geometry": 
     570       { 
     571        "type": "Point", 
     572        "coordinates": [-117.666438,33.522606] 
     573       }, 
     574   "properties":  
     575       {"street": "JUNIPERO SERRA", "color": "lime", "perpx": "0", "perpy": "0"} 
     576},   
     577{ 
     578   "type": "Feature", 
    83579   "id": "5 N 11.37", 
    84580   "geometry": 
     
    114610{ 
    115611   "type": "Feature", 
     612   "id": "5 N 12.8", 
     613   "geometry": 
     614       { 
     615        "type": "Point", 
     616        "coordinates": [-117.673098,33.545242] 
     617       }, 
     618   "properties":  
     619       {"street": "AVERY 1", "color": "lime", "perpx": "0.993425", "perpy": "-0.114487"} 
     620},   
     621{ 
     622   "type": "Feature", 
    116623   "id": "5 N 13.05", 
    117624   "geometry": 
     
    125632{ 
    126633   "type": "Feature", 
     634   "id": "5 N 13.06", 
     635   "geometry": 
     636       { 
     637        "type": "Point", 
     638        "coordinates": [-117.672682,33.54896] 
     639       }, 
     640   "properties":  
     641       {"street": "AVERY PARK", "color": "lime", "perpx": "0", "perpy": "0"} 
     642},   
     643{ 
     644   "type": "Feature", 
     645   "id": "5 N 13.57", 
     646   "geometry": 
     647       { 
     648        "type": "Point", 
     649        "coordinates": [-117.672812,33.556241] 
     650       }, 
     651   "properties":  
     652       {"street": "CROWN VA1", "color": "lime", "perpx": "0.999812", "perpy": "0.019403"} 
     653},   
     654{ 
     655   "type": "Feature", 
    127656   "id": "5 N 13.7", 
    128657   "geometry": 
     
    136665{ 
    137666   "type": "Feature", 
     667   "id": "5 N 13.71", 
     668   "geometry": 
     669       { 
     670        "type": "Point", 
     671        "coordinates": [-117.672849,33.558239] 
     672       }, 
     673   "properties":  
     674       {"street": "CROWN VA1", "color": "lime", "perpx": "0.999976", "perpy": "0.006993"} 
     675},   
     676{ 
     677   "type": "Feature", 
    138678   "id": "5 N 13.87", 
    139679   "geometry": 
     
    147687{ 
    148688   "type": "Feature", 
     689   "id": "5 N 13.88", 
     690   "geometry": 
     691       { 
     692        "type": "Point", 
     693        "coordinates": [-117.672778,33.560694] 
     694       }, 
     695   "properties":  
     696       {"street": "CROWN VA2", "color": "lime", "perpx": "0", "perpy": "0"} 
     697},   
     698{ 
     699   "type": "Feature", 
     700   "id": "5 N 14.46", 
     701   "geometry": 
     702       { 
     703        "type": "Point", 
     704        "coordinates": [-117.671844,33.569099] 
     705       }, 
     706   "properties":  
     707       {"street": "FAIRCOURT", "color": "lime", "perpx": "0.993882", "perpy": "-0.110445"} 
     708},   
     709{ 
     710   "type": "Feature", 
    149711   "id": "5 N 15.13", 
    150712   "geometry": 
     
    158720{ 
    159721   "type": "Feature", 
     722   "id": "5 N 15.14", 
     723   "geometry": 
     724       { 
     725        "type": "Point", 
     726        "coordinates": [-117.671617,33.578995] 
     727       }, 
     728   "properties":  
     729       {"street": "OSO PARK1", "color": "lime", "perpx": "0", "perpy": "0"} 
     730},   
     731{ 
     732   "type": "Feature", 
    160733   "id": "5 N 15.35", 
    161734   "geometry": 
     
    169742{ 
    170743   "type": "Feature", 
     744   "id": "5 N 15.36", 
     745   "geometry": 
     746       { 
     747        "type": "Point", 
     748        "coordinates": [-117.671571,33.582197] 
     749       }, 
     750   "properties":  
     751       {"street": "OSO PARK2", "color": "lime", "perpx": "0.999908", "perpy": "-0.01358"} 
     752},   
     753{ 
     754   "type": "Feature", 
     755   "id": "5 N 15.8", 
     756   "geometry": 
     757       { 
     758        "type": "Point", 
     759        "coordinates": [-117.671484,33.588603] 
     760       }, 
     761   "properties":  
     762       {"street": "CERVANTES", "color": "lime", "perpx": "0.999908", "perpy": "-0.01358"} 
     763},   
     764{ 
     765   "type": "Feature", 
     766   "id": "5 N 16.37", 
     767   "geometry": 
     768       { 
     769        "type": "Point", 
     770        "coordinates": [-117.674275,33.596326] 
     771       }, 
     772   "properties":  
     773       {"street": "LA PAZ 1", "color": "lime", "perpx": "0.652225", "perpy": "0.758026"} 
     774},   
     775{ 
     776   "type": "Feature", 
    171777   "id": "5 N 16.51", 
    172778   "geometry": 
     
    180786{ 
    181787   "type": "Feature", 
     788   "id": "5 N 16.52", 
     789   "geometry": 
     790       { 
     791        "type": "Point", 
     792        "coordinates": [-117.676194,33.597965] 
     793       }, 
     794   "properties":  
     795       {"street": "LA PAZ 1", "color": "lime", "perpx": "0.610278", "perpy": "0.792187"} 
     796},   
     797{ 
     798   "type": "Feature", 
    182799   "id": "5 N 16.69", 
    183800   "geometry": 
     
    191808{ 
    192809   "type": "Feature", 
     810   "id": "5 N 16.7", 
     811   "geometry": 
     812       { 
     813        "type": "Point", 
     814        "coordinates": [-117.678839,33.599314] 
     815       }, 
     816   "properties":  
     817       {"street": "LA PAZ 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     818},   
     819{ 
     820   "type": "Feature", 
    193821   "id": "5 N 17.43", 
    194822   "geometry": 
     
    202830{ 
    203831   "type": "Feature", 
     832   "id": "5 N 17.44", 
     833   "geometry": 
     834       { 
     835        "type": "Point", 
     836        "coordinates": [-117.689974,33.604332] 
     837       }, 
     838   "properties":  
     839       {"street": "ALICIA 1", "color": "lime", "perpx": "0.557556", "perpy": "0.830139"} 
     840},   
     841{ 
     842   "type": "Feature", 
    204843   "id": "5 N 17.63", 
    205844   "geometry": 
     
    213852{ 
    214853   "type": "Feature", 
     854   "id": "5 N 17.64", 
     855   "geometry": 
     856       { 
     857        "type": "Point", 
     858        "coordinates": [-117.692884,33.606111] 
     859       }, 
     860   "properties":  
     861       {"street": "ALICIA 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     862},   
     863{ 
     864   "type": "Feature", 
     865   "id": "5 N 18.17", 
     866   "geometry": 
     867       { 
     868        "type": "Point", 
     869        "coordinates": [-117.70083,33.60972] 
     870       }, 
     871   "properties":  
     872       {"street": "ANKERTON", "color": "lime", "perpx": "0.59407", "perpy": "0.804413"} 
     873},   
     874{ 
     875   "type": "Feature", 
    215876   "id": "5 N 18.61", 
    216877   "geometry": 
     
    224885{ 
    225886   "type": "Feature", 
     887   "id": "5 N 18.62", 
     888   "geometry": 
     889       { 
     890        "type": "Point", 
     891        "coordinates": [-117.706587,33.613985] 
     892       }, 
     893   "properties":  
     894       {"street": "EL TORO 1", "color": "lime", "perpx": "0.647648", "perpy": "0.761939"} 
     895},   
     896{ 
     897   "type": "Feature", 
     898   "id": "5 N 18.82", 
     899   "geometry": 
     900       { 
     901        "type": "Point", 
     902        "coordinates": [-117.70901,33.616112] 
     903       }, 
     904   "properties":  
     905       {"street": "EL TORO 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     906},   
     907{ 
     908   "type": "Feature", 
     909   "id": "5 N 18.83", 
     910   "geometry": 
     911       { 
     912        "type": "Point", 
     913        "coordinates": [-117.709128,33.616217] 
     914       }, 
     915   "properties":  
     916       {"street": "EL TORO 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     917},   
     918{ 
     919   "type": "Feature", 
     920   "id": "5 N 19.33", 
     921   "geometry": 
     922       { 
     923        "type": "Point", 
     924        "coordinates": [-117.714379,33.621929] 
     925       }, 
     926   "properties":  
     927       {"street": "RED ROBIN", "color": "lime", "perpx": "0.73619", "perpy": "0.676774"} 
     928},   
     929{ 
     930   "type": "Feature", 
    226931   "id": "5 N 20", 
    227932   "geometry": 
     
    231936       }, 
    232937   "properties":  
    233        {"street": "LAKE FOR2", "color": "yellow", "perpx": "0", "perpy": "0"} 
     938       {"street": "LAKE FOR2", "color": "lime", "perpx": "0", "perpy": "0"} 
     939},   
     940{ 
     941   "type": "Feature", 
     942   "id": "5 N 20.23", 
     943   "geometry": 
     944       { 
     945        "type": "Point", 
     946        "coordinates": [-117.724216,33.631998] 
     947       }, 
     948   "properties":  
     949       {"street": "OLDFIELD", "color": "lime", "perpx": "0.651823", "perpy": "0.758371"} 
    234950},   
    235951{ 
     
    3451061{ 
    3461062   "type": "Feature", 
     1063   "id": "5 N 23.69", 
     1064   "geometry": 
     1065       { 
     1066        "type": "Point", 
     1067        "coordinates": [-117.75591,33.674367] 
     1068       }, 
     1069   "properties":  
     1070       {"street": "SAND CANYON 1", "color": "lime", "perpx": "0.813783", "perpy": "0.581169"} 
     1071},   
     1072{ 
     1073   "type": "Feature", 
    3471074   "id": "5 N 24.05", 
    3481075   "geometry": 
     
    4441171{ 
    4451172   "type": "Feature", 
     1173   "id": "5 N 27.7", 
     1174   "geometry": 
     1175       { 
     1176        "type": "Point", 
     1177        "coordinates": [-117.796397,33.720695] 
     1178       }, 
     1179   "properties":  
     1180       {"street": "JAMBOREE 2", "color": "lime", "perpx": "0.570509", "perpy": "0.821292"} 
     1181},   
     1182{ 
     1183   "type": "Feature", 
    4461184   "id": "5 N 28.1", 
    4471185   "geometry": 
     
    4551193{ 
    4561194   "type": "Feature", 
     1195   "id": "5 N 28.98", 
     1196   "geometry": 
     1197       { 
     1198        "type": "Point", 
     1199        "coordinates": [-117.813606,33.732444] 
     1200       }, 
     1201   "properties":  
     1202       {"street": "RED HILL", "color": "lime", "perpx": "0.577035", "perpy": "0.816719"} 
     1203},   
     1204{ 
     1205   "type": "Feature", 
    4571206   "id": "5 N 29.24", 
    4581207   "geometry": 
     
    5101259{ 
    5111260   "type": "Feature", 
     1261   "id": "5 N 30.6", 
     1262   "geometry": 
     1263       { 
     1264        "type": "Point", 
     1265        "coordinates": [-117.838695,33.742605] 
     1266       }, 
     1267   "properties":  
     1268       {"street": "WILLIAMS", "color": "lime", "perpx": "0.572697", "perpy": "0.819767"} 
     1269},   
     1270{ 
     1271   "type": "Feature", 
    5121272   "id": "5 N 30.8", 
    5131273   "geometry": 
     
    5211281{ 
    5221282   "type": "Feature", 
     1283   "id": "5 N 30.9", 
     1284   "geometry": 
     1285       { 
     1286        "type": "Point", 
     1287        "coordinates": [-117.842095,33.745655] 
     1288       }, 
     1289   "properties":  
     1290       {"street": "1ST", "color": "lime", "perpx": "0.928052", "perpy": "0.372451"} 
     1291},   
     1292{ 
     1293   "type": "Feature", 
     1294   "id": "5 N 31", 
     1295   "geometry": 
     1296       { 
     1297        "type": "Point", 
     1298        "coordinates": [-117.84264,33.747013] 
     1299       }, 
     1300   "properties":  
     1301       {"street": "N55 to N5 HOV VIA", "color": "lime", "perpx": "0.928052", "perpy": "0.372451"} 
     1302},   
     1303{ 
     1304   "type": "Feature", 
    5231305   "id": "5 N 31.23", 
    5241306   "geometry": 
     
    5541336{ 
    5551337   "type": "Feature", 
     1338   "id": "5 N 31.602", 
     1339   "geometry": 
     1340       { 
     1341        "type": "Point", 
     1342        "coordinates": [-117.848819,33.753768] 
     1343       }, 
     1344   "properties":  
     1345       {"street": "GRAND 1 HOV OFF", "color": "lime", "perpx": "0", "perpy": "0"} 
     1346},   
     1347{ 
     1348   "type": "Feature", 
    5561349   "id": "5 N 31.73", 
    5571350   "geometry": 
     
    5651358{ 
    5661359   "type": "Feature", 
     1360   "id": "5 N 31.9", 
     1361   "geometry": 
     1362       { 
     1363        "type": "Point", 
     1364        "coordinates": [-117.85344,33.755834] 
     1365       }, 
     1366   "properties":  
     1367       {"street": "GRAND 2", "color": "lime", "perpx": "0.395503", "perpy": "0.918465"} 
     1368},   
     1369{ 
     1370   "type": "Feature", 
     1371   "id": "5 N 32.25", 
     1372   "geometry": 
     1373       { 
     1374        "type": "Point", 
     1375        "coordinates": [-117.858902,33.758263] 
     1376       }, 
     1377   "properties":  
     1378       {"street": "17TH 1", "color": "lime", "perpx": "0.447214", "perpy": "0.894427"} 
     1379},   
     1380{ 
     1381   "type": "Feature", 
    5671382   "id": "5 N 32.3", 
    5681383   "geometry": 
     
    5981413{ 
    5991414   "type": "Feature", 
     1415   "id": "5 N 33", 
     1416   "geometry": 
     1417       { 
     1418        "type": "Point", 
     1419        "coordinates": [-117.866456,33.766579] 
     1420       }, 
     1421   "properties":  
     1422       {"street": "MAIN 1", "color": "lime", "perpx": "0.869034", "perpy": "0.494752"} 
     1423},   
     1424{ 
     1425   "type": "Feature", 
     1426   "id": "5 N 33.2", 
     1427   "geometry": 
     1428       { 
     1429        "type": "Point", 
     1430        "coordinates": [-117.86784,33.76901] 
     1431       }, 
     1432   "properties":  
     1433       {"street": "MAIN 2", "color": "lime", "perpx": "0.824993", "perpy": "0.565143"} 
     1434},   
     1435{ 
     1436   "type": "Feature", 
     1437   "id": "5 N 33.3", 
     1438   "geometry": 
     1439       { 
     1440        "type": "Point", 
     1441        "coordinates": [-117.868723,33.770299] 
     1442       }, 
     1443   "properties":  
     1444       {"street": "BROADWAY", "color": "lime", "perpx": "0.824993", "perpy": "0.565143"} 
     1445},   
     1446{ 
     1447   "type": "Feature", 
     1448   "id": "5 N 33.6", 
     1449   "geometry": 
     1450       { 
     1451        "type": "Point", 
     1452        "coordinates": [-117.871893,33.773944] 
     1453       }, 
     1454   "properties":  
     1455       {"street": "SANTIAGO", "color": "lime", "perpx": "0.783267", "perpy": "0.621685"} 
     1456},   
     1457{ 
     1458   "type": "Feature", 
     1459   "id": "5 N 33.8", 
     1460   "geometry": 
     1461       { 
     1462        "type": "Point", 
     1463        "coordinates": [-117.873886,33.776455] 
     1464       }, 
     1465   "properties":  
     1466       {"street": "S OF 22", "color": "lime", "perpx": "0.783267", "perpy": "0.621685"} 
     1467},   
     1468{ 
     1469   "type": "Feature", 
     1470   "id": "5 N 34.2", 
     1471   "geometry": 
     1472       { 
     1473        "type": "Point", 
     1474        "coordinates": [-117.878226,33.781151] 
     1475       }, 
     1476   "properties":  
     1477       {"street": "LA VETA", "color": "lime", "perpx": "0.58161", "perpy": "0.813468"} 
     1478},   
     1479{ 
     1480   "type": "Feature", 
     1481   "id": "5 N 34.3", 
     1482   "geometry": 
     1483       { 
     1484        "type": "Point", 
     1485        "coordinates": [-117.879468,33.782039] 
     1486       }, 
     1487   "properties":  
     1488       {"street": "N OF 57", "color": "lime", "perpx": "0.544875", "perpy": "0.838517"} 
     1489},   
     1490{ 
     1491   "type": "Feature", 
     1492   "id": "5 N 34.4", 
     1493   "geometry": 
     1494       { 
     1495        "type": "Point", 
     1496        "coordinates": [-117.880773,33.782887] 
     1497       }, 
     1498   "properties":  
     1499       {"street": "N OF 57*", "color": "lime", "perpx": "0.668811", "perpy": "0.743433"} 
     1500},   
     1501{ 
     1502   "type": "Feature", 
     1503   "id": "5 N 34.6", 
     1504   "geometry": 
     1505       { 
     1506        "type": "Point", 
     1507        "coordinates": [-117.883174,33.785047] 
     1508       }, 
     1509   "properties":  
     1510       {"street": "CHAPMAN 1", "color": "lime", "perpx": "0.668811", "perpy": "0.743433"} 
     1511},   
     1512{ 
     1513   "type": "Feature", 
     1514   "id": "5 N 35", 
     1515   "geometry": 
     1516       { 
     1517        "type": "Point", 
     1518        "coordinates": [-117.887536,33.789689] 
     1519       }, 
     1520   "properties":  
     1521       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     1522},   
     1523{ 
     1524   "type": "Feature", 
     1525   "id": "5 N 35.1", 
     1526   "geometry": 
     1527       { 
     1528        "type": "Point", 
     1529        "coordinates": [-117.888724,33.790771] 
     1530       }, 
     1531   "properties":  
     1532       {"street": "STATE COLLEGE", "color": "lime", "perpx": "0.673354", "perpy": "0.73932"} 
     1533},   
     1534{ 
     1535   "type": "Feature", 
     1536   "id": "5 N 35.4", 
     1537   "geometry": 
     1538       { 
     1539        "type": "Point", 
     1540        "coordinates": [-117.891888,33.793754] 
     1541       }, 
     1542   "properties":  
     1543       {"street": "ORANGEWOOD 1", "color": "lime", "perpx": "0.700471", "perpy": "0.713681"} 
     1544},   
     1545{ 
     1546   "type": "Feature", 
     1547   "id": "5 N 35.6", 
     1548   "geometry": 
     1549       { 
     1550        "type": "Point", 
     1551        "coordinates": [-117.893833,33.795663] 
     1552       }, 
     1553   "properties":  
     1554       {"street": "GENE AUTRY", "color": "lime", "perpx": "0.700471", "perpy": "0.713681"} 
     1555},   
     1556{ 
     1557   "type": "Feature", 
     1558   "id": "5 N 36.4", 
     1559   "geometry": 
     1560       { 
     1561        "type": "Point", 
     1562        "coordinates": [-117.902246,33.803764] 
     1563       }, 
     1564   "properties":  
     1565       {"street": "ORANGEWOOD 2", "color": "lime", "perpx": "0.641147", "perpy": "0.767418"} 
     1566},   
     1567{ 
     1568   "type": "Feature", 
     1569   "id": "5 N 36.48", 
     1570   "geometry": 
     1571       { 
     1572        "type": "Point", 
     1573        "coordinates": [-117.903814,33.805074] 
     1574       }, 
     1575   "properties":  
     1576       {"street": "KATELLA", "color": "lime", "perpx": "0.614618", "perpy": "0.788825"} 
     1577},   
     1578{ 
     1579   "type": "Feature", 
     1580   "id": "5 N 36.6", 
     1581   "geometry": 
     1582       { 
     1583        "type": "Point", 
     1584        "coordinates": [-117.905829,33.806644] 
     1585       }, 
     1586   "properties":  
     1587       {"street": "ANAHEIM 2", "color": "lime", "perpx": "0.614618", "perpy": "0.788825"} 
     1588},   
     1589{ 
     1590   "type": "Feature", 
     1591   "id": "5 N 37", 
     1592   "geometry": 
     1593       { 
     1594        "type": "Point", 
     1595        "coordinates": [-117.910643,33.811147] 
     1596       }, 
     1597   "properties":  
     1598       {"street": "S OF HARBOR", "color": "lime", "perpx": "0.690175", "perpy": "0.723642"} 
     1599},   
     1600{ 
     1601   "type": "Feature", 
     1602   "id": "5 N 37.38", 
     1603   "geometry": 
     1604       { 
     1605        "type": "Point", 
     1606        "coordinates": [-117.915054,33.815354] 
     1607       }, 
     1608   "properties":  
     1609       {"street": "HARBOR", "color": "lime", "perpx": "0.700541", "perpy": "0.713613"} 
     1610},   
     1611{ 
     1612   "type": "Feature", 
     1613   "id": "5 N 37.7", 
     1614   "geometry": 
     1615       { 
     1616        "type": "Point", 
     1617        "coordinates": [-117.918657,33.818891] 
     1618       }, 
     1619   "properties":  
     1620       {"street": "BALL", "color": "lime", "perpx": "0.696671", "perpy": "0.717391"} 
     1621},   
     1622{ 
     1623   "type": "Feature", 
     1624   "id": "5 N 38", 
     1625   "geometry": 
     1626       { 
     1627        "type": "Point", 
     1628        "coordinates": [-117.92205,33.822186] 
     1629       }, 
     1630   "properties":  
     1631       {"street": "SOUTH 1", "color": "lime", "perpx": "0.727279", "perpy": "0.686342"} 
     1632},   
     1633{ 
     1634   "type": "Feature", 
     1635   "id": "5 N 38.1", 
     1636   "geometry": 
     1637       { 
     1638        "type": "Point", 
     1639        "coordinates": [-117.923123,33.823323] 
     1640       }, 
     1641   "properties":  
     1642       {"street": "SOUTH 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     1643},   
     1644{ 
     1645   "type": "Feature", 
     1646   "id": "5 N 38.9", 
     1647   "geometry": 
     1648       { 
     1649        "type": "Point", 
     1650        "coordinates": [-117.931513,33.832016] 
     1651       }, 
     1652   "properties":  
     1653       {"street": "LINCOLN", "color": "lime", "perpx": "0", "perpy": "0"} 
     1654},   
     1655{ 
     1656   "type": "Feature", 
     1657   "id": "5 N 39.09", 
     1658   "geometry": 
     1659       { 
     1660        "type": "Point", 
     1661        "coordinates": [-117.934272,33.833722] 
     1662       }, 
     1663   "properties":  
     1664       {"street": "LINCOLN", "color": "lime", "perpx": "0.276022", "perpy": "0.961151"} 
     1665},   
     1666{ 
     1667   "type": "Feature", 
     1668   "id": "5 N 39.3", 
     1669   "geometry": 
     1670       { 
     1671        "type": "Point", 
     1672        "coordinates": [-117.938078,33.834815] 
     1673       }, 
     1674   "properties":  
     1675       {"street": "EUCLID 1", "color": "lime", "perpx": "0.36034", "perpy": "0.932821"} 
     1676},   
     1677{ 
     1678   "type": "Feature", 
     1679   "id": "5 N 39.6", 
     1680   "geometry": 
     1681       { 
     1682        "type": "Point", 
     1683        "coordinates": [-117.943038,33.836731] 
     1684       }, 
     1685   "properties":  
     1686       {"street": "EUCLID 2", "color": "lime", "perpx": "0.478822", "perpy": "0.877912"} 
     1687},   
     1688{ 
     1689   "type": "Feature", 
     1690   "id": "5 N 40.04", 
     1691   "geometry": 
     1692       { 
     1693        "type": "Point", 
     1694        "coordinates": [-117.949259,33.840124] 
     1695       }, 
     1696   "properties":  
     1697       {"street": "CRESCENT", "color": "lime", "perpx": "0.478822", "perpy": "0.877912"} 
     1698},   
     1699{ 
     1700   "type": "Feature", 
     1701   "id": "5 N 40.5", 
     1702   "geometry": 
     1703       { 
     1704        "type": "Point", 
     1705        "coordinates": [-117.955716,33.843721] 
     1706       }, 
     1707   "properties":  
     1708       {"street": "BROOKHURST 1", "color": "lime", "perpx": "0.541489", "perpy": "0.840708"} 
     1709},   
     1710{ 
     1711   "type": "Feature", 
     1712   "id": "5 N 40.7", 
     1713   "geometry": 
     1714       { 
     1715        "type": "Point", 
     1716        "coordinates": [-117.958388,33.845442] 
     1717       }, 
     1718   "properties":  
     1719       {"street": "BROOKHURST 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     1720},   
     1721{ 
     1722   "type": "Feature", 
     1723   "id": "5 N 40.98", 
     1724   "geometry": 
     1725       { 
     1726        "type": "Point", 
     1727        "coordinates": [-117.962444,33.847549] 
     1728       }, 
     1729   "properties":  
     1730       {"street": "LA PALMA", "color": "lime", "perpx": "0.442245", "perpy": "0.896895"} 
     1731},   
     1732{ 
     1733   "type": "Feature", 
     1734   "id": "5 N 41.34", 
     1735   "geometry": 
     1736       { 
     1737        "type": "Point", 
     1738        "coordinates": [-117.968011,33.850294] 
     1739       }, 
     1740   "properties":  
     1741       {"street": "GILBERT", "color": "lime", "perpx": "0.442245", "perpy": "0.896895"} 
     1742},   
     1743{ 
     1744   "type": "Feature", 
     1745   "id": "5 N 41.8", 
     1746   "geometry": 
     1747       { 
     1748        "type": "Point", 
     1749        "coordinates": [-117.974766,33.854226] 
     1750       }, 
     1751   "properties":  
     1752       {"street": "MAGNOLIA", "color": "lime", "perpx": "0.61619", "perpy": "0.787597"} 
     1753},   
     1754{ 
     1755   "type": "Feature", 
     1756   "id": "5 N 41.9", 
     1757   "geometry": 
     1758       { 
     1759        "type": "Point", 
     1760        "coordinates": [-117.976025,33.855211] 
     1761       }, 
     1762   "properties":  
     1763       {"street": "MAGNOLIA 2", "color": "lime", "perpx": "0.61619", "perpy": "0.787597"} 
     1764},   
     1765{ 
     1766   "type": "Feature", 
     1767   "id": "5 N 42.52", 
     1768   "geometry": 
     1769       { 
     1770        "type": "Point", 
     1771        "coordinates": [-117.98503,33.859271] 
     1772       }, 
     1773   "properties":  
     1774       {"street": "ORANGETHORPE 2", "color": "lime", "perpx": "0.456565", "perpy": "0.88969"} 
     1775},   
     1776{ 
     1777   "type": "Feature", 
     1778   "id": "5 N 42.7", 
     1779   "geometry": 
     1780       { 
     1781        "type": "Point", 
     1782        "coordinates": [-117.987649,33.860615] 
     1783       }, 
     1784   "properties":  
     1785       {"street": "N OF ORANGETHORPE", "color": "lime", "perpx": "0.456565", "perpy": "0.88969"} 
     1786},   
     1787{ 
     1788   "type": "Feature", 
     1789   "id": "5 N 43.01", 
     1790   "geometry": 
     1791       { 
     1792        "type": "Point", 
     1793        "coordinates": [-117.991902,33.863248] 
     1794       }, 
     1795   "properties":  
     1796       {"street": "STANTON", "color": "lime", "perpx": "0.437215", "perpy": "0.899357"} 
     1797},   
     1798{ 
     1799   "type": "Feature", 
     1800   "id": "5 N 43.28", 
     1801   "geometry": 
     1802       { 
     1803        "type": "Point", 
     1804        "coordinates": [-117.995907,33.865195] 
     1805       }, 
     1806   "properties":  
     1807       {"street": "BEACH 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     1808},   
     1809{ 
     1810   "type": "Feature", 
     1811   "id": "5 N 43.3", 
     1812   "geometry": 
     1813       { 
     1814        "type": "Point", 
     1815        "coordinates": [-117.996199,33.865349] 
     1816       }, 
     1817   "properties":  
     1818       {"street": "BEACH 1", "color": "lime", "perpx": "0.466495", "perpy": "0.884524"} 
     1819},   
     1820{ 
     1821   "type": "Feature", 
     1822   "id": "5 N 43.6", 
     1823   "geometry": 
     1824       { 
     1825        "type": "Point", 
     1826        "coordinates": [-118.00058,33.867724] 
     1827       }, 
     1828   "properties":  
     1829       {"street": "BEACH 2", "color": "lime", "perpx": "0.460988", "perpy": "0.887406"} 
     1830},   
     1831{ 
     1832   "type": "Feature", 
     1833   "id": "5 N 43.9", 
     1834   "geometry": 
     1835       { 
     1836        "type": "Point", 
     1837        "coordinates": [-118.005021,33.870031] 
     1838       }, 
     1839   "properties":  
     1840       {"street": "Western", "color": "lime", "perpx": "0.460988", "perpy": "0.887406"} 
     1841},   
     1842{ 
     1843   "type": "Feature", 
     1844   "id": "5 N 44.35", 
     1845   "geometry": 
     1846       { 
     1847        "type": "Point", 
     1848        "coordinates": [-118.011177,33.874466] 
     1849       }, 
     1850   "properties":  
     1851       {"street": "ARTESIA", "color": "lime", "perpx": "0", "perpy": "0"} 
     1852},   
     1853{ 
     1854   "type": "Feature", 
     1855   "id": "5 S 0.64", 
     1856   "geometry": 
     1857       { 
     1858        "type": "Point", 
     1859        "coordinates": [-117.598167,33.404943] 
     1860       }, 
     1861   "properties":  
     1862       {"street": "S LUIS REY", "color": "lime", "perpx": "-0.892883", "perpy": "-0.450288"} 
     1863},   
     1864{ 
     1865   "type": "Feature", 
     1866   "id": "5 S 0.9", 
     1867   "geometry": 
     1868       { 
     1869        "type": "Point", 
     1870        "coordinates": [-117.599923,33.408425] 
     1871       }, 
     1872   "properties":  
     1873       {"street": "CALAFIA", "color": "lime", "perpx": "0", "perpy": "0"} 
     1874},   
     1875{ 
     1876   "type": "Feature", 
     1877   "id": "5 S 1.26", 
     1878   "geometry": 
     1879       { 
     1880        "type": "Point", 
     1881        "coordinates": [-117.602338,33.41325] 
     1882       }, 
     1883   "properties":  
     1884       {"street": "MAGDALENA", "color": "lime", "perpx": "-0.9013", "perpy": "-0.433194"} 
     1885},   
     1886{ 
     1887   "type": "Feature", 
     1888   "id": "5 S 1.49", 
     1889   "geometry": 
     1890       { 
     1891        "type": "Point", 
     1892        "coordinates": [-117.603827,33.416348] 
     1893       }, 
     1894   "properties":  
     1895       {"street": "EL CAMINO REAL", "color": "lime", "perpx": "0", "perpy": "0"} 
     1896},   
     1897{ 
     1898   "type": "Feature", 
     1899   "id": "5 S 2.14", 
     1900   "geometry": 
     1901       { 
     1902        "type": "Point", 
     1903        "coordinates": [-117.609039,33.424652] 
     1904       }, 
     1905   "properties":  
     1906       {"street": "PRESIDIO", "color": "lime", "perpx": "0", "perpy": "0"} 
     1907},   
     1908{ 
     1909   "type": "Feature", 
     1910   "id": "5 S 2.8", 
     1911   "geometry": 
     1912       { 
     1913        "type": "Point", 
     1914        "coordinates": [-117.615724,33.432273] 
     1915       }, 
     1916   "properties":  
     1917       {"street": "PALIZADA", "color": "lime", "perpx": "-0.768234", "perpy": "-0.640169"} 
     1918},   
     1919{ 
     1920   "type": "Feature", 
     1921   "id": "5 S 3.23", 
     1922   "geometry": 
     1923       { 
     1924        "type": "Point", 
     1925        "coordinates": [-117.619943,33.437336] 
     1926       }, 
     1927   "properties":  
     1928       {"street": "PICO 1", "color": "lime", "perpx": "-0.498994", "perpy": "-0.866606"} 
     1929},   
     1930{ 
     1931   "type": "Feature", 
     1932   "id": "5 S 3.56", 
     1933   "geometry": 
     1934       { 
     1935        "type": "Point", 
     1936        "coordinates": [-117.624646,33.440044] 
     1937       }, 
     1938   "properties":  
     1939       {"street": "PICO 2", "color": "lime", "perpx": "-0.605568", "perpy": "-0.795794"} 
     1940},   
     1941{ 
     1942   "type": "Feature", 
     1943   "id": "5 S 4.1", 
     1944   "geometry": 
     1945       { 
     1946        "type": "Point", 
     1947        "coordinates": [-117.631557,33.445303] 
     1948       }, 
     1949   "properties":  
     1950       {"street": "HERMOSA 2", "color": "lime", "perpx": "-0.605568", "perpy": "-0.795794"} 
     1951},   
     1952{ 
     1953   "type": "Feature", 
     1954   "id": "5 S 4.7", 
     1955   "geometry": 
     1956       { 
     1957        "type": "Point", 
     1958        "coordinates": [-117.640023,33.450269] 
     1959       }, 
     1960   "properties":  
     1961       {"street": "S OF VAQUERO", "color": "lime", "perpx": "-0.478189", "perpy": "-0.878257"} 
     1962},   
     1963{ 
     1964   "type": "Feature", 
     1965   "id": "5 S 5.25", 
     1966   "geometry": 
     1967       { 
     1968        "type": "Point", 
     1969        "coordinates": [-117.648005,33.454615] 
     1970       }, 
     1971   "properties":  
     1972       {"street": "N OF VAQUERO", "color": "lime", "perpx": "-0.395835", "perpy": "-0.918322"} 
     1973},   
     1974{ 
     1975   "type": "Feature", 
     1976   "id": "5 S 5.4", 
     1977   "geometry": 
     1978       { 
     1979        "type": "Point", 
     1980        "coordinates": [-117.650318,33.455612] 
     1981       }, 
     1982   "properties":  
     1983       {"street": "N OF VAQUERO", "color": "lime", "perpx": "-0.443289", "perpy": "-0.896379"} 
     1984},   
     1985{ 
     1986   "type": "Feature", 
     1987   "id": "5 S 5.59", 
     1988   "geometry": 
     1989       { 
     1990        "type": "Point", 
     1991        "coordinates": [-117.653153,33.457014] 
     1992       }, 
     1993   "properties":  
     1994       {"street": "ESTRELLA", "color": "lime", "perpx": "0", "perpy": "0"} 
     1995},   
     1996{ 
     1997   "type": "Feature", 
     1998   "id": "5 S 6.47", 
     1999   "geometry": 
     2000       { 
     2001        "type": "Point", 
     2002        "coordinates": [-117.665631,33.464281] 
     2003       }, 
     2004   "properties":  
     2005       {"street": "SACRAMENTO", "color": "lime", "perpx": "-0.56275", "perpy": "-0.826627"} 
     2006},   
     2007{ 
     2008   "type": "Feature", 
     2009   "id": "5 S 6.6", 
     2010   "geometry": 
     2011       { 
     2012        "type": "Point", 
     2013        "coordinates": [-117.667379,33.465471] 
     2014       }, 
     2015   "properties":  
     2016       {"street": "RTE 1 SB", "color": "lime", "perpx": "0", "perpy": "0"} 
     2017},   
     2018{ 
     2019   "type": "Feature", 
     2020   "id": "5 S 7.46", 
     2021   "geometry": 
     2022       { 
     2023        "type": "Point", 
     2024        "coordinates": [-117.674584,33.475102] 
     2025       }, 
     2026   "properties":  
     2027       {"street": "CAPISTRANO", "color": "lime", "perpx": "-0.815879", "perpy": "0.578222"} 
     2028},   
     2029{ 
     2030   "type": "Feature", 
    6002031   "id": "5 S 7.99", 
    6012032   "geometry": 
     
    6422073{ 
    6432074   "type": "Feature", 
     2075   "id": "5 S 9.69", 
     2076   "geometry": 
     2077       { 
     2078        "type": "Point", 
     2079        "coordinates": [-117.65892,33.503672] 
     2080       }, 
     2081   "properties":  
     2082       {"street": "ORTEGA  2", "color": "lime", "perpx": "-0.996721", "perpy": "-0.080919"} 
     2083},   
     2084{ 
     2085   "type": "Feature", 
    6442086   "id": "5 S 10.1", 
    6452087   "geometry": 
     
    6752117{ 
    6762118   "type": "Feature", 
     2119   "id": "5 S 11.05", 
     2120   "geometry": 
     2121       { 
     2122        "type": "Point", 
     2123        "coordinates": [-117.6667,33.522341] 
     2124       }, 
     2125   "properties":  
     2126       {"street": "JUNIPERO SERRA", "color": "lime", "perpx": "-0.878964", "perpy": "-0.476887"} 
     2127},   
     2128{ 
     2129   "type": "Feature", 
    6772130   "id": "5 S 11.37", 
    6782131   "geometry": 
     
    7192172{ 
    7202173   "type": "Feature", 
     2174   "id": "5 S 13.05", 
     2175   "geometry": 
     2176       { 
     2177        "type": "Point", 
     2178        "coordinates": [-117.672993,33.548822] 
     2179       }, 
     2180   "properties":  
     2181       {"street": "AVERY PARK", "color": "lime", "perpx": "-0.993564", "perpy": "0.113275"} 
     2182},   
     2183{ 
     2184   "type": "Feature", 
    7212185   "id": "5 S 13.6", 
    7222186   "geometry": 
     
    7302194{ 
    7312195   "type": "Feature", 
     2196   "id": "5 S 13.87", 
     2197   "geometry": 
     2198       { 
     2199        "type": "Point", 
     2200        "coordinates": [-117.673112,33.560545] 
     2201       }, 
     2202   "properties":  
     2203       {"street": "CROWN VA2", "color": "lime", "perpx": "-0.999988", "perpy": "0.004899"} 
     2204},   
     2205{ 
     2206   "type": "Feature", 
     2207   "id": "5 S 14.46", 
     2208   "geometry": 
     2209       { 
     2210        "type": "Point", 
     2211        "coordinates": [-117.67216,33.569098] 
     2212       }, 
     2213   "properties":  
     2214       {"street": "Faircourt", "color": "lime", "perpx": "-0.999773", "perpy": "0.021323"} 
     2215},   
     2216{ 
     2217   "type": "Feature", 
    7322218   "id": "5 S 15.03", 
    7332219   "geometry": 
     
    7522238{ 
    7532239   "type": "Feature", 
     2240   "id": "5 S 15.8", 
     2241   "geometry": 
     2242       { 
     2243        "type": "Point", 
     2244        "coordinates": [-117.671829,33.588522] 
     2245       }, 
     2246   "properties":  
     2247       {"street": "CERVANTES", "color": "lime", "perpx": "-0.999911", "perpy": "0.013321"} 
     2248},   
     2249{ 
     2250   "type": "Feature", 
    7542251   "id": "5 S 16.3", 
    7552252   "geometry": 
     
    7962293{ 
    7972294   "type": "Feature", 
     2295   "id": "5 S 18.17", 
     2296   "geometry": 
     2297       { 
     2298        "type": "Point", 
     2299        "coordinates": [-117.700998,33.609505] 
     2300       }, 
     2301   "properties":  
     2302       {"street": "ANKERTON", "color": "lime", "perpx": "-0.573702", "perpy": "-0.819064"} 
     2303},   
     2304{ 
     2305   "type": "Feature", 
    7982306   "id": "5 S 18.5", 
    7992307   "geometry": 
     
    8182326{ 
    8192327   "type": "Feature", 
     2328   "id": "5 S 19.33", 
     2329   "geometry": 
     2330       { 
     2331        "type": "Point", 
     2332        "coordinates": [-117.714838,33.621819] 
     2333       }, 
     2334   "properties":  
     2335       {"street": "RED ROBIN", "color": "lime", "perpx": "-0.735437", "perpy": "-0.677593"} 
     2336},   
     2337{ 
     2338   "type": "Feature", 
    8202339   "id": "5 S 19.8", 
    8212340   "geometry": 
     
    8402359{ 
    8412360   "type": "Feature", 
     2361   "id": "5 S 20.23", 
     2362   "geometry": 
     2363       { 
     2364        "type": "Point", 
     2365        "coordinates": [-117.724695,33.631888] 
     2366       }, 
     2367   "properties":  
     2368       {"street": "OLDFIELD", "color": "lime", "perpx": "-0.650261", "perpy": "-0.759711"} 
     2369},   
     2370{ 
     2371   "type": "Feature", 
    8422372   "id": "5 S 20.24", 
    8432373   "geometry": 
     
    8842414{ 
    8852415   "type": "Feature", 
     2416   "id": "5 S 21.92", 
     2417   "geometry": 
     2418       { 
     2419        "type": "Point", 
     2420        "coordinates": [-117.741205,33.652076] 
     2421       }, 
     2422   "properties":  
     2423       {"street": "ALTON 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     2424},   
     2425{ 
     2426   "type": "Feature", 
    8862427   "id": "5 S 22.1", 
    8872428   "geometry": 
     
    9392480{ 
    9402481   "type": "Feature", 
     2482   "id": "5 S 23.2", 
     2483   "geometry": 
     2484       { 
     2485        "type": "Point", 
     2486        "coordinates": [-117.753539,33.667502] 
     2487       }, 
     2488   "properties":  
     2489       {"street": "5S TO 133S/BARA", "color": "lime", "perpx": "-0.809521", "perpy": "-0.587091"} 
     2490},   
     2491{ 
     2492   "type": "Feature", 
     2493   "id": "5 S 23.3", 
     2494   "geometry": 
     2495       { 
     2496        "type": "Point", 
     2497        "coordinates": [-117.754476,33.668794] 
     2498       }, 
     2499   "properties":  
     2500       {"street": "TEST MVDS", "color": "lime", "perpx": "0", "perpy": "0"} 
     2501},   
     2502{ 
     2503   "type": "Feature", 
    9412504   "id": "5 S 23.5", 
    9422505   "geometry": 
     
    10272590{ 
    10282591   "type": "Feature", 
     2592   "id": "5 S 26.81", 
     2593   "geometry": 
     2594       { 
     2595        "type": "Point", 
     2596        "coordinates": [-117.784926,33.712186] 
     2597       }, 
     2598   "properties":  
     2599       {"street": "CULVER 2", "color": "lime", "perpx": "-0.654674", "perpy": "-0.755912"} 
     2600},   
     2601{ 
     2602   "type": "Feature", 
    10292603   "id": "5 S 27.43", 
    10302604   "geometry": 
     
    10602634{ 
    10612635   "type": "Feature", 
     2636   "id": "5 S 28.35", 
     2637   "geometry": 
     2638       { 
     2639        "type": "Point", 
     2640        "coordinates": [-117.805381,33.726403] 
     2641       }, 
     2642   "properties":  
     2643       {"street": "TUSTIN RANCH", "color": "lime", "perpx": "0", "perpy": "0"} 
     2644},   
     2645{ 
     2646   "type": "Feature", 
    10622647   "id": "5 S 29.02", 
    10632648   "geometry": 
     
    10822667{ 
    10832668   "type": "Feature", 
     2669   "id": "5 S 29.79", 
     2670   "geometry": 
     2671       { 
     2672        "type": "Point", 
     2673        "coordinates": [-117.825947,33.737856] 
     2674       }, 
     2675   "properties":  
     2676       {"street": "NEWPORT", "color": "lime", "perpx": "-0.30873", "perpy": "-0.95115"} 
     2677},   
     2678{ 
     2679   "type": "Feature", 
    10842680   "id": "5 S 29.9", 
    10852681   "geometry": 
     
    10932689{ 
    10942690   "type": "Feature", 
     2691   "id": "5 S 29.94", 
     2692   "geometry": 
     2693       { 
     2694        "type": "Point", 
     2695        "coordinates": [-117.828362,33.738636] 
     2696       }, 
     2697   "properties":  
     2698       {"street": "NEWPORT", "color": "lime", "perpx": "0", "perpy": "0"} 
     2699},   
     2700{ 
     2701   "type": "Feature", 
    10952702   "id": "5 S 30.2", 
    10962703   "geometry": 
     
    11152722{ 
    11162723   "type": "Feature", 
     2724   "id": "5 S 30.6", 
     2725   "geometry": 
     2726       { 
     2727        "type": "Point", 
     2728        "coordinates": [-117.839015,33.742378] 
     2729       }, 
     2730   "properties":  
     2731       {"street": "WILLIAMS (VIADUCT)", "color": "lime", "perpx": "-0.33389", "perpy": "-0.942612"} 
     2732},   
     2733{ 
     2734   "type": "Feature", 
    11172735   "id": "5 S 30.9", 
    11182736   "geometry": 
     
    11262744{ 
    11272745   "type": "Feature", 
     2746   "id": "5 S 31", 
     2747   "geometry": 
     2748       { 
     2749        "type": "Point", 
     2750        "coordinates": [-117.843088,33.746922] 
     2751       }, 
     2752   "properties":  
     2753       {"street": "S5 to S55 HOV VIA", "color": "lime", "perpx": "-0.927915", "perpy": "-0.372793"} 
     2754},   
     2755{ 
     2756   "type": "Feature", 
    11282757   "id": "5 S 31.23", 
    11292758   "geometry": 
     
    11702799{ 
    11712800   "type": "Feature", 
     2801   "id": "5 S 32", 
     2802   "geometry": 
     2803       { 
     2804        "type": "Point", 
     2805        "coordinates": [-117.855324,33.756108] 
     2806       }, 
     2807   "properties":  
     2808       {"street": "GRAND 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     2809},   
     2810{ 
     2811   "type": "Feature", 
    11722812   "id": "5 S 32.25", 
    11732813   "geometry": 
     
    11812821{ 
    11822822   "type": "Feature", 
     2823   "id": "5 S 32.58", 
     2824   "geometry": 
     2825       { 
     2826        "type": "Point", 
     2827        "coordinates": [-117.863625,33.761104] 
     2828       }, 
     2829   "properties":  
     2830       {"street": "17TH 2", "color": "lime", "perpx": "-0.583453", "perpy": "-0.812147"} 
     2831},   
     2832{ 
     2833   "type": "Feature", 
    11832834   "id": "5 S 33", 
    11842835   "geometry": 
     
    12142865{ 
    12152866   "type": "Feature", 
     2867   "id": "5 S 33.6", 
     2868   "geometry": 
     2869       { 
     2870        "type": "Point", 
     2871        "coordinates": [-117.872316,33.773768] 
     2872       }, 
     2873   "properties":  
     2874       {"street": "SANTIAGO", "color": "lime", "perpx": "-0.780234", "perpy": "-0.625487"} 
     2875},   
     2876{ 
     2877   "type": "Feature", 
    12162878   "id": "5 S 33.8", 
    12172879   "geometry": 
     
    12232885       {"street": "S OF 22", "color": "lime", "perpx": "-0.780234", "perpy": "-0.625487"} 
    12242886},   
     2887{ 
     2888   "type": "Feature", 
     2889   "id": "5 S 34", 
     2890   "geometry": 
     2891       { 
     2892        "type": "Point", 
     2893        "coordinates": [-117.876548,33.778694] 
     2894       }, 
     2895   "properties":  
     2896       {"street": "5N&S La Veta", "color": "lime", "perpx": "0", "perpy": "0"} 
     2897},   
     2898{ 
     2899   "type": "Feature", 
     2900   "id": "5 S 34.1", 
     2901   "geometry": 
     2902       { 
     2903        "type": "Point", 
     2904        "coordinates": [-117.87776,33.779824] 
     2905       }, 
     2906   "properties":  
     2907       {"street": "LA VETA", "color": "lime", "perpx": "0", "perpy": "0"} 
     2908},   
     2909{ 
     2910   "type": "Feature", 
     2911   "id": "5 S 34.2", 
     2912   "geometry": 
     2913       { 
     2914        "type": "Point", 
     2915        "coordinates": [-117.878897,33.780805] 
     2916       }, 
     2917   "properties":  
     2918       {"street": "LA VETA", "color": "lime", "perpx": "-0.617542", "perpy": "-0.786538"} 
     2919},   
     2920{ 
     2921   "type": "Feature", 
     2922   "id": "5 S 34.3", 
     2923   "geometry": 
     2924       { 
     2925        "type": "Point", 
     2926        "coordinates": [-117.880014,33.781682] 
     2927       }, 
     2928   "properties":  
     2929       {"street": "N OF 57", "color": "lime", "perpx": "-0.575376", "perpy": "-0.817889"} 
     2930},   
     2931{ 
     2932   "type": "Feature", 
     2933   "id": "5 S 34.4", 
     2934   "geometry": 
     2935       { 
     2936        "type": "Point", 
     2937        "coordinates": [-117.881218,33.782529] 
     2938       }, 
     2939   "properties":  
     2940       {"street": "N OF 57*", "color": "lime", "perpx": "-0.675711", "perpy": "-0.737167"} 
     2941},   
     2942{ 
     2943   "type": "Feature", 
     2944   "id": "5 S 34.6", 
     2945   "geometry": 
     2946       { 
     2947        "type": "Point", 
     2948        "coordinates": [-117.883653,33.784761] 
     2949       }, 
     2950   "properties":  
     2951       {"street": "CHAPMAN 1", "color": "lime", "perpx": "-0.675711", "perpy": "-0.737167"} 
     2952},   
     2953{ 
     2954   "type": "Feature", 
     2955   "id": "5 S 35.2", 
     2956   "geometry": 
     2957       { 
     2958        "type": "Point", 
     2959        "coordinates": [-117.890222,33.791651] 
     2960       }, 
     2961   "properties":  
     2962       {"street": "STATE COLLEGE", "color": "lime", "perpx": "-0.670989", "perpy": "-0.741468"} 
     2963},   
     2964{ 
     2965   "type": "Feature", 
     2966   "id": "5 S 35.4", 
     2967   "geometry": 
     2968       { 
     2969        "type": "Point", 
     2970        "coordinates": [-117.892284,33.793517] 
     2971       }, 
     2972   "properties":  
     2973       {"street": "ORANGEWOOD 1", "color": "lime", "perpx": "-0.668203", "perpy": "-0.743979"} 
     2974},   
     2975{ 
     2976   "type": "Feature", 
     2977   "id": "5 S 35.6", 
     2978   "geometry": 
     2979       { 
     2980        "type": "Point", 
     2981        "coordinates": [-117.894336,33.79536] 
     2982       }, 
     2983   "properties":  
     2984       {"street": "GENE AUTRY", "color": "lime", "perpx": "-0.668203", "perpy": "-0.743979"} 
     2985},   
     2986{ 
     2987   "type": "Feature", 
     2988   "id": "5 S 36.31", 
     2989   "geometry": 
     2990       { 
     2991        "type": "Point", 
     2992        "coordinates": [-117.901359,33.802101] 
     2993       }, 
     2994   "properties":  
     2995       {"street": "KATELLA", "color": "lime", "perpx": "0", "perpy": "0"} 
     2996},   
     2997{ 
     2998   "type": "Feature", 
     2999   "id": "5 S 36.4", 
     3000   "geometry": 
     3001       { 
     3002        "type": "Point", 
     3003        "coordinates": [-117.902924,33.803614] 
     3004       }, 
     3005   "properties":  
     3006       {"street": "HOV GENE AUTRY OFF", "color": "lime", "perpx": "-0.661771", "perpy": "-0.749706"} 
     3007},   
     3008{ 
     3009   "type": "Feature", 
     3010   "id": "5 S 36.48", 
     3011   "geometry": 
     3012       { 
     3013        "type": "Point", 
     3014        "coordinates": [-117.904254,33.804788] 
     3015       }, 
     3016   "properties":  
     3017       {"street": "ANAHEIM 1", "color": "lime", "perpx": "-0.654355", "perpy": "-0.756187"} 
     3018},   
     3019{ 
     3020   "type": "Feature", 
     3021   "id": "5 S 36.6", 
     3022   "geometry": 
     3023       { 
     3024        "type": "Point", 
     3025        "coordinates": [-117.906207,33.806478] 
     3026       }, 
     3027   "properties":  
     3028       {"street": "ANAHEIM 2", "color": "lime", "perpx": "-0.688863", "perpy": "-0.724891"} 
     3029},   
     3030{ 
     3031   "type": "Feature", 
     3032   "id": "5 S 37", 
     3033   "geometry": 
     3034       { 
     3035        "type": "Point", 
     3036        "coordinates": [-117.910895,33.810933] 
     3037       }, 
     3038   "properties":  
     3039       {"street": "S OF HARBOR", "color": "lime", "perpx": "-0.688863", "perpy": "-0.724891"} 
     3040},   
     3041{ 
     3042   "type": "Feature", 
     3043   "id": "5 S 37.48", 
     3044   "geometry": 
     3045       { 
     3046        "type": "Point", 
     3047        "coordinates": [-117.916397,33.816263] 
     3048       }, 
     3049   "properties":  
     3050       {"street": "HARBOR", "color": "lime", "perpx": "-0.689841", "perpy": "-0.723961"} 
     3051},   
     3052{ 
     3053   "type": "Feature", 
     3054   "id": "5 S 37.7", 
     3055   "geometry": 
     3056       { 
     3057        "type": "Point", 
     3058        "coordinates": [-117.918922,33.818669] 
     3059       }, 
     3060   "properties":  
     3061       {"street": "BALL", "color": "lime", "perpx": "-0.697036", "perpy": "-0.717036"} 
     3062},   
     3063{ 
     3064   "type": "Feature", 
     3065   "id": "5 S 38", 
     3066   "geometry": 
     3067       { 
     3068        "type": "Point", 
     3069        "coordinates": [-117.922328,33.82198] 
     3070       }, 
     3071   "properties":  
     3072       {"street": "SOUTH 1", "color": "lime", "perpx": "-0.750414", "perpy": "-0.660968"} 
     3073},   
     3074{ 
     3075   "type": "Feature", 
     3076   "id": "5 S 38.48", 
     3077   "geometry": 
     3078       { 
     3079        "type": "Point", 
     3080        "coordinates": [-117.927279,33.827601] 
     3081       }, 
     3082   "properties":  
     3083       {"street": "PEPPER", "color": "lime", "perpx": "0", "perpy": "0"} 
     3084},   
     3085{ 
     3086   "type": "Feature", 
     3087   "id": "5 S 39", 
     3088   "geometry": 
     3089       { 
     3090        "type": "Point", 
     3091        "coordinates": [-117.933068,33.832791] 
     3092       }, 
     3093   "properties":  
     3094       {"street": "LINCOLN", "color": "lime", "perpx": "-0.327822", "perpy": "-0.944739"} 
     3095},   
     3096{ 
     3097   "type": "Feature", 
     3098   "id": "5 S 39.3", 
     3099   "geometry": 
     3100       { 
     3101        "type": "Point", 
     3102        "coordinates": [-117.938264,33.834594] 
     3103       }, 
     3104   "properties":  
     3105       {"street": "EUCLID 1", "color": "lime", "perpx": "-0.361622", "perpy": "-0.932325"} 
     3106},   
     3107{ 
     3108   "type": "Feature", 
     3109   "id": "5 S 39.6", 
     3110   "geometry": 
     3111       { 
     3112        "type": "Point", 
     3113        "coordinates": [-117.943178,33.8365] 
     3114       }, 
     3115   "properties":  
     3116       {"street": "EUCLID 2", "color": "lime", "perpx": "-0.471004", "perpy": "-0.882131"} 
     3117},   
     3118{ 
     3119   "type": "Feature", 
     3120   "id": "5 S 40.04", 
     3121   "geometry": 
     3122       { 
     3123        "type": "Point", 
     3124        "coordinates": [-117.949454,33.839851] 
     3125       }, 
     3126   "properties":  
     3127       {"street": "CRESCENT", "color": "lime", "perpx": "-0.48436", "perpy": "-0.874869"} 
     3128},   
     3129{ 
     3130   "type": "Feature", 
     3131   "id": "5 S 40.5", 
     3132   "geometry": 
     3133       { 
     3134        "type": "Point", 
     3135        "coordinates": [-117.955942,33.843443] 
     3136       }, 
     3137   "properties":  
     3138       {"street": "BROOKHURST 1", "color": "lime", "perpx": "-0.48436", "perpy": "-0.874869"} 
     3139},   
     3140{ 
     3141   "type": "Feature", 
     3142   "id": "5 S 40.98", 
     3143   "geometry": 
     3144       { 
     3145        "type": "Point", 
     3146        "coordinates": [-117.96276,33.847169] 
     3147       }, 
     3148   "properties":  
     3149       {"street": "LA PALMA", "color": "lime", "perpx": "-0.460852", "perpy": "-0.887477"} 
     3150},   
     3151{ 
     3152   "type": "Feature", 
     3153   "id": "5 S 41.34", 
     3154   "geometry": 
     3155       { 
     3156        "type": "Point", 
     3157        "coordinates": [-117.968231,33.85001] 
     3158       }, 
     3159   "properties":  
     3160       {"street": "GILBERT", "color": "lime", "perpx": "-0.460852", "perpy": "-0.887477"} 
     3161},   
     3162{ 
     3163   "type": "Feature", 
     3164   "id": "5 S 41.8", 
     3165   "geometry": 
     3166       { 
     3167        "type": "Point", 
     3168        "coordinates": [-117.97494,33.853961] 
     3169       }, 
     3170   "properties":  
     3171       {"street": "MAGNOLIA", "color": "lime", "perpx": "-0.623956", "perpy": "-0.781459"} 
     3172},   
     3173{ 
     3174   "type": "Feature", 
     3175   "id": "5 S 41.81", 
     3176   "geometry": 
     3177       { 
     3178        "type": "Point", 
     3179        "coordinates": [-117.975069,33.854064] 
     3180       }, 
     3181   "properties":  
     3182       {"street": "MAGNOLIA 91E OFF", "color": "lime", "perpx": "0", "perpy": "0"} 
     3183},   
     3184{ 
     3185   "type": "Feature", 
     3186   "id": "5 S 41.9", 
     3187   "geometry": 
     3188       { 
     3189        "type": "Point", 
     3190        "coordinates": [-117.976235,33.854882] 
     3191       }, 
     3192   "properties":  
     3193       {"street": "MAGNOLIA 2", "color": "lime", "perpx": "-0.57431", "perpy": "-0.818638"} 
     3194},   
     3195{ 
     3196   "type": "Feature", 
     3197   "id": "5 S 42.52", 
     3198   "geometry": 
     3199       { 
     3200        "type": "Point", 
     3201        "coordinates": [-117.985205,33.859063] 
     3202       }, 
     3203   "properties":  
     3204       {"street": "ORANGETHORPE 2", "color": "lime", "perpx": "-0.473855", "perpy": "-0.880603"} 
     3205},   
     3206{ 
     3207   "type": "Feature", 
     3208   "id": "5 S 42.7", 
     3209   "geometry": 
     3210       { 
     3211        "type": "Point", 
     3212        "coordinates": [-117.987777,33.860447] 
     3213       }, 
     3214   "properties":  
     3215       {"street": "N OF ORANGETHORPE", "color": "lime", "perpx": "-0.473855", "perpy": "-0.880603"} 
     3216},   
     3217{ 
     3218   "type": "Feature", 
     3219   "id": "5 S 43", 
     3220   "geometry": 
     3221       { 
     3222        "type": "Point", 
     3223        "coordinates": [-117.992016,33.86282] 
     3224       }, 
     3225   "properties":  
     3226       {"street": "SB 5 to EB 91", "color": "lime", "perpx": "0", "perpy": "0"} 
     3227},   
     3228{ 
     3229   "type": "Feature", 
     3230   "id": "5 S 43.01", 
     3231   "geometry": 
     3232       { 
     3233        "type": "Point", 
     3234        "coordinates": [-117.992155,33.862901] 
     3235       }, 
     3236   "properties":  
     3237       {"street": "STANTON", "color": "lime", "perpx": "-0.493087", "perpy": "-0.86998"} 
     3238},   
     3239{ 
     3240   "type": "Feature", 
     3241   "id": "5 S 43.3", 
     3242   "geometry": 
     3243       { 
     3244        "type": "Point", 
     3245        "coordinates": [-117.996273,33.865235] 
     3246       }, 
     3247   "properties":  
     3248       {"street": "BEACH 1", "color": "lime", "perpx": "-0.493087", "perpy": "-0.86998"} 
     3249},   
     3250{ 
     3251   "type": "Feature", 
     3252   "id": "5 S 43.6", 
     3253   "geometry": 
     3254       { 
     3255        "type": "Point", 
     3256        "coordinates": [-118.000667,33.867596] 
     3257       }, 
     3258   "properties":  
     3259       {"street": "BEACH 2", "color": "lime", "perpx": "-0.455465", "perpy": "-0.890254"} 
     3260},   
     3261{ 
     3262   "type": "Feature", 
     3263   "id": "5 S 43.9", 
     3264   "geometry": 
     3265       { 
     3266        "type": "Point", 
     3267        "coordinates": [-118.005145,33.869887] 
     3268       }, 
     3269   "properties":  
     3270       {"street": "Western", "color": "lime", "perpx": "-0.455465", "perpy": "-0.890254"} 
     3271},   
     3272{ 
     3273   "type": "Feature", 
     3274   "id": "5 S 44.2", 
     3275   "geometry": 
     3276       { 
     3277        "type": "Point", 
     3278        "coordinates": [-118.009266,33.872567] 
     3279       }, 
     3280   "properties":  
     3281       {"street": "ARTESIA 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     3282},   
    12253283 
    12263284{ 
    12273285   "type": "Feature", 
     3286   "id": "22 E 0.2", 
     3287   "geometry": 
     3288       { 
     3289        "type": "Point", 
     3290        "coordinates": [-118.093885,33.774295] 
     3291       }, 
     3292   "properties":  
     3293       {"street": "COLLEGE PARK", "color": "lime", "perpx": "0", "perpy": "0"} 
     3294},   
     3295{ 
     3296   "type": "Feature", 
     3297   "id": "22 E 1.08", 
     3298   "geometry": 
     3299       { 
     3300        "type": "Point", 
     3301        "coordinates": [-118.034947,33.774261] 
     3302       }, 
     3303   "properties":  
     3304       {"street": "VALLEY V2", "color": "lime", "perpx": "0", "perpy": "0"} 
     3305},   
     3306{ 
     3307   "type": "Feature", 
     3308   "id": "22 E 1.41", 
     3309   "geometry": 
     3310       { 
     3311        "type": "Point", 
     3312        "coordinates": [-118.029233,33.774239] 
     3313       }, 
     3314   "properties":  
     3315       {"street": "VIA LOS ALISOS", "color": "lime", "perpx": "-0.00385", "perpy": "-0.999993"} 
     3316},   
     3317{ 
     3318   "type": "Feature", 
     3319   "id": "22 E 1.74", 
     3320   "geometry": 
     3321       { 
     3322        "type": "Point", 
     3323        "coordinates": [-118.023517,33.774214] 
     3324       }, 
     3325   "properties":  
     3326       {"street": "SPRINGDALE CENSUS", "color": "lime", "perpx": "0.0", "perpy": "-1.0"} 
     3327},   
     3328{ 
     3329   "type": "Feature", 
     3330   "id": "22 E 1.75", 
     3331   "geometry": 
     3332       { 
     3333        "type": "Point", 
     3334        "coordinates": [-118.023344,33.774214] 
     3335       }, 
     3336   "properties":  
     3337       {"street": "SPRINGDALE", "color": "lime", "perpx": "-0.000902", "perpy": "-1.0"} 
     3338},   
     3339{ 
     3340   "type": "Feature", 
     3341   "id": "22 E 2.07", 
     3342   "geometry": 
     3343       { 
     3344        "type": "Point", 
     3345        "coordinates": [-118.0178,33.774209] 
     3346       }, 
     3347   "properties":  
     3348       {"street": "YUMA", "color": "lime", "perpx": "-0.000902", "perpy": "-1.0"} 
     3349},   
     3350{ 
     3351   "type": "Feature", 
     3352   "id": "22 E 2.49", 
     3353   "geometry": 
     3354       { 
     3355        "type": "Point", 
     3356        "coordinates": [-118.010537,33.774494] 
     3357       }, 
     3358   "properties":  
     3359       {"street": "KNOTT 1", "color": "lime", "perpx": "-0.13051", "perpy": "-0.991447"} 
     3360},   
     3361{ 
     3362   "type": "Feature", 
     3363   "id": "22 E 2.71", 
     3364   "geometry": 
     3365       { 
     3366        "type": "Point", 
     3367        "coordinates": [-118.006807,33.774003] 
     3368       }, 
     3369   "properties":  
     3370       {"street": "GARDEN GROV", "color": "lime", "perpx": "-0.410336", "perpy": "-0.911934"} 
     3371},   
     3372{ 
     3373   "type": "Feature", 
     3374   "id": "22 E 2.88", 
     3375   "geometry": 
     3376       { 
     3377        "type": "Point", 
     3378        "coordinates": [-118.004149,33.772807] 
     3379       }, 
     3380   "properties":  
     3381       {"street": "KNOTT 2", "color": "lime", "perpx": "-0.410336", "perpy": "-0.911934"} 
     3382},   
     3383{ 
     3384   "type": "Feature", 
     3385   "id": "22 E 3.44", 
     3386   "geometry": 
     3387       { 
     3388        "type": "Point", 
     3389        "coordinates": [-117.994688,33.771171] 
     3390       }, 
     3391   "properties":  
     3392       {"street": "BEACH 1", "color": "lime", "perpx": "-0.057103", "perpy": "-0.998368"} 
     3393},   
     3394{ 
     3395   "type": "Feature", 
     3396   "id": "22 E 3.73", 
     3397   "geometry": 
     3398       { 
     3399        "type": "Point", 
     3400        "coordinates": [-117.989845,33.770894] 
     3401       }, 
     3402   "properties":  
     3403       {"street": "BEACH 2", "color": "lime", "perpx": "-0.058722", "perpy": "-0.998274"} 
     3404},   
     3405{ 
     3406   "type": "Feature", 
     3407   "id": "22 E 4.03", 
     3408   "geometry": 
     3409       { 
     3410        "type": "Point", 
     3411        "coordinates": [-117.984626,33.770587] 
     3412       }, 
     3413   "properties":  
     3414       {"street": "WILSON", "color": "lime", "perpx": "-0.058722", "perpy": "-0.998274"} 
     3415},   
     3416{ 
     3417   "type": "Feature", 
     3418   "id": "22 E 4.34", 
     3419   "geometry": 
     3420       { 
     3421        "type": "Point", 
     3422        "coordinates": [-117.979526,33.769467] 
     3423       }, 
     3424   "properties":  
     3425       {"street": "NEWLAND", "color": "lime", "perpx": "-0.583276", "perpy": "-0.812274"} 
     3426},   
     3427{ 
     3428   "type": "Feature", 
     3429   "id": "22 E 4.6", 
     3430   "geometry": 
     3431       { 
     3432        "type": "Point", 
     3433        "coordinates": [-117.976135,33.767032] 
     3434       }, 
     3435   "properties":  
     3436       {"street": "MAGNOLIA1", "color": "lime", "perpx": "-0.198967", "perpy": "-0.980006"} 
     3437},   
     3438{ 
     3439   "type": "Feature", 
     3440   "id": "22 E 4.99", 
     3441   "geometry": 
     3442       { 
     3443        "type": "Point", 
     3444        "coordinates": [-117.969658,33.765717] 
     3445       }, 
     3446   "properties":  
     3447       {"street": "MAGNOLIA2", "color": "lime", "perpx": "-0.198967", "perpy": "-0.980006"} 
     3448},   
     3449{ 
     3450   "type": "Feature", 
     3451   "id": "22 E 5.57", 
     3452   "geometry": 
     3453       { 
     3454        "type": "Point", 
     3455        "coordinates": [-117.959406,33.765798] 
     3456       }, 
     3457   "properties":  
     3458       {"street": "BROOKHUR1", "color": "lime", "perpx": "0.009319", "perpy": "-0.999957"} 
     3459},   
     3460{ 
     3461   "type": "Feature", 
     3462   "id": "22 E 5.63", 
     3463   "geometry": 
     3464       { 
     3465        "type": "Point", 
     3466        "coordinates": [-117.958333,33.765808] 
     3467       }, 
     3468   "properties":  
     3469       {"street": "BROOKHUR1", "color": "lime", "perpx": "0", "perpy": "0"} 
     3470},   
     3471{ 
     3472   "type": "Feature", 
     3473   "id": "22 E 5.77", 
     3474   "geometry": 
     3475       { 
     3476        "type": "Point", 
     3477        "coordinates": [-117.955835,33.765809] 
     3478       }, 
     3479   "properties":  
     3480       {"street": "BROOKHUR2", "color": "lime", "perpx": "0.010191", "perpy": "-0.999948"} 
     3481},   
     3482{ 
     3483   "type": "Feature", 
     3484   "id": "22 E 6.05", 
     3485   "geometry": 
     3486       { 
     3487        "type": "Point", 
     3488        "coordinates": [-117.951027,33.765858] 
     3489       }, 
     3490   "properties":  
     3491       {"street": "HOPE", "color": "lime", "perpx": "0.010191", "perpy": "-0.999948"} 
     3492},   
     3493{ 
     3494   "type": "Feature", 
     3495   "id": "22 E 6.34", 
     3496   "geometry": 
     3497       { 
     3498        "type": "Point", 
     3499        "coordinates": [-117.946095,33.76591] 
     3500       }, 
     3501   "properties":  
     3502       {"street": "WARD", "color": "lime", "perpx": "0.008461", "perpy": "-0.999964"} 
     3503},   
     3504{ 
     3505   "type": "Feature", 
     3506   "id": "22 E 6.61", 
     3507   "geometry": 
     3508       { 
     3509        "type": "Point", 
     3510        "coordinates": [-117.941486,33.765949] 
     3511       }, 
     3512   "properties":  
     3513       {"street": "TAFT", "color": "lime", "perpx": "0.008037", "perpy": "-0.999968"} 
     3514},   
     3515{ 
     3516   "type": "Feature", 
     3517   "id": "22 E 6.94", 
     3518   "geometry": 
     3519       { 
     3520        "type": "Point", 
     3521        "coordinates": [-117.935763,33.765995] 
     3522       }, 
     3523   "properties":  
     3524       {"street": "EUCLID", "color": "lime", "perpx": "0.008037", "perpy": "-0.999968"} 
     3525},   
     3526{ 
     3527   "type": "Feature", 
     3528   "id": "22 E 7.29", 
     3529   "geometry": 
     3530       { 
     3531        "type": "Point", 
     3532        "coordinates": [-117.929691,33.766038] 
     3533       }, 
     3534   "properties":  
     3535       {"street": "NEWHOPE", "color": "lime", "perpx": "-0.00578", "perpy": "-0.999983"} 
     3536},   
     3537{ 
     3538   "type": "Feature", 
     3539   "id": "22 E 7.3", 
     3540   "geometry": 
     3541       { 
     3542        "type": "Point", 
     3543        "coordinates": [-117.929518,33.766037] 
     3544       }, 
     3545   "properties":  
     3546       {"street": "NEWHOPE CENSUS", "color": "lime", "perpx": "-0.00578", "perpy": "-0.999983"} 
     3547},   
     3548{ 
     3549   "type": "Feature", 
     3550   "id": "22 E 7.72", 
     3551   "geometry": 
     3552       { 
     3553        "type": "Point", 
     3554        "coordinates": [-117.922361,33.76705] 
     3555       }, 
     3556   "properties":  
     3557       {"street": "HARBOR 1", "color": "lime", "perpx": "0.32366", "perpy": "-0.946173"} 
     3558},   
     3559{ 
     3560   "type": "Feature", 
     3561   "id": "22 E 8.02", 
     3562   "geometry": 
     3563       { 
     3564        "type": "Point", 
     3565        "coordinates": [-117.917517,33.768707] 
     3566       }, 
     3567   "properties":  
     3568       {"street": "HARBOR 2", "color": "lime", "perpx": "0.34339", "perpy": "-0.939193"} 
     3569},   
     3570{ 
     3571   "type": "Feature", 
     3572   "id": "22 E 8.3", 
     3573   "geometry": 
     3574       { 
     3575        "type": "Point", 
     3576        "coordinates": [-117.913078,33.77033] 
     3577       }, 
     3578   "properties":  
     3579       {"street": "PEARCE", "color": "lime", "perpx": "0.34339", "perpy": "-0.939193"} 
     3580},   
     3581{ 
     3582   "type": "Feature", 
     3583   "id": "22 E 8.68", 
     3584   "geometry": 
     3585       { 
     3586        "type": "Point", 
     3587        "coordinates": [-117.907372,33.773077] 
     3588       }, 
     3589   "properties":  
     3590       {"street": "GARDEN G1", "color": "lime", "perpx": "0.456112", "perpy": "-0.889922"} 
     3591},   
     3592{ 
     3593   "type": "Feature", 
     3594   "id": "22 E 9.04", 
     3595   "geometry": 
     3596       { 
     3597        "type": "Point", 
     3598        "coordinates": [-117.901985,33.775838] 
     3599       }, 
     3600   "properties":  
     3601       {"street": "GARDEN GROVE 2", "color": "lime", "perpx": "0.456112", "perpy": "-0.889922"} 
     3602},   
     3603{ 
     3604   "type": "Feature", 
     3605   "id": "22 E 9.44", 
     3606   "geometry": 
     3607       { 
     3608        "type": "Point", 
     3609        "coordinates": [-117.895881,33.778512] 
     3610       }, 
     3611   "properties":  
     3612       {"street": "LEWIS", "color": "lime", "perpx": "0.063537", "perpy": "-0.997979"} 
     3613},   
     3614{ 
     3615   "type": "Feature", 
     3616   "id": "22 E 9.7", 
     3617   "geometry": 
     3618       { 
     3619        "type": "Point", 
     3620        "coordinates": [-117.889394,33.778925] 
     3621       }, 
     3622   "properties":  
     3623       {"street": "THE CITY DRIVE", "color": "lime", "perpx": "-0.007156", "perpy": "-0.999974"} 
     3624},   
     3625{ 
     3626   "type": "Feature", 
     3627   "id": "22 E 9.9", 
     3628   "geometry": 
     3629       { 
     3630        "type": "Point", 
     3631        "coordinates": [-117.88618,33.778902] 
     3632       }, 
     3633   "properties":  
     3634       {"street": "HESPERIAN", "color": "lime", "perpx": "-0.007156", "perpy": "-0.999974"} 
     3635},   
     3636{ 
     3637   "type": "Feature", 
     3638   "id": "22 E 10.13", 
     3639   "geometry": 
     3640       { 
     3641        "type": "Point", 
     3642        "coordinates": [-117.882341,33.778903] 
     3643       }, 
     3644   "properties":  
     3645       {"street": "BRISTOL", "color": "lime", "perpx": "0.009671", "perpy": "-0.999953"} 
     3646},   
     3647{ 
     3648   "type": "Feature", 
     3649   "id": "22 E 10.35", 
     3650   "geometry": 
     3651       { 
     3652        "type": "Point", 
     3653        "coordinates": [-117.878722,33.778938] 
     3654       }, 
     3655   "properties":  
     3656       {"street": "W OF 5", "color": "lime", "perpx": "-0.018208", "perpy": "-0.999834"} 
     3657},   
     3658{ 
     3659   "type": "Feature", 
     3660   "id": "22 E 10.53", 
     3661   "geometry": 
     3662       { 
     3663        "type": "Point", 
     3664        "coordinates": [-117.875647,33.778882] 
     3665       }, 
     3666   "properties":  
     3667       {"street": "W OF 5", "color": "lime", "perpx": "-0.163762", "perpy": "-0.9865"} 
     3668},   
     3669{ 
     3670   "type": "Feature", 
     3671   "id": "22 E 10.71", 
     3672   "geometry": 
     3673       { 
     3674        "type": "Point", 
     3675        "coordinates": [-117.872382,33.77834] 
     3676       }, 
     3677   "properties":  
     3678       {"street": "E OF 5", "color": "lime", "perpx": "-0.163762", "perpy": "-0.9865"} 
     3679},   
     3680{ 
     3681   "type": "Feature", 
     3682   "id": "22 E 11.25", 
     3683   "geometry": 
     3684       { 
     3685        "type": "Point", 
     3686        "coordinates": [-117.862808,33.778206] 
     3687       }, 
     3688   "properties":  
     3689       {"street": "MAIN", "color": "lime", "perpx": "-0.226291", "perpy": "-0.97406"} 
     3690},   
     3691{ 
     3692   "type": "Feature", 
     3693   "id": "22 E 11.68", 
     3694   "geometry": 
     3695       { 
     3696        "type": "Point", 
     3697        "coordinates": [-117.855753,33.776567] 
     3698       }, 
     3699   "properties":  
     3700       {"street": "GLASSELL1", "color": "lime", "perpx": "-0.249497", "perpy": "-0.968376"} 
     3701},   
     3702{ 
     3703   "type": "Feature", 
     3704   "id": "22 E 12.01", 
     3705   "geometry": 
     3706       { 
     3707        "type": "Point", 
     3708        "coordinates": [-117.850292,33.77516] 
     3709       }, 
     3710   "properties":  
     3711       {"street": "GLASSELL2", "color": "lime", "perpx": "0.111941", "perpy": "-0.993715"} 
     3712},   
     3713{ 
     3714   "type": "Feature", 
     3715   "id": "22 E 12.25", 
     3716   "geometry": 
     3717       { 
     3718        "type": "Point", 
     3719        "coordinates": [-117.846173,33.775624] 
     3720       }, 
     3721   "properties":  
     3722       {"street": "CONCORD", "color": "lime", "perpx": "0.111941", "perpy": "-0.993715"} 
     3723},   
     3724{ 
     3725   "type": "Feature", 
     3726   "id": "22 E 12.7", 
     3727   "geometry": 
     3728       { 
     3729        "type": "Point", 
     3730        "coordinates": [-117.838553,33.776625] 
     3731       }, 
     3732   "properties":  
     3733       {"street": "TUSTIN", "color": "lime", "perpx": "0", "perpy": "0"} 
     3734},   
     3735{ 
     3736   "type": "Feature", 
     3737   "id": "22 W 0.2", 
     3738   "geometry": 
     3739       { 
     3740        "type": "Point", 
     3741        "coordinates": [-118.093888,33.774472] 
     3742       }, 
     3743   "properties":  
     3744       {"street": "COLLEGE PARK", "color": "lime", "perpx": "0", "perpy": "0"} 
     3745},   
     3746{ 
     3747   "type": "Feature", 
     3748   "id": "22 W 0.89", 
     3749   "geometry": 
     3750       { 
     3751        "type": "Point", 
     3752        "coordinates": [-118.038174,33.774686] 
     3753       }, 
     3754   "properties":  
     3755       {"street": "VALLEY V1", "color": "lime", "perpx": "0", "perpy": "0"} 
     3756},   
     3757{ 
     3758   "type": "Feature", 
     3759   "id": "22 W 1", 
     3760   "geometry": 
     3761       { 
     3762        "type": "Point", 
     3763        "coordinates": [-118.036302,33.774521] 
     3764       }, 
     3765   "properties":  
     3766       {"street": "VALLEY V2", "color": "lime", "perpx": "0", "perpy": "0"} 
     3767},   
     3768{ 
     3769   "type": "Feature", 
     3770   "id": "22 W 1.41", 
     3771   "geometry": 
     3772       { 
     3773        "type": "Point", 
     3774        "coordinates": [-118.029216,33.774397] 
     3775       }, 
     3776   "properties":  
     3777       {"street": "VIA LOS ALISOS", "color": "lime", "perpx": "0.001402", "perpy": "0.999999"} 
     3778},   
     3779{ 
     3780   "type": "Feature", 
     3781   "id": "22 W 1.74", 
     3782   "geometry": 
     3783       { 
     3784        "type": "Point", 
     3785        "coordinates": [-118.02351,33.774389] 
     3786       }, 
     3787   "properties":  
     3788       {"street": "SPRINGDALE CENSUS", "color": "lime", "perpx": "-0.00578", "perpy": "0.999983"} 
     3789},   
     3790{ 
     3791   "type": "Feature", 
     3792   "id": "22 W 1.75", 
     3793   "geometry": 
     3794       { 
     3795        "type": "Point", 
     3796        "coordinates": [-118.023337,33.77439] 
     3797       }, 
     3798   "properties":  
     3799       {"street": "SPRINGDALE", "color": "lime", "perpx": "0.003425", "perpy": "0.999994"} 
     3800},   
     3801{ 
     3802   "type": "Feature", 
     3803   "id": "22 W 2.07", 
     3804   "geometry": 
     3805       { 
     3806        "type": "Point", 
     3807        "coordinates": [-118.017789,33.774371] 
     3808       }, 
     3809   "properties":  
     3810       {"street": "YUMA", "color": "lime", "perpx": "0.003425", "perpy": "0.999994"} 
     3811},   
     3812{ 
     3813   "type": "Feature", 
     3814   "id": "22 W 2.49", 
     3815   "geometry": 
     3816       { 
     3817        "type": "Point", 
     3818        "coordinates": [-118.010501,33.774652] 
     3819       }, 
     3820   "properties":  
     3821       {"street": "KNOTT 1", "color": "lime", "perpx": "0.127522", "perpy": "0.991836"} 
     3822},   
     3823{ 
     3824   "type": "Feature", 
     3825   "id": "22 W 2.71", 
     3826   "geometry": 
     3827       { 
     3828        "type": "Point", 
     3829        "coordinates": [-118.006721,33.774166] 
     3830       }, 
     3831   "properties":  
     3832       {"street": "GARDEN GROV", "color": "lime", "perpx": "0.421869", "perpy": "0.906657"} 
     3833},   
     3834{ 
     3835   "type": "Feature", 
     3836   "id": "22 W 2.88", 
     3837   "geometry": 
     3838       { 
     3839        "type": "Point", 
     3840        "coordinates": [-118.004084,33.772939] 
     3841       }, 
     3842   "properties":  
     3843       {"street": "KNOTT 2", "color": "lime", "perpx": "0.421869", "perpy": "0.906657"} 
     3844},   
     3845{ 
     3846   "type": "Feature", 
     3847   "id": "22 W 3.45", 
     3848   "geometry": 
     3849       { 
     3850        "type": "Point", 
     3851        "coordinates": [-117.994525,33.771348] 
     3852       }, 
     3853   "properties":  
     3854       {"street": "BEACH 1", "color": "lime", "perpx": "0.061692", "perpy": "0.998095"} 
     3855},   
     3856{ 
     3857   "type": "Feature", 
     3858   "id": "22 W 3.73", 
     3859   "geometry": 
     3860       { 
     3861        "type": "Point", 
     3862        "coordinates": [-117.989817,33.771057] 
     3863       }, 
     3864   "properties":  
     3865       {"street": "BEACH2", "color": "lime", "perpx": "0.055628", "perpy": "0.998452"} 
     3866},   
     3867{ 
     3868   "type": "Feature", 
     3869   "id": "22 W 4.03", 
     3870   "geometry": 
     3871       { 
     3872        "type": "Point", 
     3873        "coordinates": [-117.984576,33.770765] 
     3874       }, 
     3875   "properties":  
     3876       {"street": "WILSON", "color": "lime", "perpx": "0.055628", "perpy": "0.998452"} 
     3877},   
     3878{ 
     3879   "type": "Feature", 
     3880   "id": "22 W 4.34", 
     3881   "geometry": 
     3882       { 
     3883        "type": "Point", 
     3884        "coordinates": [-117.979437,33.769612] 
     3885       }, 
     3886   "properties":  
     3887       {"street": "NEWLAND", "color": "lime", "perpx": "0.582785", "perpy": "0.812626"} 
     3888},   
     3889{ 
     3890   "type": "Feature", 
     3891   "id": "22 W 4.6", 
     3892   "geometry": 
     3893       { 
     3894        "type": "Point", 
     3895        "coordinates": [-117.976011,33.767155] 
     3896       }, 
     3897   "properties":  
     3898       {"street": "MAGNOLIA1", "color": "lime", "perpx": "0.196678", "perpy": "0.980468"} 
     3899},   
     3900{ 
     3901   "type": "Feature", 
     3902   "id": "22 W 4.99", 
     3903   "geometry": 
     3904       { 
     3905        "type": "Point", 
     3906        "coordinates": [-117.96964,33.765877] 
     3907       }, 
     3908   "properties":  
     3909       {"street": "MAGNOLIA2", "color": "lime", "perpx": "0.196678", "perpy": "0.980468"} 
     3910},   
     3911{ 
     3912   "type": "Feature", 
     3913   "id": "22 W 5.57", 
     3914   "geometry": 
     3915       { 
     3916        "type": "Point", 
     3917        "coordinates": [-117.959407,33.765954] 
     3918       }, 
     3919   "properties":  
     3920       {"street": "BROOKHUR1", "color": "lime", "perpx": "-0.004759", "perpy": "0.999989"} 
     3921},   
     3922{ 
     3923   "type": "Feature", 
     3924   "id": "22 W 5.77", 
     3925   "geometry": 
     3926       { 
     3927        "type": "Point", 
     3928        "coordinates": [-117.955835,33.765971] 
     3929       }, 
     3930   "properties":  
     3931       {"street": "BROOKHUR2", "color": "lime", "perpx": "-0.006239", "perpy": "0.999981"} 
     3932},   
     3933{ 
     3934   "type": "Feature", 
     3935   "id": "22 W 6.05", 
     3936   "geometry": 
     3937       { 
     3938        "type": "Point", 
     3939        "coordinates": [-117.951027,33.766001] 
     3940       }, 
     3941   "properties":  
     3942       {"street": "HOPE", "color": "lime", "perpx": "-0.006239", "perpy": "0.999981"} 
     3943},   
     3944{ 
     3945   "type": "Feature", 
     3946   "id": "22 W 6.34", 
     3947   "geometry": 
     3948       { 
     3949        "type": "Point", 
     3950        "coordinates": [-117.946098,33.76605] 
     3951       }, 
     3952   "properties":  
     3953       {"street": "WARD", "color": "lime", "perpx": "-0.006293", "perpy": "0.99998"} 
     3954},   
     3955{ 
     3956   "type": "Feature", 
     3957   "id": "22 W 6.61", 
     3958   "geometry": 
     3959       { 
     3960        "type": "Point", 
     3961        "coordinates": [-117.94149,33.766079] 
     3962       }, 
     3963   "properties":  
     3964       {"street": "TAFT", "color": "lime", "perpx": "-0.011359", "perpy": "0.999935"} 
     3965},   
     3966{ 
     3967   "type": "Feature", 
     3968   "id": "22 W 6.94", 
     3969   "geometry": 
     3970       { 
     3971        "type": "Point", 
     3972        "coordinates": [-117.935768,33.766144] 
     3973       }, 
     3974   "properties":  
     3975       {"street": "EUCLID", "color": "lime", "perpx": "-0.011359", "perpy": "0.999935"} 
     3976},   
     3977{ 
     3978   "type": "Feature", 
     3979   "id": "22 W 7.29", 
     3980   "geometry": 
     3981       { 
     3982        "type": "Point", 
     3983        "coordinates": [-117.929696,33.766181] 
     3984       }, 
     3985   "properties":  
     3986       {"street": "NEWHOPE", "color": "lime", "perpx": "-0.00578", "perpy": "0.999983"} 
     3987},   
     3988{ 
     3989   "type": "Feature", 
     3990   "id": "22 W 7.3", 
     3991   "geometry": 
     3992       { 
     3993        "type": "Point", 
     3994        "coordinates": [-117.929523,33.766182] 
     3995       }, 
     3996   "properties":  
     3997       {"street": "NEWHOPE CENSUS", "color": "lime", "perpx": "-0.00578", "perpy": "0.999983"} 
     3998},   
     3999{ 
     4000   "type": "Feature", 
     4001   "id": "22 W 7.72", 
     4002   "geometry": 
     4003       { 
     4004        "type": "Point", 
     4005        "coordinates": [-117.922445,33.767174] 
     4006       }, 
     4007   "properties":  
     4008       {"street": "HARBOR 1", "color": "lime", "perpx": "-0.323962", "perpy": "0.94607"} 
     4009},   
     4010{ 
     4011   "type": "Feature", 
     4012   "id": "22 W 7.93", 
     4013   "geometry": 
     4014       { 
     4015        "type": "Point", 
     4016        "coordinates": [-117.919037,33.768341] 
     4017       }, 
     4018   "properties":  
     4019       {"street": "HARBOR 2", "color": "lime", "perpx": "-0.337825", "perpy": "0.941209"} 
     4020},   
     4021{ 
     4022   "type": "Feature", 
     4023   "id": "22 W 8.3", 
     4024   "geometry": 
     4025       { 
     4026        "type": "Point", 
     4027        "coordinates": [-117.91315,33.770454] 
     4028       }, 
     4029   "properties":  
     4030       {"street": "PEARCE", "color": "lime", "perpx": "-0.337825", "perpy": "0.941209"} 
     4031},   
     4032{ 
     4033   "type": "Feature", 
     4034   "id": "22 W 8.68", 
     4035   "geometry": 
     4036       { 
     4037        "type": "Point", 
     4038        "coordinates": [-117.907475,33.773193] 
     4039       }, 
     4040   "properties":  
     4041       {"street": "GARDEN G1", "color": "lime", "perpx": "-0.456614", "perpy": "0.889665"} 
     4042},   
     4043{ 
     4044   "type": "Feature", 
     4045   "id": "22 W 9.04", 
     4046   "geometry": 
     4047       { 
     4048        "type": "Point", 
     4049        "coordinates": [-117.902076,33.775964] 
     4050       }, 
     4051   "properties":  
     4052       {"street": "GARDEN G2", "color": "lime", "perpx": "-0.456614", "perpy": "0.889665"} 
     4053},   
     4054{ 
     4055   "type": "Feature", 
     4056   "id": "22 W 9.44", 
     4057   "geometry": 
     4058       { 
     4059        "type": "Point", 
     4060        "coordinates": [-117.895924,33.77865] 
     4061       }, 
     4062   "properties":  
     4063       {"street": "LEWIS", "color": "lime", "perpx": "-0.068365", "perpy": "0.99766"} 
     4064},   
     4065{ 
     4066   "type": "Feature", 
     4067   "id": "22 W 9.69", 
     4068   "geometry": 
     4069       { 
     4070        "type": "Point", 
     4071        "coordinates": [-117.889576,33.779085] 
     4072       }, 
     4073   "properties":  
     4074       {"street": "CITY DRIVE", "color": "lime", "perpx": "0.007955", "perpy": "0.999968"} 
     4075},   
     4076{ 
     4077   "type": "Feature", 
     4078   "id": "22 W 9.9", 
     4079   "geometry": 
     4080       { 
     4081        "type": "Point", 
     4082        "coordinates": [-117.886182,33.779058] 
     4083       }, 
     4084   "properties":  
     4085       {"street": "HESPERIAN", "color": "lime", "perpx": "0.007955", "perpy": "0.999968"} 
     4086},   
     4087{ 
     4088   "type": "Feature", 
     4089   "id": "22 W 10.14", 
     4090   "geometry": 
     4091       { 
     4092        "type": "Point", 
     4093        "coordinates": [-117.882183,33.779081] 
     4094       }, 
     4095   "properties":  
     4096       {"street": "BRISTOL", "color": "lime", "perpx": "-0.00667", "perpy": "0.999978"} 
     4097},   
     4098{ 
     4099   "type": "Feature", 
     4100   "id": "22 W 10.35", 
     4101   "geometry": 
     4102       { 
     4103        "type": "Point", 
     4104        "coordinates": [-117.878735,33.779104] 
     4105       }, 
     4106   "properties":  
     4107       {"street": "W OF 5", "color": "lime", "perpx": "0.021147", "perpy": "0.999776"} 
     4108},   
     4109{ 
     4110   "type": "Feature", 
     4111   "id": "22 W 10.53", 
     4112   "geometry": 
     4113       { 
     4114        "type": "Point", 
     4115        "coordinates": [-117.875662,33.779039] 
     4116       }, 
     4117   "properties":  
     4118       {"street": "W OF 5", "color": "lime", "perpx": "0.174163", "perpy": "0.984717"} 
     4119},   
     4120{ 
     4121   "type": "Feature", 
     4122   "id": "22 W 10.71", 
     4123   "geometry": 
     4124       { 
     4125        "type": "Point", 
     4126        "coordinates": [-117.872394,33.778461] 
     4127       }, 
     4128   "properties":  
     4129       {"street": "E OF 5", "color": "lime", "perpx": "0.174163", "perpy": "0.984717"} 
     4130},   
     4131{ 
     4132   "type": "Feature", 
     4133   "id": "22 W 11.23", 
     4134   "geometry": 
     4135       { 
     4136        "type": "Point", 
     4137        "coordinates": [-117.863135,33.778348] 
     4138       }, 
     4139   "properties":  
     4140       {"street": "MAIN", "color": "lime", "perpx": "0.219291", "perpy": "0.97566"} 
     4141},   
     4142{ 
     4143   "type": "Feature", 
     4144   "id": "22 W 11.68", 
     4145   "geometry": 
     4146       { 
     4147        "type": "Point", 
     4148        "coordinates": [-117.855696,33.776676] 
     4149       }, 
     4150   "properties":  
     4151       {"street": "GLASSELL1", "color": "lime", "perpx": "0.249721", "perpy": "0.968318"} 
     4152},   
     4153{ 
     4154   "type": "Feature", 
     4155   "id": "22 W 12.01", 
     4156   "geometry": 
     4157       { 
     4158        "type": "Point", 
     4159        "coordinates": [-117.850279,33.775279] 
     4160       }, 
     4161   "properties":  
     4162       {"street": "GLASSELL2", "color": "lime", "perpx": "-0.113292", "perpy": "0.993562"} 
     4163},   
     4164{ 
     4165   "type": "Feature", 
     4166   "id": "22 W 12.25", 
     4167   "geometry": 
     4168       { 
     4169        "type": "Point", 
     4170        "coordinates": [-117.846201,33.775744] 
     4171       }, 
     4172   "properties":  
     4173       {"street": "CONCORD", "color": "lime", "perpx": "-0.113292", "perpy": "0.993562"} 
     4174},   
     4175{ 
     4176   "type": "Feature", 
     4177   "id": "22 W 12.7", 
     4178   "geometry": 
     4179       { 
     4180        "type": "Point", 
     4181        "coordinates": [-117.838554,33.776862] 
     4182       }, 
     4183   "properties":  
     4184       {"street": "TUSTIN", "color": "lime", "perpx": "0", "perpy": "0"} 
     4185},   
     4186 
     4187{ 
     4188   "type": "Feature", 
     4189   "id": "55 N 2.7", 
     4190   "geometry": 
     4191       { 
     4192        "type": "Point", 
     4193        "coordinates": [-117.909275,33.650995] 
     4194       }, 
     4195   "properties":  
     4196       {"street": "VICTORIA1", "color": "lime", "perpx": "0", "perpy": "0"} 
     4197},   
     4198{ 
     4199   "type": "Feature", 
     4200   "id": "55 N 2.77", 
     4201   "geometry": 
     4202       { 
     4203        "type": "Point", 
     4204        "coordinates": [-117.908497,33.651784] 
     4205       }, 
     4206   "properties":  
     4207       {"street": "VICTORIA1", "color": "lime", "perpx": "0.712053", "perpy": "-0.702126"} 
     4208},   
     4209{ 
     4210   "type": "Feature", 
     4211   "id": "55 N 3.07", 
     4212   "geometry": 
     4213       { 
     4214        "type": "Point", 
     4215        "coordinates": [-117.905264,33.655235] 
     4216       }, 
     4217   "properties":  
     4218       {"street": "VICTORIA2", "color": "lime", "perpx": "0.7454", "perpy": "-0.666618"} 
     4219},   
     4220{ 
     4221   "type": "Feature", 
     4222   "id": "55 N 3.091", 
     4223   "geometry": 
     4224       { 
     4225        "type": "Point", 
     4226        "coordinates": [-117.905044,33.655481] 
     4227       }, 
     4228   "properties":  
     4229       {"street": "VICTORIA2", "color": "lime", "perpx": "0", "perpy": "0"} 
     4230},   
     4231{ 
     4232   "type": "Feature", 
     4233   "id": "55 N 3.59", 
     4234   "geometry": 
     4235       { 
     4236        "type": "Point", 
     4237        "coordinates": [-117.899494,33.661052] 
     4238       }, 
     4239   "properties":  
     4240       {"street": "FAIR 1", "color": "lime", "perpx": "0.711701", "perpy": "-0.702482"} 
     4241},   
     4242{ 
     4243   "type": "Feature", 
     4244   "id": "55 N 3.97", 
     4245   "geometry": 
     4246       { 
     4247        "type": "Point", 
     4248        "coordinates": [-117.895303,33.665298] 
     4249       }, 
     4250   "properties":  
     4251       {"street": "FAIR 2", "color": "lime", "perpx": "0.711701", "perpy": "-0.702482"} 
     4252},   
     4253{ 
     4254   "type": "Feature", 
    12284255   "id": "55 N 4.58", 
    12294256   "geometry": 
     
    12704297{ 
    12714298   "type": "Feature", 
     4299   "id": "55 N 5.8", 
     4300   "geometry": 
     4301       { 
     4302        "type": "Point", 
     4303        "coordinates": [-117.874255,33.685142] 
     4304       }, 
     4305   "properties":  
     4306       {"street": "PAULARINO 2", "color": "lime", "perpx": "0.725068", "perpy": "-0.688678"} 
     4307},   
     4308{ 
     4309   "type": "Feature", 
    12724310   "id": "55 N 5.87", 
    12734311   "geometry": 
     
    12774315       }, 
    12784316   "properties":  
    1279        {"street": "PAULARINO 2", "color": "yellow", "perpx": "0.719864", "perpy": "-0.694115"} 
     4317       {"street": "PAULARINO 2", "color": "lime", "perpx": "0.719864", "perpy": "-0.694115"} 
     4318},   
     4319{ 
     4320   "type": "Feature", 
     4321   "id": "55 N 6.1", 
     4322   "geometry": 
     4323       { 
     4324        "type": "Point", 
     4325        "coordinates": [-117.870964,33.688567] 
     4326       }, 
     4327   "properties":  
     4328       {"street": "AIRPORT AT 55 NB", "color": "lime", "perpx": "0", "perpy": "0"} 
     4329},   
     4330{ 
     4331   "type": "Feature", 
     4332   "id": "55 N 6.35", 
     4333   "geometry": 
     4334       { 
     4335        "type": "Point", 
     4336        "coordinates": [-117.868181,33.691451] 
     4337       }, 
     4338   "properties":  
     4339       {"street": "MAIN", "color": "lime", "perpx": "0.719595", "perpy": "-0.694394"} 
    12804340},   
    12814341{ 
     
    13034363{ 
    13044364   "type": "Feature", 
     4365   "id": "55 N 7.16", 
     4366   "geometry": 
     4367       { 
     4368        "type": "Point", 
     4369        "coordinates": [-117.8595,33.70056] 
     4370       }, 
     4371   "properties":  
     4372       {"street": "MACARTHU2", "color": "lime", "perpx": "0", "perpy": "0"} 
     4373},   
     4374{ 
     4375   "type": "Feature", 
    13054376   "id": "55 N 7.85", 
    13064377   "geometry": 
     
    13254396{ 
    13264397   "type": "Feature", 
     4398   "id": "55 N 8.6", 
     4399   "geometry": 
     4400       { 
     4401        "type": "Point", 
     4402        "coordinates": [-117.843611,33.716619] 
     4403       }, 
     4404   "properties":  
     4405       {"street": "WARNER", "color": "lime", "perpx": "0.71172", "perpy": "-0.702463"} 
     4406},   
     4407{ 
     4408   "type": "Feature", 
    13274409   "id": "55 N 9.41", 
    13284410   "geometry": 
     
    13474429{ 
    13484430   "type": "Feature", 
     4431   "id": "55 N 10", 
     4432   "geometry": 
     4433       { 
     4434        "type": "Point", 
     4435        "coordinates": [-117.833528,33.734423] 
     4436       }, 
     4437   "properties":  
     4438       {"street": "MCFADDEN", "color": "lime", "perpx": "0.999787", "perpy": "0.020634"} 
     4439},   
     4440{ 
     4441   "type": "Feature", 
    13494442   "id": "55 N 10.2", 
    13504443   "geometry": 
     
    14134506{ 
    14144507   "type": "Feature", 
     4508   "id": "55 N 12.3", 
     4509   "geometry": 
     4510       { 
     4511        "type": "Point", 
     4512        "coordinates": [-117.830905,33.767287] 
     4513       }, 
     4514   "properties":  
     4515       {"street": "SANTA CLARA", "color": "lime", "perpx": "0.999999", "perpy": "0.001196"} 
     4516},   
     4517{ 
     4518   "type": "Feature", 
    14154519   "id": "55 N 12.7", 
    14164520   "geometry": 
     
    14244528{ 
    14254529   "type": "Feature", 
     4530   "id": "55 N 13.9", 
     4531   "geometry": 
     4532       { 
     4533        "type": "Point", 
     4534        "coordinates": [-117.830884,33.790409] 
     4535       }, 
     4536   "properties":  
     4537       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     4538},   
     4539{ 
     4540   "type": "Feature", 
     4541   "id": "55 N 14.4", 
     4542   "geometry": 
     4543       { 
     4544        "type": "Point", 
     4545        "coordinates": [-117.831045,33.797732] 
     4546       }, 
     4547   "properties":  
     4548       {"street": "Walnut", "color": "lime", "perpx": "0.994412", "perpy": "0.105571"} 
     4549},   
     4550{ 
     4551   "type": "Feature", 
     4552   "id": "55 N 14.6", 
     4553   "geometry": 
     4554       { 
     4555        "type": "Point", 
     4556        "coordinates": [-117.831355,33.800652] 
     4557       }, 
     4558   "properties":  
     4559       {"street": "COLLINS", "color": "lime", "perpx": "0.994412", "perpy": "0.105571"} 
     4560},   
     4561{ 
     4562   "type": "Feature", 
     4563   "id": "55 N 15.22", 
     4564   "geometry": 
     4565       { 
     4566        "type": "Point", 
     4567        "coordinates": [-117.831849,33.809608] 
     4568       }, 
     4569   "properties":  
     4570       {"street": "KATELLA 1", "color": "lime", "perpx": "0.999767", "perpy": "0.021575"} 
     4571},   
     4572{ 
     4573   "type": "Feature", 
     4574   "id": "55 N 15.4", 
     4575   "geometry": 
     4576       { 
     4577        "type": "Point", 
     4578        "coordinates": [-117.831905,33.812203] 
     4579       }, 
     4580   "properties":  
     4581       {"street": "KATELLA  2", "color": "lime", "perpx": "0", "perpy": "0"} 
     4582},   
     4583{ 
     4584   "type": "Feature", 
     4585   "id": "55 N 15.8", 
     4586   "geometry": 
     4587       { 
     4588        "type": "Point", 
     4589        "coordinates": [-117.831919,33.817981] 
     4590       }, 
     4591   "properties":  
     4592       {"street": "TAFT", "color": "lime", "perpx": "1.0", "perpy": "0.000172"} 
     4593},   
     4594{ 
     4595   "type": "Feature", 
     4596   "id": "55 N 16.2", 
     4597   "geometry": 
     4598       { 
     4599        "type": "Point", 
     4600        "coordinates": [-117.83192,33.823807] 
     4601       }, 
     4602   "properties":  
     4603       {"street": "MEATS", "color": "lime", "perpx": "1.0", "perpy": "0.000172"} 
     4604},   
     4605{ 
     4606   "type": "Feature", 
     4607   "id": "55 N 17.12", 
     4608   "geometry": 
     4609       { 
     4610        "type": "Point", 
     4611        "coordinates": [-117.834992,33.837111] 
     4612       }, 
     4613   "properties":  
     4614       {"street": "LINCOLN 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     4615},   
     4616{ 
     4617   "type": "Feature", 
     4618   "id": "55 S 2.77", 
     4619   "geometry": 
     4620       { 
     4621        "type": "Point", 
     4622        "coordinates": [-117.908673,33.651901] 
     4623       }, 
     4624   "properties":  
     4625       {"street": "VICTORIA1", "color": "lime", "perpx": "-0.732846", "perpy": "0.680394"} 
     4626},   
     4627{ 
     4628   "type": "Feature", 
     4629   "id": "55 S 3.07", 
     4630   "geometry": 
     4631       { 
     4632        "type": "Point", 
     4633        "coordinates": [-117.905456,33.655366] 
     4634       }, 
     4635   "properties":  
     4636       {"street": "VICTORIA2", "color": "lime", "perpx": "-0.732846", "perpy": "0.680394"} 
     4637},   
     4638{ 
     4639   "type": "Feature", 
     4640   "id": "55 S 3.59", 
     4641   "geometry": 
     4642       { 
     4643        "type": "Point", 
     4644        "coordinates": [-117.899681,33.661183] 
     4645       }, 
     4646   "properties":  
     4647       {"street": "FAIR 1", "color": "lime", "perpx": "-0.712081", "perpy": "0.702098"} 
     4648},   
     4649{ 
     4650   "type": "Feature", 
     4651   "id": "55 S 3.96", 
     4652   "geometry": 
     4653       { 
     4654        "type": "Point", 
     4655        "coordinates": [-117.895602,33.66532] 
     4656       }, 
     4657   "properties":  
     4658       {"street": "FAIR 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     4659},   
     4660{ 
     4661   "type": "Feature", 
     4662   "id": "55 S 3.97", 
     4663   "geometry": 
     4664       { 
     4665        "type": "Point", 
     4666        "coordinates": [-117.895493,33.665433] 
     4667       }, 
     4668   "properties":  
     4669       {"street": "FAIR 2", "color": "lime", "perpx": "-0.719731", "perpy": "0.694253"} 
     4670},   
     4671{ 
     4672   "type": "Feature", 
    14264673   "id": "55 S 4.58", 
    14274674   "geometry": 
     
    14684715{ 
    14694716   "type": "Feature", 
     4717   "id": "55 S 5.8", 
     4718   "geometry": 
     4719       { 
     4720        "type": "Point", 
     4721        "coordinates": [-117.874399,33.685224] 
     4722       }, 
     4723   "properties":  
     4724       {"street": "N405 to S55", "color": "lime", "perpx": "-0.719715", "perpy": "0.69427"} 
     4725},   
     4726{ 
     4727   "type": "Feature", 
    14704728   "id": "55 S 5.87", 
    14714729   "geometry": 
     
    14794737{ 
    14804738   "type": "Feature", 
     4739   "id": "55 S 6.35", 
     4740   "geometry": 
     4741       { 
     4742        "type": "Point", 
     4743        "coordinates": [-117.868353,33.691579] 
     4744       }, 
     4745   "properties":  
     4746       {"street": "MAIN", "color": "lime", "perpx": "-0.725185", "perpy": "0.688554"} 
     4747},   
     4748{ 
     4749   "type": "Feature", 
    14814750   "id": "55 S 6.88", 
    14824751   "geometry": 
     
    14974766       }, 
    14984767   "properties":  
    1499        {"street": "MACARTHU2", "color": "red", "perpx": "-0.710326", "perpy": "0.703873"} 
     4768       {"street": "MACARTHU2", "color": "yellow", "perpx": "-0.710326", "perpy": "0.703873"} 
     4769},   
     4770{ 
     4771   "type": "Feature", 
     4772   "id": "55 S 7.62", 
     4773   "geometry": 
     4774       { 
     4775        "type": "Point", 
     4776        "coordinates": [-117.854598,33.705879] 
     4777       }, 
     4778   "properties":  
     4779       {"street": "DYER 1", "color": "yellow", "perpx": "0", "perpy": "0"} 
    15004780},   
    15014781{ 
     
    15084788       }, 
    15094789   "properties":  
    1510        {"street": "DYER 2", "color": "red", "perpx": "-0.708914", "perpy": "0.705295"} 
     4790       {"street": "DYER 2", "color": "lime", "perpx": "-0.708914", "perpy": "0.705295"} 
     4791},   
     4792{ 
     4793   "type": "Feature", 
     4794   "id": "55 S 8.6", 
     4795   "geometry": 
     4796       { 
     4797        "type": "Point", 
     4798        "coordinates": [-117.843837,33.71674] 
     4799       }, 
     4800   "properties":  
     4801       {"street": "WARNER", "color": "lime", "perpx": "-0.711107", "perpy": "0.703084"} 
    15114802},   
    15124803{ 
     
    15194810       }, 
    15204811   "properties":  
    1521        {"street": "EDINGER 1", "color": "yellow", "perpx": "0", "perpy": "0"} 
     4812       {"street": "EDINGER 1", "color": "lime", "perpx": "0", "perpy": "0"} 
    15224813},   
    15234814{ 
     
    15344825{ 
    15354826   "type": "Feature", 
     4827   "id": "55 S 10", 
     4828   "geometry": 
     4829       { 
     4830        "type": "Point", 
     4831        "coordinates": [-117.83402,33.734422] 
     4832       }, 
     4833   "properties":  
     4834       {"street": "MCFADDEN", "color": "lime", "perpx": "-0.999946", "perpy": "-0.010425"} 
     4835},   
     4836{ 
     4837   "type": "Feature", 
    15364838   "id": "55 S 10.4", 
    15374839   "geometry": 
     
    15564858{ 
    15574859   "type": "Feature", 
     4860   "id": "55 S 10.84", 
     4861   "geometry": 
     4862       { 
     4863        "type": "Point", 
     4864        "coordinates": [-117.83311,33.746251] 
     4865       }, 
     4866   "properties":  
     4867       {"street": "FOURTH 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     4868},   
     4869{ 
     4870   "type": "Feature", 
    15584871   "id": "55 S 11.62", 
    15594872   "geometry": 
     
    15674880{ 
    15684881   "type": "Feature", 
     4882   "id": "55 S 12.3", 
     4883   "geometry": 
     4884       { 
     4885        "type": "Point", 
     4886        "coordinates": [-117.83108,33.767289] 
     4887       }, 
     4888   "properties":  
     4889       {"street": "SANTA CLARA", "color": "lime", "perpx": "-0.999999", "perpy": "-0.001368"} 
     4890},   
     4891{ 
     4892   "type": "Feature", 
    15694893   "id": "55 S 12.7", 
    15704894   "geometry": 
     
    15764900       {"street": "FAIRHAVEN", "color": "lime", "perpx": "-0.999999", "perpy": "-0.001368"} 
    15774901},   
     4902{ 
     4903   "type": "Feature", 
     4904   "id": "55 S 13.51", 
     4905   "geometry": 
     4906       { 
     4907        "type": "Point", 
     4908        "coordinates": [-117.831128,33.784755] 
     4909       }, 
     4910   "properties":  
     4911       {"street": "CHAPMAN 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     4912},   
     4913{ 
     4914   "type": "Feature", 
     4915   "id": "55 S 13.75", 
     4916   "geometry": 
     4917       { 
     4918        "type": "Point", 
     4919        "coordinates": [-117.831081,33.788212] 
     4920       }, 
     4921   "properties":  
     4922       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     4923},   
     4924{ 
     4925   "type": "Feature", 
     4926   "id": "55 S 14.4", 
     4927   "geometry": 
     4928       { 
     4929        "type": "Point", 
     4930        "coordinates": [-117.831223,33.797729] 
     4931       }, 
     4932   "properties":  
     4933       {"street": "Walnut", "color": "lime", "perpx": "-0.994624", "perpy": "-0.10355"} 
     4934},   
     4935{ 
     4936   "type": "Feature", 
     4937   "id": "55 S 14.6", 
     4938   "geometry": 
     4939       { 
     4940        "type": "Point", 
     4941        "coordinates": [-117.831527,33.800649] 
     4942       }, 
     4943   "properties":  
     4944       {"street": "COLLINS", "color": "lime", "perpx": "-0.994624", "perpy": "-0.10355"} 
     4945},   
     4946{ 
     4947   "type": "Feature", 
     4948   "id": "55 S 15.22", 
     4949   "geometry": 
     4950       { 
     4951        "type": "Point", 
     4952        "coordinates": [-117.832031,33.809605] 
     4953       }, 
     4954   "properties":  
     4955       {"street": "KATELLA 1", "color": "lime", "perpx": "-0.999968", "perpy": "-0.008001"} 
     4956},   
     4957{ 
     4958   "type": "Feature", 
     4959   "id": "55 S 15.8", 
     4960   "geometry": 
     4961       { 
     4962        "type": "Point", 
     4963        "coordinates": [-117.832098,33.817979] 
     4964       }, 
     4965   "properties":  
     4966       {"street": "TAFT", "color": "lime", "perpx": "-1.0", "perpy": "0.000172"} 
     4967},   
     4968{ 
     4969   "type": "Feature", 
     4970   "id": "55 S 16.2", 
     4971   "geometry": 
     4972       { 
     4973        "type": "Point", 
     4974        "coordinates": [-117.832097,33.823807] 
     4975       }, 
     4976   "properties":  
     4977       {"street": "MEATS", "color": "lime", "perpx": "-1.0", "perpy": "0.000172"} 
     4978},   
     4979{ 
     4980   "type": "Feature", 
     4981   "id": "55 S 16.71", 
     4982   "geometry": 
     4983       { 
     4984        "type": "Point", 
     4985        "coordinates": [-117.834539,33.830875] 
     4986       }, 
     4987   "properties":  
     4988       {"street": "LINCOLN 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     4989},   
     4990{ 
     4991   "type": "Feature", 
     4992   "id": "55 S 17.12", 
     4993   "geometry": 
     4994       { 
     4995        "type": "Point", 
     4996        "coordinates": [-117.835146,33.837162] 
     4997       }, 
     4998   "properties":  
     4999       {"street": "LINCOLN 2", "color": "lime", "perpx": "-0.995372", "perpy": "-0.096102"} 
     5000},   
    15785001 
    15795002{ 
    15805003   "type": "Feature", 
     5004   "id": "57 N 10.8", 
     5005   "geometry": 
     5006       { 
     5007        "type": "Point", 
     5008        "coordinates": [-117.873418,33.779069] 
     5009       }, 
     5010   "properties":  
     5011       {"street": "RTE 22 & 5 NB", "color": "lime", "perpx": "0", "perpy": "0"} 
     5012},   
     5013{ 
     5014   "type": "Feature", 
     5015   "id": "57 N 11.1", 
     5016   "geometry": 
     5017       { 
     5018        "type": "Point", 
     5019        "coordinates": [-117.879424,33.78435] 
     5020       }, 
     5021   "properties":  
     5022       {"street": "AT CHAPMAN OFF", "color": "lime", "perpx": "0.991811", "perpy": "0.127713"} 
     5023},   
     5024{ 
     5025   "type": "Feature", 
     5026   "id": "57 N 11.2", 
     5027   "geometry": 
     5028       { 
     5029        "type": "Point", 
     5030        "coordinates": [-117.879753,33.786905] 
     5031       }, 
     5032   "properties":  
     5033       {"street": "CHAPMAN 1", "color": "lime", "perpx": "0.999529", "perpy": "0.030696"} 
     5034},   
     5035{ 
     5036   "type": "Feature", 
     5037   "id": "57 N 11.22", 
     5038   "geometry": 
     5039       { 
     5040        "type": "Point", 
     5041        "coordinates": [-117.879769,33.787426] 
     5042       }, 
     5043   "properties":  
     5044       {"street": "CHAPMAN 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     5045},   
     5046{ 
     5047   "type": "Feature", 
     5048   "id": "57 N 11.3", 
     5049   "geometry": 
     5050       { 
     5051        "type": "Point", 
     5052        "coordinates": [-117.879807,33.788781] 
     5053       }, 
     5054   "properties":  
     5055       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     5056},   
     5057{ 
     5058   "type": "Feature", 
     5059   "id": "57 N 11.39", 
     5060   "geometry": 
     5061       { 
     5062        "type": "Point", 
     5063        "coordinates": [-117.879799,33.790105] 
     5064       }, 
     5065   "properties":  
     5066       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     5067},   
     5068{ 
     5069   "type": "Feature", 
     5070   "id": "57 N 11.68", 
     5071   "geometry": 
     5072       { 
     5073        "type": "Point", 
     5074        "coordinates": [-117.878448,33.794121] 
     5075       }, 
     5076   "properties":  
     5077       {"street": "ORANGEWO1", "color": "lime", "perpx": "0", "perpy": "0"} 
     5078},   
     5079{ 
     5080   "type": "Feature", 
     5081   "id": "57 N 11.78", 
     5082   "geometry": 
     5083       { 
     5084        "type": "Point", 
     5085        "coordinates": [-117.877848,33.795482] 
     5086       }, 
     5087   "properties":  
     5088       {"street": "ORANGEWO2", "color": "lime", "perpx": "0", "perpy": "0"} 
     5089},   
     5090{ 
     5091   "type": "Feature", 
     5092   "id": "57 N 12.5", 
     5093   "geometry": 
     5094       { 
     5095        "type": "Point", 
     5096        "coordinates": [-117.880058,33.805531] 
     5097       }, 
     5098   "properties":  
     5099       {"street": "KATELLA 1", "color": "lime", "perpx": "0.984745", "perpy": "-0.174004"} 
     5100},   
     5101{ 
     5102   "type": "Feature", 
     5103   "id": "57 N 12.7", 
     5104   "geometry": 
     5105       { 
     5106        "type": "Point", 
     5107        "coordinates": [-117.879559,33.808355] 
     5108       }, 
     5109   "properties":  
     5110       {"street": "KATELLA 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     5111},   
     5112{ 
     5113   "type": "Feature", 
     5114   "id": "57 N 12.74", 
     5115   "geometry": 
     5116       { 
     5117        "type": "Point", 
     5118        "coordinates": [-117.879353,33.808904] 
     5119       }, 
     5120   "properties":  
     5121       {"street": "KATELLA 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     5122},   
     5123{ 
     5124   "type": "Feature", 
     5125   "id": "57 N 12.9", 
     5126   "geometry": 
     5127       { 
     5128        "type": "Point", 
     5129        "coordinates": [-117.878472,33.811084] 
     5130       }, 
     5131   "properties":  
     5132       {"street": "DOUGLASS", "color": "lime", "perpx": "0.927151", "perpy": "-0.374688"} 
     5133},   
     5134{ 
     5135   "type": "Feature", 
     5136   "id": "57 N 13.3", 
     5137   "geometry": 
     5138       { 
     5139        "type": "Point", 
     5140        "coordinates": [-117.876479,33.816586] 
     5141       }, 
     5142   "properties":  
     5143       {"street": "BALL 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     5144},   
     5145{ 
     5146   "type": "Feature", 
     5147   "id": "57 N 13.38", 
     5148   "geometry": 
     5149       { 
     5150        "type": "Point", 
     5151        "coordinates": [-117.876254,33.81772] 
     5152       }, 
     5153   "properties":  
     5154       {"street": "BALL 1", "color": "lime", "perpx": "0.980879", "perpy": "-0.194619"} 
     5155},   
     5156{ 
     5157   "type": "Feature", 
     5158   "id": "57 N 13.5", 
     5159   "geometry": 
     5160       { 
     5161        "type": "Point", 
     5162        "coordinates": [-117.87605,33.819435] 
     5163       }, 
     5164   "properties":  
     5165       {"street": "BALL 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     5166},   
     5167{ 
     5168   "type": "Feature", 
     5169   "id": "57 N 13.56", 
     5170   "geometry": 
     5171       { 
     5172        "type": "Point", 
     5173        "coordinates": [-117.875999,33.820297] 
     5174       }, 
     5175   "properties":  
     5176       {"street": "BALL 2", "color": "lime", "perpx": "0.999993", "perpy": "-0.00368"} 
     5177},   
     5178{ 
     5179   "type": "Feature", 
     5180   "id": "57 N 13.9", 
     5181   "geometry": 
     5182       { 
     5183        "type": "Point", 
     5184        "coordinates": [-117.875981,33.825188] 
     5185       }, 
     5186   "properties":  
     5187       {"street": "Wagner", "color": "lime", "perpx": "0.999993", "perpy": "-0.00368"} 
     5188},   
     5189{ 
     5190   "type": "Feature", 
     5191   "id": "57 N 14.4", 
     5192   "geometry": 
     5193       { 
     5194        "type": "Point", 
     5195        "coordinates": [-117.875965,33.83238] 
     5196       }, 
     5197   "properties":  
     5198       {"street": "South", "color": "lime", "perpx": "0.999995", "perpy": "-0.003244"} 
     5199},   
     5200{ 
     5201   "type": "Feature", 
     5202   "id": "57 N 14.7", 
     5203   "geometry": 
     5204       { 
     5205        "type": "Point", 
     5206        "coordinates": [-117.875951,33.836695] 
     5207       }, 
     5208   "properties":  
     5209       {"street": "LINCOLN 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     5210},   
     5211{ 
     5212   "type": "Feature", 
     5213   "id": "57 N 14.73", 
     5214   "geometry": 
     5215       { 
     5216        "type": "Point", 
     5217        "coordinates": [-117.87595,33.837126] 
     5218       }, 
     5219   "properties":  
     5220       {"street": "LINCOLN 1", "color": "lime", "perpx": "0.999982", "perpy": "-0.00608"} 
     5221},   
     5222{ 
     5223   "type": "Feature", 
     5224   "id": "57 N 14.9", 
     5225   "geometry": 
     5226       { 
     5227        "type": "Point", 
     5228        "coordinates": [-117.875935,33.839593] 
     5229       }, 
     5230   "properties":  
     5231       {"street": "LINCOLN 2", "color": "lime", "perpx": "0.999936", "perpy": "-0.011332"} 
     5232},   
     5233{ 
     5234   "type": "Feature", 
     5235   "id": "57 N 15.1", 
     5236   "geometry": 
     5237       { 
     5238        "type": "Point", 
     5239        "coordinates": [-117.875902,33.842505] 
     5240       }, 
     5241   "properties":  
     5242       {"street": "UNDERHILL", "color": "lime", "perpx": "0.999936", "perpy": "-0.011332"} 
     5243},   
     5244{ 
     5245   "type": "Feature", 
     5246   "id": "57 N 15.4", 
     5247   "geometry": 
     5248       { 
     5249        "type": "Point", 
     5250        "coordinates": [-117.875931,33.846873] 
     5251       }, 
     5252   "properties":  
     5253       {"street": "LA PALMA", "color": "lime", "perpx": "0.996618", "perpy": "-0.082174"} 
     5254},   
     5255{ 
     5256   "type": "Feature", 
     5257   "id": "57 N 15.7", 
     5258   "geometry": 
     5259       { 
     5260        "type": "Point", 
     5261        "coordinates": [-117.875572,33.851227] 
     5262       }, 
     5263   "properties":  
     5264       {"street": "N of 91", "color": "lime", "perpx": "0.996618", "perpy": "-0.082174"} 
     5265},   
     5266{ 
     5267   "type": "Feature", 
     5268   "id": "57 N 16.11", 
     5269   "geometry": 
     5270       { 
     5271        "type": "Point", 
     5272        "coordinates": [-117.875678,33.857169] 
     5273       }, 
     5274   "properties":  
     5275       {"street": "LA JOLLA", "color": "lime", "perpx": "0.947346", "perpy": "0.320213"} 
     5276},   
     5277{ 
     5278   "type": "Feature", 
     5279   "id": "57 N 16.5", 
     5280   "geometry": 
     5281       { 
     5282        "type": "Point", 
     5283        "coordinates": [-117.877557,33.862728] 
     5284       }, 
     5285   "properties":  
     5286       {"street": "ORANGETHORPE", "color": "lime", "perpx": "0.95802", "perpy": "0.286703"} 
     5287},   
     5288{ 
     5289   "type": "Feature", 
     5290   "id": "57 N 17", 
     5291   "geometry": 
     5292       { 
     5293        "type": "Point", 
     5294        "coordinates": [-117.879677,33.869812] 
     5295       }, 
     5296   "properties":  
     5297       {"street": "PLACENTIA", "color": "lime", "perpx": "0.95802", "perpy": "0.286703"} 
     5298},   
     5299{ 
     5300   "type": "Feature", 
     5301   "id": "57 N 17.7", 
     5302   "geometry": 
     5303       { 
     5304        "type": "Point", 
     5305        "coordinates": [-117.880294,33.879813] 
     5306       }, 
     5307   "properties":  
     5308       {"street": "NUTWOOD", "color": "lime", "perpx": "0", "perpy": "0"} 
     5309},   
     5310{ 
     5311   "type": "Feature", 
     5312   "id": "57 N 17.75", 
     5313   "geometry": 
     5314       { 
     5315        "type": "Point", 
     5316        "coordinates": [-117.88031,33.880532] 
     5317       }, 
     5318   "properties":  
     5319       {"street": "NUTWOOD", "color": "lime", "perpx": "0", "perpy": "0"} 
     5320},   
     5321{ 
     5322   "type": "Feature", 
     5323   "id": "57 N 18.3", 
     5324   "geometry": 
     5325       { 
     5326        "type": "Point", 
     5327        "coordinates": [-117.880484,33.888435] 
     5328       }, 
     5329   "properties":  
     5330       {"street": "YORBA LI1", "color": "lime", "perpx": "0.999634", "perpy": "0.027056"} 
     5331},   
     5332{ 
     5333   "type": "Feature", 
     5334   "id": "57 N 18.49", 
     5335   "geometry": 
     5336       { 
     5337        "type": "Point", 
     5338        "coordinates": [-117.880559,33.891206] 
     5339       }, 
     5340   "properties":  
     5341       {"street": "YORBA LI2", "color": "lime", "perpx": "0", "perpy": "0"} 
     5342},   
     5343{ 
     5344   "type": "Feature", 
     5345   "id": "57 N 18.5", 
     5346   "geometry": 
     5347       { 
     5348        "type": "Point", 
     5349        "coordinates": [-117.880561,33.891352] 
     5350       }, 
     5351   "properties":  
     5352       {"street": "YORBA LI2", "color": "lime", "perpx": "0", "perpy": "0"} 
     5353},   
     5354{ 
     5355   "type": "Feature", 
     5356   "id": "57 N 18.85", 
     5357   "geometry": 
     5358       { 
     5359        "type": "Point", 
     5360        "coordinates": [-117.880822,33.896472] 
     5361       }, 
     5362   "properties":  
     5363       {"street": "Bastanchury", "color": "lime", "perpx": "0.997832", "perpy": "0.065812"} 
     5364},   
     5365{ 
     5366   "type": "Feature", 
     5367   "id": "57 N 19.1", 
     5368   "geometry": 
     5369       { 
     5370        "type": "Point", 
     5371        "coordinates": [-117.881063,33.900126] 
     5372       }, 
     5373   "properties":  
     5374       {"street": "ROLLING  HILLS", "color": "lime", "perpx": "0.997832", "perpy": "0.065812"} 
     5375},   
     5376{ 
     5377   "type": "Feature", 
     5378   "id": "57 N 19.8", 
     5379   "geometry": 
     5380       { 
     5381        "type": "Point", 
     5382        "coordinates": [-117.883309,33.909962] 
     5383       }, 
     5384   "properties":  
     5385       {"street": "IMPERIAL1", "color": "lime", "perpx": "0.998732", "perpy": "-0.050333"} 
     5386},   
     5387{ 
     5388   "type": "Feature", 
     5389   "id": "57 N 20", 
     5390   "geometry": 
     5391       { 
     5392        "type": "Point", 
     5393        "coordinates": [-117.883163,33.912859] 
     5394       }, 
     5395   "properties":  
     5396       {"street": "IMPERIAL2", "color": "lime", "perpx": "0", "perpy": "0"} 
     5397},   
     5398{ 
     5399   "type": "Feature", 
     5400   "id": "57 N 20.05", 
     5401   "geometry": 
     5402       { 
     5403        "type": "Point", 
     5404        "coordinates": [-117.882887,33.913565] 
     5405       }, 
     5406   "properties":  
     5407       {"street": "IMPERIAL2", "color": "lime", "perpx": "0.93136", "perpy": "-0.364101"} 
     5408},   
     5409{ 
     5410   "type": "Feature", 
     5411   "id": "57 N 21.1", 
     5412   "geometry": 
     5413       { 
     5414        "type": "Point", 
     5415        "coordinates": [-117.879984,33.928813] 
     5416       }, 
     5417   "properties":  
     5418       {"street": "LAMBERT", "color": "lime", "perpx": "0", "perpy": "0"} 
     5419},   
     5420{ 
     5421   "type": "Feature", 
     5422   "id": "57 N 21.16", 
     5423   "geometry": 
     5424       { 
     5425        "type": "Point", 
     5426        "coordinates": [-117.879881,33.929701] 
     5427       }, 
     5428   "properties":  
     5429       {"street": "LAMBERT", "color": "lime", "perpx": "0", "perpy": "0"} 
     5430},   
     5431{ 
     5432   "type": "Feature", 
     5433   "id": "57 N 22", 
     5434   "geometry": 
     5435       { 
     5436        "type": "Point", 
     5437        "coordinates": [-117.875138,33.940872] 
     5438       }, 
     5439   "properties":  
     5440       {"street": "TONNER", "color": "lime", "perpx": "0", "perpy": "0"} 
     5441},   
     5442{ 
     5443   "type": "Feature", 
     5444   "id": "57 S 10.8", 
     5445   "geometry": 
     5446       { 
     5447        "type": "Point", 
     5448        "coordinates": [-117.874735,33.777415] 
     5449       }, 
     5450   "properties":  
     5451       {"street": "RTE 22 & 5", "color": "lime", "perpx": "0", "perpy": "0"} 
     5452},   
     5453{ 
     5454   "type": "Feature", 
     5455   "id": "57 S 11.08", 
     5456   "geometry": 
     5457       { 
     5458        "type": "Point", 
     5459        "coordinates": [-117.880197,33.783256] 
     5460       }, 
     5461   "properties":  
     5462       {"street": "CHAPMAN 1", "color": "lime", "perpx": "-0.99935", "perpy": "0.036044"} 
     5463},   
     5464{ 
     5465   "type": "Feature", 
     5466   "id": "57 S 11.2", 
     5467   "geometry": 
     5468       { 
     5469        "type": "Point", 
     5470        "coordinates": [-117.880073,33.786694] 
     5471       }, 
     5472   "properties":  
     5473       {"street": "AT CHAPMAN OFF", "color": "lime", "perpx": "-0.996864", "perpy": "0.079133"} 
     5474},   
     5475{ 
     5476   "type": "Feature", 
     5477   "id": "57 S 11.55", 
     5478   "geometry": 
     5479       { 
     5480        "type": "Point", 
     5481        "coordinates": [-117.879621,33.792388] 
     5482       }, 
     5483   "properties":  
     5484       {"street": "ORANGEWOOD", "color": "lime", "perpx": "0", "perpy": "0"} 
     5485},   
     5486{ 
     5487   "type": "Feature", 
     5488   "id": "57 S 12.4", 
     5489   "geometry": 
     5490       { 
     5491        "type": "Point", 
     5492        "coordinates": [-117.88008,33.804096] 
     5493       }, 
     5494   "properties":  
     5495       {"street": "KATELLA 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     5496},   
     5497{ 
     5498   "type": "Feature", 
     5499   "id": "57 S 12.58", 
     5500   "geometry": 
     5501       { 
     5502        "type": "Point", 
     5503        "coordinates": [-117.880243,33.806677] 
     5504       }, 
     5505   "properties":  
     5506       {"street": "KATELLA 2", "color": "lime", "perpx": "-0.945662", "perpy": "0.325152"} 
     5507},   
     5508{ 
     5509   "type": "Feature", 
     5510   "id": "57 S 12.9", 
     5511   "geometry": 
     5512       { 
     5513        "type": "Point", 
     5514        "coordinates": [-117.878726,33.811089] 
     5515       }, 
     5516   "properties":  
     5517       {"street": "DOUGLASS", "color": "lime", "perpx": "-0.945662", "perpy": "0.325152"} 
     5518},   
     5519{ 
     5520   "type": "Feature", 
     5521   "id": "57 S 13.27", 
     5522   "geometry": 
     5523       { 
     5524        "type": "Point", 
     5525        "coordinates": [-117.876814,33.816163] 
     5526       }, 
     5527   "properties":  
     5528       {"street": "BALL 1", "color": "lime", "perpx": "-0.983876", "perpy": "0.178852"} 
     5529},   
     5530{ 
     5531   "type": "Feature", 
     5532   "id": "57 S 13.45", 
     5533   "geometry": 
     5534       { 
     5535        "type": "Point", 
     5536        "coordinates": [-117.876349,33.818721] 
     5537       }, 
     5538   "properties":  
     5539       {"street": "BALL 2", "color": "lime", "perpx": "-0.999897", "perpy": "0.01437"} 
     5540},   
     5541{ 
     5542   "type": "Feature", 
     5543   "id": "57 S 13.9", 
     5544   "geometry": 
     5545       { 
     5546        "type": "Point", 
     5547        "coordinates": [-117.876256,33.825192] 
     5548       }, 
     5549   "properties":  
     5550       {"street": "Wagner", "color": "lime", "perpx": "-0.999897", "perpy": "0.01437"} 
     5551},   
     5552{ 
     5553   "type": "Feature", 
     5554   "id": "57 S 14.4", 
     5555   "geometry": 
     5556       { 
     5557        "type": "Point", 
     5558        "coordinates": [-117.876232,33.832386] 
     5559       }, 
     5560   "properties":  
     5561       {"street": "South", "color": "lime", "perpx": "-0.999935", "perpy": "0.011398"} 
     5562},   
     5563{ 
     5564   "type": "Feature", 
     5565   "id": "57 S 14.65", 
     5566   "geometry": 
     5567       { 
     5568        "type": "Point", 
     5569        "coordinates": [-117.876191,33.835983] 
     5570       }, 
     5571   "properties":  
     5572       {"street": "LINCOLN 1", "color": "lime", "perpx": "-0.999998", "perpy": "0.001928"} 
     5573},   
     5574{ 
     5575   "type": "Feature", 
     5576   "id": "57 S 14.83", 
     5577   "geometry": 
     5578       { 
     5579        "type": "Point", 
     5580        "coordinates": [-117.876186,33.838577] 
     5581       }, 
     5582   "properties":  
     5583       {"street": "LINCOLN 2", "color": "lime", "perpx": "-0.999986", "perpy": "-0.005368"} 
     5584},   
     5585{ 
     5586   "type": "Feature", 
     5587   "id": "57 S 15.1", 
     5588   "geometry": 
     5589       { 
     5590        "type": "Point", 
     5591        "coordinates": [-117.876207,33.842489] 
     5592       }, 
     5593   "properties":  
     5594       {"street": "UNDERHILL", "color": "lime", "perpx": "-0.999986", "perpy": "-0.005368"} 
     5595},   
     5596{ 
     5597   "type": "Feature", 
     5598   "id": "57 S 15.4", 
     5599   "geometry": 
     5600       { 
     5601        "type": "Point", 
     5602        "coordinates": [-117.876202,33.846832] 
     5603       }, 
     5604   "properties":  
     5605       {"street": "LA PALMA", "color": "lime", "perpx": "-0.996812", "perpy": "0.079791"} 
     5606},   
     5607{ 
     5608   "type": "Feature", 
     5609   "id": "57 S 15.7", 
     5610   "geometry": 
     5611       { 
     5612        "type": "Point", 
     5613        "coordinates": [-117.875855,33.851167] 
     5614       }, 
     5615   "properties":  
     5616       {"street": "N of 91", "color": "lime", "perpx": "-0.996812", "perpy": "0.079791"} 
     5617},   
     5618{ 
     5619   "type": "Feature", 
     5620   "id": "57 S 16.11", 
     5621   "geometry": 
     5622       { 
     5623        "type": "Point", 
     5624        "coordinates": [-117.876106,33.857092] 
     5625       }, 
     5626   "properties":  
     5627       {"street": "LA JOLLA", "color": "lime", "perpx": "-0.960098", "perpy": "-0.279663"} 
     5628},   
     5629{ 
     5630   "type": "Feature", 
     5631   "id": "57 S 16.46", 
     5632   "geometry": 
     5633       { 
     5634        "type": "Point", 
     5635        "coordinates": [-117.87757,33.862118] 
     5636       }, 
     5637   "properties":  
     5638       {"street": "ORANGETHOR", "color": "lime", "perpx": "-0.960098", "perpy": "-0.279663"} 
     5639},   
     5640{ 
     5641   "type": "Feature", 
     5642   "id": "57 S 17", 
     5643   "geometry": 
     5644       { 
     5645        "type": "Point", 
     5646        "coordinates": [-117.879875,33.869773] 
     5647       }, 
     5648   "properties":  
     5649       {"street": "PLACENTIA", "color": "lime", "perpx": "-0.974301", "perpy": "-0.225252"} 
     5650},   
     5651{ 
     5652   "type": "Feature", 
     5653   "id": "57 S 17.18", 
     5654   "geometry": 
     5655       { 
     5656        "type": "Point", 
     5657        "coordinates": [-117.880462,33.872312] 
     5658       }, 
     5659   "properties":  
     5660       {"street": "CHAPMAN 3", "color": "lime", "perpx": "0", "perpy": "0"} 
     5661},   
     5662{ 
     5663   "type": "Feature", 
     5664   "id": "57 S 17.41", 
     5665   "geometry": 
     5666       { 
     5667        "type": "Point", 
     5668        "coordinates": [-117.880503,33.87562] 
     5669       }, 
     5670   "properties":  
     5671       {"street": "NUTWOOD", "color": "lime", "perpx": "0", "perpy": "0"} 
     5672},   
     5673{ 
     5674   "type": "Feature", 
     5675   "id": "57 S 18.18", 
     5676   "geometry": 
     5677       { 
     5678        "type": "Point", 
     5679        "coordinates": [-117.880716,33.886705] 
     5680       }, 
     5681   "properties":  
     5682       {"street": "YORBA LI1", "color": "lime", "perpx": "0", "perpy": "0"} 
     5683},   
     5684{ 
     5685   "type": "Feature", 
     5686   "id": "57 S 18.37", 
     5687   "geometry": 
     5688       { 
     5689        "type": "Point", 
     5690        "coordinates": [-117.880785,33.889447] 
     5691       }, 
     5692   "properties":  
     5693       {"street": "YORBA LI2", "color": "lime", "perpx": "-0.999684", "perpy": "-0.025156"} 
     5694},   
     5695{ 
     5696   "type": "Feature", 
     5697   "id": "57 S 18.85", 
     5698   "geometry": 
     5699       { 
     5700        "type": "Point", 
     5701        "coordinates": [-117.881094,33.896472] 
     5702       }, 
     5703   "properties":  
     5704       {"street": "Bastanchury", "color": "lime", "perpx": "-0.99801", "perpy": "-0.063058"} 
     5705},   
     5706{ 
     5707   "type": "Feature", 
     5708   "id": "57 S 19.1", 
     5709   "geometry": 
     5710       { 
     5711        "type": "Point", 
     5712        "coordinates": [-117.881325,33.900128] 
     5713       }, 
     5714   "properties":  
     5715       {"street": "ROLLING HILLS", "color": "lime", "perpx": "-0.99801", "perpy": "-0.063058"} 
     5716},   
     5717{ 
     5718   "type": "Feature", 
     5719   "id": "57 S 19.73", 
     5720   "geometry": 
     5721       { 
     5722        "type": "Point", 
     5723        "coordinates": [-117.883224,33.90899] 
     5724       }, 
     5725   "properties":  
     5726       {"street": "IMPERIAL1", "color": "lime", "perpx": "-0.986464", "perpy": "-0.163975"} 
     5727},   
     5728{ 
     5729   "type": "Feature", 
     5730   "id": "57 S 19.94", 
     5731   "geometry": 
     5732       { 
     5733        "type": "Point", 
     5734        "coordinates": [-117.883726,33.91201] 
     5735       }, 
     5736   "properties":  
     5737       {"street": "IMPERIAL2", "color": "lime", "perpx": "-0.953779", "perpy": "0.30051"} 
     5738},   
     5739{ 
     5740   "type": "Feature", 
     5741   "id": "57 S 20.7", 
     5742   "geometry": 
     5743       { 
     5744        "type": "Point", 
     5745        "coordinates": [-117.880298,33.92289] 
     5746       }, 
     5747   "properties":  
     5748       {"street": "LAMBERT", "color": "lime", "perpx": "0", "perpy": "0"} 
     5749},   
     5750{ 
     5751   "type": "Feature", 
     5752   "id": "57 S 22", 
     5753   "geometry": 
     5754       { 
     5755        "type": "Point", 
     5756        "coordinates": [-117.875322,33.940956] 
     5757       }, 
     5758   "properties":  
     5759       {"street": "TONNER", "color": "lime", "perpx": "-0.636543", "perpy": "0.771242"} 
     5760},   
     5761{ 
     5762   "type": "Feature", 
     5763   "id": "57 S 22.06", 
     5764   "geometry": 
     5765       { 
     5766        "type": "Point", 
     5767        "coordinates": [-117.874675,33.94149] 
     5768       }, 
     5769   "properties":  
     5770       {"street": "TONNER", "color": "lime", "perpx": "0", "perpy": "0"} 
     5771},   
     5772 
     5773{ 
     5774   "type": "Feature", 
     5775   "id": "73 N 10.59", 
     5776   "geometry": 
     5777       { 
     5778        "type": "Point", 
     5779        "coordinates": [-117.674552,33.545677] 
     5780       }, 
     5781   "properties":  
     5782       {"street": "CAPISTRANO", "color": "lime", "perpx": "0.971174", "perpy": "0.238373"} 
     5783},   
     5784{ 
     5785   "type": "Feature", 
     5786   "id": "73 N 10.9", 
     5787   "geometry": 
     5788       { 
     5789        "type": "Point", 
     5790        "coordinates": [-117.675644,33.550126] 
     5791       }, 
     5792   "properties":  
     5793       {"street": "SORRENTO", "color": "lime", "perpx": "0.940629", "perpy": "0.339435"} 
     5794},   
     5795{ 
     5796   "type": "Feature", 
     5797   "id": "73 N 11.22", 
     5798   "geometry": 
     5799       { 
     5800        "type": "Point", 
     5801        "coordinates": [-117.677239,33.554546] 
     5802       }, 
     5803   "properties":  
     5804       {"street": "CABOT", "color": "lime", "perpx": "0.940629", "perpy": "0.339435"} 
     5805},   
     5806{ 
     5807   "type": "Feature", 
     5808   "id": "73 N 11.64", 
     5809   "geometry": 
     5810       { 
     5811        "type": "Point", 
     5812        "coordinates": [-117.683209,33.557803] 
     5813       }, 
     5814   "properties":  
     5815       {"street": "GREENFIELD 1", "color": "lime", "perpx": "0.198325", "perpy": "0.980136"} 
     5816},   
     5817{ 
     5818   "type": "Feature", 
     5819   "id": "73 N 11.8", 
     5820   "geometry": 
     5821       { 
     5822        "type": "Point", 
     5823        "coordinates": [-117.68611,33.55839] 
     5824       }, 
     5825   "properties":  
     5826       {"street": "GREENFIELD 1", "color": "lime", "perpx": "0.198325", "perpy": "0.980136"} 
     5827},   
     5828{ 
     5829   "type": "Feature", 
     5830   "id": "73 N 12", 
     5831   "geometry": 
     5832       { 
     5833        "type": "Point", 
     5834        "coordinates": [-117.689417,33.559105] 
     5835       }, 
     5836   "properties":  
     5837       {"street": "GREENFIELD 2", "color": "lime", "perpx": "0.471098", "perpy": "0.882081"} 
     5838},   
     5839{ 
     5840   "type": "Feature", 
     5841   "id": "73 N 12.1", 
     5842   "geometry": 
     5843       { 
     5844        "type": "Point", 
     5845        "coordinates": [-117.690855,33.559873] 
     5846       }, 
     5847   "properties":  
     5848       {"street": "GREENFIELD 2", "color": "lime", "perpx": "0.471098", "perpy": "0.882081"} 
     5849},   
     5850{ 
     5851   "type": "Feature", 
     5852   "id": "73 N 12.31", 
     5853   "geometry": 
     5854       { 
     5855        "type": "Point", 
     5856        "coordinates": [-117.693351,33.562029] 
     5857       }, 
     5858   "properties":  
     5859       {"street": "ROCKRIDGE", "color": "lime", "perpx": "0.802439", "perpy": "0.596734"} 
     5860},   
     5861{ 
     5862   "type": "Feature", 
     5863   "id": "73 N 12.52", 
     5864   "geometry": 
     5865       { 
     5866        "type": "Point", 
     5867        "coordinates": [-117.695254,33.564588] 
     5868       }, 
     5869   "properties":  
     5870       {"street": "WESTRIDGE", "color": "lime", "perpx": "0.701895", "perpy": "0.712281"} 
     5871},   
     5872{ 
     5873   "type": "Feature", 
     5874   "id": "73 N 12.83", 
     5875   "geometry": 
     5876       { 
     5877        "type": "Point", 
     5878        "coordinates": [-117.698683,33.567967] 
     5879       }, 
     5880   "properties":  
     5881       {"street": "MOULTON", "color": "lime", "perpx": "0.701895", "perpy": "0.712281"} 
     5882},   
     5883{ 
     5884   "type": "Feature", 
     5885   "id": "73 N 13.14", 
     5886   "geometry": 
     5887       { 
     5888        "type": "Point", 
     5889        "coordinates": [-117.702528,33.571095] 
     5890       }, 
     5891   "properties":  
     5892       {"street": "PACIFIC PARK", "color": "lime", "perpx": "0.63793", "perpy": "0.770095"} 
     5893},   
     5894{ 
     5895   "type": "Feature", 
     5896   "id": "73 N 13.2", 
     5897   "geometry": 
     5898       { 
     5899        "type": "Point", 
     5900        "coordinates": [-117.703268,33.571708] 
     5901       }, 
     5902   "properties":  
     5903       {"street": "PACIFIC PARK", "color": "lime", "perpx": "0.577247", "perpy": "0.816569"} 
     5904},   
     5905{ 
     5906   "type": "Feature", 
     5907   "id": "73 N 13.38", 
     5908   "geometry": 
     5909       { 
     5910        "type": "Point", 
     5911        "coordinates": [-117.705711,33.573435] 
     5912       }, 
     5913   "properties":  
     5914       {"street": "LA PAZ  1", "color": "lime", "perpx": "0.577247", "perpy": "0.816569"} 
     5915},   
     5916{ 
     5917   "type": "Feature", 
     5918   "id": "73 N 13.6", 
     5919   "geometry": 
     5920       { 
     5921        "type": "Point", 
     5922        "coordinates": [-117.70902,33.574966] 
     5923       }, 
     5924   "properties":  
     5925       {"street": "LA PAZ 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     5926},   
     5927{ 
     5928   "type": "Feature", 
     5929   "id": "73 N 13.7", 
     5930   "geometry": 
     5931       { 
     5932        "type": "Point", 
     5933        "coordinates": [-117.710558,33.575554] 
     5934       }, 
     5935   "properties":  
     5936       {"street": "ALICIA", "color": "lime", "perpx": "0.357106", "perpy": "0.934064"} 
     5937},   
     5938{ 
     5939   "type": "Feature", 
     5940   "id": "73 N 13.9", 
     5941   "geometry": 
     5942       { 
     5943        "type": "Point", 
     5944        "coordinates": [-117.713695,33.576682] 
     5945       }, 
     5946   "properties":  
     5947       {"street": "ALICIA", "color": "lime", "perpx": "0", "perpy": "0"} 
     5948},   
     5949{ 
     5950   "type": "Feature", 
     5951   "id": "73 N 13.96", 
     5952   "geometry": 
     5953       { 
     5954        "type": "Point", 
     5955        "coordinates": [-117.714614,33.577091] 
     5956       }, 
     5957   "properties":  
     5958       {"street": "ALISO 1", "color": "lime", "perpx": "0.4066", "perpy": "0.913606"} 
     5959},   
     5960{ 
     5961   "type": "Feature", 
     5962   "id": "73 N 14.4", 
     5963   "geometry": 
     5964       { 
     5965        "type": "Point", 
     5966        "coordinates": [-117.720958,33.580619] 
     5967       }, 
     5968   "properties":  
     5969       {"street": "ALISO 3", "color": "lime", "perpx": "0.580052", "perpy": "0.81458"} 
     5970},   
     5971{ 
     5972   "type": "Feature", 
     5973   "id": "73 N 14.7", 
     5974   "geometry": 
     5975       { 
     5976        "type": "Point", 
     5977        "coordinates": [-117.724921,33.583441] 
     5978       }, 
     5979   "properties":  
     5980       {"street": "ALISO 4", "color": "lime", "perpx": "0.578216", "perpy": "0.815884"} 
     5981},   
     5982{ 
     5983   "type": "Feature", 
     5984   "id": "73 N 14.95", 
     5985   "geometry": 
     5986       { 
     5987        "type": "Point", 
     5988        "coordinates": [-117.72822,33.585779] 
     5989       }, 
     5990   "properties":  
     5991       {"street": "LAGUNA HILLS", "color": "lime", "perpx": "0.329384", "perpy": "0.944196"} 
     5992},   
     5993{ 
     5994   "type": "Feature", 
     5995   "id": "73 N 15.26", 
     5996   "geometry": 
     5997       { 
     5998        "type": "Point", 
     5999        "coordinates": [-117.733096,33.58748] 
     6000       }, 
     6001   "properties":  
     6002       {"street": "GLENWOOD 1", "color": "lime", "perpx": "0.329384", "perpy": "0.944196"} 
     6003},   
     6004{ 
     6005   "type": "Feature", 
     6006   "id": "73 N 15.7", 
     6007   "geometry": 
     6008       { 
     6009        "type": "Point", 
     6010        "coordinates": [-117.740639,33.588223] 
     6011       }, 
     6012   "properties":  
     6013       {"street": "EL TORO 1", "color": "lime", "perpx": "0.158104", "perpy": "0.987422"} 
     6014},   
     6015{ 
     6016   "type": "Feature", 
     6017   "id": "73 N 15.9", 
     6018   "geometry": 
     6019       { 
     6020        "type": "Point", 
     6021        "coordinates": [-117.744024,33.588765] 
     6022       }, 
     6023   "properties":  
     6024       {"street": "EL TORO 1", "color": "lime", "perpx": "0.32185", "perpy": "0.946791"} 
     6025},   
     6026{ 
     6027   "type": "Feature", 
     6028   "id": "73 N 15.96", 
     6029   "geometry": 
     6030       { 
     6031        "type": "Point", 
     6032        "coordinates": [-117.744983,33.589091] 
     6033       }, 
     6034   "properties":  
     6035       {"street": "EL TORO 2", "color": "lime", "perpx": "0.321018", "perpy": "0.947073"} 
     6036},   
     6037{ 
     6038   "type": "Feature", 
     6039   "id": "73 N 16.25", 
     6040   "geometry": 
     6041       { 
     6042        "type": "Point", 
     6043        "coordinates": [-117.749665,33.590678] 
     6044       }, 
     6045   "properties":  
     6046       {"street": "EL TORO 3", "color": "lime", "perpx": "0.321018", "perpy": "0.947073"} 
     6047},   
     6048{ 
     6049   "type": "Feature", 
     6050   "id": "73 N 16.59", 
     6051   "geometry": 
     6052       { 
     6053        "type": "Point", 
     6054        "coordinates": [-117.755573,33.591624] 
     6055       }, 
     6056   "properties":  
     6057       {"street": "EL TORO 4", "color": "lime", "perpx": "0.151183", "perpy": "0.988506"} 
     6058},   
     6059{ 
     6060   "type": "Feature", 
     6061   "id": "73 N 16.6", 
     6062   "geometry": 
     6063       { 
     6064        "type": "Point", 
     6065        "coordinates": [-117.755743,33.59165] 
     6066       }, 
     6067   "properties":  
     6068       {"street": "EL TORO 4", "color": "lime", "perpx": "0.151183", "perpy": "0.988506"} 
     6069},   
     6070{ 
     6071   "type": "Feature", 
     6072   "id": "73 N 16.98", 
     6073   "geometry": 
     6074       { 
     6075        "type": "Point", 
     6076        "coordinates": [-117.76171,33.593909] 
     6077       }, 
     6078   "properties":  
     6079       {"street": "RTE 133 3", "color": "lime", "perpx": "0.57864", "perpy": "0.815583"} 
     6080},   
     6081{ 
     6082   "type": "Feature", 
     6083   "id": "73 N 17.2", 
     6084   "geometry": 
     6085       { 
     6086        "type": "Point", 
     6087        "coordinates": [-117.764653,33.595997] 
     6088       }, 
     6089   "properties":  
     6090       {"street": "RTE 133 4", "color": "lime", "perpx": "0.57864", "perpy": "0.815583"} 
     6091},   
     6092{ 
     6093   "type": "Feature", 
     6094   "id": "73 N 17.62", 
     6095   "geometry": 
     6096       { 
     6097        "type": "Point", 
     6098        "coordinates": [-117.770961,33.598966] 
     6099       }, 
     6100   "properties":  
     6101       {"street": "S OF PM 18", "color": "lime", "perpx": "0.126344", "perpy": "0.991986"} 
     6102},   
     6103{ 
     6104   "type": "Feature", 
     6105   "id": "73 N 17.95", 
     6106   "geometry": 
     6107       { 
     6108        "type": "Point", 
     6109        "coordinates": [-117.776669,33.599693] 
     6110       }, 
     6111   "properties":  
     6112       {"street": "AT PM 18", "color": "lime", "perpx": "0.126344", "perpy": "0.991986"} 
     6113},   
     6114{ 
     6115   "type": "Feature", 
     6116   "id": "73 N 18.3", 
     6117   "geometry": 
     6118       { 
     6119        "type": "Point", 
     6120        "coordinates": [-117.782151,33.601969] 
     6121       }, 
     6122   "properties":  
     6123       {"street": "WILDLIFE", "color": "lime", "perpx": "0.16463", "perpy": "0.986355"} 
     6124},   
     6125{ 
     6126   "type": "Feature", 
     6127   "id": "73 N 18.59", 
     6128   "geometry": 
     6129       { 
     6130        "type": "Point", 
     6131        "coordinates": [-117.786992,33.602777] 
     6132       }, 
     6133   "properties":  
     6134       {"street": "CATALINA 1", "color": "lime", "perpx": "0.16463", "perpy": "0.986355"} 
     6135},   
     6136{ 
     6137   "type": "Feature", 
     6138   "id": "73 N 19.5", 
     6139   "geometry": 
     6140       { 
     6141        "type": "Point", 
     6142        "coordinates": [-117.801253,33.607825] 
     6143       }, 
     6144   "properties":  
     6145       {"street": "CATALINA 2", "color": "lime", "perpx": "0.300702", "perpy": "0.953718"} 
     6146},   
     6147{ 
     6148   "type": "Feature", 
     6149   "id": "73 N 19.8", 
     6150   "geometry": 
     6151       { 
     6152        "type": "Point", 
     6153        "coordinates": [-117.806039,33.609334] 
     6154       }, 
     6155   "properties":  
     6156       {"street": "CATALINA 3", "color": "lime", "perpx": "0.300702", "perpy": "0.953718"} 
     6157},   
     6158{ 
     6159   "type": "Feature", 
     6160   "id": "73 N 20.2", 
     6161   "geometry": 
     6162       { 
     6163        "type": "Point", 
     6164        "coordinates": [-117.812765,33.610446] 
     6165       }, 
     6166   "properties":  
     6167       {"street": "SAND CANYON 1", "color": "lime", "perpx": "0.469891", "perpy": "0.882724"} 
     6168},   
     6169{ 
     6170   "type": "Feature", 
     6171   "id": "73 N 20.4", 
     6172   "geometry": 
     6173       { 
     6174        "type": "Point", 
     6175        "coordinates": [-117.815658,33.611986] 
     6176       }, 
     6177   "properties":  
     6178       {"street": "SAND CANYON 2", "color": "lime", "perpx": "0.469891", "perpy": "0.882724"} 
     6179},   
     6180{ 
     6181   "type": "Feature", 
     6182   "id": "73 N 20.6", 
     6183   "geometry": 
     6184       { 
     6185        "type": "Point", 
     6186        "coordinates": [-117.817786,33.614224] 
     6187       }, 
     6188   "properties":  
     6189       {"street": "SAND CANYON 3", "color": "lime", "perpx": "0.871209", "perpy": "0.490912"} 
     6190},   
     6191{ 
     6192   "type": "Feature", 
     6193   "id": "73 N 20.8", 
     6194   "geometry": 
     6195       { 
     6196        "type": "Point", 
     6197        "coordinates": [-117.819255,33.616831] 
     6198       }, 
     6199   "properties":  
     6200       {"street": "SAND CANYON 4", "color": "lime", "perpx": "0.796595", "perpy": "0.604514"} 
     6201},   
     6202{ 
     6203   "type": "Feature", 
     6204   "id": "73 N 21.1", 
     6205   "geometry": 
     6206       { 
     6207        "type": "Point", 
     6208        "coordinates": [-117.822056,33.620522] 
     6209       }, 
     6210   "properties":  
     6211       {"street": "SAND CANYON 5", "color": "lime", "perpx": "0.796595", "perpy": "0.604514"} 
     6212},   
     6213{ 
     6214   "type": "Feature", 
     6215   "id": "73 N 21.5", 
     6216   "geometry": 
     6217       { 
     6218        "type": "Point", 
     6219        "coordinates": [-117.828171,33.623392] 
     6220       }, 
     6221   "properties":  
     6222       {"street": "NEWPORT COAST 1", "color": "lime", "perpx": "0.622803", "perpy": "0.782378"} 
     6223},   
     6224{ 
     6225   "type": "Feature", 
     6226   "id": "73 N 21.8", 
     6227   "geometry": 
     6228       { 
     6229        "type": "Point", 
     6230        "coordinates": [-117.831907,33.626366] 
     6231       }, 
     6232   "properties":  
     6233       {"street": "NEWPORT COAST 2", "color": "lime", "perpx": "0.622803", "perpy": "0.782378"} 
     6234},   
     6235{ 
     6236   "type": "Feature", 
     6237   "id": "73 N 22.2", 
     6238   "geometry": 
     6239       { 
     6240        "type": "Point", 
     6241        "coordinates": [-117.837358,33.629759] 
     6242       }, 
     6243   "properties":  
     6244       {"street": "S OF BONITA", "color": "lime", "perpx": "0.284483", "perpy": "0.958681"} 
     6245},   
     6246{ 
     6247   "type": "Feature", 
     6248   "id": "73 N 22.5", 
     6249   "geometry": 
     6250       { 
     6251        "type": "Point", 
     6252        "coordinates": [-117.842241,33.631208] 
     6253       }, 
     6254   "properties":  
     6255       {"street": "BONITA 1", "color": "lime", "perpx": "0.292278", "perpy": "0.956333"} 
     6256},   
     6257{ 
     6258   "type": "Feature", 
     6259   "id": "73 N 22.8", 
     6260   "geometry": 
     6261       { 
     6262        "type": "Point", 
     6263        "coordinates": [-117.847113,33.632697] 
     6264       }, 
     6265   "properties":  
     6266       {"street": "BONITA 2", "color": "lime", "perpx": "0.292278", "perpy": "0.956333"} 
     6267},   
     6268{ 
     6269   "type": "Feature", 
     6270   "id": "73 N 23.2", 
     6271   "geometry": 
     6272       { 
     6273        "type": "Point", 
     6274        "coordinates": [-117.852976,33.635664] 
     6275       }, 
     6276   "properties":  
     6277       {"street": "N OF BONITA", "color": "lime", "perpx": "0.589389", "perpy": "0.80785"} 
     6278},   
     6279{ 
     6280   "type": "Feature", 
     6281   "id": "73 N 23.5", 
     6282   "geometry": 
     6283       { 
     6284        "type": "Point", 
     6285        "coordinates": [-117.856881,33.638513] 
     6286       }, 
     6287   "properties":  
     6288       {"street": "BISON 1", "color": "lime", "perpx": "0.800308", "perpy": "0.599589"} 
     6289},   
     6290{ 
     6291   "type": "Feature", 
     6292   "id": "73 N 23.73", 
     6293   "geometry": 
     6294       { 
     6295        "type": "Point", 
     6296        "coordinates": [-117.858984,33.64132] 
     6297       }, 
     6298   "properties":  
     6299       {"street": "BISON 2", "color": "lime", "perpx": "0.934342", "perpy": "0.356378"} 
     6300},   
     6301{ 
     6302   "type": "Feature", 
     6303   "id": "73 N 23.9", 
     6304   "geometry": 
     6305       { 
     6306        "type": "Point", 
     6307        "coordinates": [-117.859875,33.643656] 
     6308       }, 
     6309   "properties":  
     6310       {"street": "BISON 2", "color": "lime", "perpx": "0.976131", "perpy": "0.217185"} 
     6311},   
     6312{ 
     6313   "type": "Feature", 
     6314   "id": "73 N 24.1", 
     6315   "geometry": 
     6316       { 
     6317        "type": "Point", 
     6318        "coordinates": [-117.860508,33.646501] 
     6319       }, 
     6320   "properties":  
     6321       {"street": "MACARTHUR 2", "color": "lime", "perpx": "0.976131", "perpy": "0.217185"} 
     6322},   
     6323{ 
     6324   "type": "Feature", 
     6325   "id": "73 N 24.4", 
     6326   "geometry": 
     6327       { 
     6328        "type": "Point", 
     6329        "coordinates": [-117.8614,33.650823] 
     6330       }, 
     6331   "properties":  
     6332       {"street": "UNIVERSITY SOUT", "color": "lime", "perpx": "0.853282", "perpy": "0.52145"} 
     6333},   
     6334{ 
     6335   "type": "Feature", 
     6336   "id": "73 N 24.68", 
     6337   "geometry": 
     6338       { 
     6339        "type": "Point", 
     6340        "coordinates": [-117.863578,33.654387] 
     6341       }, 
     6342   "properties":  
     6343       {"street": "MACARTHUR BLVD", "color": "lime", "perpx": "0", "perpy": "0"} 
     6344},   
     6345{ 
     6346   "type": "Feature", 
     6347   "id": "73 N 24.72", 
     6348   "geometry": 
     6349       { 
     6350        "type": "Point", 
     6351        "coordinates": [-117.864027,33.654806] 
     6352       }, 
     6353   "properties":  
     6354       {"street": "JAMBOREE 1", "color": "lime", "perpx": "0.635445", "perpy": "0.772146"} 
     6355},   
     6356{ 
     6357   "type": "Feature", 
     6358   "id": "73 N 24.78", 
     6359   "geometry": 
     6360       { 
     6361        "type": "Point", 
     6362        "coordinates": [-117.86475,33.655401] 
     6363       }, 
     6364   "properties":  
     6365       {"street": "JAMBOREE 2", "color": "lime", "perpx": "0.635445", "perpy": "0.772146"} 
     6366},   
     6367{ 
     6368   "type": "Feature", 
    15816369   "id": "73 N 25.25", 
    15826370   "geometry": 
     
    16236411{ 
    16246412   "type": "Feature", 
     6413   "id": "73 N 26.791", 
     6414   "geometry": 
     6415       { 
     6416        "type": "Point", 
     6417        "coordinates": [-117.888212,33.675963] 
     6418       }, 
     6419   "properties":  
     6420       {"street": "N55 TO N73 On", "color": "lime", "perpx": "0.76071", "perpy": "0.649092"} 
     6421},   
     6422{ 
     6423   "type": "Feature", 
     6424   "id": "73 N 27.2", 
     6425   "geometry": 
     6426       { 
     6427        "type": "Point", 
     6428        "coordinates": [-117.892318,33.680652] 
     6429       }, 
     6430   "properties":  
     6431       {"street": "BEAR 1", "color": "lime", "perpx": "0.737613", "perpy": "0.675223"} 
     6432},   
     6433{ 
     6434   "type": "Feature", 
    16256435   "id": "73 N 27.4", 
    16266436   "geometry": 
     
    16456455{ 
    16466456   "type": "Feature", 
     6457   "id": "73 S 10.59", 
     6458   "geometry": 
     6459       { 
     6460        "type": "Point", 
     6461        "coordinates": [-117.674915,33.545627] 
     6462       }, 
     6463   "properties":  
     6464       {"street": "CAPISTRANO", "color": "lime", "perpx": "-0.969543", "perpy": "-0.244923"} 
     6465},   
     6466{ 
     6467   "type": "Feature", 
     6468   "id": "73 S 10.9", 
     6469   "geometry": 
     6470       { 
     6471        "type": "Point", 
     6472        "coordinates": [-117.676025,33.550021] 
     6473       }, 
     6474   "properties":  
     6475       {"street": "SORRENTO", "color": "lime", "perpx": "-0.942619", "perpy": "-0.333871"} 
     6476},   
     6477{ 
     6478   "type": "Feature", 
     6479   "id": "73 S 11.22", 
     6480   "geometry": 
     6481       { 
     6482        "type": "Point", 
     6483        "coordinates": [-117.677553,33.554335] 
     6484       }, 
     6485   "properties":  
     6486       {"street": "CABOT", "color": "lime", "perpx": "-0.942619", "perpy": "-0.333871"} 
     6487},   
     6488{ 
     6489   "type": "Feature", 
     6490   "id": "73 S 11.64", 
     6491   "geometry": 
     6492       { 
     6493        "type": "Point", 
     6494        "coordinates": [-117.683347,33.557463] 
     6495       }, 
     6496   "properties":  
     6497       {"street": "GREENFIELD 1", "color": "lime", "perpx": "-0.204557", "perpy": "-0.978855"} 
     6498},   
     6499{ 
     6500   "type": "Feature", 
     6501   "id": "73 S 11.8", 
     6502   "geometry": 
     6503       { 
     6504        "type": "Point", 
     6505        "coordinates": [-117.686199,33.558059] 
     6506       }, 
     6507   "properties":  
     6508       {"street": "GREENFIELD 1", "color": "lime", "perpx": "-0.204557", "perpy": "-0.978855"} 
     6509},   
     6510{ 
     6511   "type": "Feature", 
     6512   "id": "73 S 12", 
     6513   "geometry": 
     6514       { 
     6515        "type": "Point", 
     6516        "coordinates": [-117.689492,33.558786] 
     6517       }, 
     6518   "properties":  
     6519       {"street": "GREENFIELD 2", "color": "lime", "perpx": "-0.452101", "perpy": "-0.891967"} 
     6520},   
     6521{ 
     6522   "type": "Feature", 
     6523   "id": "73 S 12.1", 
     6524   "geometry": 
     6525       { 
     6526        "type": "Point", 
     6527        "coordinates": [-117.69095,33.559525] 
     6528       }, 
     6529   "properties":  
     6530       {"street": "GREENFIELD 2", "color": "lime", "perpx": "-0.452101", "perpy": "-0.891967"} 
     6531},   
     6532{ 
     6533   "type": "Feature", 
     6534   "id": "73 S 12.31", 
     6535   "geometry": 
     6536       { 
     6537        "type": "Point", 
     6538        "coordinates": [-117.693516,33.56161] 
     6539       }, 
     6540   "properties":  
     6541       {"street": "ROCKRIDGE", "color": "lime", "perpx": "-0.799245", "perpy": "-0.601005"} 
     6542},   
     6543{ 
     6544   "type": "Feature", 
     6545   "id": "73 S 12.52", 
     6546   "geometry": 
     6547       { 
     6548        "type": "Point", 
     6549        "coordinates": [-117.695429,33.564154] 
     6550       }, 
     6551   "properties":  
     6552       {"street": "WESTRIDGE", "color": "lime", "perpx": "-0.799245", "perpy": "-0.601005"} 
     6553},   
     6554{ 
     6555   "type": "Feature", 
     6556   "id": "73 S 12.83", 
     6557   "geometry": 
     6558       { 
     6559        "type": "Point", 
     6560        "coordinates": [-117.698836,33.567532] 
     6561       }, 
     6562   "properties":  
     6563       {"street": "MOULTON", "color": "lime", "perpx": "-0.62128", "perpy": "-0.783589"} 
     6564},   
     6565{ 
     6566   "type": "Feature", 
     6567   "id": "73 S 12.9", 
     6568   "geometry": 
     6569       { 
     6570        "type": "Point", 
     6571        "coordinates": [-117.699705,33.568221] 
     6572       }, 
     6573   "properties":  
     6574       {"street": "MOULTON", "color": "lime", "perpx": "0", "perpy": "0"} 
     6575},   
     6576{ 
     6577   "type": "Feature", 
     6578   "id": "73 S 13.14", 
     6579   "geometry": 
     6580       { 
     6581        "type": "Point", 
     6582        "coordinates": [-117.702926,33.570836] 
     6583       }, 
     6584   "properties":  
     6585       {"street": "PACIFIC PARK", "color": "lime", "perpx": "-0.631459", "perpy": "-0.775409"} 
     6586},   
     6587{ 
     6588   "type": "Feature", 
     6589   "id": "73 S 13.2", 
     6590   "geometry": 
     6591       { 
     6592        "type": "Point", 
     6593        "coordinates": [-117.703734,33.571494] 
     6594       }, 
     6595   "properties":  
     6596       {"street": "PACIFIC PARK", "color": "lime", "perpx": "-0.587164", "perpy": "-0.809468"} 
     6597},   
     6598{ 
     6599   "type": "Feature", 
     6600   "id": "73 S 13.38", 
     6601   "geometry": 
     6602       { 
     6603        "type": "Point", 
     6604        "coordinates": [-117.706028,33.573158] 
     6605       }, 
     6606   "properties":  
     6607       {"street": "LA PAZ  1", "color": "lime", "perpx": "-0.587164", "perpy": "-0.809468"} 
     6608},   
     6609{ 
     6610   "type": "Feature", 
     6611   "id": "73 S 13.7", 
     6612   "geometry": 
     6613       { 
     6614        "type": "Point", 
     6615        "coordinates": [-117.71075,33.575244] 
     6616       }, 
     6617   "properties":  
     6618       {"street": "ALICIA", "color": "lime", "perpx": "-0.354891", "perpy": "-0.934908"} 
     6619},   
     6620{ 
     6621   "type": "Feature", 
     6622   "id": "73 S 13.96", 
     6623   "geometry": 
     6624       { 
     6625        "type": "Point", 
     6626        "coordinates": [-117.714799,33.576781] 
     6627       }, 
     6628   "properties":  
     6629       {"street": "ALISO 1", "color": "lime", "perpx": "-0.354891", "perpy": "-0.934908"} 
     6630},   
     6631{ 
     6632   "type": "Feature", 
     6633   "id": "73 S 14.4", 
     6634   "geometry": 
     6635       { 
     6636        "type": "Point", 
     6637        "coordinates": [-117.721195,33.580299] 
     6638       }, 
     6639   "properties":  
     6640       {"street": "ALISO 3", "color": "lime", "perpx": "-0.578216", "perpy": "-0.815884"} 
     6641},   
     6642{ 
     6643   "type": "Feature", 
     6644   "id": "73 S 14.7", 
     6645   "geometry": 
     6646       { 
     6647        "type": "Point", 
     6648        "coordinates": [-117.725184,33.583126] 
     6649       }, 
     6650   "properties":  
     6651       {"street": "ALISO 4", "color": "lime", "perpx": "-0.56863", "perpy": "-0.822593"} 
     6652},   
     6653{ 
     6654   "type": "Feature", 
     6655   "id": "73 S 14.95", 
     6656   "geometry": 
     6657       { 
     6658        "type": "Point", 
     6659        "coordinates": [-117.728504,33.585421] 
     6660       }, 
     6661   "properties":  
     6662       {"street": "LAGUNA HILLS", "color": "lime", "perpx": "-0.332032", "perpy": "-0.943268"} 
     6663},   
     6664{ 
     6665   "type": "Feature", 
     6666   "id": "73 S 15.26", 
     6667   "geometry": 
     6668       { 
     6669        "type": "Point", 
     6670        "coordinates": [-117.733325,33.587118] 
     6671       }, 
     6672   "properties":  
     6673       {"street": "GLENWOOD 1", "color": "lime", "perpx": "-0.332032", "perpy": "-0.943268"} 
     6674},   
     6675{ 
     6676   "type": "Feature", 
     6677   "id": "73 S 15.7", 
     6678   "geometry": 
     6679       { 
     6680        "type": "Point", 
     6681        "coordinates": [-117.740964,33.587924] 
     6682       }, 
     6683   "properties":  
     6684       {"street": "EL TORO 1", "color": "lime", "perpx": "-0.173867", "perpy": "-0.984769"} 
     6685},   
     6686{ 
     6687   "type": "Feature", 
     6688   "id": "73 S 15.9", 
     6689   "geometry": 
     6690       { 
     6691        "type": "Point", 
     6692        "coordinates": [-117.744385,33.588528] 
     6693       }, 
     6694   "properties":  
     6695       {"street": "EL TORO 1", "color": "lime", "perpx": "-0.317685", "perpy": "-0.948196"} 
     6696},   
     6697{ 
     6698   "type": "Feature", 
     6699   "id": "73 S 15.96", 
     6700   "geometry": 
     6701       { 
     6702        "type": "Point", 
     6703        "coordinates": [-117.745361,33.588855] 
     6704       }, 
     6705   "properties":  
     6706       {"street": "EL TORO 2", "color": "lime", "perpx": "-0.317685", "perpy": "-0.948196"} 
     6707},   
     6708{ 
     6709   "type": "Feature", 
     6710   "id": "73 S 16.2", 
     6711   "geometry": 
     6712       { 
     6713        "type": "Point", 
     6714        "coordinates": [-117.749258,33.590166] 
     6715       }, 
     6716   "properties":  
     6717       {"street": "EL TORO 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     6718},   
     6719{ 
     6720   "type": "Feature", 
     6721   "id": "73 S 16.25", 
     6722   "geometry": 
     6723       { 
     6724        "type": "Point", 
     6725        "coordinates": [-117.750156,33.590342] 
     6726       }, 
     6727   "properties":  
     6728       {"street": "EL TORO 3", "color": "lime", "perpx": "-0.192332", "perpy": "-0.98133"} 
     6729},   
     6730{ 
     6731   "type": "Feature", 
     6732   "id": "73 S 16.59", 
     6733   "geometry": 
     6734       { 
     6735        "type": "Point", 
     6736        "coordinates": [-117.755882,33.59118] 
     6737       }, 
     6738   "properties":  
     6739       {"street": "EL TORO 4", "color": "lime", "perpx": "-0.141421", "perpy": "-0.989949"} 
     6740},   
     6741{ 
     6742   "type": "Feature", 
     6743   "id": "73 S 16.6", 
     6744   "geometry": 
     6745       { 
     6746        "type": "Point", 
     6747        "coordinates": [-117.756043,33.591203] 
     6748       }, 
     6749   "properties":  
     6750       {"street": "EL TORO 4", "color": "lime", "perpx": "-0.141421", "perpy": "-0.989949"} 
     6751},   
     6752{ 
     6753   "type": "Feature", 
     6754   "id": "73 S 16.98", 
     6755   "geometry": 
     6756       { 
     6757        "type": "Point", 
     6758        "coordinates": [-117.761968,33.593514] 
     6759       }, 
     6760   "properties":  
     6761       {"street": "RTE 133 3", "color": "lime", "perpx": "-0.569484", "perpy": "-0.822002"} 
     6762},   
     6763{ 
     6764   "type": "Feature", 
     6765   "id": "73 S 17.2", 
     6766   "geometry": 
     6767       { 
     6768        "type": "Point", 
     6769        "coordinates": [-117.764927,33.595564] 
     6770       }, 
     6771   "properties":  
     6772       {"street": "RTE 133 4", "color": "lime", "perpx": "-0.569484", "perpy": "-0.822002"} 
     6773},   
     6774{ 
     6775   "type": "Feature", 
     6776   "id": "73 S 17.62", 
     6777   "geometry": 
     6778       { 
     6779        "type": "Point", 
     6780        "coordinates": [-117.771217,33.59849] 
     6781       }, 
     6782   "properties":  
     6783       {"street": "S OF PM 18", "color": "lime", "perpx": "-0.12791", "perpy": "-0.991786"} 
     6784},   
     6785{ 
     6786   "type": "Feature", 
     6787   "id": "73 S 17.95", 
     6788   "geometry": 
     6789       { 
     6790        "type": "Point", 
     6791        "coordinates": [-117.776885,33.599221] 
     6792       }, 
     6793   "properties":  
     6794       {"street": "AT PM 18", "color": "lime", "perpx": "-0.12791", "perpy": "-0.991786"} 
     6795},   
     6796{ 
     6797   "type": "Feature", 
     6798   "id": "73 S 18.3", 
     6799   "geometry": 
     6800       { 
     6801        "type": "Point", 
     6802        "coordinates": [-117.78232,33.601523] 
     6803       }, 
     6804   "properties":  
     6805       {"street": "WILDLIFE", "color": "lime", "perpx": "-0.168311", "perpy": "-0.985734"} 
     6806},   
     6807{ 
     6808   "type": "Feature", 
     6809   "id": "73 S 18.59", 
     6810   "geometry": 
     6811       { 
     6812        "type": "Point", 
     6813        "coordinates": [-117.787181,33.602353] 
     6814       }, 
     6815   "properties":  
     6816       {"street": "CATALINA 1", "color": "lime", "perpx": "-0.168311", "perpy": "-0.985734"} 
     6817},   
     6818{ 
     6819   "type": "Feature", 
     6820   "id": "73 S 19.5", 
     6821   "geometry": 
     6822       { 
     6823        "type": "Point", 
     6824        "coordinates": [-117.801595,33.607237] 
     6825       }, 
     6826   "properties":  
     6827       {"street": "CATALINA 2", "color": "lime", "perpx": "-0.309175", "perpy": "-0.951005"} 
     6828},   
     6829{ 
     6830   "type": "Feature", 
     6831   "id": "73 S 19.8", 
     6832   "geometry": 
     6833       { 
     6834        "type": "Point", 
     6835        "coordinates": [-117.806455,33.608817] 
     6836       }, 
     6837   "properties":  
     6838       {"street": "CATALINA 3", "color": "lime", "perpx": "-0.309175", "perpy": "-0.951005"} 
     6839},   
     6840{ 
     6841   "type": "Feature", 
     6842   "id": "73 S 20.2", 
     6843   "geometry": 
     6844       { 
     6845        "type": "Point", 
     6846        "coordinates": [-117.813251,33.610123] 
     6847       }, 
     6848   "properties":  
     6849       {"street": "SAND CANYON 1", "color": "lime", "perpx": "-0.472863", "perpy": "-0.881136"} 
     6850},   
     6851{ 
     6852   "type": "Feature", 
     6853   "id": "73 S 20.4", 
     6854   "geometry": 
     6855       { 
     6856        "type": "Point", 
     6857        "coordinates": [-117.816184,33.611697] 
     6858       }, 
     6859   "properties":  
     6860       {"street": "SAND CANYON 2", "color": "lime", "perpx": "-0.472863", "perpy": "-0.881136"} 
     6861},   
     6862{ 
     6863   "type": "Feature", 
     6864   "id": "73 S 20.6", 
     6865   "geometry": 
     6866       { 
     6867        "type": "Point", 
     6868        "coordinates": [-117.8183,33.614005] 
     6869       }, 
     6870   "properties":  
     6871       {"street": "SAND CANYON 3", "color": "lime", "perpx": "-0.879015", "perpy": "-0.476793"} 
     6872},   
     6873{ 
     6874   "type": "Feature", 
     6875   "id": "73 S 20.8", 
     6876   "geometry": 
     6877       { 
     6878        "type": "Point", 
     6879        "coordinates": [-117.819745,33.616669] 
     6880       }, 
     6881   "properties":  
     6882       {"street": "SAND CANYON 4", "color": "lime", "perpx": "-0.795225", "perpy": "-0.606314"} 
     6883},   
     6884{ 
     6885   "type": "Feature", 
     6886   "id": "73 S 21.1", 
     6887   "geometry": 
     6888       { 
     6889        "type": "Point", 
     6890        "coordinates": [-117.822441,33.620205] 
     6891       }, 
     6892   "properties":  
     6893       {"street": "SAND CANYON 5", "color": "lime", "perpx": "-0.795225", "perpy": "-0.606314"} 
     6894},   
     6895{ 
     6896   "type": "Feature", 
     6897   "id": "73 S 21.5", 
     6898   "geometry": 
     6899       { 
     6900        "type": "Point", 
     6901        "coordinates": [-117.828338,33.623005] 
     6902       }, 
     6903   "properties":  
     6904       {"street": "NEWPORT COAST 1", "color": "lime", "perpx": "-0.61327", "perpy": "-0.789873"} 
     6905},   
     6906{ 
     6907   "type": "Feature", 
     6908   "id": "73 S 21.8", 
     6909   "geometry": 
     6910       { 
     6911        "type": "Point", 
     6912        "coordinates": [-117.832171,33.625981] 
     6913       }, 
     6914   "properties":  
     6915       {"street": "NEWPORT COAST 2", "color": "lime", "perpx": "-0.61327", "perpy": "-0.789873"} 
     6916},   
     6917{ 
     6918   "type": "Feature", 
     6919   "id": "73 S 22.2", 
     6920   "geometry": 
     6921       { 
     6922        "type": "Point", 
     6923        "coordinates": [-117.837662,33.629475] 
     6924       }, 
     6925   "properties":  
     6926       {"street": "S OF BONITA", "color": "lime", "perpx": "-0.283058", "perpy": "-0.959103"} 
     6927},   
     6928{ 
     6929   "type": "Feature", 
     6930   "id": "73 S 22.5", 
     6931   "geometry": 
     6932       { 
     6933        "type": "Point", 
     6934        "coordinates": [-117.842609,33.630935] 
     6935       }, 
     6936   "properties":  
     6937       {"street": "BONITA 1", "color": "lime", "perpx": "-0.294979", "perpy": "-0.955504"} 
     6938},   
     6939{ 
     6940   "type": "Feature", 
     6941   "id": "73 S 22.8", 
     6942   "geometry": 
     6943       { 
     6944        "type": "Point", 
     6945        "coordinates": [-117.847497,33.632444] 
     6946       }, 
     6947   "properties":  
     6948       {"street": "BONITA 2", "color": "lime", "perpx": "-0.294979", "perpy": "-0.955504"} 
     6949},   
     6950{ 
     6951   "type": "Feature", 
     6952   "id": "73 S 23.2", 
     6953   "geometry": 
     6954       { 
     6955        "type": "Point", 
     6956        "coordinates": [-117.853396,33.635399] 
     6957       }, 
     6958   "properties":  
     6959       {"street": "N OF BONITA", "color": "lime", "perpx": "-0.600727", "perpy": "-0.799454"} 
     6960},   
     6961{ 
     6962   "type": "Feature", 
     6963   "id": "73 S 23.5", 
     6964   "geometry": 
     6965       { 
     6966        "type": "Point", 
     6967        "coordinates": [-117.857266,33.638307] 
     6968       }, 
     6969   "properties":  
     6970       {"street": "BISON 1", "color": "lime", "perpx": "-0.780647", "perpy": "-0.624972"} 
     6971},   
     6972{ 
     6973   "type": "Feature", 
     6974   "id": "73 S 23.7", 
     6975   "geometry": 
     6976       { 
     6977        "type": "Point", 
     6978        "coordinates": [-117.859193,33.640714] 
     6979       }, 
     6980   "properties":  
     6981       {"street": "MACARTHUR 1", "color": "lime", "perpx": "-0.924825", "perpy": "-0.380393"} 
     6982},   
     6983{ 
     6984   "type": "Feature", 
     6985   "id": "73 S 23.9", 
     6986   "geometry": 
     6987       { 
     6988        "type": "Point", 
     6989        "coordinates": [-117.86032,33.643454] 
     6990       }, 
     6991   "properties":  
     6992       {"street": "BISON 2", "color": "lime", "perpx": "-0.974437", "perpy": "-0.22466"} 
     6993},   
     6994{ 
     6995   "type": "Feature", 
     6996   "id": "73 S 24.1", 
     6997   "geometry": 
     6998       { 
     6999        "type": "Point", 
     7000        "coordinates": [-117.860978,33.646308] 
     7001       }, 
     7002   "properties":  
     7003       {"street": "MACARTHUR 2", "color": "lime", "perpx": "-0.977116", "perpy": "-0.212707"} 
     7004},   
     7005{ 
     7006   "type": "Feature", 
     7007   "id": "73 S 24.4", 
     7008   "geometry": 
     7009       { 
     7010        "type": "Point", 
     7011        "coordinates": [-117.861933,33.650695] 
     7012       }, 
     7013   "properties":  
     7014       {"street": "UNIVERSITY SOUT", "color": "lime", "perpx": "-0.977116", "perpy": "-0.212707"} 
     7015},   
     7016{ 
     7017   "type": "Feature", 
     7018   "id": "73 S 24.72", 
     7019   "geometry": 
     7020       { 
     7021        "type": "Point", 
     7022        "coordinates": [-117.864335,33.65462] 
     7023       }, 
     7024   "properties":  
     7025       {"street": "JAMBOREE 1", "color": "lime", "perpx": "-0.633861", "perpy": "-0.773447"} 
     7026},   
     7027{ 
     7028   "type": "Feature", 
     7029   "id": "73 S 24.78", 
     7030   "geometry": 
     7031       { 
     7032        "type": "Point", 
     7033        "coordinates": [-117.865011,33.655174] 
     7034       }, 
     7035   "properties":  
     7036       {"street": "JAMBOREE 2", "color": "lime", "perpx": "-0.633861", "perpy": "-0.773447"} 
     7037},   
     7038{ 
     7039   "type": "Feature", 
    16477040   "id": "73 S 25.25", 
    16487041   "geometry": 
     
    16897082{ 
    16907083   "type": "Feature", 
     7084   "id": "73 S 26.72", 
     7085   "geometry": 
     7086       { 
     7087        "type": "Point", 
     7088        "coordinates": [-117.887796,33.674875] 
     7089       }, 
     7090   "properties":  
     7091       {"street": "S73 TO S55", "color": "lime", "perpx": "-0.742508", "perpy": "-0.669837"} 
     7092},   
     7093{ 
     7094   "type": "Feature", 
    16917095   "id": "73 S 27.2", 
    16927096   "geometry": 
     
    17007104{ 
    17017105   "type": "Feature", 
     7106   "id": "73 S 27.4", 
     7107   "geometry": 
     7108       { 
     7109        "type": "Point", 
     7110        "coordinates": [-117.894753,33.682854] 
     7111       }, 
     7112   "properties":  
     7113       {"street": "BEAR 2", "color": "lime", "perpx": "-0.749261", "perpy": "-0.662275"} 
     7114},   
     7115{ 
     7116   "type": "Feature", 
    17027117   "id": "73 S 27.72", 
    17037118   "geometry": 
     
    17127127{ 
    17137128   "type": "Feature", 
     7129   "id": "74 E 0.241", 
     7130   "geometry": 
     7131       { 
     7132        "type": "Point", 
     7133        "coordinates": [-117.654478,33.503721] 
     7134       }, 
     7135   "properties":  
     7136       {"street": "Rancho Viejo", "color": "lime", "perpx": "0", "perpy": "0"} 
     7137},   
     7138{ 
     7139   "type": "Feature", 
     7140   "id": "74 E 0.77", 
     7141   "geometry": 
     7142       { 
     7143        "type": "Point", 
     7144        "coordinates": [-117.647923,33.508745] 
     7145       }, 
     7146   "properties":  
     7147       {"street": "74 EB SUNDANCE DRIVE", "color": "lime", "perpx": "0.490721", "perpy": "-0.871317"} 
     7148},   
     7149{ 
     7150   "type": "Feature", 
     7151   "id": "74 E 1.01", 
     7152   "geometry": 
     7153       { 
     7154        "type": "Point", 
     7155        "coordinates": [-117.644505,33.51067] 
     7156       }, 
     7157   "properties":  
     7158       {"street": "CALLE ENTRADERO", "color": "lime", "perpx": "0.490721", "perpy": "-0.871317"} 
     7159},   
     7160{ 
     7161   "type": "Feature", 
     7162   "id": "74 E 1.277", 
     7163   "geometry": 
     7164       { 
     7165        "type": "Point", 
     7166        "coordinates": [-117.640482,33.512477] 
     7167       }, 
     7168   "properties":  
     7169       {"street": "Via Cordova", "color": "lime", "perpx": "0.250148", "perpy": "-0.968208"} 
     7170},   
     7171{ 
     7172   "type": "Feature", 
     7173   "id": "74 E 1.33", 
     7174   "geometry": 
     7175       { 
     7176        "type": "Point", 
     7177        "coordinates": [-117.639615,33.512701] 
     7178       }, 
     7179   "properties":  
     7180       {"street": "LOCATION 14", "color": "lime", "perpx": "0", "perpy": "0"} 
     7181},   
     7182{ 
     7183   "type": "Feature", 
     7184   "id": "74 E 1.503", 
     7185   "geometry": 
     7186       { 
     7187        "type": "Point", 
     7188        "coordinates": [-117.63683,33.513581] 
     7189       }, 
     7190   "properties":  
     7191       {"street": "74 WB STRAWBERRY LN", "color": "lime", "perpx": "0", "perpy": "0"} 
     7192},   
     7193{ 
     7194   "type": "Feature", 
     7195   "id": "74 E 3.39", 
     7196   "geometry": 
     7197       { 
     7198        "type": "Point", 
     7199        "coordinates": [-117.60673,33.522498] 
     7200       }, 
     7201   "properties":  
     7202       {"street": "LOCATION 15", "color": "lime", "perpx": "-0.434313", "perpy": "-0.900762"} 
     7203},   
     7204{ 
     7205   "type": "Feature", 
     7206   "id": "74 E 3.98", 
     7207   "geometry": 
     7208       { 
     7209        "type": "Point", 
     7210        "coordinates": [-117.598125,33.518349] 
     7211       }, 
     7212   "properties":  
     7213       {"street": "LOCATION 16", "color": "lime", "perpx": "-0.277019", "perpy": "-0.960865"} 
     7214},   
     7215{ 
     7216   "type": "Feature", 
     7217   "id": "74 E 4.79", 
     7218   "geometry": 
     7219       { 
     7220        "type": "Point", 
     7221        "coordinates": [-117.585038,33.514576] 
     7222       }, 
     7223   "properties":  
     7224       {"street": "LOCATION 17", "color": "lime", "perpx": "-0.277019", "perpy": "-0.960865"} 
     7225},   
     7226{ 
     7227   "type": "Feature", 
     7228   "id": "74 E 5.95", 
     7229   "geometry": 
     7230       { 
     7231        "type": "Point", 
     7232        "coordinates": [-117.565581,33.515135] 
     7233       }, 
     7234   "properties":  
     7235       {"street": "LOCATION 18", "color": "lime", "perpx": "0.66599", "perpy": "-0.74596"} 
     7236},   
     7237{ 
     7238   "type": "Feature", 
     7239   "id": "74 E 6.35", 
     7240   "geometry": 
     7241       { 
     7242        "type": "Point", 
     7243        "coordinates": [-117.560917,33.519299] 
     7244       }, 
     7245   "properties":  
     7246       {"street": "LOCATION 19", "color": "lime", "perpx": "0.66599", "perpy": "-0.74596"} 
     7247},   
     7248{ 
     7249   "type": "Feature", 
     7250   "id": "74 E 6.98", 
     7251   "geometry": 
     7252       { 
     7253        "type": "Point", 
     7254        "coordinates": [-117.55384,33.525739] 
     7255       }, 
     7256   "properties":  
     7257       {"street": "LOCATION 20", "color": "lime", "perpx": "0.918082", "perpy": "-0.396391"} 
     7258},   
     7259{ 
     7260   "type": "Feature", 
     7261   "id": "74 E 7.33", 
     7262   "geometry": 
     7263       { 
     7264        "type": "Point", 
     7265        "coordinates": [-117.551809,33.530443] 
     7266       }, 
     7267   "properties":  
     7268       {"street": "LOCATION 21", "color": "lime", "perpx": "0.918082", "perpy": "-0.396391"} 
     7269},   
     7270{ 
     7271   "type": "Feature", 
     7272   "id": "74 E 8", 
     7273   "geometry": 
     7274       { 
     7275        "type": "Point", 
     7276        "coordinates": [-117.54873,33.539611] 
     7277       }, 
     7278   "properties":  
     7279       {"street": "NICHOLS INSTITUTE", "color": "lime", "perpx": "0.98967", "perpy": "-0.143363"} 
     7280},   
     7281{ 
     7282   "type": "Feature", 
     7283   "id": "74 E 8.03", 
     7284   "geometry": 
     7285       { 
     7286        "type": "Point", 
     7287        "coordinates": [-117.548668,33.540039] 
     7288       }, 
     7289   "properties":  
     7290       {"street": "LOCATION 22", "color": "lime", "perpx": "0.996899", "perpy": "0.078698"} 
     7291},   
     7292{ 
     7293   "type": "Feature", 
     7294   "id": "74 E 8.43", 
     7295   "geometry": 
     7296       { 
     7297        "type": "Point", 
     7298        "coordinates": [-117.549113,33.545676] 
     7299       }, 
     7300   "properties":  
     7301       {"street": "LOCATION 23", "color": "lime", "perpx": "0.996899", "perpy": "0.078698"} 
     7302},   
     7303{ 
     7304   "type": "Feature", 
     7305   "id": "74 E 9.7", 
     7306   "geometry": 
     7307       { 
     7308        "type": "Point", 
     7309        "coordinates": [-117.546105,33.56355] 
     7310       }, 
     7311   "properties":  
     7312       {"street": "LOCATION 24", "color": "lime", "perpx": "0.920786", "perpy": "-0.390067"} 
     7313},   
     7314{ 
     7315   "type": "Feature", 
     7316   "id": "74 E 10.01", 
     7317   "geometry": 
     7318       { 
     7319        "type": "Point", 
     7320        "coordinates": [-117.544319,33.567766] 
     7321       }, 
     7322   "properties":  
     7323       {"street": "LOCATION 25", "color": "lime", "perpx": "0.920786", "perpy": "-0.390067"} 
     7324},   
     7325{ 
     7326   "type": "Feature", 
     7327   "id": "74 W 0.241", 
     7328   "geometry": 
     7329       { 
     7330        "type": "Point", 
     7331        "coordinates": [-117.654477,33.503721] 
     7332       }, 
     7333   "properties":  
     7334       {"street": "Rancho Viejo", "color": "lime", "perpx": "0", "perpy": "0"} 
     7335},   
     7336{ 
     7337   "type": "Feature", 
     7338   "id": "74 W 0.77", 
     7339   "geometry": 
     7340       { 
     7341        "type": "Point", 
     7342        "coordinates": [-117.647923,33.508745] 
     7343       }, 
     7344   "properties":  
     7345       {"street": "74 EB SUNDANCE DRIVE", "color": "lime", "perpx": "-0.490721", "perpy": "0.871317"} 
     7346},   
     7347{ 
     7348   "type": "Feature", 
     7349   "id": "74 W 1.01", 
     7350   "geometry": 
     7351       { 
     7352        "type": "Point", 
     7353        "coordinates": [-117.644505,33.51067] 
     7354       }, 
     7355   "properties":  
     7356       {"street": "CALLE ENTRADERO", "color": "lime", "perpx": "-0.409922", "perpy": "0.912121"} 
     7357},   
     7358{ 
     7359   "type": "Feature", 
     7360   "id": "74 W 1.277", 
     7361   "geometry": 
     7362       { 
     7363        "type": "Point", 
     7364        "coordinates": [-117.640482,33.512478] 
     7365       }, 
     7366   "properties":  
     7367       {"street": "Via Cordova", "color": "lime", "perpx": "-0.409922", "perpy": "0.912121"} 
     7368},   
     7369{ 
     7370   "type": "Feature", 
     7371   "id": "74 W 3.39", 
     7372   "geometry": 
     7373       { 
     7374        "type": "Point", 
     7375        "coordinates": [-117.606729,33.522498] 
     7376       }, 
     7377   "properties":  
     7378       {"street": "LOCATION 15", "color": "lime", "perpx": "0.434354", "perpy": "0.900742"} 
     7379},   
     7380{ 
     7381   "type": "Feature", 
     7382   "id": "74 W 3.98", 
     7383   "geometry": 
     7384       { 
     7385        "type": "Point", 
     7386        "coordinates": [-117.598125,33.518349] 
     7387       }, 
     7388   "properties":  
     7389       {"street": "LOCATION 16", "color": "lime", "perpx": "0.277019", "perpy": "0.960865"} 
     7390},   
     7391{ 
     7392   "type": "Feature", 
     7393   "id": "74 W 4.79", 
     7394   "geometry": 
     7395       { 
     7396        "type": "Point", 
     7397        "coordinates": [-117.585038,33.514576] 
     7398       }, 
     7399   "properties":  
     7400       {"street": "LOCATION 17", "color": "lime", "perpx": "0.277019", "perpy": "0.960865"} 
     7401},   
     7402{ 
     7403   "type": "Feature", 
     7404   "id": "74 W 5.95", 
     7405   "geometry": 
     7406       { 
     7407        "type": "Point", 
     7408        "coordinates": [-117.565581,33.515135] 
     7409       }, 
     7410   "properties":  
     7411       {"street": "74 EB GIBBY ROAD", "color": "lime", "perpx": "-0.66599", "perpy": "0.74596"} 
     7412},   
     7413{ 
     7414   "type": "Feature", 
     7415   "id": "74 W 6.35", 
     7416   "geometry": 
     7417       { 
     7418        "type": "Point", 
     7419        "coordinates": [-117.560917,33.519299] 
     7420       }, 
     7421   "properties":  
     7422       {"street": "LOCATION 19", "color": "lime", "perpx": "-0.66599", "perpy": "0.74596"} 
     7423},   
     7424{ 
     7425   "type": "Feature", 
     7426   "id": "74 W 6.98", 
     7427   "geometry": 
     7428       { 
     7429        "type": "Point", 
     7430        "coordinates": [-117.55384,33.525739] 
     7431       }, 
     7432   "properties":  
     7433       {"street": "LOCATION 20", "color": "lime", "perpx": "-0.918082", "perpy": "0.396391"} 
     7434},   
     7435{ 
     7436   "type": "Feature", 
     7437   "id": "74 W 7.33", 
     7438   "geometry": 
     7439       { 
     7440        "type": "Point", 
     7441        "coordinates": [-117.551809,33.530443] 
     7442       }, 
     7443   "properties":  
     7444       {"street": "LOCATION 21", "color": "lime", "perpx": "-0.918082", "perpy": "0.396391"} 
     7445},   
     7446{ 
     7447   "type": "Feature", 
     7448   "id": "74 W 8", 
     7449   "geometry": 
     7450       { 
     7451        "type": "Point", 
     7452        "coordinates": [-117.548729,33.539611] 
     7453       }, 
     7454   "properties":  
     7455       {"street": "NICHOLS INSTITUTE", "color": "lime", "perpx": "-0.98967", "perpy": "0.143363"} 
     7456},   
     7457{ 
     7458   "type": "Feature", 
     7459   "id": "74 W 8.03", 
     7460   "geometry": 
     7461       { 
     7462        "type": "Point", 
     7463        "coordinates": [-117.548667,33.540039] 
     7464       }, 
     7465   "properties":  
     7466       {"street": "LOCATION 22", "color": "lime", "perpx": "-0.996885", "perpy": "-0.078874"} 
     7467},   
     7468{ 
     7469   "type": "Feature", 
     7470   "id": "74 W 8.43", 
     7471   "geometry": 
     7472       { 
     7473        "type": "Point", 
     7474        "coordinates": [-117.549113,33.545676] 
     7475       }, 
     7476   "properties":  
     7477       {"street": "LOCATION 23", "color": "lime", "perpx": "-0.996885", "perpy": "-0.078874"} 
     7478},   
     7479{ 
     7480   "type": "Feature", 
     7481   "id": "74 W 9.7", 
     7482   "geometry": 
     7483       { 
     7484        "type": "Point", 
     7485        "coordinates": [-117.546105,33.56355] 
     7486       }, 
     7487   "properties":  
     7488       {"street": "LOCATION 24", "color": "lime", "perpx": "-0.920786", "perpy": "0.390067"} 
     7489},   
     7490{ 
     7491   "type": "Feature", 
     7492   "id": "74 W 10.01", 
     7493   "geometry": 
     7494       { 
     7495        "type": "Point", 
     7496        "coordinates": [-117.544319,33.567766] 
     7497       }, 
     7498   "properties":  
     7499       {"street": "LOCATION 25", "color": "lime", "perpx": "-0.920786", "perpy": "0.390067"} 
     7500},   
     7501 
     7502{ 
     7503   "type": "Feature", 
     7504   "id": "91 E 0.45", 
     7505   "geometry": 
     7506       { 
     7507        "type": "Point", 
     7508        "coordinates": [-118.034919,33.85912] 
     7509       }, 
     7510   "properties":  
     7511       {"street": "MAGNOLIA", "color": "lime", "perpx": "-0.383803", "perpy": "-0.923415"} 
     7512},   
     7513{ 
     7514   "type": "Feature", 
     7515   "id": "91 E 0.6", 
     7516   "geometry": 
     7517       { 
     7518        "type": "Point", 
     7519        "coordinates": [-118.032578,33.858147] 
     7520       }, 
     7521   "properties":  
     7522       {"street": "ORANGETHORPE", "color": "lime", "perpx": "0", "perpy": "0"} 
     7523},   
     7524{ 
     7525   "type": "Feature", 
     7526   "id": "91 E 0.76", 
     7527   "geometry": 
     7528       { 
     7529        "type": "Point", 
     7530        "coordinates": [-117.967371,33.854376] 
     7531       }, 
     7532   "properties":  
     7533       {"street": "GILBERT", "color": "lime", "perpx": "-0.057735", "perpy": "-0.998332"} 
     7534},   
     7535{ 
     7536   "type": "Feature", 
     7537   "id": "91 E 1", 
     7538   "geometry": 
     7539       { 
     7540        "type": "Point", 
     7541        "coordinates": [-118.026091,33.856083] 
     7542       }, 
     7543   "properties":  
     7544       {"street": "VALLEY VIEW", "color": "lime", "perpx": "-0.035152", "perpy": "-0.999382"} 
     7545},   
     7546{ 
     7547   "type": "Feature", 
     7548   "id": "91 E 1.12", 
     7549   "geometry": 
     7550       { 
     7551        "type": "Point", 
     7552        "coordinates": [-117.961156,33.853799] 
     7553       }, 
     7554   "properties":  
     7555       {"street": "BROOKHURST", "color": "lime", "perpx": "-0.035152", "perpy": "-0.999382"} 
     7556},   
     7557{ 
     7558   "type": "Feature", 
     7559   "id": "91 E 1.32", 
     7560   "geometry": 
     7561       { 
     7562        "type": "Point", 
     7563        "coordinates": [-118.020532,33.855843] 
     7564       }, 
     7565   "properties":  
     7566       {"street": "HOLDER", "color": "lime", "perpx": "-0.030437", "perpy": "-0.999537"} 
     7567},   
     7568{ 
     7569   "type": "Feature", 
     7570   "id": "91 E 1.37", 
     7571   "geometry": 
     7572       { 
     7573        "type": "Point", 
     7574        "coordinates": [-117.95679,33.853902] 
     7575       }, 
     7576   "properties":  
     7577       {"street": "BROOKHURST", "color": "lime", "perpx": "0", "perpy": "0"} 
     7578},   
     7579{ 
     7580   "type": "Feature", 
     7581   "id": "91 E 1.81", 
     7582   "geometry": 
     7583       { 
     7584        "type": "Point", 
     7585        "coordinates": [-118.011986,33.855903] 
     7586       }, 
     7587   "properties":  
     7588       {"street": "KNOTT 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     7589},   
     7590{ 
     7591   "type": "Feature", 
     7592   "id": "91 E 1.99", 
     7593   "geometry": 
     7594       { 
     7595        "type": "Point", 
     7596        "coordinates": [-118.008847,33.855926] 
     7597       }, 
     7598   "properties":  
     7599       {"street": "KNOTT 2", "color": "lime", "perpx": "-0.02939", "perpy": "-0.999568"} 
     7600},   
     7601{ 
     7602   "type": "Feature", 
     7603   "id": "91 E 2.11", 
     7604   "geometry": 
     7605       { 
     7606        "type": "Point", 
     7607        "coordinates": [-117.943921,33.854017] 
     7608       }, 
     7609   "properties":  
     7610       {"street": "EUCLID", "color": "lime", "perpx": "-0.02939", "perpy": "-0.999568"} 
     7611},   
     7612{ 
     7613   "type": "Feature", 
     7614   "id": "91 E 2.4", 
     7615   "geometry": 
     7616       { 
     7617        "type": "Point", 
     7618        "coordinates": [-117.938876,33.854029] 
     7619       }, 
     7620   "properties":  
     7621       {"street": "EUCLID", "color": "lime", "perpx": "0.032946", "perpy": "0.999457"} 
     7622},   
     7623{ 
     7624   "type": "Feature", 
     7625   "id": "91 E 2.58", 
     7626   "geometry": 
     7627       { 
     7628        "type": "Point", 
     7629        "coordinates": [-117.998577,33.855997] 
     7630       }, 
     7631   "properties":  
     7632       {"street": "BEACH 1", "color": "lime", "perpx": "0.008629", "perpy": "-0.999963"} 
     7633},   
     7634{ 
     7635   "type": "Feature", 
     7636   "id": "91 E 2.76", 
     7637   "geometry": 
     7638       { 
     7639        "type": "Point", 
     7640        "coordinates": [-117.995448,33.856024] 
     7641       }, 
     7642   "properties":  
     7643       {"street": "BEACH 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     7644},   
     7645{ 
     7646   "type": "Feature", 
     7647   "id": "91 E 3", 
     7648   "geometry": 
     7649       { 
     7650        "type": "Point", 
     7651        "coordinates": [-117.991253,33.856035] 
     7652       }, 
     7653   "properties":  
     7654       {"street": "E OF STANTON", "color": "lime", "perpx": "-0.036012", "perpy": "-0.999351"} 
     7655},   
     7656{ 
     7657   "type": "Feature", 
     7658   "id": "91 E 3.13", 
     7659   "geometry": 
     7660       { 
     7661        "type": "Point", 
     7662        "coordinates": [-117.926206,33.853691] 
     7663       }, 
     7664   "properties":  
     7665       {"street": "HARBOR 1", "color": "lime", "perpx": "0.044312", "perpy": "0.999018"} 
     7666},   
     7667{ 
     7668   "type": "Feature", 
     7669   "id": "91 E 3.4", 
     7670   "geometry": 
     7671       { 
     7672        "type": "Point", 
     7673        "coordinates": [-117.984237,33.856265] 
     7674       }, 
     7675   "properties":  
     7676       {"street": "W OF 5", "color": "lime", "perpx": "0.044312", "perpy": "0.999018"} 
     7677},   
     7678{ 
     7679   "type": "Feature", 
     7680   "id": "91 E 3.91", 
     7681   "geometry": 
     7682       { 
     7683        "type": "Point", 
     7684        "coordinates": [-117.912688,33.853681] 
     7685       }, 
     7686   "properties":  
     7687       {"street": "LEMON", "color": "lime", "perpx": "0.01578", "perpy": "-0.999875"} 
     7688},   
     7689{ 
     7690   "type": "Feature", 
     7691   "id": "91 E 4.18", 
     7692   "geometry": 
     7693       { 
     7694        "type": "Point", 
     7695        "coordinates": [-117.907999,33.853755] 
     7696       }, 
     7697   "properties":  
     7698       {"street": "EAST", "color": "lime", "perpx": "0.004058", "perpy": "-0.999992"} 
     7699},   
     7700{ 
     7701   "type": "Feature", 
     7702   "id": "91 E 4.35", 
     7703   "geometry": 
     7704       { 
     7705        "type": "Point", 
     7706        "coordinates": [-117.905042,33.853767] 
     7707       }, 
     7708   "properties":  
     7709       {"street": "EAST", "color": "lime", "perpx": "0", "perpy": "0"} 
     7710},   
     7711{ 
     7712   "type": "Feature", 
     7713   "id": "91 E 4.77", 
     7714   "geometry": 
     7715       { 
     7716        "type": "Point", 
     7717        "coordinates": [-117.897738,33.853874] 
     7718       }, 
     7719   "properties":  
     7720       {"street": "ACACIA", "color": "lime", "perpx": "0.011516", "perpy": "-0.999934"} 
     7721},   
     7722{ 
     7723   "type": "Feature", 
     7724   "id": "91 E 4.8", 
     7725   "geometry": 
     7726       { 
     7727        "type": "Point", 
     7728        "coordinates": [-117.897217,33.85388] 
     7729       }, 
     7730   "properties":  
     7731       {"street": "ACACIA", "color": "lime", "perpx": "0.011516", "perpy": "-0.999934"} 
     7732},   
     7733{ 
     7734   "type": "Feature", 
     7735   "id": "91 E 5.14", 
     7736   "geometry": 
     7737       { 
     7738        "type": "Point", 
     7739        "coordinates": [-117.891311,33.854108] 
     7740       }, 
     7741   "properties":  
     7742       {"street": "STATE COLLEGE", "color": "lime", "perpx": "-0.031896", "perpy": "-0.999491"} 
     7743},   
     7744{ 
     7745   "type": "Feature", 
     7746   "id": "91 E 5.35", 
     7747   "geometry": 
     7748       { 
     7749        "type": "Point", 
     7750        "coordinates": [-117.887676,33.853992] 
     7751       }, 
     7752   "properties":  
     7753       {"street": "STATE COLLEGE", "color": "lime", "perpx": "0", "perpy": "0"} 
     7754},   
     7755{ 
     7756   "type": "Feature", 
     7757   "id": "91 E 5.5", 
     7758   "geometry": 
     7759       { 
     7760        "type": "Point", 
     7761        "coordinates": [-117.885166,33.853485] 
     7762       }, 
     7763   "properties":  
     7764       {"street": "PLACENTIA", "color": "lime", "perpx": "-0.197993", "perpy": "-0.980203"} 
     7765},   
     7766{ 
     7767   "type": "Feature", 
     7768   "id": "91 E 6.05", 
     7769   "geometry": 
     7770       { 
     7771        "type": "Point", 
     7772        "coordinates": [-117.876605,33.850044] 
     7773       }, 
     7774   "properties":  
     7775       {"street": "W OF 57", "color": "lime", "perpx": "-0.41458", "perpy": "-0.910013"} 
     7776},   
     7777{ 
     7778   "type": "Feature", 
     7779   "id": "91 E 6.3", 
     7780   "geometry": 
     7781       { 
     7782        "type": "Point", 
     7783        "coordinates": [-117.872812,33.848316] 
     7784       }, 
     7785   "properties":  
     7786       {"street": "E OF 57", "color": "lime", "perpx": "-0.41458", "perpy": "-0.910013"} 
     7787},   
     7788{ 
     7789   "type": "Feature", 
     7790   "id": "91 E 6.82", 
     7791   "geometry": 
     7792       { 
     7793        "type": "Point", 
     7794        "coordinates": [-117.864299,33.846226] 
     7795       }, 
     7796   "properties":  
     7797       {"street": "LA PALMA", "color": "lime", "perpx": "0.171763", "perpy": "-0.985138"} 
     7798},   
     7799{ 
     7800   "type": "Feature", 
     7801   "id": "91 E 7.3", 
     7802   "geometry": 
     7803       { 
     7804        "type": "Point", 
     7805        "coordinates": [-117.856212,33.847636] 
     7806       }, 
     7807   "properties":  
     7808       {"street": "GLASSELL1", "color": "lime", "perpx": "0.242383", "perpy": "-0.970181"} 
     7809},   
     7810{ 
     7811   "type": "Feature", 
     7812   "id": "91 E 7.48", 
     7813   "geometry": 
     7814       { 
     7815        "type": "Point", 
     7816        "coordinates": [-117.85323,33.848381] 
     7817       }, 
     7818   "properties":  
     7819       {"street": "GLASSELL2", "color": "lime", "perpx": "0.242318", "perpy": "-0.970197"} 
     7820},   
     7821{ 
     7822   "type": "Feature", 
     7823   "id": "91 E 7.86", 
     7824   "geometry": 
     7825       { 
     7826        "type": "Point", 
     7827        "coordinates": [-117.846936,33.849953] 
     7828       }, 
     7829   "properties":  
     7830       {"street": "GROVE", "color": "lime", "perpx": "0.143226", "perpy": "-0.98969"} 
     7831},   
     7832{ 
     7833   "type": "Feature", 
     7834   "id": "91 E 8.36", 
     7835   "geometry": 
     7836       { 
     7837        "type": "Point", 
     7838        "coordinates": [-117.838568,33.851164] 
     7839       }, 
     7840   "properties":  
     7841       {"street": "TUSTIN", "color": "lime", "perpx": "0.143226", "perpy": "-0.98969"} 
     7842},   
     7843{ 
     7844   "type": "Feature", 
     7845   "id": "91 E 10.08", 
     7846   "geometry": 
     7847       { 
     7848        "type": "Point", 
     7849        "coordinates": [-117.814377,33.850669] 
     7850       }, 
     7851   "properties":  
     7852       {"street": "LAKEVIEW1", "color": "lime", "perpx": "0.643266", "perpy": "-0.765643"} 
     7853},   
     7854{ 
     7855   "type": "Feature", 
     7856   "id": "91 E 10.1", 
     7857   "geometry": 
     7858       { 
     7859        "type": "Point", 
     7860        "coordinates": [-117.814133,33.850874] 
     7861       }, 
     7862   "properties":  
     7863       {"street": "LAKEVIEW2", "color": "lime", "perpx": "0.613864", "perpy": "-0.789412"} 
     7864},   
     7865{ 
     7866   "type": "Feature", 
     7867   "id": "91 E 10.27", 
     7868   "geometry": 
     7869       { 
     7870        "type": "Point", 
     7871        "coordinates": [-117.811988,33.852542] 
     7872       }, 
     7873   "properties":  
     7874       {"street": "LAKEVIEW2", "color": "lime", "perpx": "0", "perpy": "0"} 
     7875},   
     7876{ 
     7877   "type": "Feature", 
     7878   "id": "91 E 10.84", 
     7879   "geometry": 
     7880       { 
     7881        "type": "Point", 
     7882        "coordinates": [-117.80262,33.85429] 
     7883       }, 
     7884   "properties":  
     7885       {"street": "W OF IMPERIAL", "color": "lime", "perpx": "0.183427", "perpy": "-0.983033"} 
     7886},   
     7887{ 
     7888   "type": "Feature", 
     7889   "id": "91 E 11.49", 
     7890   "geometry": 
     7891       { 
     7892        "type": "Point", 
     7893        "coordinates": [-117.791386,33.854176] 
     7894       }, 
     7895   "properties":  
     7896       {"street": "IMPERIAL1", "color": "lime", "perpx": "0.098358", "perpy": "-0.995151"} 
     7897},   
     7898{ 
     7899   "type": "Feature", 
     7900   "id": "91 E 11.5", 
     7901   "geometry": 
     7902       { 
     7903        "type": "Point", 
     7904        "coordinates": [-117.791214,33.854193] 
     7905       }, 
     7906   "properties":  
     7907       {"street": "IMPERIAL1", "color": "lime", "perpx": "0.257772", "perpy": "-0.966206"} 
     7908},   
     7909{ 
     7910   "type": "Feature", 
     7911   "id": "91 E 11.7", 
     7912   "geometry": 
     7913       { 
     7914        "type": "Point", 
     7915        "coordinates": [-117.787923,33.855071] 
     7916       }, 
     7917   "properties":  
     7918       {"street": "IMPERIAL2", "color": "lime", "perpx": "0.431464", "perpy": "-0.90213"} 
     7919},   
     7920{ 
     7921   "type": "Feature", 
     7922   "id": "91 E 12.175", 
     7923   "geometry": 
     7924       { 
     7925        "type": "Point", 
     7926        "coordinates": [-117.780743,33.858505] 
     7927       }, 
     7928   "properties":  
     7929       {"street": "E OF IMPERIAL", "color": "lime", "perpx": "0.43844", "perpy": "-0.898761"} 
     7930},   
     7931{ 
     7932   "type": "Feature", 
     7933   "id": "91 E 12.762", 
     7934   "geometry": 
     7935       { 
     7936        "type": "Point", 
     7937        "coordinates": [-117.771912,33.862813] 
     7938       }, 
     7939   "properties":  
     7940       {"street": "MIDPOINT", "color": "lime", "perpx": "0.436887", "perpy": "-0.899516"} 
     7941},   
     7942{ 
     7943   "type": "Feature", 
     7944   "id": "91 E 13.349", 
     7945   "geometry": 
     7946       { 
     7947        "type": "Point", 
     7948        "coordinates": [-117.763071,33.867107] 
     7949       }, 
     7950   "properties":  
     7951       {"street": "W OF SCALES", "color": "lime", "perpx": "0.436887", "perpy": "-0.899516"} 
     7952},   
     7953{ 
     7954   "type": "Feature", 
     7955   "id": "91 E 14.4", 
     7956   "geometry": 
     7957       { 
     7958        "type": "Point", 
     7959        "coordinates": [-117.745295,33.870197] 
     7960       }, 
     7961   "properties":  
     7962       {"street": "WEIR CNYN1", "color": "lime", "perpx": "0.155667", "perpy": "-0.98781"} 
     7963},   
     7964{ 
     7965   "type": "Feature", 
     7966   "id": "91 E 14.43", 
     7967   "geometry": 
     7968       { 
     7969        "type": "Point", 
     7970        "coordinates": [-117.744781,33.870278] 
     7971       }, 
     7972   "properties":  
     7973       {"street": "WEIR CNYN1", "color": "lime", "perpx": "0.155667", "perpy": "-0.98781"} 
     7974},   
     7975{ 
     7976   "type": "Feature", 
     7977   "id": "91 E 14.6", 
     7978   "geometry": 
     7979       { 
     7980        "type": "Point", 
     7981        "coordinates": [-117.74185,33.870709] 
     7982       }, 
     7983   "properties":  
     7984       {"street": "WEIR CNYN2", "color": "lime", "perpx": "0", "perpy": "0"} 
     7985},   
     7986{ 
     7987   "type": "Feature", 
     7988   "id": "91 E 14.62", 
     7989   "geometry": 
     7990       { 
     7991        "type": "Point", 
     7992        "coordinates": [-117.741504,33.870757] 
     7993       }, 
     7994   "properties":  
     7995       {"street": "WEIR CNYN2", "color": "lime", "perpx": "0", "perpy": "0"} 
     7996},   
     7997{ 
     7998   "type": "Feature", 
     7999   "id": "91 E 15.11", 
     8000   "geometry": 
     8001       { 
     8002        "type": "Point", 
     8003        "coordinates": [-117.73308,33.869894] 
     8004       }, 
     8005   "properties":  
     8006       {"street": "East OF WEIR", "color": "lime", "perpx": "-0.101912", "perpy": "-0.994793"} 
     8007},   
     8008{ 
     8009   "type": "Feature", 
     8010   "id": "91 E 15.793", 
     8011   "geometry": 
     8012       { 
     8013        "type": "Point", 
     8014        "coordinates": [-117.722179,33.866822] 
     8015       }, 
     8016   "properties":  
     8017       {"street": "West OF GYPSUM", "color": "lime", "perpx": "-0.008286", "perpy": "-0.999966"} 
     8018},   
     8019{ 
     8020   "type": "Feature", 
     8021   "id": "91 E 16.4", 
     8022   "geometry": 
     8023       { 
     8024        "type": "Point", 
     8025        "coordinates": [-117.71168,33.866735] 
     8026       }, 
     8027   "properties":  
     8028       {"street": "GYPSUM 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     8029},   
     8030{ 
     8031   "type": "Feature", 
     8032   "id": "91 E 16.6", 
     8033   "geometry": 
     8034       { 
     8035        "type": "Point", 
     8036        "coordinates": [-117.708584,33.868014] 
     8037       }, 
     8038   "properties":  
     8039       {"street": "GYPSUM 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     8040},   
     8041{ 
     8042   "type": "Feature", 
     8043   "id": "91 E 17.044", 
     8044   "geometry": 
     8045       { 
     8046        "type": "Point", 
     8047        "coordinates": [-117.701858,33.871104] 
     8048       }, 
     8049   "properties":  
     8050       {"street": "E OF GYPSUM", "color": "lime", "perpx": "0.417464", "perpy": "-0.908693"} 
     8051},   
     8052{ 
     8053   "type": "Feature", 
     8054   "id": "91 E 18", 
     8055   "geometry": 
     8056       { 
     8057        "type": "Point", 
     8058        "coordinates": [-117.68647,33.871539] 
     8059       }, 
     8060   "properties":  
     8061       {"street": "W of COAL", "color": "lime", "perpx": "-0.376251", "perpy": "-0.926518"} 
     8062},   
     8063{ 
     8064   "type": "Feature", 
     8065   "id": "91 E 18.13", 
     8066   "geometry": 
     8067       { 
     8068        "type": "Point", 
     8069        "coordinates": [-117.6845,33.870739] 
     8070       }, 
     8071   "properties":  
     8072       {"street": "COAL", "color": "lime", "perpx": "-0.376251", "perpy": "-0.926518"} 
     8073},   
     8074{ 
     8075   "type": "Feature", 
     8076   "id": "91 E 18.435", 
     8077   "geometry": 
     8078       { 
     8079        "type": "Point", 
     8080        "coordinates": [-117.68015,33.869165] 
     8081       }, 
     8082   "properties":  
     8083       {"street": "E OF COAL", "color": "lime", "perpx": "0", "perpy": "0"} 
     8084},   
     8085{ 
     8086   "type": "Feature", 
     8087   "id": "91 W 0.4", 
     8088   "geometry": 
     8089       { 
     8090        "type": "Point", 
     8091        "coordinates": [-118.035622,33.85962] 
     8092       }, 
     8093   "properties":  
     8094       {"street": "ORANGETHORPE", "color": "lime", "perpx": "0", "perpy": "0"} 
     8095},   
     8096{ 
     8097   "type": "Feature", 
     8098   "id": "91 W 0.45", 
     8099   "geometry": 
     8100       { 
     8101        "type": "Point", 
     8102        "coordinates": [-117.972391,33.856235] 
     8103       }, 
     8104   "properties":  
     8105       {"street": "MAGNOLIA", "color": "lime", "perpx": "-0.045438", "perpy": "-0.998967"} 
     8106},   
     8107{ 
     8108   "type": "Feature", 
     8109   "id": "91 W 0.49", 
     8110   "geometry": 
     8111       { 
     8112        "type": "Point", 
     8113        "coordinates": [-118.034214,33.859047] 
     8114       }, 
     8115   "properties":  
     8116       {"street": "ORANGETHORPE", "color": "lime", "perpx": "0", "perpy": "0"} 
     8117},   
     8118{ 
     8119   "type": "Feature", 
     8120   "id": "91 W 0.76", 
     8121   "geometry": 
     8122       { 
     8123        "type": "Point", 
     8124        "coordinates": [-117.967351,33.854549] 
     8125       }, 
     8126   "properties":  
     8127       {"street": "GILBERT", "color": "lime", "perpx": "-0.028816", "perpy": "-0.999585"} 
     8128},   
     8129{ 
     8130   "type": "Feature", 
     8131   "id": "91 W 1", 
     8132   "geometry": 
     8133       { 
     8134        "type": "Point", 
     8135        "coordinates": [-118.026045,33.856241] 
     8136       }, 
     8137   "properties":  
     8138       {"street": "VALLEY VIEW", "color": "lime", "perpx": "0.03527", "perpy": "0.999378"} 
     8139},   
     8140{ 
     8141   "type": "Feature", 
     8142   "id": "91 W 1.12", 
     8143   "geometry": 
     8144       { 
     8145        "type": "Point", 
     8146        "coordinates": [-117.961157,33.853951] 
     8147       }, 
     8148   "properties":  
     8149       {"street": "BROOKHURST", "color": "lime", "perpx": "-0.034899", "perpy": "-0.999391"} 
     8150},   
     8151{ 
     8152   "type": "Feature", 
     8153   "id": "91 W 1.32", 
     8154   "geometry": 
     8155       { 
     8156        "type": "Point", 
     8157        "coordinates": [-118.020493,33.856023] 
     8158       }, 
     8159   "properties":  
     8160       {"street": "HOLDER", "color": "lime", "perpx": "-0.034899", "perpy": "-0.999391"} 
     8161},   
     8162{ 
     8163   "type": "Feature", 
     8164   "id": "91 W 1.69", 
     8165   "geometry": 
     8166       { 
     8167        "type": "Point", 
     8168        "coordinates": [-118.014055,33.856065] 
     8169       }, 
     8170   "properties":  
     8171       {"street": "KNOTT 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     8172},   
     8173{ 
     8174   "type": "Feature", 
     8175   "id": "91 W 1.99", 
     8176   "geometry": 
     8177       { 
     8178        "type": "Point", 
     8179        "coordinates": [-118.008835,33.856125] 
     8180       }, 
     8181   "properties":  
     8182       {"street": "KNOTT 2", "color": "lime", "perpx": "0.029813", "perpy": "0.999556"} 
     8183},   
     8184{ 
     8185   "type": "Feature", 
     8186   "id": "91 W 2.11", 
     8187   "geometry": 
     8188       { 
     8189        "type": "Point", 
     8190        "coordinates": [-117.943925,33.854189] 
     8191       }, 
     8192   "properties":  
     8193       {"street": "EUCLID", "color": "lime", "perpx": "0.029813", "perpy": "0.999556"} 
     8194},   
     8195{ 
     8196   "type": "Feature", 
     8197   "id": "91 W 2.4", 
     8198   "geometry": 
     8199       { 
     8200        "type": "Point", 
     8201        "coordinates": [-118.001703,33.856174] 
     8202       }, 
     8203   "properties":  
     8204       {"street": "BEACH 1", "color": "lime", "perpx": "-0.000863", "perpy": "1.0"} 
     8205},   
     8206{ 
     8207   "type": "Feature", 
     8208   "id": "91 W 2.6", 
     8209   "geometry": 
     8210       { 
     8211        "type": "Point", 
     8212        "coordinates": [-117.998227,33.856177] 
     8213       }, 
     8214   "properties":  
     8215       {"street": "BEACH 2", "color": "lime", "perpx": "-0.000863", "perpy": "1.0"} 
     8216},   
     8217{ 
     8218   "type": "Feature", 
     8219   "id": "91 W 3", 
     8220   "geometry": 
     8221       { 
     8222        "type": "Point", 
     8223        "coordinates": [-117.991257,33.85622] 
     8224       }, 
     8225   "properties":  
     8226       {"street": "E OF STANTON", "color": "lime", "perpx": "0.035533", "perpy": "0.999368"} 
     8227},   
     8228{ 
     8229   "type": "Feature", 
     8230   "id": "91 W 3.13", 
     8231   "geometry": 
     8232       { 
     8233        "type": "Point", 
     8234        "coordinates": [-117.926204,33.853907] 
     8235       }, 
     8236   "properties":  
     8237       {"street": "HARBOR 1", "color": "lime", "perpx": "-0.05087", "perpy": "-0.998705"} 
     8238},   
     8239{ 
     8240   "type": "Feature", 
     8241   "id": "91 W 3.4", 
     8242   "geometry": 
     8243       { 
     8244        "type": "Point", 
     8245        "coordinates": [-117.984356,33.856869] 
     8246       }, 
     8247   "properties":  
     8248       {"street": "W OF 5", "color": "lime", "perpx": "-0.05087", "perpy": "-0.998705"} 
     8249},   
     8250{ 
     8251   "type": "Feature", 
     8252   "id": "91 W 3.87", 
     8253   "geometry": 
     8254       { 
     8255        "type": "Point", 
     8256        "coordinates": [-117.976502,33.857654] 
     8257       }, 
     8258   "properties":  
     8259       {"street": "MAGNOLIA", "color": "lime", "perpx": "0", "perpy": "0"} 
     8260},   
     8261{ 
     8262   "type": "Feature", 
     8263   "id": "91 W 3.91", 
     8264   "geometry": 
     8265       { 
     8266        "type": "Point", 
     8267        "coordinates": [-117.912686,33.853895] 
     8268       }, 
     8269   "properties":  
     8270       {"street": "LEMON", "color": "lime", "perpx": "-0.00639", "perpy": "0.99998"} 
     8271},   
     8272{ 
     8273   "type": "Feature", 
     8274   "id": "91 W 4.18", 
     8275   "geometry": 
     8276       { 
     8277        "type": "Point", 
     8278        "coordinates": [-117.907991,33.853925] 
     8279       }, 
     8280   "properties":  
     8281       {"street": "EAST", "color": "lime", "perpx": "-0.00639", "perpy": "0.99998"} 
     8282},   
     8283{ 
     8284   "type": "Feature", 
     8285   "id": "91 W 4.77", 
     8286   "geometry": 
     8287       { 
     8288        "type": "Point", 
     8289        "coordinates": [-117.897729,33.854035] 
     8290       }, 
     8291   "properties":  
     8292       {"street": "ACACIA", "color": "lime", "perpx": "-0.017239", "perpy": "0.999851"} 
     8293},   
     8294{ 
     8295   "type": "Feature", 
     8296   "id": "91 W 4.8", 
     8297   "geometry": 
     8298       { 
     8299        "type": "Point", 
     8300        "coordinates": [-117.897207,33.854044] 
     8301       }, 
     8302   "properties":  
     8303       {"street": "ACACIA", "color": "lime", "perpx": "-0.04484", "perpy": "0.998994"} 
     8304},   
     8305{ 
     8306   "type": "Feature", 
     8307   "id": "91 W 5.14", 
     8308   "geometry": 
     8309       { 
     8310        "type": "Point", 
     8311        "coordinates": [-117.891303,33.854309] 
     8312       }, 
     8313   "properties":  
     8314       {"street": "STATE COLLEGE", "color": "lime", "perpx": "0.073866", "perpy": "0.997268"} 
     8315},   
     8316{ 
     8317   "type": "Feature", 
     8318   "id": "91 W 5.5", 
     8319   "geometry": 
     8320       { 
     8321        "type": "Point", 
     8322        "coordinates": [-117.885106,33.85385] 
     8323       }, 
     8324   "properties":  
     8325       {"street": "PLACENTIA", "color": "lime", "perpx": "0.073866", "perpy": "0.997268"} 
     8326},   
     8327{ 
     8328   "type": "Feature", 
     8329   "id": "91 W 6.05", 
     8330   "geometry": 
     8331       { 
     8332        "type": "Point", 
     8333        "coordinates": [-117.87661,33.850258] 
     8334       }, 
     8335   "properties":  
     8336       {"street": "W OF 57", "color": "lime", "perpx": "0.417273", "perpy": "0.908781"} 
     8337},   
     8338{ 
     8339   "type": "Feature", 
     8340   "id": "91 W 6.15", 
     8341   "geometry": 
     8342       { 
     8343        "type": "Point", 
     8344        "coordinates": [-117.875092,33.849561] 
     8345       }, 
     8346   "properties":  
     8347       {"street": "W OF 57", "color": "lime", "perpx": "0", "perpy": "0"} 
     8348},   
     8349{ 
     8350   "type": "Feature", 
     8351   "id": "91 W 6.3", 
     8352   "geometry": 
     8353       { 
     8354        "type": "Point", 
     8355        "coordinates": [-117.872819,33.848505] 
     8356       }, 
     8357   "properties":  
     8358       {"street": "E OF 57", "color": "lime", "perpx": "0.397217", "perpy": "0.917725"} 
     8359},   
     8360{ 
     8361   "type": "Feature", 
     8362   "id": "91 W 6.42", 
     8363   "geometry": 
     8364       { 
     8365        "type": "Point", 
     8366        "coordinates": [-117.870973,33.847706] 
     8367       }, 
     8368   "properties":  
     8369       {"street": "LA PALMA", "color": "lime", "perpx": "0", "perpy": "0"} 
     8370},   
     8371{ 
     8372   "type": "Feature", 
     8373   "id": "91 W 6.82", 
     8374   "geometry": 
     8375       { 
     8376        "type": "Point", 
     8377        "coordinates": [-117.864265,33.84645] 
     8378       }, 
     8379   "properties":  
     8380       {"street": "LA PALMA", "color": "lime", "perpx": "0.184041", "perpy": "0.982919"} 
     8381},   
     8382{ 
     8383   "type": "Feature", 
     8384   "id": "91 W 7.31", 
     8385   "geometry": 
     8386       { 
     8387        "type": "Point", 
     8388        "coordinates": [-117.855999,33.847931] 
     8389       }, 
     8390   "properties":  
     8391       {"street": "KRAEMER 1", "color": "lime", "perpx": "-0.238718", "perpy": "0.971089"} 
     8392},   
     8393{ 
     8394   "type": "Feature", 
     8395   "id": "91 W 7.4", 
     8396   "geometry": 
     8397       { 
     8398        "type": "Point", 
     8399        "coordinates": [-117.854502,33.848299] 
     8400       }, 
     8401   "properties":  
     8402       {"street": "KRAEMER 2", "color": "lime", "perpx": "-0.241819", "perpy": "0.970321"} 
     8403},   
     8404{ 
     8405   "type": "Feature", 
     8406   "id": "91 W 7.86", 
     8407   "geometry": 
     8408       { 
     8409        "type": "Point", 
     8410        "coordinates": [-117.846854,33.850205] 
     8411       }, 
     8412   "properties":  
     8413       {"street": "GROVE", "color": "lime", "perpx": "-0.13485", "perpy": "0.990866"} 
     8414},   
     8415{ 
     8416   "type": "Feature", 
     8417   "id": "91 W 8.36", 
     8418   "geometry": 
     8419       { 
     8420        "type": "Point", 
     8421        "coordinates": [-117.838448,33.851349] 
     8422       }, 
     8423   "properties":  
     8424       {"street": "TUSTIN", "color": "lime", "perpx": "-0.13485", "perpy": "0.990866"} 
     8425},   
     8426{ 
     8427   "type": "Feature", 
     8428   "id": "91 W 9.9", 
     8429   "geometry": 
     8430       { 
     8431        "type": "Point", 
     8432        "coordinates": [-117.816715,33.849084] 
     8433       }, 
     8434   "properties":  
     8435       {"street": "LAKEVIEW1", "color": "lime", "perpx": "0", "perpy": "0"} 
     8436},   
     8437{ 
     8438   "type": "Feature", 
     8439   "id": "91 W 9.95", 
     8440   "geometry": 
     8441       { 
     8442        "type": "Point", 
     8443        "coordinates": [-117.816135,33.849591] 
     8444       }, 
     8445   "properties":  
     8446       {"street": "LAKEVIEW1", "color": "lime", "perpx": "0", "perpy": "0"} 
     8447},   
     8448{ 
     8449   "type": "Feature", 
     8450   "id": "91 W 10.1", 
     8451   "geometry": 
     8452       { 
     8453        "type": "Point", 
     8454        "coordinates": [-117.814374,33.851107] 
     8455       }, 
     8456   "properties":  
     8457       {"street": "LAKEVIEW 2", "color": "lime", "perpx": "-0.654394", "perpy": "0.756154"} 
     8458},   
     8459{ 
     8460   "type": "Feature", 
     8461   "id": "91 W 10.14", 
     8462   "geometry": 
     8463       { 
     8464        "type": "Point", 
     8465        "coordinates": [-117.813891,33.851525] 
     8466       }, 
     8467   "properties":  
     8468       {"street": "LAKEVIEW2", "color": "lime", "perpx": "-0.654394", "perpy": "0.756154"} 
     8469},   
     8470{ 
     8471   "type": "Feature", 
     8472   "id": "91 W 10.84", 
     8473   "geometry": 
     8474       { 
     8475        "type": "Point", 
     8476        "coordinates": [-117.802756,33.854556] 
     8477       }, 
     8478   "properties":  
     8479       {"street": "W OF IMPERIAL", "color": "lime", "perpx": "0.020315", "perpy": "0.999794"} 
     8480},   
     8481{ 
     8482   "type": "Feature", 
     8483   "id": "91 W 11.3", 
     8484   "geometry": 
     8485       { 
     8486        "type": "Point", 
     8487        "coordinates": [-117.794734,33.854393] 
     8488       }, 
     8489   "properties":  
     8490       {"street": "IMPERIAL1", "color": "lime", "perpx": "0", "perpy": "0"} 
     8491},   
     8492{ 
     8493   "type": "Feature", 
     8494   "id": "91 W 11.38", 
     8495   "geometry": 
     8496       { 
     8497        "type": "Point", 
     8498        "coordinates": [-117.793339,33.854368] 
     8499       }, 
     8500   "properties":  
     8501       {"street": "IMPERIAL1", "color": "lime", "perpx": "0", "perpy": "0"} 
     8502},   
     8503{ 
     8504   "type": "Feature", 
     8505   "id": "91 W 11.5", 
     8506   "geometry": 
     8507       { 
     8508        "type": "Point", 
     8509        "coordinates": [-117.791255,33.854451] 
     8510       }, 
     8511   "properties":  
     8512       {"street": "IMPERIAL1", "color": "lime", "perpx": "-0.168785", "perpy": "0.985653"} 
     8513},   
     8514{ 
     8515   "type": "Feature", 
     8516   "id": "91 W 11.59", 
     8517   "geometry": 
     8518       { 
     8519        "type": "Point", 
     8520        "coordinates": [-117.789725,33.854713] 
     8521       }, 
     8522   "properties":  
     8523       {"street": "IMPERIAL2", "color": "lime", "perpx": "-0.310943", "perpy": "0.950429"} 
     8524},   
     8525{ 
     8526   "type": "Feature", 
     8527   "id": "91 W 11.6", 
     8528   "geometry": 
     8529       { 
     8530        "type": "Point", 
     8531        "coordinates": [-117.789563,33.854766] 
     8532       }, 
     8533   "properties":  
     8534       {"street": "IMPERIAL2", "color": "lime", "perpx": "-0.416479", "perpy": "0.909145"} 
     8535},   
     8536{ 
     8537   "type": "Feature", 
     8538   "id": "91 W 12.175", 
     8539   "geometry": 
     8540       { 
     8541        "type": "Point", 
     8542        "coordinates": [-117.780816,33.858773] 
     8543       }, 
     8544   "properties":  
     8545       {"street": "E OF IMPERIAL", "color": "lime", "perpx": "-0.438994", "perpy": "0.89849"} 
     8546},   
     8547{ 
     8548   "type": "Feature", 
     8549   "id": "91 W 12.762", 
     8550   "geometry": 
     8551       { 
     8552        "type": "Point", 
     8553        "coordinates": [-117.772007,33.863077] 
     8554       }, 
     8555   "properties":  
     8556       {"street": "MIDPOINT", "color": "lime", "perpx": "-0.437889", "perpy": "0.899029"} 
     8557},   
     8558{ 
     8559   "type": "Feature", 
     8560   "id": "91 W 13.349", 
     8561   "geometry": 
     8562       { 
     8563        "type": "Point", 
     8564        "coordinates": [-117.763191,33.867371] 
     8565       }, 
     8566   "properties":  
     8567       {"street": "W OF SCALES", "color": "lime", "perpx": "-0.437889", "perpy": "0.899029"} 
     8568},   
     8569{ 
     8570   "type": "Feature", 
     8571   "id": "91 W 14.2", 
     8572   "geometry": 
     8573       { 
     8574        "type": "Point", 
     8575        "coordinates": [-117.74891,33.869973] 
     8576       }, 
     8577   "properties":  
     8578       {"street": "WEIR CNYN1", "color": "lime", "perpx": "0", "perpy": "0"} 
     8579},   
     8580{ 
     8581   "type": "Feature", 
     8582   "id": "91 W 14.26", 
     8583   "geometry": 
     8584       { 
     8585        "type": "Point", 
     8586        "coordinates": [-117.747893,33.870169] 
     8587       }, 
     8588   "properties":  
     8589       {"street": "WEIR CNYN1", "color": "lime", "perpx": "0", "perpy": "0"} 
     8590},   
     8591{ 
     8592   "type": "Feature", 
     8593   "id": "91 W 14.43", 
     8594   "geometry": 
     8595       { 
     8596        "type": "Point", 
     8597        "coordinates": [-117.744997,33.870661] 
     8598       }, 
     8599   "properties":  
     8600       {"street": "WEIR CNYN2", "color": "lime", "perpx": "-0.177649", "perpy": "0.984094"} 
     8601},   
     8602{ 
     8603   "type": "Feature", 
     8604   "id": "91 W 14.5", 
     8605   "geometry": 
     8606       { 
     8607        "type": "Point", 
     8608        "coordinates": [-117.743806,33.870876] 
     8609       }, 
     8610   "properties":  
     8611       {"street": "WEIR CNYN2", "color": "lime", "perpx": "0.048587", "perpy": "0.998819"} 
     8612},   
     8613{ 
     8614   "type": "Feature", 
     8615   "id": "91 W 15.11", 
     8616   "geometry": 
     8617       { 
     8618        "type": "Point", 
     8619        "coordinates": [-117.733445,33.870372] 
     8620       }, 
     8621   "properties":  
     8622       {"street": "East OF WEIR", "color": "lime", "perpx": "0.048587", "perpy": "0.998819"} 
     8623},   
     8624{ 
     8625   "type": "Feature", 
     8626   "id": "91 W 15.793", 
     8627   "geometry": 
     8628       { 
     8629        "type": "Point", 
     8630        "coordinates": [-117.722277,33.867126] 
     8631       }, 
     8632   "properties":  
     8633       {"street": "West OF GYPSUM", "color": "lime", "perpx": "0.08815", "perpy": "0.996107"} 
     8634},   
     8635{ 
     8636   "type": "Feature", 
     8637   "id": "91 W 16.2", 
     8638   "geometry": 
     8639       { 
     8640        "type": "Point", 
     8641        "coordinates": [-117.715237,33.866503] 
     8642       }, 
     8643   "properties":  
     8644       {"street": "GYPSUM 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     8645},   
     8646{ 
     8647   "type": "Feature", 
     8648   "id": "91 W 17.044", 
     8649   "geometry": 
     8650       { 
     8651        "type": "Point", 
     8652        "coordinates": [-117.701993,33.871439] 
     8653       }, 
     8654   "properties":  
     8655       {"street": "E OF GYPSUM", "color": "lime", "perpx": "-0.129654", "perpy": "0.991559"} 
     8656},   
     8657{ 
     8658   "type": "Feature", 
     8659   "id": "91 W 17.84", 
     8660   "geometry": 
     8661       { 
     8662        "type": "Point", 
     8663        "coordinates": [-117.689053,33.873131] 
     8664       }, 
     8665   "properties":  
     8666       {"street": "COAL", "color": "lime", "perpx": "0", "perpy": "0"} 
     8667},   
     8668{ 
     8669   "type": "Feature", 
     8670   "id": "91 W 18", 
     8671   "geometry": 
     8672       { 
     8673        "type": "Point", 
     8674        "coordinates": [-117.686605,33.872075] 
     8675       }, 
     8676   "properties":  
     8677       {"street": "W of COAL", "color": "lime", "perpx": "0.402928", "perpy": "0.915232"} 
     8678},   
     8679{ 
     8680   "type": "Feature", 
     8681   "id": "91 W 18.1", 
     8682   "geometry": 
     8683       { 
     8684        "type": "Point", 
     8685        "coordinates": [-117.685149,33.871434] 
     8686       }, 
     8687   "properties":  
     8688       {"street": "COAL", "color": "lime", "perpx": "0.402928", "perpy": "0.915232"} 
     8689},   
     8690{ 
     8691   "type": "Feature", 
     8692   "id": "91 W 18.435", 
     8693   "geometry": 
     8694       { 
     8695        "type": "Point", 
     8696        "coordinates": [-117.680194,33.869436] 
     8697       }, 
     8698   "properties":  
     8699       {"street": "E OF COAL", "color": "lime", "perpx": "0", "perpy": "0"} 
     8700},   
     8701 
     8702{ 
     8703   "type": "Feature", 
     8704   "id": "133 N 4.34", 
     8705   "geometry": 
     8706       { 
     8707        "type": "Point", 
     8708        "coordinates": [-117.760506,33.596159] 
     8709       }, 
     8710   "properties":  
     8711       {"street": "LOCATION 26", "color": "lime", "perpx": "0.962924", "perpy": "0.269774"} 
     8712},   
     8713{ 
     8714   "type": "Feature", 
     8715   "id": "133 N 4.5", 
     8716   "geometry": 
     8717       { 
     8718        "type": "Point", 
     8719        "coordinates": [-117.761133,33.598397] 
     8720       }, 
     8721   "properties":  
     8722       {"street": "AT 73", "color": "lime", "perpx": "0", "perpy": "0"} 
     8723},   
     8724{ 
     8725   "type": "Feature", 
     8726   "id": "133 N 4.79", 
     8727   "geometry": 
     8728       { 
     8729        "type": "Point", 
     8730        "coordinates": [-117.760884,33.602492] 
     8731       }, 
     8732   "properties":  
     8733       {"street": "LOCATION 27", "color": "lime", "perpx": "0.974473", "perpy": "-0.224504"} 
     8734},   
     8735{ 
     8736   "type": "Feature", 
     8737   "id": "133 N 5.3", 
     8738   "geometry": 
     8739       { 
     8740        "type": "Point", 
     8741        "coordinates": [-117.759225,33.609693] 
     8742       }, 
     8743   "properties":  
     8744       {"street": "LOCATION 28", "color": "lime", "perpx": "0.974473", "perpy": "-0.224504"} 
     8745},   
     8746{ 
     8747   "type": "Feature", 
     8748   "id": "133 N 5.81", 
     8749   "geometry": 
     8750       { 
     8751        "type": "Point", 
     8752        "coordinates": [-117.756717,33.616805] 
     8753       }, 
     8754   "properties":  
     8755       {"street": "LOCATION 29", "color": "lime", "perpx": "0.975925", "perpy": "-0.218108"} 
     8756},   
     8757{ 
     8758   "type": "Feature", 
     8759   "id": "133 N 6", 
     8760   "geometry": 
     8761       { 
     8762        "type": "Point", 
     8763        "coordinates": [-117.75607,33.6197] 
     8764       }, 
     8765   "properties":  
     8766       {"street": "AT LAKE FOREST", "color": "lime", "perpx": "0", "perpy": "0"} 
     8767},   
     8768{ 
     8769   "type": "Feature", 
     8770   "id": "133 N 6.37", 
     8771   "geometry": 
     8772       { 
     8773        "type": "Point", 
     8774        "coordinates": [-117.757397,33.625088] 
     8775       }, 
     8776   "properties":  
     8777       {"street": "LOCATION 30", "color": "lime", "perpx": "0.80608", "perpy": "0.591806"} 
     8778},   
     8779{ 
     8780   "type": "Feature", 
     8781   "id": "133 N 6.81", 
     8782   "geometry": 
     8783       { 
     8784        "type": "Point", 
     8785        "coordinates": [-117.761167,33.630223] 
     8786       }, 
     8787   "properties":  
     8788       {"street": "LOCATION 31", "color": "lime", "perpx": "0.80608", "perpy": "0.591806"} 
     8789},   
     8790{ 
     8791   "type": "Feature", 
     8792   "id": "133 N 7.35", 
     8793   "geometry": 
     8794       { 
     8795        "type": "Point", 
     8796        "coordinates": [-117.760626,33.637439] 
     8797       }, 
     8798   "properties":  
     8799       {"street": "LOCATION 32", "color": "lime", "perpx": "0", "perpy": "0"} 
     8800},   
     8801{ 
     8802   "type": "Feature", 
     8803   "id": "133 N 7.72", 
     8804   "geometry": 
     8805       { 
     8806        "type": "Point", 
     8807        "coordinates": [-117.761812,33.64216] 
     8808       }, 
     8809   "properties":  
     8810       {"street": "LOCATION 34", "color": "lime", "perpx": "0", "perpy": "0"} 
     8811},   
     8812{ 
     8813   "type": "Feature", 
     8814   "id": "133 N 7.76", 
     8815   "geometry": 
     8816       { 
     8817        "type": "Point", 
     8818        "coordinates": [-117.761973,33.642699] 
     8819       }, 
     8820   "properties":  
     8821       {"street": "LOCATION 33", "color": "lime", "perpx": "0", "perpy": "0"} 
     8822},   
     8823{ 
     8824   "type": "Feature", 
     8825   "id": "133 N 8.732", 
     8826   "geometry": 
     8827       { 
     8828        "type": "Point", 
     8829        "coordinates": [-117.757636,33.657392] 
     8830       }, 
     8831   "properties":  
     8832       {"street": "BARRANCA 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     8833},   
     8834{ 
     8835   "type": "Feature", 
     8836   "id": "133 N 8.866", 
     8837   "geometry": 
     8838       { 
     8839        "type": "Point", 
     8840        "coordinates": [-117.756294,33.659542] 
     8841       }, 
     8842   "properties":  
     8843       {"street": "BARRANCA1", "color": "lime", "perpx": "0", "perpy": "0"} 
     8844},   
     8845{ 
     8846   "type": "Feature", 
    17148847   "id": "133 N 9", 
    17158848   "geometry": 
     
    17898922{ 
    17908923   "type": "Feature", 
     8924   "id": "133 N 11.08", 
     8925   "geometry": 
     8926       { 
     8927        "type": "Point", 
     8928        "coordinates": [-117.743737,33.687048] 
     8929       }, 
     8930   "properties":  
     8931       {"street": "AT PM 11", "color": "lime", "perpx": "0.766025", "perpy": "-0.642811"} 
     8932},   
     8933{ 
     8934   "type": "Feature", 
     8935   "id": "133 N 11.35", 
     8936   "geometry": 
     8937       { 
     8938        "type": "Point", 
     8939        "coordinates": [-117.741045,33.690256] 
     8940       }, 
     8941   "properties":  
     8942       {"street": "N OF PM 11", "color": "lime", "perpx": "0.764276", "perpy": "-0.64489"} 
     8943},   
     8944{ 
     8945   "type": "Feature", 
     8946   "id": "133 N 11.6", 
     8947   "geometry": 
     8948       { 
     8949        "type": "Point", 
     8950        "coordinates": [-117.738544,33.69322] 
     8951       }, 
     8952   "properties":  
     8953       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     8954},   
     8955{ 
     8956   "type": "Feature", 
     8957   "id": "133 N 11.7", 
     8958   "geometry": 
     8959       { 
     8960        "type": "Point", 
     8961        "coordinates": [-117.737541,33.694404] 
     8962       }, 
     8963   "properties":  
     8964       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "0.763019", "perpy": "-0.646375"} 
     8965},   
     8966{ 
     8967   "type": "Feature", 
     8968   "id": "133 N 12", 
     8969   "geometry": 
     8970       { 
     8971        "type": "Point", 
     8972        "coordinates": [-117.734495,33.697907] 
     8973       }, 
     8974   "properties":  
     8975       {"street": "IRVINE BLVD 3 (loop)", "color": "lime", "perpx": "0", "perpy": "0"} 
     8976},   
     8977{ 
     8978   "type": "Feature", 
     8979   "id": "133 N 12.05", 
     8980   "geometry": 
     8981       { 
     8982        "type": "Point", 
     8983        "coordinates": [-117.733959,33.698464] 
     8984       }, 
     8985   "properties":  
     8986       {"street": "IRVINE BLVD 3", "color": "lime", "perpx": "0.72056", "perpy": "-0.693393"} 
     8987},   
     8988{ 
     8989   "type": "Feature", 
     8990   "id": "133 N 12.42", 
     8991   "geometry": 
     8992       { 
     8993        "type": "Point", 
     8994        "coordinates": [-117.72971,33.70238] 
     8995       }, 
     8996   "properties":  
     8997       {"street": "S OF PORTOLA", "color": "lime", "perpx": "0.731326", "perpy": "-0.682028"} 
     8998},   
     8999{ 
     9000   "type": "Feature", 
     9001   "id": "133 N 12.77", 
     9002   "geometry": 
     9003       { 
     9004        "type": "Point", 
     9005        "coordinates": [-117.726196,33.706148] 
     9006       }, 
     9007   "properties":  
     9008       {"street": "133NB to 241NB", "color": "lime", "perpx": "0", "perpy": "0"} 
     9009},   
     9010{ 
     9011   "type": "Feature", 
     9012   "id": "133 N 13.04", 
     9013   "geometry": 
     9014       { 
     9015        "type": "Point", 
     9016        "coordinates": [-117.724497,33.709447] 
     9017       }, 
     9018   "properties":  
     9019       {"street": "ORANGE 1", "color": "lime", "perpx": "0.889028", "perpy": "-0.457853"} 
     9020},   
     9021{ 
     9022   "type": "Feature", 
     9023   "id": "133 N 13.42", 
     9024   "geometry": 
     9025       { 
     9026        "type": "Point", 
     9027        "coordinates": [-117.721749,33.71555] 
     9028       }, 
     9029   "properties":  
     9030       {"street": "ORANGE 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     9031},   
     9032{ 
     9033   "type": "Feature", 
     9034   "id": "133 S 4", 
     9035   "geometry": 
     9036       { 
     9037        "type": "Point", 
     9038        "coordinates": [-117.759529,33.591062] 
     9039       }, 
     9040   "properties":  
     9041       {"street": "N of 73", "color": "lime", "perpx": "0", "perpy": "0"} 
     9042},   
     9043{ 
     9044   "type": "Feature", 
     9045   "id": "133 S 4.38", 
     9046   "geometry": 
     9047       { 
     9048        "type": "Point", 
     9049        "coordinates": [-117.760662,33.596721] 
     9050       }, 
     9051   "properties":  
     9052       {"street": "LOCATION 40", "color": "lime", "perpx": "-0.980541", "perpy": "-0.196316"} 
     9053},   
     9054{ 
     9055   "type": "Feature", 
     9056   "id": "133 S 4.8", 
     9057   "geometry": 
     9058       { 
     9059        "type": "Point", 
     9060        "coordinates": [-117.760843,33.60263] 
     9061       }, 
     9062   "properties":  
     9063       {"street": "AT LAKE FOREST", "color": "lime", "perpx": "0", "perpy": "0"} 
     9064},   
     9065{ 
     9066   "type": "Feature", 
     9067   "id": "133 S 4.81", 
     9068   "geometry": 
     9069       { 
     9070        "type": "Point", 
     9071        "coordinates": [-117.7608,33.602769] 
     9072       }, 
     9073   "properties":  
     9074       {"street": "LOCATION 39", "color": "lime", "perpx": "-0.948647", "perpy": "0.316336"} 
     9075},   
     9076{ 
     9077   "type": "Feature", 
     9078   "id": "133 S 5", 
     9079   "geometry": 
     9080       { 
     9081        "type": "Point", 
     9082        "coordinates": [-117.759925,33.605393] 
     9083       }, 
     9084   "properties":  
     9085       {"street": "AT 73 (BLUETOOTH)", "color": "lime", "perpx": "0", "perpy": "0"} 
     9086},   
     9087{ 
     9088   "type": "Feature", 
     9089   "id": "133 S 5.26", 
     9090   "geometry": 
     9091       { 
     9092        "type": "Point", 
     9093        "coordinates": [-117.759202,33.609099] 
     9094       }, 
     9095   "properties":  
     9096       {"street": "LOCATION 38", "color": "lime", "perpx": "-0.951762", "perpy": "0.306837"} 
     9097},   
     9098{ 
     9099   "type": "Feature", 
     9100   "id": "133 S 5.81", 
     9101   "geometry": 
     9102       { 
     9103        "type": "Point", 
     9104        "coordinates": [-117.756718,33.616804] 
     9105       }, 
     9106   "properties":  
     9107       {"street": "LOCATION 37", "color": "lime", "perpx": "-0.951762", "perpy": "0.306837"} 
     9108},   
     9109{ 
     9110   "type": "Feature", 
     9111   "id": "133 S 6.38", 
     9112   "geometry": 
     9113       { 
     9114        "type": "Point", 
     9115        "coordinates": [-117.75749,33.625214] 
     9116       }, 
     9117   "properties":  
     9118       {"street": "LOCATION 36", "color": "lime", "perpx": "-0.805163", "perpy": "-0.593053"} 
     9119},   
     9120{ 
     9121   "type": "Feature", 
     9122   "id": "133 S 6.8", 
     9123   "geometry": 
     9124       { 
     9125        "type": "Point", 
     9126        "coordinates": [-117.761094,33.630107] 
     9127       }, 
     9128   "properties":  
     9129       {"street": "LOCATION 35", "color": "lime", "perpx": "-0.805163", "perpy": "-0.593053"} 
     9130},   
     9131{ 
     9132   "type": "Feature", 
    17919133   "id": "133 S 9", 
    17929134   "geometry": 
     
    18539195       {"street": "S OF PM 11", "color": "lime", "perpx": "-0.764221", "perpy": "0.644955"} 
    18549196},   
     9197{ 
     9198   "type": "Feature", 
     9199   "id": "133 S 11.08", 
     9200   "geometry": 
     9201       { 
     9202        "type": "Point", 
     9203        "coordinates": [-117.744014,33.687243] 
     9204       }, 
     9205   "properties":  
     9206       {"street": "AT PM 11", "color": "lime", "perpx": "-0.767026", "perpy": "0.641617"} 
     9207},   
     9208{ 
     9209   "type": "Feature", 
     9210   "id": "133 S 11.35", 
     9211   "geometry": 
     9212       { 
     9213        "type": "Point", 
     9214        "coordinates": [-117.741328,33.690454] 
     9215       }, 
     9216   "properties":  
     9217       {"street": "N OF PM 11", "color": "lime", "perpx": "-0.764252", "perpy": "0.644918"} 
     9218},   
     9219{ 
     9220   "type": "Feature", 
     9221   "id": "133 S 11.7", 
     9222   "geometry": 
     9223       { 
     9224        "type": "Point", 
     9225        "coordinates": [-117.737826,33.694604] 
     9226       }, 
     9227   "properties":  
     9228       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "-0.756644", "perpy": "0.653828"} 
     9229},   
     9230{ 
     9231   "type": "Feature", 
     9232   "id": "133 S 12.05", 
     9233   "geometry": 
     9234       { 
     9235        "type": "Point", 
     9236        "coordinates": [-117.734303,33.698681] 
     9237       }, 
     9238   "properties":  
     9239       {"street": "IRVINE BLVD 3", "color": "lime", "perpx": "-0.679098", "perpy": "0.734047"} 
     9240},   
     9241{ 
     9242   "type": "Feature", 
     9243   "id": "133 S 12.42", 
     9244   "geometry": 
     9245       { 
     9246        "type": "Point", 
     9247        "coordinates": [-117.730095,33.702574] 
     9248       }, 
     9249   "properties":  
     9250       {"street": "S OF PORTOLA", "color": "lime", "perpx": "-0.679098", "perpy": "0.734047"} 
     9251},   
     9252{ 
     9253   "type": "Feature", 
     9254   "id": "133 S 13.04", 
     9255   "geometry": 
     9256       { 
     9257        "type": "Point", 
     9258        "coordinates": [-117.72449,33.710914] 
     9259       }, 
     9260   "properties":  
     9261       {"street": "ORANGE 1", "color": "lime", "perpx": "-0.898001", "perpy": "0.439993"} 
     9262},   
     9263{ 
     9264   "type": "Feature", 
     9265   "id": "133 S 13.42", 
     9266   "geometry": 
     9267       { 
     9268        "type": "Point", 
     9269        "coordinates": [-117.722121,33.715749] 
     9270       }, 
     9271   "properties":  
     9272       {"street": "ORANGE 2", "color": "lime", "perpx": "-0.898001", "perpy": "0.439993"} 
     9273},   
    18559274 
    18569275{ 
    18579276   "type": "Feature", 
     9277   "id": "142 E 0.753", 
     9278   "geometry": 
     9279       { 
     9280        "type": "Point", 
     9281        "coordinates": [-117.85227,33.90979] 
     9282       }, 
     9283   "properties":  
     9284       {"street": "IMPERIAL HWY & VALEN", "color": "lime", "perpx": "0.843501", "perpy": "-0.537127"} 
     9285},   
     9286{ 
     9287   "type": "Feature", 
     9288   "id": "142 E 0.975", 
     9289   "geometry": 
     9290       { 
     9291        "type": "Point", 
     9292        "coordinates": [-117.850473,33.912612] 
     9293       }, 
     9294   "properties":  
     9295       {"street": "Nasa ST", "color": "lime", "perpx": "0.843501", "perpy": "-0.537127"} 
     9296},   
     9297{ 
     9298   "type": "Feature", 
     9299   "id": "142 E 1.41", 
     9300   "geometry": 
     9301       { 
     9302        "type": "Point", 
     9303        "coordinates": [-117.847872,33.918427] 
     9304       }, 
     9305   "properties":  
     9306       {"street": "BRIRCH ST & VALENCIA", "color": "lime", "perpx": "0.99709", "perpy": "-0.076235"} 
     9307},   
     9308{ 
     9309   "type": "Feature", 
     9310   "id": "142 E 1.768", 
     9311   "geometry": 
     9312       { 
     9313        "type": "Point", 
     9314        "coordinates": [-117.847455,33.923881] 
     9315       }, 
     9316   "properties":  
     9317       {"street": "CRAB CNYN & VELLAENC", "color": "lime", "perpx": "-0.116472", "perpy": "-0.993194"} 
     9318},   
     9319{ 
     9320   "type": "Feature", 
     9321   "id": "142 E 2.11", 
     9322   "geometry": 
     9323       { 
     9324        "type": "Point", 
     9325        "coordinates": [-117.839661,33.922967] 
     9326       }, 
     9327   "properties":  
     9328       {"street": "LOCATION 44", "color": "lime", "perpx": "-0.277876", "perpy": "-0.960617"} 
     9329},   
     9330{ 
     9331   "type": "Feature", 
     9332   "id": "142 E 2.2", 
     9333   "geometry": 
     9334       { 
     9335        "type": "Point", 
     9336        "coordinates": [-117.838254,33.92256] 
     9337       }, 
     9338   "properties":  
     9339       {"street": "CARB CNYN @ SANTA FE", "color": "lime", "perpx": "-0.277876", "perpy": "-0.960617"} 
     9340},   
     9341{ 
     9342   "type": "Feature", 
     9343   "id": "142 E 2.8", 
     9344   "geometry": 
     9345       { 
     9346        "type": "Point", 
     9347        "coordinates": [-117.828619,33.921188] 
     9348       }, 
     9349   "properties":  
     9350       {"street": "CALL BOX 484", "color": "lime", "perpx": "-0.288898", "perpy": "-0.95736"} 
     9351},   
     9352{ 
     9353   "type": "Feature", 
     9354   "id": "142 E 2.84", 
     9355   "geometry": 
     9356       { 
     9357        "type": "Point", 
     9358        "coordinates": [-117.827996,33.921] 
     9359       }, 
     9360   "properties":  
     9361       {"street": "CALL BOX 484", "color": "lime", "perpx": "-0.288898", "perpy": "-0.95736"} 
     9362},   
     9363{ 
     9364   "type": "Feature", 
     9365   "id": "142 E 3.6", 
     9366   "geometry": 
     9367       { 
     9368        "type": "Point", 
     9369        "coordinates": [-117.816185,33.922015] 
     9370       }, 
     9371   "properties":  
     9372       {"street": "LOCATION 46", "color": "lime", "perpx": "0.307112", "perpy": "-0.951673"} 
     9373},   
     9374{ 
     9375   "type": "Feature", 
     9376   "id": "142 E 3.8", 
     9377   "geometry": 
     9378       { 
     9379        "type": "Point", 
     9380        "coordinates": [-117.813142,33.922997] 
     9381       }, 
     9382   "properties":  
     9383       {"street": "CARBO CNYN& REBEY RD", "color": "lime", "perpx": "0.264157", "perpy": "-0.96448"} 
     9384},   
     9385{ 
     9386   "type": "Feature", 
     9387   "id": "142 E 3.81", 
     9388   "geometry": 
     9389       { 
     9390        "type": "Point", 
     9391        "coordinates": [-117.812985,33.92304] 
     9392       }, 
     9393   "properties":  
     9394       {"street": "LOCATION 47", "color": "lime", "perpx": "0.295298", "perpy": "-0.955405"} 
     9395},   
     9396{ 
     9397   "type": "Feature", 
     9398   "id": "142 E 4.2", 
     9399   "geometry": 
     9400       { 
     9401        "type": "Point", 
     9402        "coordinates": [-117.806951,33.924905] 
     9403       }, 
     9404   "properties":  
     9405       {"street": "LOCATION 48", "color": "lime", "perpx": "0.295298", "perpy": "-0.955405"} 
     9406},   
     9407{ 
     9408   "type": "Feature", 
     9409   "id": "142 E 4.81", 
     9410   "geometry": 
     9411       { 
     9412        "type": "Point", 
     9413        "coordinates": [-117.797865,33.929088] 
     9414       }, 
     9415   "properties":  
     9416       {"street": "CALL BOX 481", "color": "lime", "perpx": "0.753367", "perpy": "-0.6576"} 
     9417},   
     9418{ 
     9419   "type": "Feature", 
     9420   "id": "142 E 4.82", 
     9421   "geometry": 
     9422       { 
     9423        "type": "Point", 
     9424        "coordinates": [-117.797762,33.929206] 
     9425       }, 
     9426   "properties":  
     9427       {"street": "LOCATION 49", "color": "lime", "perpx": "0", "perpy": "0"} 
     9428},   
     9429{ 
     9430   "type": "Feature", 
     9431   "id": "142 E 4.84", 
     9432   "geometry": 
     9433       { 
     9434        "type": "Point", 
     9435        "coordinates": [-117.797555,33.929441] 
     9436       }, 
     9437   "properties":  
     9438       {"street": "CALL BOX 481", "color": "lime", "perpx": "0.750397", "perpy": "-0.660988"} 
     9439},   
     9440{ 
     9441   "type": "Feature", 
     9442   "id": "142 E 5.49", 
     9443   "geometry": 
     9444       { 
     9445        "type": "Point", 
     9446        "coordinates": [-117.791973,33.937043] 
     9447       }, 
     9448   "properties":  
     9449       {"street": "LOCATION 51", "color": "lime", "perpx": "0.981109", "perpy": "-0.193458"} 
     9450},   
     9451{ 
     9452   "type": "Feature", 
     9453   "id": "142 E 5.5", 
     9454   "geometry": 
     9455       { 
     9456        "type": "Point", 
     9457        "coordinates": [-117.791945,33.937185] 
     9458       }, 
     9459   "properties":  
     9460       {"street": "LOCATION 50", "color": "lime", "perpx": "0.981109", "perpy": "-0.193458"} 
     9461},   
     9462{ 
     9463   "type": "Feature", 
     9464   "id": "142 E 6", 
     9465   "geometry": 
     9466       { 
     9467        "type": "Point", 
     9468        "coordinates": [-117.78641,33.942293] 
     9469       }, 
     9470   "properties":  
     9471       {"street": "LOCATION 52", "color": "lime", "perpx": "0", "perpy": "0"} 
     9472},   
     9473{ 
     9474   "type": "Feature", 
     9475   "id": "142 W 0.753", 
     9476   "geometry": 
     9477       { 
     9478        "type": "Point", 
     9479        "coordinates": [-117.85227,33.90979] 
     9480       }, 
     9481   "properties":  
     9482       {"street": "IMPERIAL HWY & VALEN", "color": "lime", "perpx": "-0.843501", "perpy": "0.537127"} 
     9483},   
     9484{ 
     9485   "type": "Feature", 
     9486   "id": "142 W 0.975", 
     9487   "geometry": 
     9488       { 
     9489        "type": "Point", 
     9490        "coordinates": [-117.850473,33.912612] 
     9491       }, 
     9492   "properties":  
     9493       {"street": "Nasa ST", "color": "lime", "perpx": "-0.843501", "perpy": "0.537127"} 
     9494},   
     9495{ 
     9496   "type": "Feature", 
     9497   "id": "142 W 1.41", 
     9498   "geometry": 
     9499       { 
     9500        "type": "Point", 
     9501        "coordinates": [-117.847872,33.918427] 
     9502       }, 
     9503   "properties":  
     9504       {"street": "BRIRCH ST & VALENCIA", "color": "lime", "perpx": "-0.998431", "perpy": "0.055999"} 
     9505},   
     9506{ 
     9507   "type": "Feature", 
     9508   "id": "142 W 1.76", 
     9509   "geometry": 
     9510       { 
     9511        "type": "Point", 
     9512        "coordinates": [-117.847567,33.923865] 
     9513       }, 
     9514   "properties":  
     9515       {"street": "LOCATION 43", "color": "lime", "perpx": "0", "perpy": "0"} 
     9516},   
     9517{ 
     9518   "type": "Feature", 
     9519   "id": "142 W 1.768", 
     9520   "geometry": 
     9521       { 
     9522        "type": "Point", 
     9523        "coordinates": [-117.847455,33.923881] 
     9524       }, 
     9525   "properties":  
     9526       {"street": "CRAB CNYN & VELLAENC", "color": "lime", "perpx": "-0.141421", "perpy": "0.989949"} 
     9527},   
     9528{ 
     9529   "type": "Feature", 
     9530   "id": "142 W 2.11", 
     9531   "geometry": 
     9532       { 
     9533        "type": "Point", 
     9534        "coordinates": [-117.839661,33.922967] 
     9535       }, 
     9536   "properties":  
     9537       {"street": "LOCATION 44", "color": "lime", "perpx": "0.277876", "perpy": "0.960617"} 
     9538},   
     9539{ 
     9540   "type": "Feature", 
     9541   "id": "142 W 2.2", 
     9542   "geometry": 
     9543       { 
     9544        "type": "Point", 
     9545        "coordinates": [-117.838254,33.92256] 
     9546       }, 
     9547   "properties":  
     9548       {"street": "CARB CNYN @ SANTA FE", "color": "lime", "perpx": "0.277876", "perpy": "0.960617"} 
     9549},   
     9550{ 
     9551   "type": "Feature", 
     9552   "id": "142 W 2.61", 
     9553   "geometry": 
     9554       { 
     9555        "type": "Point", 
     9556        "coordinates": [-117.831553,33.922131] 
     9557       }, 
     9558   "properties":  
     9559       {"street": "LOCATION 45", "color": "lime", "perpx": "0", "perpy": "0"} 
     9560},   
     9561{ 
     9562   "type": "Feature", 
     9563   "id": "142 W 2.8", 
     9564   "geometry": 
     9565       { 
     9566        "type": "Point", 
     9567        "coordinates": [-117.828619,33.921188] 
     9568       }, 
     9569   "properties":  
     9570       {"street": "CALL BOX 484", "color": "lime", "perpx": "0.288898", "perpy": "0.95736"} 
     9571},   
     9572{ 
     9573   "type": "Feature", 
     9574   "id": "142 W 2.84", 
     9575   "geometry": 
     9576       { 
     9577        "type": "Point", 
     9578        "coordinates": [-117.827996,33.921] 
     9579       }, 
     9580   "properties":  
     9581       {"street": "CALL BOX 484", "color": "lime", "perpx": "0.288898", "perpy": "0.95736"} 
     9582},   
     9583{ 
     9584   "type": "Feature", 
     9585   "id": "142 W 3.6", 
     9586   "geometry": 
     9587       { 
     9588        "type": "Point", 
     9589        "coordinates": [-117.816184,33.922015] 
     9590       }, 
     9591   "properties":  
     9592       {"street": "LOCATION 46", "color": "lime", "perpx": "-0.307112", "perpy": "0.951673"} 
     9593},   
     9594{ 
     9595   "type": "Feature", 
     9596   "id": "142 W 3.8", 
     9597   "geometry": 
     9598       { 
     9599        "type": "Point", 
     9600        "coordinates": [-117.813141,33.922997] 
     9601       }, 
     9602   "properties":  
     9603       {"street": "CARBO CNYN& REBEY RD", "color": "lime", "perpx": "-0.264157", "perpy": "0.96448"} 
     9604},   
     9605{ 
     9606   "type": "Feature", 
     9607   "id": "142 W 3.81", 
     9608   "geometry": 
     9609       { 
     9610        "type": "Point", 
     9611        "coordinates": [-117.812984,33.92304] 
     9612       }, 
     9613   "properties":  
     9614       {"street": "LOCATION 47", "color": "lime", "perpx": "-0.295298", "perpy": "0.955405"} 
     9615},   
     9616{ 
     9617   "type": "Feature", 
     9618   "id": "142 W 4.2", 
     9619   "geometry": 
     9620       { 
     9621        "type": "Point", 
     9622        "coordinates": [-117.80695,33.924905] 
     9623       }, 
     9624   "properties":  
     9625       {"street": "LOCATION 48", "color": "lime", "perpx": "-0.295298", "perpy": "0.955405"} 
     9626},   
     9627{ 
     9628   "type": "Feature", 
     9629   "id": "142 W 4.81", 
     9630   "geometry": 
     9631       { 
     9632        "type": "Point", 
     9633        "coordinates": [-117.797865,33.929089] 
     9634       }, 
     9635   "properties":  
     9636       {"street": "CALL BOX 481", "color": "lime", "perpx": "-0.750334", "perpy": "0.661059"} 
     9637},   
     9638{ 
     9639   "type": "Feature", 
     9640   "id": "142 W 4.84", 
     9641   "geometry": 
     9642       { 
     9643        "type": "Point", 
     9644        "coordinates": [-117.797554,33.929442] 
     9645       }, 
     9646   "properties":  
     9647       {"street": "CALL BOX 481", "color": "lime", "perpx": "-0.750334", "perpy": "0.661059"} 
     9648},   
     9649{ 
     9650   "type": "Feature", 
     9651   "id": "142 W 5.49", 
     9652   "geometry": 
     9653       { 
     9654        "type": "Point", 
     9655        "coordinates": [-117.791973,33.937043] 
     9656       }, 
     9657   "properties":  
     9658       {"street": "LOCATION 51", "color": "lime", "perpx": "-0.981109", "perpy": "0.193458"} 
     9659},   
     9660{ 
     9661   "type": "Feature", 
     9662   "id": "142 W 5.5", 
     9663   "geometry": 
     9664       { 
     9665        "type": "Point", 
     9666        "coordinates": [-117.791945,33.937185] 
     9667       }, 
     9668   "properties":  
     9669       {"street": "LOCATION 50", "color": "lime", "perpx": "-0.981109", "perpy": "0.193458"} 
     9670},   
     9671 
     9672{ 
     9673   "type": "Feature", 
     9674   "id": "241 N 17.8", 
     9675   "geometry": 
     9676       { 
     9677        "type": "Point", 
     9678        "coordinates": [-117.599074,33.63353] 
     9679       }, 
     9680   "properties":  
     9681       {"street": "ANTONIO 2", "color": "lime", "perpx": "0.94076", "perpy": "0.339073"} 
     9682},   
     9683{ 
     9684   "type": "Feature", 
     9685   "id": "241 N 17.9", 
     9686   "geometry": 
     9687       { 
     9688        "type": "Point", 
     9689        "coordinates": [-117.599584,33.634945] 
     9690       }, 
     9691   "properties":  
     9692       {"street": "SOLAR ANTONIO 2", "color": "lime", "perpx": "0.894427", "perpy": "0.447214"} 
     9693},   
     9694{ 
     9695   "type": "Feature", 
     9696   "id": "241 N 18.08", 
     9697   "geometry": 
     9698       { 
     9699        "type": "Point", 
     9700        "coordinates": [-117.600814,33.637405] 
     9701       }, 
     9702   "properties":  
     9703       {"street": "BANDERAS", "color": "lime", "perpx": "0", "perpy": "0"} 
     9704},   
     9705{ 
     9706   "type": "Feature", 
     9707   "id": "241 N 18.7", 
     9708   "geometry": 
     9709       { 
     9710        "type": "Point", 
     9711        "coordinates": [-117.605062,33.645877] 
     9712       }, 
     9713   "properties":  
     9714       {"street": "SANTA MARGUERITA", "color": "lime", "perpx": "0.90141", "perpy": "0.432966"} 
     9715},   
     9716{ 
     9717   "type": "Feature", 
     9718   "id": "241 N 18.8", 
     9719   "geometry": 
     9720       { 
     9721        "type": "Point", 
     9722        "coordinates": [-117.605721,33.647249] 
     9723       }, 
     9724   "properties":  
     9725       {"street": "TRABUCO CREEK", "color": "lime", "perpx": "0.90141", "perpy": "0.432966"} 
     9726},   
     9727{ 
     9728   "type": "Feature", 
     9729   "id": "241 N 19.3", 
     9730   "geometry": 
     9731       { 
     9732        "type": "Point", 
     9733        "coordinates": [-117.612216,33.651938] 
     9734       }, 
     9735   "properties":  
     9736       {"street": "MELINDA", "color": "lime", "perpx": "0.193918", "perpy": "0.981018"} 
     9737},   
     9738{ 
     9739   "type": "Feature", 
     9740   "id": "241 N 19.76", 
     9741   "geometry": 
     9742       { 
     9743        "type": "Point", 
     9744        "coordinates": [-117.620027,33.653482] 
     9745       }, 
     9746   "properties":  
     9747       {"street": "LOS ALISOS 1", "color": "lime", "perpx": "0.32691", "perpy": "0.945056"} 
     9748},   
     9749{ 
     9750   "type": "Feature", 
     9751   "id": "241 N 19.86", 
     9752   "geometry": 
     9753       { 
     9754        "type": "Point", 
     9755        "coordinates": [-117.621643,33.654041] 
     9756       }, 
     9757   "properties":  
     9758       {"street": "SOLAR LOS ALISOS 1", "color": "lime", "perpx": "0.323887", "perpy": "0.946096"} 
     9759},   
     9760{ 
     9761   "type": "Feature", 
     9762   "id": "241 N 20.13", 
     9763   "geometry": 
     9764       { 
     9765        "type": "Point", 
     9766        "coordinates": [-117.62601,33.655536] 
     9767       }, 
     9768   "properties":  
     9769       {"street": "LOS ALISOS 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     9770},   
     9771{ 
     9772   "type": "Feature", 
     9773   "id": "241 N 20.54", 
     9774   "geometry": 
     9775       { 
     9776        "type": "Point", 
     9777        "coordinates": [-117.632286,33.658363] 
     9778       }, 
     9779   "properties":  
     9780       {"street": "UPPER OSO", "color": "lime", "perpx": "0.410703", "perpy": "0.911769"} 
     9781},   
     9782{ 
     9783   "type": "Feature", 
     9784   "id": "241 N 21.61", 
     9785   "geometry": 
     9786       { 
     9787        "type": "Point", 
     9788        "coordinates": [-117.647778,33.666889] 
     9789       }, 
     9790   "properties":  
     9791       {"street": "PORTOLA S 1", "color": "lime", "perpx": "0.3701", "perpy": "0.928992"} 
     9792},   
     9793{ 
     9794   "type": "Feature", 
     9795   "id": "241 N 21.93", 
     9796   "geometry": 
     9797       { 
     9798        "type": "Point", 
     9799        "coordinates": [-117.652743,33.668867] 
     9800       }, 
     9801   "properties":  
     9802       {"street": "PORTOLA S 2", "color": "lime", "perpx": "0.3701", "perpy": "0.928992"} 
     9803},   
     9804{ 
     9805   "type": "Feature", 
     9806   "id": "241 N 22.61", 
     9807   "geometry": 
     9808       { 
     9809        "type": "Point", 
     9810        "coordinates": [-117.663113,33.672946] 
     9811       }, 
     9812   "properties":  
     9813       {"street": "LAKE FOREST", "color": "lime", "perpx": "0.37314", "perpy": "0.927775"} 
     9814},   
     9815{ 
     9816   "type": "Feature", 
     9817   "id": "241 N 22.71", 
     9818   "geometry": 
     9819       { 
     9820        "type": "Point", 
     9821        "coordinates": [-117.664667,33.673571] 
     9822       }, 
     9823   "properties":  
     9824       {"street": "SOLAR LAKE FOREST", "color": "lime", "perpx": "0.383214", "perpy": "0.92366"} 
     9825},   
     9826{ 
     9827   "type": "Feature", 
     9828   "id": "241 N 22.81", 
     9829   "geometry": 
     9830       { 
     9831        "type": "Point", 
     9832        "coordinates": [-117.666212,33.674212] 
     9833       }, 
     9834   "properties":  
     9835       {"street": "BAKE", "color": "lime", "perpx": "0.42005", "perpy": "0.907501"} 
     9836},   
     9837{ 
     9838   "type": "Feature", 
     9839   "id": "241 N 22.91", 
     9840   "geometry": 
     9841       { 
     9842        "type": "Point", 
     9843        "coordinates": [-117.66772,33.67491] 
     9844       }, 
     9845   "properties":  
     9846       {"street": "SOLAR BAKE", "color": "lime", "perpx": "0.42005", "perpy": "0.907501"} 
     9847},   
     9848{ 
     9849   "type": "Feature", 
     9850   "id": "241 N 23.2", 
     9851   "geometry": 
     9852       { 
     9853        "type": "Point", 
     9854        "coordinates": [-117.671424,33.677671] 
     9855       }, 
     9856   "properties":  
     9857       {"street": "ALTON 1", "color": "lime", "perpx": "0.787657", "perpy": "0.616114"} 
     9858},   
     9859{ 
     9860   "type": "Feature", 
     9861   "id": "241 N 23.3", 
     9862   "geometry": 
     9863       { 
     9864        "type": "Point", 
     9865        "coordinates": [-117.672365,33.678874] 
     9866       }, 
     9867   "properties":  
     9868       {"street": "SOLAR ALTON 1", "color": "lime", "perpx": "0.787657", "perpy": "0.616114"} 
     9869},   
     9870{ 
     9871   "type": "Feature", 
     9872   "id": "241 N 23.54", 
     9873   "geometry": 
     9874       { 
     9875        "type": "Point", 
     9876        "coordinates": [-117.67436,33.681906] 
     9877       }, 
     9878   "properties":  
     9879       {"street": "ALTON 2", "color": "lime", "perpx": "0.8", "perpy": "0.6"} 
     9880},   
     9881{ 
     9882   "type": "Feature", 
     9883   "id": "241 N 23.65", 
     9884   "geometry": 
     9885       { 
     9886        "type": "Point", 
     9887        "coordinates": [-117.675368,33.68325] 
     9888       }, 
     9889   "properties":  
     9890       {"street": "SOLAR ALTON 2", "color": "lime", "perpx": "0.8", "perpy": "0.6"} 
     9891},   
     9892{ 
     9893   "type": "Feature", 
     9894   "id": "241 N 24.16", 
     9895   "geometry": 
     9896       { 
     9897        "type": "Point", 
     9898        "coordinates": [-117.681661,33.688336] 
     9899       }, 
     9900   "properties":  
     9901       {"street": "N OF ALTON", "color": "lime", "perpx": "0.567343", "perpy": "0.823482"} 
     9902},   
     9903{ 
     9904   "type": "Feature", 
     9905   "id": "241 N 24.26", 
     9906   "geometry": 
     9907       { 
     9908        "type": "Point", 
     9909        "coordinates": [-117.682992,33.689253] 
     9910       }, 
     9911   "properties":  
     9912       {"street": "SOLAR N OF ALTON", "color": "lime", "perpx": "0.567343", "perpy": "0.823482"} 
     9913},   
     9914{ 
     9915   "type": "Feature", 
     9916   "id": "241 N 24.8", 
     9917   "geometry": 
     9918       { 
     9919        "type": "Point", 
     9920        "coordinates": [-117.690124,33.694263] 
     9921       }, 
     9922   "properties":  
     9923       {"street": "SOUTH OF PORTOLA", "color": "lime", "perpx": "0.483192", "perpy": "0.875514"} 
     9924},   
     9925{ 
     9926   "type": "Feature", 
     9927   "id": "241 N 25.15", 
     9928   "geometry": 
     9929       { 
     9930        "type": "Point", 
     9931        "coordinates": [-117.695163,33.697044] 
     9932       }, 
     9933   "properties":  
     9934       {"street": "PORTOLA N2", "color": "lime", "perpx": "0.436189", "perpy": "0.899855"} 
     9935},   
     9936{ 
     9937   "type": "Feature", 
     9938   "id": "241 N 25.43", 
     9939   "geometry": 
     9940       { 
     9941        "type": "Point", 
     9942        "coordinates": [-117.699355,33.699076] 
     9943       }, 
     9944   "properties":  
     9945       {"street": "TOMATO 1", "color": "lime", "perpx": "0.434917", "perpy": "0.900471"} 
     9946},   
     9947{ 
     9948   "type": "Feature", 
     9949   "id": "241 N 25.53", 
     9950   "geometry": 
     9951       { 
     9952        "type": "Point", 
     9953        "coordinates": [-117.700854,33.6998] 
     9954       }, 
     9955   "properties":  
     9956       {"street": "SOLAR TOMATO 1", "color": "lime", "perpx": "0.434917", "perpy": "0.900471"} 
     9957},   
     9958{ 
     9959   "type": "Feature", 
     9960   "id": "241 N 25.95", 
     9961   "geometry": 
     9962       { 
     9963        "type": "Point", 
     9964        "coordinates": [-117.707184,33.702783] 
     9965       }, 
     9966   "properties":  
     9967       {"street": "TOMATO 3", "color": "lime", "perpx": "0", "perpy": "0"} 
     9968},   
     9969{ 
     9970   "type": "Feature", 
     9971   "id": "241 N 26.05", 
     9972   "geometry": 
     9973       { 
     9974        "type": "Point", 
     9975        "coordinates": [-117.708703,33.703475] 
     9976       }, 
     9977   "properties":  
     9978       {"street": "SOLAR TOMATO 3", "color": "lime", "perpx": "0", "perpy": "0"} 
     9979},   
     9980{ 
     9981   "type": "Feature", 
     9982   "id": "241 N 26.35", 
     9983   "geometry": 
     9984       { 
     9985        "type": "Point", 
     9986        "coordinates": [-117.713171,33.70568] 
     9987       }, 
     9988   "properties":  
     9989       {"street": "TOMATO 4", "color": "lime", "perpx": "0.38021", "perpy": "0.9249"} 
     9990},   
     9991{ 
     9992   "type": "Feature", 
     9993   "id": "241 N 26.4", 
     9994   "geometry": 
     9995       { 
     9996        "type": "Point", 
     9997        "coordinates": [-117.713947,33.705999] 
     9998       }, 
     9999   "properties":  
     10000       {"street": "SOLAR TOMATO 4", "color": "lime", "perpx": "0.487943", "perpy": "0.872876"} 
     10001},   
     10002{ 
     10003   "type": "Feature", 
     10004   "id": "241 N 26.58", 
     10005   "geometry": 
     10006       { 
     10007        "type": "Point", 
     10008        "coordinates": [-117.716523,33.707439] 
     10009       }, 
     10010   "properties":  
     10011       {"street": "133-1", "color": "lime", "perpx": "0.690231", "perpy": "0.723589"} 
     10012},   
     10013{ 
     10014   "type": "Feature", 
     10015   "id": "241 N 26.76", 
     10016   "geometry": 
     10017       { 
     10018        "type": "Point", 
     10019        "coordinates": [-117.718562,33.709384] 
     10020       }, 
     10021   "properties":  
     10022       {"street": "133-2", "color": "lime", "perpx": "0.690231", "perpy": "0.723589"} 
     10023},   
     10024{ 
     10025   "type": "Feature", 
     10026   "id": "241 N 27.12", 
     10027   "geometry": 
     10028       { 
     10029        "type": "Point", 
     10030        "coordinates": [-117.720349,33.714309] 
     10031       }, 
     10032   "properties":  
     10033       {"street": "133-3", "color": "lime", "perpx": "0.999048", "perpy": "-0.043617"} 
     10034},   
     10035{ 
     10036   "type": "Feature", 
     10037   "id": "241 N 27.22", 
     10038   "geometry": 
     10039       { 
     10040        "type": "Point", 
     10041        "coordinates": [-117.720286,33.715752] 
     10042       }, 
     10043   "properties":  
     10044       {"street": "SOLAR 133-3", "color": "lime", "perpx": "0.999048", "perpy": "-0.043617"} 
     10045},   
     10046{ 
     10047   "type": "Feature", 
     10048   "id": "241 N 27.43", 
     10049   "geometry": 
     10050       { 
     10051        "type": "Point", 
     10052        "coordinates": [-117.719917,33.718783] 
     10053       }, 
     10054   "properties":  
     10055       {"street": "BEE CANYON", "color": "lime", "perpx": "0.991505", "perpy": "-0.130067"} 
     10056},   
     10057{ 
     10058   "type": "Feature", 
     10059   "id": "241 N 27.53", 
     10060   "geometry": 
     10061       { 
     10062        "type": "Point", 
     10063        "coordinates": [-117.719726,33.720239] 
     10064       }, 
     10065   "properties":  
     10066       {"street": "SOLAR BEE CANYON", "color": "lime", "perpx": "0.991505", "perpy": "-0.130067"} 
     10067},   
     10068{ 
     10069   "type": "Feature", 
     10070   "id": "241 N 27.74", 
     10071   "geometry": 
     10072       { 
     10073        "type": "Point", 
     10074        "coordinates": [-117.719302,33.723299] 
     10075       }, 
     10076   "properties":  
     10077       {"street": "N OF 133", "color": "lime", "perpx": "0.991174", "perpy": "-0.132564"} 
     10078},   
     10079{ 
     10080   "type": "Feature", 
     10081   "id": "241 N 27.84", 
     10082   "geometry": 
     10083       { 
     10084        "type": "Point", 
     10085        "coordinates": [-117.719107,33.724757] 
     10086       }, 
     10087   "properties":  
     10088       {"street": "SOLAR N OF 133", "color": "lime", "perpx": "0.991174", "perpy": "-0.132564"} 
     10089},   
     10090{ 
     10091   "type": "Feature", 
     10092   "id": "241 N 28.09", 
     10093   "geometry": 
     10094       { 
     10095        "type": "Point", 
     10096        "coordinates": [-117.71867,33.728406] 
     10097       }, 
     10098   "properties":  
     10099       {"street": "S OF JEFFREY", "color": "lime", "perpx": "0.991789", "perpy": "-0.127885"} 
     10100},   
     10101{ 
     10102   "type": "Feature", 
     10103   "id": "241 N 28.19", 
     10104   "geometry": 
     10105       { 
     10106        "type": "Point", 
     10107        "coordinates": [-117.718482,33.729864] 
     10108       }, 
     10109   "properties":  
     10110       {"street": "SOLAR S OF JEFFREY", "color": "lime", "perpx": "0.991828", "perpy": "-0.127583"} 
     10111},   
     10112{ 
     10113   "type": "Feature", 
     10114   "id": "241 N 28.44", 
     10115   "geometry": 
     10116       { 
     10117        "type": "Point", 
     10118        "coordinates": [-117.718013,33.73351] 
     10119       }, 
     10120   "properties":  
     10121       {"street": "N OF JEFFREY", "color": "lime", "perpx": "0.991828", "perpy": "-0.127583"} 
     10122},   
     10123{ 
     10124   "type": "Feature", 
     10125   "id": "241 N 28.73", 
     10126   "geometry": 
     10127       { 
     10128        "type": "Point", 
     10129        "coordinates": [-117.71751,33.737751] 
     10130       }, 
     10131   "properties":  
     10132       {"street": "N OF HAUL ROAD", "color": "lime", "perpx": "0.99277", "perpy": "0.120036"} 
     10133},   
     10134{ 
     10135   "type": "Feature", 
     10136   "id": "241 N 28.97", 
     10137   "geometry": 
     10138       { 
     10139        "type": "Point", 
     10140        "coordinates": [-117.717935,33.741266] 
     10141       }, 
     10142   "properties":  
     10143       {"street": "HAUL-CULVER", "color": "lime", "perpx": "0.99277", "perpy": "0.120036"} 
     10144},   
     10145{ 
     10146   "type": "Feature", 
     10147   "id": "241 N 29.34", 
     10148   "geometry": 
     10149       { 
     10150        "type": "Point", 
     10151        "coordinates": [-117.720909,33.746087] 
     10152       }, 
     10153   "properties":  
     10154       {"street": "S OF CULVER S", "color": "lime", "perpx": "0.544008", "perpy": "0.83908"} 
     10155},   
     10156{ 
     10157   "type": "Feature", 
     10158   "id": "241 N 29.69", 
     10159   "geometry": 
     10160       { 
     10161        "type": "Point", 
     10162        "coordinates": [-117.725783,33.749247] 
     10163       }, 
     10164   "properties":  
     10165       {"street": "N OF CULVER S", "color": "lime", "perpx": "0.51441", "perpy": "0.857544"} 
     10166},   
     10167{ 
     10168   "type": "Feature", 
     10169   "id": "241 N 30", 
     10170   "geometry": 
     10171       { 
     10172        "type": "Point", 
     10173        "coordinates": [-117.730214,33.751905] 
     10174       }, 
     10175   "properties":  
     10176       {"street": "CULVER-CULVER 1", "color": "lime", "perpx": "0.749117", "perpy": "0.662437"} 
     10177},   
     10178{ 
     10179   "type": "Feature", 
     10180   "id": "241 N 30.1", 
     10181   "geometry": 
     10182       { 
     10183        "type": "Point", 
     10184        "coordinates": [-117.731261,33.753089] 
     10185       }, 
     10186   "properties":  
     10187       {"street": "SOLAR CUL-CULVER 1", "color": "lime", "perpx": "0.749117", "perpy": "0.662437"} 
     10188},   
     10189{ 
     10190   "type": "Feature", 
     10191   "id": "241 N 30.33", 
     10192   "geometry": 
     10193       { 
     10194        "type": "Point", 
     10195        "coordinates": [-117.732601,33.756276] 
     10196       }, 
     10197   "properties":  
     10198       {"street": "CULVER-CULVER 2", "color": "lime", "perpx": "0.999169", "perpy": "0.040755"} 
     10199},   
     10200{ 
     10201   "type": "Feature", 
     10202   "id": "241 N 30.43", 
     10203   "geometry": 
     10204       { 
     10205        "type": "Point", 
     10206        "coordinates": [-117.732661,33.757747] 
     10207       }, 
     10208   "properties":  
     10209       {"street": "SOLAR CUL-CULVER 2", "color": "lime", "perpx": "0.999169", "perpy": "0.040755"} 
     10210},   
     10211{ 
     10212   "type": "Feature", 
     10213   "id": "241 N 30.72", 
     10214   "geometry": 
     10215       { 
     10216        "type": "Point", 
     10217        "coordinates": [-117.732107,33.76201] 
     10218       }, 
     10219   "properties":  
     10220       {"street": "S OF CULVER N", "color": "lime", "perpx": "0.994307", "perpy": "0.106557"} 
     10221},   
     10222{ 
     10223   "type": "Feature", 
     10224   "id": "241 N 30.82", 
     10225   "geometry": 
     10226       { 
     10227        "type": "Point", 
     10228        "coordinates": [-117.732264,33.763475] 
     10229       }, 
     10230   "properties":  
     10231       {"street": "SOLAR S OF CULVER N", "color": "lime", "perpx": "0.994307", "perpy": "0.106557"} 
     10232},   
     10233{ 
     10234   "type": "Feature", 
     10235   "id": "241 N 31.03", 
     10236   "geometry": 
     10237       { 
     10238        "type": "Point", 
     10239        "coordinates": [-117.733568,33.766355] 
     10240       }, 
     10241   "properties":  
     10242       {"street": "N OF CULVER N", "color": "lime", "perpx": "0.738172", "perpy": "0.674612"} 
     10243},   
     10244{ 
     10245   "type": "Feature", 
     10246   "id": "241 N 31.13", 
     10247   "geometry": 
     10248       { 
     10249        "type": "Point", 
     10250        "coordinates": [-117.73464,33.767528] 
     10251       }, 
     10252   "properties":  
     10253       {"street": "SOLAR N OF CULVER N", "color": "lime", "perpx": "0.738172", "perpy": "0.674612"} 
     10254},   
     10255{ 
     10256   "type": "Feature", 
     10257   "id": "241 N 31.44", 
     10258   "geometry": 
     10259       { 
     10260        "type": "Point", 
     10261        "coordinates": [-117.738882,33.770424] 
     10262       }, 
     10263   "properties":  
     10264       {"street": "S OF EOC OC", "color": "lime", "perpx": "0.546231", "perpy": "0.837634"} 
     10265},   
     10266{ 
     10267   "type": "Feature", 
     10268   "id": "241 N 31.54", 
     10269   "geometry": 
     10270       { 
     10271        "type": "Point", 
     10272        "coordinates": [-117.740279,33.771335] 
     10273       }, 
     10274   "properties":  
     10275       {"street": "SOLAR S OF EOC OC", "color": "lime", "perpx": "0.572437", "perpy": "0.819949"} 
     10276},   
     10277{ 
     10278   "type": "Feature", 
     10279   "id": "241 N 31.88", 
     10280   "geometry": 
     10281       { 
     10282        "type": "Point", 
     10283        "coordinates": [-117.744897,33.774559] 
     10284       }, 
     10285   "properties":  
     10286       {"street": "CHAPMAN 1", "color": "lime", "perpx": "0.572437", "perpy": "0.819949"} 
     10287},   
     10288{ 
     10289   "type": "Feature", 
     10290   "id": "241 N 32.29", 
     10291   "geometry": 
     10292       { 
     10293        "type": "Point", 
     10294        "coordinates": [-117.747616,33.780001] 
     10295       }, 
     10296   "properties":  
     10297       {"street": "CHAPMAN 2", "color": "lime", "perpx": "0.997824", "perpy": "-0.065933"} 
     10298},   
     10299{ 
     10300   "type": "Feature", 
     10301   "id": "241 N 32.39", 
     10302   "geometry": 
     10303       { 
     10304        "type": "Point", 
     10305        "coordinates": [-117.747519,33.781469] 
     10306       }, 
     10307   "properties":  
     10308       {"street": "SOLAR CHAPMAN 2", "color": "lime", "perpx": "0.997824", "perpy": "-0.065933"} 
     10309},   
     10310{ 
     10311   "type": "Feature", 
     10312   "id": "241 N 32.71", 
     10313   "geometry": 
     10314       { 
     10315        "type": "Point", 
     10316        "coordinates": [-117.745126,33.785685] 
     10317       }, 
     10318   "properties":  
     10319       {"street": "CHAPMAN 3", "color": "lime", "perpx": "0.6879", "perpy": "-0.725806"} 
     10320},   
     10321{ 
     10322   "type": "Feature", 
     10323   "id": "241 N 32.81", 
     10324   "geometry": 
     10325       { 
     10326        "type": "Point", 
     10327        "coordinates": [-117.743958,33.786792] 
     10328       }, 
     10329   "properties":  
     10330       {"street": "SOLAR CHAPMAN 3", "color": "lime", "perpx": "0.563196", "perpy": "-0.826323"} 
     10331},   
     10332{ 
     10333   "type": "Feature", 
     10334   "id": "241 N 32.97", 
     10335   "geometry": 
     10336       { 
     10337        "type": "Point", 
     10338        "coordinates": [-117.741766,33.788286] 
     10339       }, 
     10340   "properties":  
     10341       {"street": "CHAPMAN 4", "color": "lime", "perpx": "0.563196", "perpy": "-0.826323"} 
     10342},   
     10343{ 
     10344   "type": "Feature", 
     10345   "id": "241 N 33.35", 
     10346   "geometry": 
     10347       { 
     10348        "type": "Point", 
     10349        "coordinates": [-117.736347,33.791626] 
     10350       }, 
     10351   "properties":  
     10352       {"street": "N OF CHAPMAN", "color": "lime", "perpx": "0.530321", "perpy": "-0.847797"} 
     10353},   
     10354{ 
     10355   "type": "Feature", 
     10356   "id": "241 N 33.45", 
     10357   "geometry": 
     10358       { 
     10359        "type": "Point", 
     10360        "coordinates": [-117.734929,33.792513] 
     10361       }, 
     10362   "properties":  
     10363       {"street": "SOLAR N OF CHAPMAN", "color": "lime", "perpx": "0.530321", "perpy": "-0.847797"} 
     10364},   
     10365{ 
     10366   "type": "Feature", 
     10367   "id": "241 N 33.68", 
     10368   "geometry": 
     10369       { 
     10370        "type": "Point", 
     10371        "coordinates": [-117.731726,33.794622] 
     10372       }, 
     10373   "properties":  
     10374       {"street": "S OF SANT CREEK", "color": "lime", "perpx": "0.51738", "perpy": "-0.855756"} 
     10375},   
     10376{ 
     10377   "type": "Feature", 
     10378   "id": "241 N 33.78", 
     10379   "geometry": 
     10380       { 
     10381        "type": "Point", 
     10382        "coordinates": [-117.730244,33.795518] 
     10383       }, 
     10384   "properties":  
     10385       {"street": "SOLAR S OF SANT CK", "color": "lime", "perpx": "0.632614", "perpy": "-0.774467"} 
     10386},   
     10387{ 
     10388   "type": "Feature", 
     10389   "id": "241 N 34.03", 
     10390   "geometry": 
     10391       { 
     10392        "type": "Point", 
     10393        "coordinates": [-117.72693,33.798225] 
     10394       }, 
     10395   "properties":  
     10396       {"street": "N OF SANT CR1", "color": "lime", "perpx": "0.632614", "perpy": "-0.774467"} 
     10397},   
     10398{ 
     10399   "type": "Feature", 
     10400   "id": "241 N 34.38", 
     10401   "geometry": 
     10402       { 
     10403        "type": "Point", 
     10404        "coordinates": [-117.724852,33.803371] 
     10405       }, 
     10406   "properties":  
     10407       {"street": "N OF SANT CR2", "color": "lime", "perpx": "0.937209", "perpy": "-0.348768"} 
     10408},   
     10409{ 
     10410   "type": "Feature", 
     10411   "id": "241 N 34.72", 
     10412   "geometry": 
     10413       { 
     10414        "type": "Point", 
     10415        "coordinates": [-117.722969,33.808431] 
     10416       }, 
     10417   "properties":  
     10418       {"street": "S OF OAK", "color": "lime", "perpx": "0.843058", "perpy": "-0.537823"} 
     10419},   
     10420{ 
     10421   "type": "Feature", 
     10422   "id": "241 N 34.82", 
     10423   "geometry": 
     10424       { 
     10425        "type": "Point", 
     10426        "coordinates": [-117.722088,33.809812] 
     10427       }, 
     10428   "properties":  
     10429       {"street": "SOLAR S OF OAK", "color": "lime", "perpx": "0.825697", "perpy": "-0.564113"} 
     10430},   
     10431{ 
     10432   "type": "Feature", 
     10433   "id": "241 N 35.08", 
     10434   "geometry": 
     10435       { 
     10436        "type": "Point", 
     10437        "coordinates": [-117.719677,33.813341] 
     10438       }, 
     10439   "properties":  
     10440       {"street": "N OF OAK", "color": "lime", "perpx": "0.916423", "perpy": "-0.400211"} 
     10441},   
     10442{ 
     10443   "type": "Feature", 
     10444   "id": "241 N 35.43", 
     10445   "geometry": 
     10446       { 
     10447        "type": "Point", 
     10448        "coordinates": [-117.717431,33.818484] 
     10449       }, 
     10450   "properties":  
     10451       {"street": "S OF SCE OC", "color": "lime", "perpx": "0.916423", "perpy": "-0.400211"} 
     10452},   
     10453{ 
     10454   "type": "Feature", 
     10455   "id": "241 N 35.82", 
     10456   "geometry": 
     10457       { 
     10458        "type": "Point", 
     10459        "coordinates": [-117.715964,33.824439] 
     10460       }, 
     10461   "properties":  
     10462       {"street": "WINDY RIDGE 1", "color": "lime", "perpx": "0.994559", "perpy": "0.104175"} 
     10463},   
     10464{ 
     10465   "type": "Feature", 
     10466   "id": "241 N 36.14", 
     10467   "geometry": 
     10468       { 
     10469        "type": "Point", 
     10470        "coordinates": [-117.716485,33.829413] 
     10471       }, 
     10472   "properties":  
     10473       {"street": "WINDY RIDGE 2", "color": "lime", "perpx": "0.986289", "perpy": "0.165028"} 
     10474},   
     10475{ 
     10476   "type": "Feature", 
     10477   "id": "241 N 36.37", 
     10478   "geometry": 
     10479       { 
     10480        "type": "Point", 
     10481        "coordinates": [-117.717081,33.832975] 
     10482       }, 
     10483   "properties":  
     10484       {"street": "WINDY RIDGE 3", "color": "lime", "perpx": "0.986289", "perpy": "0.165028"} 
     10485},   
     10486{ 
     10487   "type": "Feature", 
     10488   "id": "241 N 36.82", 
     10489   "geometry": 
     10490       { 
     10491        "type": "Point", 
     10492        "coordinates": [-117.717671,33.839984] 
     10493       }, 
     10494   "properties":  
     10495       {"street": "W R WILDLIFE", "color": "lime", "perpx": "0.987599", "perpy": "-0.156997"} 
     10496},   
     10497{ 
     10498   "type": "Feature", 
     10499   "id": "241 N 37.12", 
     10500   "geometry": 
     10501       { 
     10502        "type": "Point", 
     10503        "coordinates": [-117.716931,33.844639] 
     10504       }, 
     10505   "properties":  
     10506       {"street": "N OF W R WILDLIFE 1", "color": "lime", "perpx": "0.999335", "perpy": "-0.036462"} 
     10507},   
     10508{ 
     10509   "type": "Feature", 
     10510   "id": "241 N 37.49", 
     10511   "geometry": 
     10512       { 
     10513        "type": "Point", 
     10514        "coordinates": [-117.71672,33.850422] 
     10515       }, 
     10516   "properties":  
     10517       {"street": "N OF W R WILDLIFE 2", "color": "lime", "perpx": "0.999335", "perpy": "-0.036462"} 
     10518},   
     10519{ 
     10520   "type": "Feature", 
     10521   "id": "241 N 37.88", 
     10522   "geometry": 
     10523       { 
     10524        "type": "Point", 
     10525        "coordinates": [-117.716773,33.856526] 
     10526       }, 
     10527   "properties":  
     10528       {"street": "N OF W R WILDLIFE 3", "color": "lime", "perpx": "0.997345", "perpy": "-0.072816"} 
     10529},   
     10530{ 
     10531   "type": "Feature", 
     10532   "id": "241 N 38.23", 
     10533   "geometry": 
     10534       { 
     10535        "type": "Point", 
     10536        "coordinates": [-117.716374,33.861991] 
     10537       }, 
     10538   "properties":  
     10539       {"street": "241N TO 91E ADVANCE", "color": "lime", "perpx": "0.960705", "perpy": "0.277572"} 
     10540},   
     10541{ 
     10542   "type": "Feature", 
     10543   "id": "241 N 38.31", 
     10544   "geometry": 
     10545       { 
     10546        "type": "Point", 
     10547        "coordinates": [-117.716721,33.863192] 
     10548       }, 
     10549   "properties":  
     10550       {"street": "N241 TO E91 RT 91OFF", "color": "lime", "perpx": "0", "perpy": "0"} 
     10551},   
     10552{ 
     10553   "type": "Feature", 
     10554   "id": "241 S 17.8", 
     10555   "geometry": 
     10556       { 
     10557        "type": "Point", 
     10558        "coordinates": [-117.599491,33.633478] 
     10559       }, 
     10560   "properties":  
     10561       {"street": "ANTONIO 2", "color": "lime", "perpx": "-0.933905", "perpy": "-0.357521"} 
     10562},   
     10563{ 
     10564   "type": "Feature", 
     10565   "id": "241 S 17.9", 
     10566   "geometry": 
     10567       { 
     10568        "type": "Point", 
     10569        "coordinates": [-117.600017,33.634852] 
     10570       }, 
     10571   "properties":  
     10572       {"street": "SOLAR ANTONIO 2", "color": "lime", "perpx": "-0.933905", "perpy": "-0.357521"} 
     10573},   
     10574{ 
     10575   "type": "Feature", 
     10576   "id": "241 S 18.3", 
     10577   "geometry": 
     10578       { 
     10579        "type": "Point", 
     10580        "coordinates": [-117.602781,33.640172] 
     10581       }, 
     10582   "properties":  
     10583       {"street": "SANTA MARGUERITA", "color": "lime", "perpx": "0", "perpy": "0"} 
     10584},   
     10585{ 
     10586   "type": "Feature", 
     10587   "id": "241 S 18.7", 
     10588   "geometry": 
     10589       { 
     10590        "type": "Point", 
     10591        "coordinates": [-117.605479,33.645513] 
     10592       }, 
     10593   "properties":  
     10594       {"street": "SANTA MARGUERITA", "color": "lime", "perpx": "-0.899199", "perpy": "-0.437539"} 
     10595},   
     10596{ 
     10597   "type": "Feature", 
     10598   "id": "241 S 18.8", 
     10599   "geometry": 
     10600       { 
     10601        "type": "Point", 
     10602        "coordinates": [-117.606132,33.646855] 
     10603       }, 
     10604   "properties":  
     10605       {"street": "TRABUCO CREEK", "color": "lime", "perpx": "-0.899199", "perpy": "-0.437539"} 
     10606},   
     10607{ 
     10608   "type": "Feature", 
     10609   "id": "241 S 19.3", 
     10610   "geometry": 
     10611       { 
     10612        "type": "Point", 
     10613        "coordinates": [-117.612415,33.651498] 
     10614       }, 
     10615   "properties":  
     10616       {"street": "MELINDA", "color": "lime", "perpx": "-0.198462", "perpy": "-0.980109"} 
     10617},   
     10618{ 
     10619   "type": "Feature", 
     10620   "id": "241 S 19.76", 
     10621   "geometry": 
     10622       { 
     10623        "type": "Point", 
     10624        "coordinates": [-117.620208,33.653076] 
     10625       }, 
     10626   "properties":  
     10627       {"street": "LOS ALISOS 1", "color": "lime", "perpx": "-0.333218", "perpy": "-0.94285"} 
     10628},   
     10629{ 
     10630   "type": "Feature", 
     10631   "id": "241 S 19.86", 
     10632   "geometry": 
     10633       { 
     10634        "type": "Point", 
     10635        "coordinates": [-117.621818,33.653645] 
     10636       }, 
     10637   "properties":  
     10638       {"street": "SOLAR LOS ALISOS 1", "color": "lime", "perpx": "-0.376202", "perpy": "-0.926538"} 
     10639},   
     10640{ 
     10641   "type": "Feature", 
     10642   "id": "241 S 20.54", 
     10643   "geometry": 
     10644       { 
     10645        "type": "Point", 
     10646        "coordinates": [-117.632465,33.657968] 
     10647       }, 
     10648   "properties":  
     10649       {"street": "UPPER OSO", "color": "lime", "perpx": "-0.376202", "perpy": "-0.926538"} 
     10650},   
     10651{ 
     10652   "type": "Feature", 
     10653   "id": "241 S 21.61", 
     10654   "geometry": 
     10655       { 
     10656        "type": "Point", 
     10657        "coordinates": [-117.647927,33.666554] 
     10658       }, 
     10659   "properties":  
     10660       {"street": "PORTOLA S 1", "color": "lime", "perpx": "-0.342636", "perpy": "-0.939468"} 
     10661},   
     10662{ 
     10663   "type": "Feature", 
     10664   "id": "241 S 21.71", 
     10665   "geometry": 
     10666       { 
     10667        "type": "Point", 
     10668        "coordinates": [-117.649531,33.667139] 
     10669       }, 
     10670   "properties":  
     10671       {"street": "SOLAR PORTOLA S1", "color": "lime", "perpx": "0", "perpy": "0"} 
     10672},   
     10673{ 
     10674   "type": "Feature", 
     10675   "id": "241 S 22.02", 
     10676   "geometry": 
     10677       { 
     10678        "type": "Point", 
     10679        "coordinates": [-117.654243,33.669094] 
     10680       }, 
     10681   "properties":  
     10682       {"street": "PORTOLA S 2", "color": "lime", "perpx": "-0.353878", "perpy": "-0.935292"} 
     10683},   
     10684{ 
     10685   "type": "Feature", 
     10686   "id": "241 S 22.12", 
     10687   "geometry": 
     10688       { 
     10689        "type": "Point", 
     10690        "coordinates": [-117.655768,33.669671] 
     10691       }, 
     10692   "properties":  
     10693       {"street": "SOLAR PORTOLA S2", "color": "lime", "perpx": "0", "perpy": "0"} 
     10694},   
     10695{ 
     10696   "type": "Feature", 
     10697   "id": "241 S 22.61", 
     10698   "geometry": 
     10699       { 
     10700        "type": "Point", 
     10701        "coordinates": [-117.663291,33.67261] 
     10702       }, 
     10703   "properties":  
     10704       {"street": "LAKE FOREST", "color": "lime", "perpx": "-0.360927", "perpy": "-0.932594"} 
     10705},   
     10706{ 
     10707   "type": "Feature", 
     10708   "id": "241 S 22.71", 
     10709   "geometry": 
     10710       { 
     10711        "type": "Point", 
     10712        "coordinates": [-117.664862,33.673218] 
     10713       }, 
     10714   "properties":  
     10715       {"street": "SOLAR LAKE FOREST", "color": "lime", "perpx": "-0.371493", "perpy": "-0.928436"} 
     10716},   
     10717{ 
     10718   "type": "Feature", 
     10719   "id": "241 S 22.81", 
     10720   "geometry": 
     10721       { 
     10722        "type": "Point", 
     10723        "coordinates": [-117.666424,33.673843] 
     10724       }, 
     10725   "properties":  
     10726       {"street": "BAKE", "color": "lime", "perpx": "-0.418678", "perpy": "-0.908135"} 
     10727},   
     10728{ 
     10729   "type": "Feature", 
     10730   "id": "241 S 22.91", 
     10731   "geometry": 
     10732       { 
     10733        "type": "Point", 
     10734        "coordinates": [-117.667938,33.674541] 
     10735       }, 
     10736   "properties":  
     10737       {"street": "SOLAR BAKE", "color": "lime", "perpx": "-0.418678", "perpy": "-0.908135"} 
     10738},   
     10739{ 
     10740   "type": "Feature", 
     10741   "id": "241 S 23.2", 
     10742   "geometry": 
     10743       { 
     10744        "type": "Point", 
     10745        "coordinates": [-117.671674,33.677298] 
     10746       }, 
     10747   "properties":  
     10748       {"street": "ALTON 1", "color": "lime", "perpx": "-0.779725", "perpy": "-0.626123"} 
     10749},   
     10750{ 
     10751   "type": "Feature", 
     10752   "id": "241 S 23.3", 
     10753   "geometry": 
     10754       { 
     10755        "type": "Point", 
     10756        "coordinates": [-117.672636,33.678496] 
     10757       }, 
     10758   "properties":  
     10759       {"street": "SOLAR ALTON 1", "color": "lime", "perpx": "-0.779725", "perpy": "-0.626123"} 
     10760},   
     10761{ 
     10762   "type": "Feature", 
     10763   "id": "241 S 23.54", 
     10764   "geometry": 
     10765       { 
     10766        "type": "Point", 
     10767        "coordinates": [-117.674584,33.681564] 
     10768       }, 
     10769   "properties":  
     10770       {"street": "ALTON 2", "color": "lime", "perpx": "-0.800996", "perpy": "-0.59867"} 
     10771},   
     10772{ 
     10773   "type": "Feature", 
     10774   "id": "241 S 23.65", 
     10775   "geometry": 
     10776       { 
     10777        "type": "Point", 
     10778        "coordinates": [-117.675593,33.682914] 
     10779       }, 
     10780   "properties":  
     10781       {"street": "SOLAR ALTON 2", "color": "lime", "perpx": "-0.800996", "perpy": "-0.59867"} 
     10782},   
     10783{ 
     10784   "type": "Feature", 
     10785   "id": "241 S 24.16", 
     10786   "geometry": 
     10787       { 
     10788        "type": "Point", 
     10789        "coordinates": [-117.681883,33.688049] 
     10790       }, 
     10791   "properties":  
     10792       {"street": "N OF ALTON", "color": "lime", "perpx": "-0.574042", "perpy": "-0.818826"} 
     10793},   
     10794{ 
     10795   "type": "Feature", 
     10796   "id": "241 S 24.26", 
     10797   "geometry": 
     10798       { 
     10799        "type": "Point", 
     10800        "coordinates": [-117.683211,33.68898] 
     10801       }, 
     10802   "properties":  
     10803       {"street": "SOLAR N OF ALTON", "color": "lime", "perpx": "-0.574042", "perpy": "-0.818826"} 
     10804},   
     10805{ 
     10806   "type": "Feature", 
     10807   "id": "241 S 24.8", 
     10808   "geometry": 
     10809       { 
     10810        "type": "Point", 
     10811        "coordinates": [-117.690369,33.694005] 
     10812       }, 
     10813   "properties":  
     10814       {"street": "SOUTH OF PORTOLA", "color": "lime", "perpx": "-0.481939", "perpy": "-0.876205"} 
     10815},   
     10816{ 
     10817   "type": "Feature", 
     10818   "id": "241 S 25.15", 
     10819   "geometry": 
     10820       { 
     10821        "type": "Point", 
     10822        "coordinates": [-117.695456,33.696803] 
     10823       }, 
     10824   "properties":  
     10825       {"street": "PORTOLA N2", "color": "lime", "perpx": "-0.435805", "perpy": "-0.900041"} 
     10826},   
     10827{ 
     10828   "type": "Feature", 
     10829   "id": "241 S 25.43", 
     10830   "geometry": 
     10831       { 
     10832        "type": "Point", 
     10833        "coordinates": [-117.699698,33.698857] 
     10834       }, 
     10835   "properties":  
     10836       {"street": "TOMATO 1", "color": "lime", "perpx": "-0.432673", "perpy": "-0.901551"} 
     10837},   
     10838{ 
     10839   "type": "Feature", 
     10840   "id": "241 S 25.53", 
     10841   "geometry": 
     10842       { 
     10843        "type": "Point", 
     10844        "coordinates": [-117.701217,33.699586] 
     10845       }, 
     10846   "properties":  
     10847       {"street": "SOLAR TOMATO 1", "color": "lime", "perpx": "-0.432673", "perpy": "-0.901551"} 
     10848},   
     10849{ 
     10850   "type": "Feature", 
     10851   "id": "241 S 25.72", 
     10852   "geometry": 
     10853       { 
     10854        "type": "Point", 
     10855        "coordinates": [-117.704109,33.700961] 
     10856       }, 
     10857   "properties":  
     10858       {"street": "TOMATO 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     10859},   
     10860{ 
     10861   "type": "Feature", 
     10862   "id": "241 S 25.82", 
     10863   "geometry": 
     10864       { 
     10865        "type": "Point", 
     10866        "coordinates": [-117.705642,33.70167] 
     10867       }, 
     10868   "properties":  
     10869       {"street": "SOLAR TOMATO 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     10870},   
     10871{ 
     10872   "type": "Feature", 
     10873   "id": "241 S 26.35", 
     10874   "geometry": 
     10875       { 
     10876        "type": "Point", 
     10877        "coordinates": [-117.71368,33.705538] 
     10878       }, 
     10879   "properties":  
     10880       {"street": "TOMATO 4", "color": "lime", "perpx": "-0.356385", "perpy": "-0.934339"} 
     10881},   
     10882{ 
     10883   "type": "Feature", 
     10884   "id": "241 S 26.4", 
     10885   "geometry": 
     10886       { 
     10887        "type": "Point", 
     10888        "coordinates": [-117.714477,33.705842] 
     10889       }, 
     10890   "properties":  
     10891       {"street": "SOLAR TOMATO 4", "color": "lime", "perpx": "-0.480566", "perpy": "-0.876958"} 
     10892},   
     10893{ 
     10894   "type": "Feature", 
     10895   "id": "241 S 26.58", 
     10896   "geometry": 
     10897       { 
     10898        "type": "Point", 
     10899        "coordinates": [-117.717092,33.707275] 
     10900       }, 
     10901   "properties":  
     10902       {"street": "133-1", "color": "lime", "perpx": "-0.712032", "perpy": "-0.702147"} 
     10903},   
     10904{ 
     10905   "type": "Feature", 
     10906   "id": "241 S 26.76", 
     10907   "geometry": 
     10908       { 
     10909        "type": "Point", 
     10910        "coordinates": [-117.719081,33.709292] 
     10911       }, 
     10912   "properties":  
     10913       {"street": "133-2", "color": "lime", "perpx": "-0.712032", "perpy": "-0.702147"} 
     10914},   
     10915{ 
     10916   "type": "Feature", 
     10917   "id": "241 S 27.12", 
     10918   "geometry": 
     10919       { 
     10920        "type": "Point", 
     10921        "coordinates": [-117.720884,33.714276] 
     10922       }, 
     10923   "properties":  
     10924       {"street": "133-3", "color": "lime", "perpx": "-0.999239", "perpy": "0.039011"} 
     10925},   
     10926{ 
     10927   "type": "Feature", 
     10928   "id": "241 S 27.22", 
     10929   "geometry": 
     10930       { 
     10931        "type": "Point", 
     10932        "coordinates": [-117.720827,33.715736] 
     10933       }, 
     10934   "properties":  
     10935       {"street": "SOLAR 133-3", "color": "lime", "perpx": "-0.999239", "perpy": "0.039011"} 
     10936},   
     10937{ 
     10938   "type": "Feature", 
     10939   "id": "241 S 27.43", 
     10940   "geometry": 
     10941       { 
     10942        "type": "Point", 
     10943        "coordinates": [-117.72046,33.718798] 
     10944       }, 
     10945   "properties":  
     10946       {"street": "BEE CANYON", "color": "lime", "perpx": "-0.99165", "perpy": "0.128962"} 
     10947},   
     10948{ 
     10949   "type": "Feature", 
     10950   "id": "241 S 27.53", 
     10951   "geometry": 
     10952       { 
     10953        "type": "Point", 
     10954        "coordinates": [-117.72027,33.720259] 
     10955       }, 
     10956   "properties":  
     10957       {"street": "SOLAR BEE CANYON", "color": "lime", "perpx": "-0.99165", "perpy": "0.128962"} 
     10958},   
     10959{ 
     10960   "type": "Feature", 
     10961   "id": "241 S 27.74", 
     10962   "geometry": 
     10963       { 
     10964        "type": "Point", 
     10965        "coordinates": [-117.719567,33.723287] 
     10966       }, 
     10967   "properties":  
     10968       {"street": "N OF 133", "color": "lime", "perpx": "-0.98462", "perpy": "0.174712"} 
     10969},   
     10970{ 
     10971   "type": "Feature", 
     10972   "id": "241 S 27.84", 
     10973   "geometry": 
     10974       { 
     10975        "type": "Point", 
     10976        "coordinates": [-117.719309,33.724741] 
     10977       }, 
     10978   "properties":  
     10979       {"street": "SOLAR N OF 133", "color": "lime", "perpx": "-0.98462", "perpy": "0.174712"} 
     10980},   
     10981{ 
     10982   "type": "Feature", 
     10983   "id": "241 S 28.09", 
     10984   "geometry": 
     10985       { 
     10986        "type": "Point", 
     10987        "coordinates": [-117.718803,33.728394] 
     10988       }, 
     10989   "properties":  
     10990       {"street": "S OF JEFFREY", "color": "lime", "perpx": "-0.991031", "perpy": "0.13363"} 
     10991},   
     10992{ 
     10993   "type": "Feature", 
     10994   "id": "241 S 28.19", 
     10995   "geometry": 
     10996       { 
     10997        "type": "Point", 
     10998        "coordinates": [-117.718606,33.729855] 
     10999       }, 
     11000   "properties":  
     11001       {"street": "SOLAR S OF JEFFREY", "color": "lime", "perpx": "-0.991631", "perpy": "0.129107"} 
     11002},   
     11003{ 
     11004   "type": "Feature", 
     11005   "id": "241 S 28.44", 
     11006   "geometry": 
     11007       { 
     11008        "type": "Point", 
     11009        "coordinates": [-117.71813,33.733511] 
     11010       }, 
     11011   "properties":  
     11012       {"street": "N OF JEFFREY", "color": "lime", "perpx": "-0.991631", "perpy": "0.129107"} 
     11013},   
     11014{ 
     11015   "type": "Feature", 
     11016   "id": "241 S 28.73", 
     11017   "geometry": 
     11018       { 
     11019        "type": "Point", 
     11020        "coordinates": [-117.717633,33.73777] 
     11021       }, 
     11022   "properties":  
     11023       {"street": "N OF HAUL ROAD", "color": "lime", "perpx": "-0.992127", "perpy": "-0.125239"} 
     11024},   
     11025{ 
     11026   "type": "Feature", 
     11027   "id": "241 S 28.97", 
     11028   "geometry": 
     11029       { 
     11030        "type": "Point", 
     11031        "coordinates": [-117.718081,33.741319] 
     11032       }, 
     11033   "properties":  
     11034       {"street": "HAUL-CULVER", "color": "lime", "perpx": "-0.992127", "perpy": "-0.125239"} 
     11035},   
     11036{ 
     11037   "type": "Feature", 
     11038   "id": "241 S 29.34", 
     11039   "geometry": 
     11040       { 
     11041        "type": "Point", 
     11042        "coordinates": [-117.721164,33.746148] 
     11043       }, 
     11044   "properties":  
     11045       {"street": "S OF CULVER S", "color": "lime", "perpx": "-0.534518", "perpy": "-0.845157"} 
     11046},   
     11047{ 
     11048   "type": "Feature", 
     11049   "id": "241 S 29.69", 
     11050   "geometry": 
     11051       { 
     11052        "type": "Point", 
     11053        "coordinates": [-117.726132,33.74929] 
     11054       }, 
     11055   "properties":  
     11056       {"street": "N OF CULVER S", "color": "lime", "perpx": "-0.530397", "perpy": "-0.84775"} 
     11057},   
     11058{ 
     11059   "type": "Feature", 
     11060   "id": "241 S 30", 
     11061   "geometry": 
     11062       { 
     11063        "type": "Point", 
     11064        "coordinates": [-117.730537,33.752046] 
     11065       }, 
     11066   "properties":  
     11067       {"street": "CULVER-CULVER 1", "color": "lime", "perpx": "-0.773985", "perpy": "-0.633203"} 
     11068},   
     11069{ 
     11070   "type": "Feature", 
     11071   "id": "241 S 30.1", 
     11072   "geometry": 
     11073       { 
     11074        "type": "Point", 
     11075        "coordinates": [-117.73154,33.753272] 
     11076       }, 
     11077   "properties":  
     11078       {"street": "SOLAR CUL-CULVER 1", "color": "lime", "perpx": "-0.773985", "perpy": "-0.633203"} 
     11079},   
     11080{ 
     11081   "type": "Feature", 
     11082   "id": "241 S 30.33", 
     11083   "geometry": 
     11084       { 
     11085        "type": "Point", 
     11086        "coordinates": [-117.732805,33.756517] 
     11087       }, 
     11088   "properties":  
     11089       {"street": "CULVER-CULVER 2", "color": "lime", "perpx": "-0.999994", "perpy": "0.00336"} 
     11090},   
     11091{ 
     11092   "type": "Feature", 
     11093   "id": "241 S 30.43", 
     11094   "geometry": 
     11095       { 
     11096        "type": "Point", 
     11097        "coordinates": [-117.7328,33.758005] 
     11098       }, 
     11099   "properties":  
     11100       {"street": "SOLAR CUL-CULVER 2", "color": "lime", "perpx": "-0.999994", "perpy": "0.00336"} 
     11101},   
     11102{ 
     11103   "type": "Feature", 
     11104   "id": "241 S 30.72", 
     11105   "geometry": 
     11106       { 
     11107        "type": "Point", 
     11108        "coordinates": [-117.732284,33.762314] 
     11109       }, 
     11110   "properties":  
     11111       {"street": "S OF CULVER N", "color": "lime", "perpx": "-0.986194", "perpy": "-0.165595"} 
     11112},   
     11113{ 
     11114   "type": "Feature", 
     11115   "id": "241 S 30.82", 
     11116   "geometry": 
     11117       { 
     11118        "type": "Point", 
     11119        "coordinates": [-117.732531,33.763785] 
     11120       }, 
     11121   "properties":  
     11122       {"street": "SOLAR S OF CULVER N", "color": "lime", "perpx": "-0.986194", "perpy": "-0.165595"} 
     11123},   
     11124{ 
     11125   "type": "Feature", 
     11126   "id": "241 S 31.03", 
     11127   "geometry": 
     11128       { 
     11129        "type": "Point", 
     11130        "coordinates": [-117.734012,33.766637] 
     11131       }, 
     11132   "properties":  
     11133       {"street": "N OF CULVER N", "color": "lime", "perpx": "-0.712957", "perpy": "-0.701208"} 
     11134},   
     11135{ 
     11136   "type": "Feature", 
     11137   "id": "241 S 31.13", 
     11138   "geometry": 
     11139       { 
     11140        "type": "Point", 
     11141        "coordinates": [-117.735146,33.76779] 
     11142       }, 
     11143   "properties":  
     11144       {"street": "SOLAR N OF CULVER N", "color": "lime", "perpx": "-0.712957", "perpy": "-0.701208"} 
     11145},   
     11146{ 
     11147   "type": "Feature", 
     11148   "id": "241 S 31.44", 
     11149   "geometry": 
     11150       { 
     11151        "type": "Point", 
     11152        "coordinates": [-117.739531,33.770618] 
     11153       }, 
     11154   "properties":  
     11155       {"street": "S OF EOC OC", "color": "lime", "perpx": "-0.547969", "perpy": "-0.836499"} 
     11156},   
     11157{ 
     11158   "type": "Feature", 
     11159   "id": "241 S 31.54", 
     11160   "geometry": 
     11161       { 
     11162        "type": "Point", 
     11163        "coordinates": [-117.74094,33.771541] 
     11164       }, 
     11165   "properties":  
     11166       {"street": "SOLAR S OF EOC OC", "color": "lime", "perpx": "-0.550286", "perpy": "-0.834976"} 
     11167},   
     11168{ 
     11169   "type": "Feature", 
     11170   "id": "241 S 31.88", 
     11171   "geometry": 
     11172       { 
     11173        "type": "Point", 
     11174        "coordinates": [-117.745706,33.774682] 
     11175       }, 
     11176   "properties":  
     11177       {"street": "CHAPMAN 1", "color": "lime", "perpx": "-0.550286", "perpy": "-0.834976"} 
     11178},   
     11179{ 
     11180   "type": "Feature", 
     11181   "id": "241 S 32.29", 
     11182   "geometry": 
     11183       { 
     11184        "type": "Point", 
     11185        "coordinates": [-117.7482,33.780289] 
     11186       }, 
     11187   "properties":  
     11188       {"street": "CHAPMAN 2", "color": "lime", "perpx": "-0.997214", "perpy": "0.074589"} 
     11189},   
     11190{ 
     11191   "type": "Feature", 
     11192   "id": "241 S 32.39", 
     11193   "geometry": 
     11194       { 
     11195        "type": "Point", 
     11196        "coordinates": [-117.748089,33.781773] 
     11197       }, 
     11198   "properties":  
     11199       {"street": "SOLAR CHAPMAN 2", "color": "lime", "perpx": "-0.997214", "perpy": "0.074589"} 
     11200},   
     11201{ 
     11202   "type": "Feature", 
     11203   "id": "241 S 32.71", 
     11204   "geometry": 
     11205       { 
     11206        "type": "Point", 
     11207        "coordinates": [-117.745698,33.786034] 
     11208       }, 
     11209   "properties":  
     11210       {"street": "CHAPMAN 3", "color": "lime", "perpx": "-0.656814", "perpy": "0.754052"} 
     11211},   
     11212{ 
     11213   "type": "Feature", 
     11214   "id": "241 S 32.81", 
     11215   "geometry": 
     11216       { 
     11217        "type": "Point", 
     11218        "coordinates": [-117.744465,33.787108] 
     11219       }, 
     11220   "properties":  
     11221       {"street": "SOLAR CHAPMAN 3", "color": "lime", "perpx": "-0.536155", "perpy": "0.84412"} 
     11222},   
     11223{ 
     11224   "type": "Feature", 
     11225   "id": "241 S 32.97", 
     11226   "geometry": 
     11227       { 
     11228        "type": "Point", 
     11229        "coordinates": [-117.74219,33.788553] 
     11230       }, 
     11231   "properties":  
     11232       {"street": "CHAPMAN 4", "color": "lime", "perpx": "-0.536155", "perpy": "0.84412"} 
     11233},   
     11234{ 
     11235   "type": "Feature", 
     11236   "id": "241 S 33.35", 
     11237   "geometry": 
     11238       { 
     11239        "type": "Point", 
     11240        "coordinates": [-117.73675,33.791961] 
     11241       }, 
     11242   "properties":  
     11243       {"street": "N OF CHAPMAN", "color": "lime", "perpx": "-0.511805", "perpy": "0.859102"} 
     11244},   
     11245{ 
     11246   "type": "Feature", 
     11247   "id": "241 S 33.45", 
     11248   "geometry": 
     11249       { 
     11250        "type": "Point", 
     11251        "coordinates": [-117.735293,33.792829] 
     11252       }, 
     11253   "properties":  
     11254       {"street": "SOLAR N OF CHAPMAN", "color": "lime", "perpx": "-0.511805", "perpy": "0.859102"} 
     11255},   
     11256{ 
     11257   "type": "Feature", 
     11258   "id": "241 S 33.68", 
     11259   "geometry": 
     11260       { 
     11261        "type": "Point", 
     11262        "coordinates": [-117.732055,33.794954] 
     11263       }, 
     11264   "properties":  
     11265       {"street": "S OF SANT CREEK", "color": "lime", "perpx": "-0.521007", "perpy": "0.853552"} 
     11266},   
     11267{ 
     11268   "type": "Feature", 
     11269   "id": "241 S 33.78", 
     11270   "geometry": 
     11271       { 
     11272        "type": "Point", 
     11273        "coordinates": [-117.730574,33.795858] 
     11274       }, 
     11275   "properties":  
     11276       {"street": "SOLAR S OF SANT CK", "color": "lime", "perpx": "-0.634504", "perpy": "0.77292"} 
     11277},   
     11278{ 
     11279   "type": "Feature", 
     11280   "id": "241 S 34.03", 
     11281   "geometry": 
     11282       { 
     11283        "type": "Point", 
     11284        "coordinates": [-117.727285,33.798558] 
     11285       }, 
     11286   "properties":  
     11287       {"street": "N OF SANT CR1", "color": "lime", "perpx": "-0.634504", "perpy": "0.77292"} 
     11288},   
     11289{ 
     11290   "type": "Feature", 
     11291   "id": "241 S 34.38", 
     11292   "geometry": 
     11293       { 
     11294        "type": "Point", 
     11295        "coordinates": [-117.725304,33.803726] 
     11296       }, 
     11297   "properties":  
     11298       {"street": "N OF SANT CR2", "color": "lime", "perpx": "-0.931918", "perpy": "0.36267"} 
     11299},   
     11300{ 
     11301   "type": "Feature", 
     11302   "id": "241 S 34.72", 
     11303   "geometry": 
     11304       { 
     11305        "type": "Point", 
     11306        "coordinates": [-117.72335,33.808747] 
     11307       }, 
     11308   "properties":  
     11309       {"street": "S OF OAK", "color": "lime", "perpx": "-0.84356", "perpy": "0.537034"} 
     11310},   
     11311{ 
     11312   "type": "Feature", 
     11313   "id": "241 S 34.82", 
     11314   "geometry": 
     11315       { 
     11316        "type": "Point", 
     11317        "coordinates": [-117.722474,33.810123] 
     11318       }, 
     11319   "properties":  
     11320       {"street": "SOLAR S OF OAK", "color": "lime", "perpx": "-0.828928", "perpy": "0.559356"} 
     11321},   
     11322{ 
     11323   "type": "Feature", 
     11324   "id": "241 S 35.08", 
     11325   "geometry": 
     11326       { 
     11327        "type": "Point", 
     11328        "coordinates": [-117.720094,33.81365] 
     11329       }, 
     11330   "properties":  
     11331       {"street": "N OF OAK", "color": "lime", "perpx": "-0.915178", "perpy": "0.40305"} 
     11332},   
     11333{ 
     11334   "type": "Feature", 
     11335   "id": "241 S 35.43", 
     11336   "geometry": 
     11337       { 
     11338        "type": "Point", 
     11339        "coordinates": [-117.71784,33.818768] 
     11340       }, 
     11341   "properties":  
     11342       {"street": "S OF SCE OC", "color": "lime", "perpx": "-0.915178", "perpy": "0.40305"} 
     11343},   
     11344{ 
     11345   "type": "Feature", 
     11346   "id": "241 S 35.82", 
     11347   "geometry": 
     11348       { 
     11349        "type": "Point", 
     11350        "coordinates": [-117.717155,33.824805] 
     11351       }, 
     11352   "properties":  
     11353       {"street": "WINDY RIDGE 1", "color": "lime", "perpx": "-0.999904", "perpy": "-0.013843"} 
     11354},   
     11355{ 
     11356   "type": "Feature", 
     11357   "id": "241 S 36.14", 
     11358   "geometry": 
     11359       { 
     11360        "type": "Point", 
     11361        "coordinates": [-117.717224,33.829789] 
     11362       }, 
     11363   "properties":  
     11364       {"street": "WINDY RIDGE 2", "color": "lime", "perpx": "-0.990694", "perpy": "-0.136107"} 
     11365},   
     11366{ 
     11367   "type": "Feature", 
     11368   "id": "241 S 36.43", 
     11369   "geometry": 
     11370       { 
     11371        "type": "Point", 
     11372        "coordinates": [-117.717841,33.83428] 
     11373       }, 
     11374   "properties":  
     11375       {"street": "WINDY RIDGE 3", "color": "lime", "perpx": "-0.990694", "perpy": "-0.136107"} 
     11376},   
     11377{ 
     11378   "type": "Feature", 
     11379   "id": "241 S 36.82", 
     11380   "geometry": 
     11381       { 
     11382        "type": "Point", 
     11383        "coordinates": [-117.718159,33.840335] 
     11384       }, 
     11385   "properties":  
     11386       {"street": "W R WILDLIFE", "color": "lime", "perpx": "-0.985859", "perpy": "0.167575"} 
     11387},   
     11388{ 
     11389   "type": "Feature", 
     11390   "id": "241 S 37.12", 
     11391   "geometry": 
     11392       { 
     11393        "type": "Point", 
     11394        "coordinates": [-117.717372,33.844965] 
     11395       }, 
     11396   "properties":  
     11397       {"street": "N OF W R WILDLIFE 1", "color": "lime", "perpx": "-0.999815", "perpy": "0.019254"} 
     11398},   
     11399{ 
     11400   "type": "Feature", 
     11401   "id": "241 S 37.49", 
     11402   "geometry": 
     11403       { 
     11404        "type": "Point", 
     11405        "coordinates": [-117.717261,33.850729] 
     11406       }, 
     11407   "properties":  
     11408       {"street": "N OF W R WILDLIFE 2", "color": "lime", "perpx": "-0.999815", "perpy": "0.019254"} 
     11409},   
     11410{ 
     11411   "type": "Feature", 
     11412   "id": "241 S 37.88", 
     11413   "geometry": 
     11414       { 
     11415        "type": "Point", 
     11416        "coordinates": [-117.717346,33.856811] 
     11417       }, 
     11418   "properties":  
     11419       {"street": "N OF W R WILDLIFE 3", "color": "lime", "perpx": "-0.999884", "perpy": "-0.015214"} 
     11420},   
     11421{ 
     11422   "type": "Feature", 
     11423   "id": "241 S 38.23", 
     11424   "geometry": 
     11425       { 
     11426        "type": "Point", 
     11427        "coordinates": [-117.717429,33.862266] 
     11428       }, 
     11429   "properties":  
     11430       {"street": "S OF 91", "color": "lime", "perpx": "-0.999884", "perpy": "-0.015214"} 
     11431},   
     11432{ 
     11433   "type": "Feature", 
     11434   "id": "241 S 38.64", 
     11435   "geometry": 
     11436       { 
     11437        "type": "Point", 
     11438        "coordinates": [-117.722022,33.866619] 
     11439       }, 
     11440   "properties":  
     11441       {"street": "E91 TO S241 RT 91 ON", "color": "lime", "perpx": "0", "perpy": "0"} 
     11442},   
     11443 
     11444{ 
     11445   "type": "Feature", 
    185811446   "id": "261 N 0.04", 
    185911447   "geometry": 
     
    191111499{ 
    191211500   "type": "Feature", 
     11501   "id": "261 N 1.75", 
     11502   "geometry": 
     11503       { 
     11504        "type": "Point", 
     11505        "coordinates": [-117.777645,33.727564] 
     11506       }, 
     11507   "properties":  
     11508       {"street": "IRVINE BLVD 2", "color": "lime", "perpx": "0.607612", "perpy": "-0.794234"} 
     11509},   
     11510{ 
     11511   "type": "Feature", 
     11512   "id": "261 N 2.24", 
     11513   "geometry": 
     11514       { 
     11515        "type": "Point", 
     11516        "coordinates": [-117.772751,33.733387] 
     11517       }, 
     11518   "properties":  
     11519       {"street": "IRVINE RANCH FSTRK", "color": "lime", "perpx": "0.766466", "perpy": "-0.642285"} 
     11520},   
     11521{ 
     11522   "type": "Feature", 
     11523   "id": "261 N 2.71", 
     11524   "geometry": 
     11525       { 
     11526        "type": "Point", 
     11527        "coordinates": [-117.768065,33.738979] 
     11528       }, 
     11529   "properties":  
     11530       {"street": "PORTOLA  1", "color": "lime", "perpx": "0.904237", "perpy": "-0.42703"} 
     11531},   
     11532{ 
     11533   "type": "Feature", 
     11534   "id": "261 N 3.16", 
     11535   "geometry": 
     11536       { 
     11537        "type": "Point", 
     11538        "coordinates": [-117.765231,33.74498] 
     11539       }, 
     11540   "properties":  
     11541       {"street": "PORTOLA 2", "color": "lime", "perpx": "0.983838", "perpy": "-0.179058"} 
     11542},   
     11543{ 
     11544   "type": "Feature", 
     11545   "id": "261 N 3.51", 
     11546   "geometry": 
     11547       { 
     11548        "type": "Point", 
     11549        "coordinates": [-117.764319,33.749991] 
     11550       }, 
     11551   "properties":  
     11552       {"street": "PORTOLA 3", "color": "lime", "perpx": "0.984423", "perpy": "-0.175816"} 
     11553},   
     11554{ 
     11555   "type": "Feature", 
     11556   "id": "261 N 3.79", 
     11557   "geometry": 
     11558       { 
     11559        "type": "Point", 
     11560        "coordinates": [-117.763603,33.754] 
     11561       }, 
     11562   "properties":  
     11563       {"street": "PORTOLA 4", "color": "lime", "perpx": "0.984423", "perpy": "-0.175816"} 
     11564},   
     11565{ 
     11566   "type": "Feature", 
     11567   "id": "261 N 4.14", 
     11568   "geometry": 
     11569       { 
     11570        "type": "Point", 
     11571        "coordinates": [-117.76135,33.758685] 
     11572       }, 
     11573   "properties":  
     11574       {"street": "S OF UTILITY", "color": "lime", "perpx": "0.885102", "perpy": "-0.465397"} 
     11575},   
     11576{ 
     11577   "type": "Feature", 
     11578   "id": "261 N 4.46", 
     11579   "geometry": 
     11580       { 
     11581        "type": "Point", 
     11582        "coordinates": [-117.759099,33.762966] 
     11583       }, 
     11584   "properties":  
     11585       {"street": "N OF UTILITY", "color": "lime", "perpx": "0.980133", "perpy": "-0.198343"} 
     11586},   
     11587{ 
     11588   "type": "Feature", 
     11589   "id": "261 N 4.7", 
     11590   "geometry": 
     11591       { 
     11592        "type": "Point", 
     11593        "coordinates": [-117.758414,33.766351] 
     11594       }, 
     11595   "properties":  
     11596       {"street": "HANDY 1", "color": "lime", "perpx": "0.999501", "perpy": "-0.031586"} 
     11597},   
     11598{ 
     11599   "type": "Feature", 
     11600   "id": "261 N 4.93", 
     11601   "geometry": 
     11602       { 
     11603        "type": "Point", 
     11604        "coordinates": [-117.75831,33.769642] 
     11605       }, 
     11606   "properties":  
     11607       {"street": "HANDY 2", "color": "lime", "perpx": "0.997022", "perpy": "-0.077121"} 
     11608},   
     11609{ 
     11610   "type": "Feature", 
     11611   "id": "261 N 5.27", 
     11612   "geometry": 
     11613       { 
     11614        "type": "Point", 
     11615        "coordinates": [-117.757935,33.77449] 
     11616       }, 
     11617   "properties":  
     11618       {"street": "HANDY 3", "color": "lime", "perpx": "0.997022", "perpy": "-0.077121"} 
     11619},   
     11620{ 
     11621   "type": "Feature", 
     11622   "id": "261 N 5.64", 
     11623   "geometry": 
     11624       { 
     11625        "type": "Point", 
     11626        "coordinates": [-117.75497,33.779145] 
     11627       }, 
     11628   "properties":  
     11629       {"street": "CHAPMAN", "color": "lime", "perpx": "0", "perpy": "0"} 
     11630},   
     11631{ 
     11632   "type": "Feature", 
    191311633   "id": "261 S 0.04", 
    191411634   "geometry": 
     
    195311673       {"street": "IRVINE BLVD 1", "color": "lime", "perpx": "-0.601686", "perpy": "0.798733"} 
    195411674},   
     11675{ 
     11676   "type": "Feature", 
     11677   "id": "261 S 1.75", 
     11678   "geometry": 
     11679       { 
     11680        "type": "Point", 
     11681        "coordinates": [-117.777924,33.727725] 
     11682       }, 
     11683   "properties":  
     11684       {"street": "IRVINE BLVD 2", "color": "lime", "perpx": "-0.601686", "perpy": "0.798733"} 
     11685},   
     11686{ 
     11687   "type": "Feature", 
     11688   "id": "261 S 2.24", 
     11689   "geometry": 
     11690       { 
     11691        "type": "Point", 
     11692        "coordinates": [-117.773023,33.733529] 
     11693       }, 
     11694   "properties":  
     11695       {"street": "IRVINE RANCH FSTRK", "color": "lime", "perpx": "-0.769852", "perpy": "0.638223"} 
     11696},   
     11697{ 
     11698   "type": "Feature", 
     11699   "id": "261 S 2.71", 
     11700   "geometry": 
     11701       { 
     11702        "type": "Point", 
     11703        "coordinates": [-117.768378,33.739132] 
     11704       }, 
     11705   "properties":  
     11706       {"street": "PORTOLA  1", "color": "lime", "perpx": "-0.910548", "perpy": "0.413404"} 
     11707},   
     11708{ 
     11709   "type": "Feature", 
     11710   "id": "261 S 3.16", 
     11711   "geometry": 
     11712       { 
     11713        "type": "Point", 
     11714        "coordinates": [-117.765643,33.745156] 
     11715       }, 
     11716   "properties":  
     11717       {"street": "PORTOLA 2", "color": "lime", "perpx": "-0.982145", "perpy": "0.188125"} 
     11718},   
     11719{ 
     11720   "type": "Feature", 
     11721   "id": "261 S 3.51", 
     11722   "geometry": 
     11723       { 
     11724        "type": "Point", 
     11725        "coordinates": [-117.764687,33.750147] 
     11726       }, 
     11727   "properties":  
     11728       {"street": "PORTOLA 3", "color": "lime", "perpx": "-0.984863", "perpy": "0.173336"} 
     11729},   
     11730{ 
     11731   "type": "Feature", 
     11732   "id": "261 S 3.79", 
     11733   "geometry": 
     11734       { 
     11735        "type": "Point", 
     11736        "coordinates": [-117.763983,33.754147] 
     11737       }, 
     11738   "properties":  
     11739       {"street": "PORTOLA 4", "color": "lime", "perpx": "-0.984863", "perpy": "0.173336"} 
     11740},   
     11741{ 
     11742   "type": "Feature", 
     11743   "id": "261 S 4.14", 
     11744   "geometry": 
     11745       { 
     11746        "type": "Point", 
     11747        "coordinates": [-117.761762,33.758827] 
     11748       }, 
     11749   "properties":  
     11750       {"street": "S OF UTILITY", "color": "lime", "perpx": "-0.884264", "perpy": "0.466987"} 
     11751},   
     11752{ 
     11753   "type": "Feature", 
     11754   "id": "261 S 4.46", 
     11755   "geometry": 
     11756       { 
     11757        "type": "Point", 
     11758        "coordinates": [-117.759498,33.763114] 
     11759       }, 
     11760   "properties":  
     11761       {"street": "N OF UTILITY", "color": "lime", "perpx": "-0.980989", "perpy": "0.194064"} 
     11762},   
     11763{ 
     11764   "type": "Feature", 
     11765   "id": "261 S 4.7", 
     11766   "geometry": 
     11767       { 
     11768        "type": "Point", 
     11769        "coordinates": [-117.758825,33.766516] 
     11770       }, 
     11771   "properties":  
     11772       {"street": "HANDY 1", "color": "lime", "perpx": "-0.999193", "perpy": "0.040173"} 
     11773},   
     11774{ 
     11775   "type": "Feature", 
     11776   "id": "261 S 4.93", 
     11777   "geometry": 
     11778       { 
     11779        "type": "Point", 
     11780        "coordinates": [-117.758692,33.769824] 
     11781       }, 
     11782   "properties":  
     11783       {"street": "HANDY 2", "color": "lime", "perpx": "-0.997492", "perpy": "0.070782"} 
     11784},   
     11785{ 
     11786   "type": "Feature", 
     11787   "id": "261 S 5.27", 
     11788   "geometry": 
     11789       { 
     11790        "type": "Point", 
     11791        "coordinates": [-117.758346,33.7747] 
     11792       }, 
     11793   "properties":  
     11794       {"street": "HANDY 3", "color": "lime", "perpx": "-0.997492", "perpy": "0.070782"} 
     11795},   
     11796{ 
     11797   "type": "Feature", 
     11798   "id": "261 S 5.64", 
     11799   "geometry": 
     11800       { 
     11801        "type": "Point", 
     11802        "coordinates": [-117.75529,33.779357] 
     11803       }, 
     11804   "properties":  
     11805       {"street": "CHAPMAN", "color": "lime", "perpx": "0", "perpy": "0"} 
     11806},   
    195511807 
    195611808{ 
    195711809   "type": "Feature", 
     11810   "id": "405 N 0.6", 
     11811   "geometry": 
     11812       { 
     11813        "type": "Point", 
     11814        "coordinates": [-117.741156,33.646486] 
     11815       }, 
     11816   "properties":  
     11817       {"street": "N OF 5", "color": "lime", "perpx": "0", "perpy": "0"} 
     11818},   
     11819{ 
     11820   "type": "Feature", 
    195811821   "id": "405 N 0.93", 
    195911822   "geometry": 
     
    198911852{ 
    199011853   "type": "Feature", 
     11854   "id": "405 N 1.73", 
     11855   "geometry": 
     11856       { 
     11857        "type": "Point", 
     11858        "coordinates": [-117.759796,33.651697] 
     11859       }, 
     11860   "properties":  
     11861       {"street": "AT 133 N405 to S133", "color": "lime", "perpx": "0.147572", "perpy": "0.989051"} 
     11862},   
     11863{ 
     11864   "type": "Feature", 
    199111865   "id": "405 N 1.93", 
    199211866   "geometry": 
     
    201111885{ 
    201211886   "type": "Feature", 
     11887   "id": "405 N 2.89", 
     11888   "geometry": 
     11889       { 
     11890        "type": "Point", 
     11891        "coordinates": [-117.777952,33.657928] 
     11892       }, 
     11893   "properties":  
     11894       {"street": "SAND CANYON 1", "color": "lime", "perpx": "0.494902", "perpy": "0.868949"} 
     11895},   
     11896{ 
     11897   "type": "Feature", 
     11898   "id": "405 N 2.99", 
     11899   "geometry": 
     11900       { 
     11901        "type": "Point", 
     11902        "coordinates": [-117.77939,33.658747] 
     11903       }, 
     11904   "properties":  
     11905       {"street": "SAND CANYON 2", "color": "lime", "perpx": "0", "perpy": "0"} 
     11906},   
     11907{ 
     11908   "type": "Feature", 
    201311909   "id": "405 N 3.04", 
    201411910   "geometry": 
     
    206211958       }, 
    206311959   "properties":  
    2064        {"street": "YALE", "color": "yellow", "perpx": "0.267568", "perpy": "0.963539"} 
     11960       {"street": "YALE", "color": "lime", "perpx": "0.267568", "perpy": "0.963539"} 
    206511961},   
    206611962{ 
     
    207311969       }, 
    207411970   "properties":  
    2075        {"street": "SPRUCE", "color": "yellow", "perpx": "0.267568", "perpy": "0.963539"} 
     11971       {"street": "SPRUCE", "color": "lime", "perpx": "0.267568", "perpy": "0.963539"} 
    207611972},   
    207711973{ 
     
    208411980       }, 
    208511981   "properties":  
    2086        {"street": "CULVER 1", "color": "yellow", "perpx": "0.332642", "perpy": "0.943053"} 
     11982       {"street": "CULVER 1", "color": "lime", "perpx": "0.332642", "perpy": "0.943053"} 
    208711983},   
    208811984{ 
     
    209511991       }, 
    209611992   "properties":  
    2097        {"street": "CULVER 2", "color": "yellow", "perpx": "0.320278", "perpy": "0.947323"} 
     11993       {"street": "CULVER 2", "color": "lime", "perpx": "0.320278", "perpy": "0.947323"} 
    209811994},   
    209911995{ 
     
    210612002       }, 
    210712003   "properties":  
    2108        {"street": "HARVARD", "color": "yellow", "perpx": "0.320278", "perpy": "0.947323"} 
     12004       {"street": "HARVARD", "color": "lime", "perpx": "0.320278", "perpy": "0.947323"} 
    210912005},   
    211012006{ 
     
    211712013       }, 
    211812014   "properties":  
    2119        {"street": "JAMBOREE1", "color": "yellow", "perpx": "0.400805", "perpy": "0.916164"} 
     12015       {"street": "JAMBOREE1", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"} 
    212012016},   
    212112017{ 
     
    212812024       }, 
    212912025   "properties":  
    2130        {"street": "JAMBOREE2", "color": "red", "perpx": "0.400805", "perpy": "0.916164"} 
     12026       {"street": "JAMBOREE2", "color": "lime", "perpx": "0.400805", "perpy": "0.916164"} 
    213112027},   
    213212028{ 
     
    213912035       }, 
    214012036   "properties":  
    2141        {"street": "MACARTHUR 1", "color": "red", "perpx": "0.408917", "perpy": "0.912572"} 
     12037       {"street": "MACARTHUR 1", "color": "lime", "perpx": "0.408917", "perpy": "0.912572"} 
    214212038},   
    214312039{ 
     
    215012046       }, 
    215112047   "properties":  
    2152        {"street": "AIRPORT", "color": "red", "perpx": "0.321527", "perpy": "0.9469"} 
     12048       {"street": "AIRPORT", "color": "yellow", "perpx": "0.321527", "perpy": "0.9469"} 
     12049},   
     12050{ 
     12051   "type": "Feature", 
     12052   "id": "405 N 8.35", 
     12053   "geometry": 
     12054       { 
     12055        "type": "Point", 
     12056        "coordinates": [-117.865527,33.686563] 
     12057       }, 
     12058   "properties":  
     12059       {"street": "HOV AT 55N FLYOVER**", "color": "yellow", "perpx": "0.271933", "perpy": "0.962316"} 
    215312060},   
    215412061{ 
     
    216112068       }, 
    216212069   "properties":  
    2163        {"street": "RED HILL", "color": "red", "perpx": "0.126754", "perpy": "0.991934"} 
     12070       {"street": "RED HILL", "color": "yellow", "perpx": "0.126754", "perpy": "0.991934"} 
     12071},   
     12072{ 
     12073   "type": "Feature", 
     12074   "id": "405 N 8.7", 
     12075   "geometry": 
     12076       { 
     12077        "type": "Point", 
     12078        "coordinates": [-117.871466,33.687449] 
     12079       }, 
     12080   "properties":  
     12081       {"street": "ANTON", "color": "lime", "perpx": "0", "perpy": "0"} 
     12082},   
     12083{ 
     12084   "type": "Feature", 
     12085   "id": "405 N 9.2", 
     12086   "geometry": 
     12087       { 
     12088        "type": "Point", 
     12089        "coordinates": [-117.880139,33.687519] 
     12090       }, 
     12091   "properties":  
     12092       {"street": "AVE. OF ART", "color": "lime", "perpx": "0.000886", "perpy": "1.0"} 
    216412093},   
    216512094{ 
     
    218712116{ 
    218812117   "type": "Feature", 
     12118   "id": "405 N 9.9", 
     12119   "geometry": 
     12120       { 
     12121        "type": "Point", 
     12122        "coordinates": [-117.8923,33.687569] 
     12123       }, 
     12124   "properties":  
     12125       {"street": "BEAR", "color": "lime", "perpx": "0.032807", "perpy": "0.999462"} 
     12126},   
     12127{ 
     12128   "type": "Feature", 
     12129   "id": "405 N 10.1", 
     12130   "geometry": 
     12131       { 
     12132        "type": "Point", 
     12133        "coordinates": [-117.895773,33.687683] 
     12134       }, 
     12135   "properties":  
     12136       {"street": "N OF 73", "color": "lime", "perpx": "0", "perpy": "0"} 
     12137},   
     12138{ 
     12139   "type": "Feature", 
     12140   "id": "405 N 10.48", 
     12141   "geometry": 
     12142       { 
     12143        "type": "Point", 
     12144        "coordinates": [-117.902375,33.687846] 
     12145       }, 
     12146   "properties":  
     12147       {"street": "N OF 73", "color": "lime", "perpx": "0.024682", "perpy": "0.999695"} 
     12148},   
     12149{ 
     12150   "type": "Feature", 
    218912151   "id": "405 N 10.9", 
    219012152   "geometry": 
     
    219812160{ 
    219912161   "type": "Feature", 
     12162   "id": "405 N 11.247", 
     12163   "geometry": 
     12164       { 
     12165        "type": "Point", 
     12166        "coordinates": [-117.915651,33.688281] 
     12167       }, 
     12168   "properties":  
     12169       {"street": "TEMP 1 NB", "color": "lime", "perpx": "0.226201", "perpy": "0.974081"} 
     12170},   
     12171{ 
     12172   "type": "Feature", 
    220012173   "id": "405 N 11.4", 
    220112174   "geometry": 
     
    220912182{ 
    221012183   "type": "Feature", 
     12184   "id": "405 N 11.6", 
     12185   "geometry": 
     12186       { 
     12187        "type": "Point", 
     12188        "coordinates": [-117.921335,33.690091] 
     12189       }, 
     12190   "properties":  
     12191       {"street": "HYLAND", "color": "lime", "perpx": "0.362002", "perpy": "0.932177"} 
     12192},   
     12193{ 
     12194   "type": "Feature", 
    221112195   "id": "405 N 12.16", 
    221212196   "geometry": 
     
    222012204{ 
    222112205   "type": "Feature", 
     12206   "id": "405 N 12.712", 
     12207   "geometry": 
     12208       { 
     12209        "type": "Point", 
     12210        "coordinates": [-117.938594,33.697258] 
     12211       }, 
     12212   "properties":  
     12213       {"street": "TEMP 2 NB", "color": "lime", "perpx": "0.389175", "perpy": "0.921164"} 
     12214},   
     12215{ 
     12216   "type": "Feature", 
    222212217   "id": "405 N 12.85", 
    222312218   "geometry": 
     
    223112226{ 
    223212227   "type": "Feature", 
     12228   "id": "405 N 13.122", 
     12229   "geometry": 
     12230       { 
     12231        "type": "Point", 
     12232        "coordinates": [-117.94495,33.699916] 
     12233       }, 
     12234   "properties":  
     12235       {"street": "LOCATION 5013 NB", "color": "lime", "perpx": "0.384103", "perpy": "0.92329"} 
     12236},   
     12237{ 
     12238   "type": "Feature", 
    223312239   "id": "405 N 13.74", 
    223412240   "geometry": 
     
    225312259{ 
    225412260   "type": "Feature", 
     12261   "id": "405 N 14.571", 
     12262   "geometry": 
     12263       { 
     12264        "type": "Point", 
     12265        "coordinates": [-117.963904,33.71347] 
     12266       }, 
     12267   "properties":  
     12268       {"street": "TMS 5014 NB", "color": "lime", "perpx": "0.641837", "perpy": "0.766841"} 
     12269},   
     12270{ 
     12271   "type": "Feature", 
    225512272   "id": "405 N 14.82", 
    225612273   "geometry": 
     
    226412281{ 
    226512282   "type": "Feature", 
     12283   "id": "405 N 15", 
     12284   "geometry": 
     12285       { 
     12286        "type": "Point", 
     12287        "coordinates": [-117.969162,33.717879] 
     12288       }, 
     12289   "properties":  
     12290       {"street": "405 TEST", "color": "lime", "perpx": "0.643037", "perpy": "0.765835"} 
     12291},   
     12292{ 
     12293   "type": "Feature", 
    226612294   "id": "405 N 15.17", 
    226712295   "geometry": 
     
    228612314{ 
    228712315   "type": "Feature", 
     12316   "id": "405 N 15.66", 
     12317   "geometry": 
     12318       { 
     12319        "type": "Point", 
     12320        "coordinates": [-117.977379,33.724553] 
     12321       }, 
     12322   "properties":  
     12323       {"street": "TMS 5015 NB", "color": "lime", "perpx": "0.568448", "perpy": "0.822719"} 
     12324},   
     12325{ 
     12326   "type": "Feature", 
     12327   "id": "405 N 16.025", 
     12328   "geometry": 
     12329       { 
     12330        "type": "Point", 
     12331        "coordinates": [-117.982268,33.727931] 
     12332       }, 
     12333   "properties":  
     12334       {"street": "TMS 5016 NB", "color": "lime", "perpx": "0", "perpy": "0"} 
     12335},   
     12336{ 
     12337   "type": "Feature", 
    228812338   "id": "405 N 16.52", 
    228912339   "geometry": 
     
    231912369{ 
    232012370   "type": "Feature", 
     12371   "id": "405 N 18.696", 
     12372   "geometry": 
     12373       { 
     12374        "type": "Point", 
     12375        "coordinates": [-118.016167,33.754349] 
     12376       }, 
     12377   "properties":  
     12378       {"street": "TMC 5017 NB", "color": "lime", "perpx": "0.64006", "perpy": "0.768325"} 
     12379},   
     12380{ 
     12381   "type": "Feature", 
    232112382   "id": "405 N 19.24", 
    232212383   "geometry": 
     
    233012391{ 
    233112392   "type": "Feature", 
     12393   "id": "405 N 19.631", 
     12394   "geometry": 
     12395       { 
     12396        "type": "Point", 
     12397        "coordinates": [-118.027646,33.763926] 
     12398       }, 
     12399   "properties":  
     12400       {"street": "TMS 5018 NB", "color": "lime", "perpx": "0.641411", "perpy": "0.767197"} 
     12401},   
     12402{ 
     12403   "type": "Feature", 
     12404   "id": "405 N 20.341", 
     12405   "geometry": 
     12406       { 
     12407        "type": "Point", 
     12408        "coordinates": [-118.036355,33.771206] 
     12409       }, 
     12410   "properties":  
     12411       {"street": "TMS 2240 NB", "color": "lime", "perpx": "0.313135", "perpy": "0.949709"} 
     12412},   
     12413{ 
     12414   "type": "Feature", 
     12415   "id": "405 N 21.039", 
     12416   "geometry": 
     12417       { 
     12418        "type": "Point", 
     12419        "coordinates": [-118.046955,33.774701] 
     12420       }, 
     12421   "properties":  
     12422       {"street": "TMS 2417 NB", "color": "lime", "perpx": "-0.025163", "perpy": "0.999683"} 
     12423},   
     12424{ 
     12425   "type": "Feature", 
     12426   "id": "405 N 21.552", 
     12427   "geometry": 
     12428       { 
     12429        "type": "Point", 
     12430        "coordinates": [-118.055894,33.774476] 
     12431       }, 
     12432   "properties":  
     12433       {"street": "TMS 5020 NB", "color": "lime", "perpx": "-0.001431", "perpy": "0.999999"} 
     12434},   
     12435{ 
     12436   "type": "Feature", 
     12437   "id": "405 N 21.912", 
     12438   "geometry": 
     12439       { 
     12440        "type": "Point", 
     12441        "coordinates": [-118.062183,33.774467] 
     12442       }, 
     12443   "properties":  
     12444       {"street": "TMS 5021 NB", "color": "lime", "perpx": "-0.001431", "perpy": "0.999999"} 
     12445},   
     12446{ 
     12447   "type": "Feature", 
     12448   "id": "405 N 22.55", 
     12449   "geometry": 
     12450       { 
     12451        "type": "Point", 
     12452        "coordinates": [-118.073325,33.774552] 
     12453       }, 
     12454   "properties":  
     12455       {"street": "SEAL BEACH 1", "color": "lime", "perpx": "-0.000845", "perpy": "1.0"} 
     12456},   
     12457{ 
     12458   "type": "Feature", 
     12459   "id": "405 N 22.887", 
     12460   "geometry": 
     12461       { 
     12462        "type": "Point", 
     12463        "coordinates": [-118.079243,33.774547] 
     12464       }, 
     12465   "properties":  
     12466       {"street": "TMS 268", "color": "lime", "perpx": "0", "perpy": "0"} 
     12467},   
     12468{ 
     12469   "type": "Feature", 
     12470   "id": "405 N 23", 
     12471   "geometry": 
     12472       { 
     12473        "type": "Point", 
     12474        "coordinates": [-118.08123,33.774554] 
     12475       }, 
     12476   "properties":  
     12477       {"street": "S OF OLD RANCH PKWY", "color": "lime", "perpx": "0", "perpy": "0"} 
     12478},   
     12479{ 
     12480   "type": "Feature", 
     12481   "id": "405 N 23.12", 
     12482   "geometry": 
     12483       { 
     12484        "type": "Point", 
     12485        "coordinates": [-118.083341,33.774556] 
     12486       }, 
     12487   "properties":  
     12488       {"street": "S OF 7TH ST", "color": "lime", "perpx": "0.026307", "perpy": "0.999654"} 
     12489},   
     12490{ 
     12491   "type": "Feature", 
     12492   "id": "405 N 23.133", 
     12493   "geometry": 
     12494       { 
     12495        "type": "Point", 
     12496        "coordinates": [-118.083569,33.774562] 
     12497       }, 
     12498   "properties":  
     12499       {"street": "TMS 2241 NB", "color": "lime", "perpx": "0.114396", "perpy": "0.993435"} 
     12500},   
     12501{ 
     12502   "type": "Feature", 
     12503   "id": "405 N 23.19", 
     12504   "geometry": 
     12505       { 
     12506        "type": "Point", 
     12507        "coordinates": [-118.084559,33.774676] 
     12508       }, 
     12509   "properties":  
     12510       {"street": "N OF 7TH ST", "color": "lime", "perpx": "0.114396", "perpy": "0.993435"} 
     12511},   
     12512{ 
     12513   "type": "Feature", 
     12514   "id": "405 N 23.62", 
     12515   "geometry": 
     12516       { 
     12517        "type": "Point", 
     12518        "coordinates": [-118.089644,33.778545] 
     12519       }, 
     12520   "properties":  
     12521       {"street": "SALMON", "color": "lime", "perpx": "0.941439", "perpy": "0.337182"} 
     12522},   
     12523{ 
     12524   "type": "Feature", 
     12525   "id": "405 N 23.641", 
     12526   "geometry": 
     12527       { 
     12528        "type": "Point", 
     12529        "coordinates": [-118.089745,33.778827] 
     12530       }, 
     12531   "properties":  
     12532       {"street": "TMS 2218 NB", "color": "lime", "perpx": "0.941439", "perpy": "0.337182"} 
     12533},   
     12534{ 
     12535   "type": "Feature", 
     12536   "id": "405 N 23.92", 
     12537   "geometry": 
     12538       { 
     12539        "type": "Point", 
     12540        "coordinates": [-118.090834,33.782737] 
     12541       }, 
     12542   "properties":  
     12543       {"street": "S OF 605", "color": "lime", "perpx": "0.96041", "perpy": "0.278592"} 
     12544},   
     12545{ 
     12546   "type": "Feature", 
     12547   "id": "405 N 23.929", 
     12548   "geometry": 
     12549       { 
     12550        "type": "Point", 
     12551        "coordinates": [-118.090872,33.782868] 
     12552       }, 
     12553   "properties":  
     12554       {"street": "TMS 2542 NB", "color": "lime", "perpx": "0.96041", "perpy": "0.278592"} 
     12555},   
     12556{ 
     12557   "type": "Feature", 
     12558   "id": "405 N 24.12", 
     12559   "geometry": 
     12560       { 
     12561        "type": "Point", 
     12562        "coordinates": [-118.092441,33.785381] 
     12563       }, 
     12564   "properties":  
     12565       {"street": "N OF 605", "color": "lime", "perpx": "0", "perpy": "0"} 
     12566},   
     12567{ 
     12568   "type": "Feature", 
     12569   "id": "405 S 0.6", 
     12570   "geometry": 
     12571       { 
     12572        "type": "Point", 
     12573        "coordinates": [-117.741301,33.646186] 
     12574       }, 
     12575   "properties":  
     12576       {"street": "N OF 5", "color": "lime", "perpx": "-0.284825", "perpy": "-0.958579"} 
     12577},   
     12578{ 
     12579   "type": "Feature", 
    233212580   "id": "405 S 0.77", 
    233312581   "geometry": 
     
    236312611{ 
    236412612   "type": "Feature", 
     12613   "id": "405 S 1.73", 
     12614   "geometry": 
     12615       { 
     12616        "type": "Point", 
     12617        "coordinates": [-117.759896,33.65133] 
     12618       }, 
     12619   "properties":  
     12620       {"street": "AT 133", "color": "lime", "perpx": "-0.146685", "perpy": "-0.989183"} 
     12621},   
     12622{ 
     12623   "type": "Feature", 
    236512624   "id": "405 S 1.93", 
    236612625   "geometry": 
     
    247312732{ 
    247412733   "type": "Feature", 
     12734   "id": "405 S 6.1", 
     12735   "geometry": 
     12736       { 
     12737        "type": "Point", 
     12738        "coordinates": [-117.830554,33.671983] 
     12739       }, 
     12740   "properties":  
     12741       {"street": "HARVARD", "color": "lime", "perpx": "0", "perpy": "0"} 
     12742},   
     12743{ 
     12744   "type": "Feature", 
    247512745   "id": "405 S 6.21", 
    247612746   "geometry": 
     
    252812798{ 
    252912799   "type": "Feature", 
     12800   "id": "405 S 8.35", 
     12801   "geometry": 
     12802       { 
     12803        "type": "Point", 
     12804        "coordinates": [-117.865648,33.686295] 
     12805       }, 
     12806   "properties":  
     12807       {"street": "HOV 55S to 405S", "color": "lime", "perpx": "-0.259554", "perpy": "-0.965729"} 
     12808},   
     12809{ 
     12810   "type": "Feature", 
    253012811   "id": "405 S 8.4", 
    253112812   "geometry": 
     
    255012831{ 
    255112832   "type": "Feature", 
     12833   "id": "405 S 9.2", 
     12834   "geometry": 
     12835       { 
     12836        "type": "Point", 
     12837        "coordinates": [-117.880276,33.687254] 
     12838       }, 
     12839   "properties":  
     12840       {"street": "AVE. OF ART", "color": "lime", "perpx": "0.000508", "perpy": "-1.0"} 
     12841},   
     12842{ 
     12843   "type": "Feature", 
    255212844   "id": "405 S 9.54", 
    255312845   "geometry": 
     
    256112853{ 
    256212854   "type": "Feature", 
     12855   "id": "405 S 9.9", 
     12856   "geometry": 
     12857       { 
     12858        "type": "Point", 
     12859        "coordinates": [-117.892435,33.687337] 
     12860       }, 
     12861   "properties":  
     12862       {"street": "BEAR", "color": "lime", "perpx": "-0.013748", "perpy": "-0.999905"} 
     12863},   
     12864{ 
     12865   "type": "Feature", 
    256312866   "id": "405 S 10.28", 
    256412867   "geometry": 
     
    257212875{ 
    257312876   "type": "Feature", 
     12877   "id": "405 S 10.3", 
     12878   "geometry": 
     12879       { 
     12880        "type": "Point", 
     12881        "coordinates": [-117.899383,33.687494] 
     12882       }, 
     12883   "properties":  
     12884       {"street": "FAIRVIEW", "color": "lime", "perpx": "0", "perpy": "0"} 
     12885},   
     12886{ 
     12887   "type": "Feature", 
    257412888   "id": "405 S 10.48", 
    257512889   "geometry": 
     
    260512919{ 
    260612920   "type": "Feature", 
     12921   "id": "405 S 11.53", 
     12922   "geometry": 
     12923       { 
     12924        "type": "Point", 
     12925        "coordinates": [-117.92042,33.689396] 
     12926       }, 
     12927   "properties":  
     12928       {"street": "TEMP 1 SB", "color": "lime", "perpx": "0", "perpy": "0"} 
     12929},   
     12930{ 
     12931   "type": "Feature", 
    260712932   "id": "405 S 12.16", 
    260812933   "geometry": 
     
    262712952{ 
    262812953   "type": "Feature", 
     12954   "id": "405 S 12.63", 
     12955   "geometry": 
     12956       { 
     12957        "type": "Point", 
     12958        "coordinates": [-117.937506,33.696514] 
     12959       }, 
     12960   "properties":  
     12961       {"street": "TEMP 2 SB", "color": "lime", "perpx": "-0.394417", "perpy": "-0.918932"} 
     12962},   
     12963{ 
     12964   "type": "Feature", 
     12965   "id": "405 S 13.123", 
     12966   "geometry": 
     12967       { 
     12968        "type": "Point", 
     12969        "coordinates": [-117.94515,33.699731] 
     12970       }, 
     12971   "properties":  
     12972       {"street": "LOCATION 5013 SB", "color": "lime", "perpx": "-0.37653", "perpy": "-0.926404"} 
     12973},   
     12974{ 
     12975   "type": "Feature", 
    262912976   "id": "405 S 13.3", 
    263012977   "geometry": 
     
    264912996{ 
    265012997   "type": "Feature", 
     12998   "id": "405 S 14.539", 
     12999   "geometry": 
     13000       { 
     13001        "type": "Point", 
     13002        "coordinates": [-117.963712,33.712977] 
     13003       }, 
     13004   "properties":  
     13005       {"street": "TMS 5014 SB", "color": "lime", "perpx": "-0.642116", "perpy": "-0.766608"} 
     13006},   
     13007{ 
     13008   "type": "Feature", 
    265113009   "id": "405 S 14.72", 
    265213010   "geometry": 
     
    266013018{ 
    266113019   "type": "Feature", 
     13020   "id": "405 S 15", 
     13021   "geometry": 
     13022       { 
     13023        "type": "Point", 
     13024        "coordinates": [-117.969386,33.717709] 
     13025       }, 
     13026   "properties":  
     13027       {"street": "405 TEST", "color": "lime", "perpx": "-0.644821", "perpy": "-0.764334"} 
     13028},   
     13029{ 
     13030   "type": "Feature", 
    266213031   "id": "405 S 15.16", 
    266313032   "geometry": 
     
    267113040{ 
    267213041   "type": "Feature", 
     13042   "id": "405 S 15.722", 
     13043   "geometry": 
     13044       { 
     13045        "type": "Point", 
     13046        "coordinates": [-117.978434,33.724961] 
     13047       }, 
     13048   "properties":  
     13049       {"street": "TMS 5015 SB", "color": "lime", "perpx": "-0.570833", "perpy": "-0.821066"} 
     13050},   
     13051{ 
     13052   "type": "Feature", 
    267313053   "id": "405 S 16.26", 
    267413054   "geometry": 
     
    269313073{ 
    269413074   "type": "Feature", 
     13075   "id": "405 S 16.978", 
     13076   "geometry": 
     13077       { 
     13078        "type": "Point", 
     13079        "coordinates": [-117.995139,33.736657] 
     13080       }, 
     13081   "properties":  
     13082       {"street": "TMS 5016 SB", "color": "lime", "perpx": "0", "perpy": "0"} 
     13083},   
     13084{ 
     13085   "type": "Feature", 
    269513086   "id": "405 S 17.66", 
    269613087   "geometry": 
     
    271513106{ 
    271613107   "type": "Feature", 
     13108   "id": "405 S 18", 
     13109   "geometry": 
     13110       { 
     13111        "type": "Point", 
     13112        "coordinates": [-118.007829,33.747007] 
     13113       }, 
     13114   "properties":  
     13115       {"street": "GOLDEN WEST", "color": "lime", "perpx": "0", "perpy": "0"} 
     13116},   
     13117{ 
     13118   "type": "Feature", 
     13119   "id": "405 S 18.689", 
     13120   "geometry": 
     13121       { 
     13122        "type": "Point", 
     13123        "coordinates": [-118.016295,33.754062] 
     13124       }, 
     13125   "properties":  
     13126       {"street": "TMS 5017 SB", "color": "lime", "perpx": "-0.6442", "perpy": "-0.764857"} 
     13127},   
     13128{ 
     13129   "type": "Feature", 
    271713130   "id": "405 S 19.05", 
    271813131   "geometry": 
     
    272313136   "properties":  
    272413137       {"street": "WESTMINSTER", "color": "lime", "perpx": "0", "perpy": "0"} 
     13138},   
     13139{ 
     13140   "type": "Feature", 
     13141   "id": "405 S 19.641", 
     13142   "geometry": 
     13143       { 
     13144        "type": "Point", 
     13145        "coordinates": [-118.02796,33.763839] 
     13146       }, 
     13147   "properties":  
     13148       {"street": "TMS 5018 SB", "color": "lime", "perpx": "-0.641235", "perpy": "-0.767345"} 
     13149},   
     13150{ 
     13151   "type": "Feature", 
     13152   "id": "405 S 20.336", 
     13153   "geometry": 
     13154       { 
     13155        "type": "Point", 
     13156        "coordinates": [-118.036509,33.770948] 
     13157       }, 
     13158   "properties":  
     13159       {"street": "TMS 2240 SB", "color": "lime", "perpx": "-0.541255", "perpy": "-0.840859"} 
     13160},   
     13161{ 
     13162   "type": "Feature", 
     13163   "id": "405 S 20.69", 
     13164   "geometry": 
     13165       { 
     13166        "type": "Point", 
     13167        "coordinates": [-118.041297,33.77403] 
     13168       }, 
     13169   "properties":  
     13170       {"street": "BOLSA CHICA", "color": "lime", "perpx": "0", "perpy": "0"} 
     13171},   
     13172{ 
     13173   "type": "Feature", 
     13174   "id": "405 S 21.032", 
     13175   "geometry": 
     13176       { 
     13177        "type": "Point", 
     13178        "coordinates": [-118.047045,33.774412] 
     13179       }, 
     13180   "properties":  
     13181       {"street": "TMS 2417 SB", "color": "lime", "perpx": "-0.066312", "perpy": "-0.997799"} 
     13182},   
     13183{ 
     13184   "type": "Feature", 
     13185   "id": "405 S 21.519", 
     13186   "geometry": 
     13187       { 
     13188        "type": "Point", 
     13189        "coordinates": [-118.055374,33.774204] 
     13190       }, 
     13191   "properties":  
     13192       {"street": "TMS 5020 SB", "color": "lime", "perpx": "0.002321", "perpy": "-0.999997"} 
     13193},   
     13194{ 
     13195   "type": "Feature", 
     13196   "id": "405 S 21.864", 
     13197   "geometry": 
     13198       { 
     13199        "type": "Point", 
     13200        "coordinates": [-118.061407,33.77419] 
     13201       }, 
     13202   "properties":  
     13203       {"street": "TMS 5021 SB", "color": "lime", "perpx": "0.002321", "perpy": "-0.999997"} 
     13204},   
     13205{ 
     13206   "type": "Feature", 
     13207   "id": "405 S 22.54", 
     13208   "geometry": 
     13209       { 
     13210        "type": "Point", 
     13211        "coordinates": [-118.073289,33.774257] 
     13212       }, 
     13213   "properties":  
     13214       {"street": "SEAL BEACH 1", "color": "lime", "perpx": "-0.007511", "perpy": "-0.999972"} 
     13215},   
     13216{ 
     13217   "type": "Feature", 
     13218   "id": "405 S 23.093", 
     13219   "geometry": 
     13220       { 
     13221        "type": "Point", 
     13222        "coordinates": [-118.083008,33.77433] 
     13223       }, 
     13224   "properties":  
     13225       {"street": "TMS 2241 SB", "color": "lime", "perpx": "-0.0", "perpy": "-1.0"} 
     13226},   
     13227{ 
     13228   "type": "Feature", 
     13229   "id": "405 S 23.12", 
     13230   "geometry": 
     13231       { 
     13232        "type": "Point", 
     13233        "coordinates": [-118.083482,33.77433] 
     13234       }, 
     13235   "properties":  
     13236       {"street": "S OF 7TH ST", "color": "lime", "perpx": "-0.111511", "perpy": "-0.993763"} 
     13237},   
     13238{ 
     13239   "type": "Feature", 
     13240   "id": "405 S 23.19", 
     13241   "geometry": 
     13242       { 
     13243        "type": "Point", 
     13244        "coordinates": [-118.084694,33.774466] 
     13245       }, 
     13246   "properties":  
     13247       {"street": "N OF 7TH ST", "color": "lime", "perpx": "-0.224563", "perpy": "-0.974459"} 
     13248},   
     13249{ 
     13250   "type": "Feature", 
     13251   "id": "405 S 23.262", 
     13252   "geometry": 
     13253       { 
     13254        "type": "Point", 
     13255        "coordinates": [-118.085896,33.774743] 
     13256       }, 
     13257   "properties":  
     13258       {"street": "TMS 5022 SB", "color": "lime", "perpx": "0", "perpy": "0"} 
     13259},   
     13260{ 
     13261   "type": "Feature", 
     13262   "id": "405 S 23.62", 
     13263   "geometry": 
     13264       { 
     13265        "type": "Point", 
     13266        "coordinates": [-118.089913,33.778421] 
     13267       }, 
     13268   "properties":  
     13269       {"street": "SALMON", "color": "lime", "perpx": "-0.946836", "perpy": "-0.321715"} 
     13270},   
     13271{ 
     13272   "type": "Feature", 
     13273   "id": "405 S 23.646", 
     13274   "geometry": 
     13275       { 
     13276        "type": "Point", 
     13277        "coordinates": [-118.090036,33.778783] 
     13278       }, 
     13279   "properties":  
     13280       {"street": "TMS 2218 SB", "color": "lime", "perpx": "-0.965604", "perpy": "-0.260019"} 
     13281},   
     13282{ 
     13283   "type": "Feature", 
     13284   "id": "405 S 23.7", 
     13285   "geometry": 
     13286       { 
     13287        "type": "Point", 
     13288        "coordinates": [-118.090242,33.779548] 
     13289       }, 
     13290   "properties":  
     13291       {"street": "E22-N405", "color": "lime", "perpx": "0", "perpy": "0"} 
     13292},   
     13293{ 
     13294   "type": "Feature", 
     13295   "id": "405 S 23.919", 
     13296   "geometry": 
     13297       { 
     13298        "type": "Point", 
     13299        "coordinates": [-118.091096,33.782664] 
     13300       }, 
     13301   "properties":  
     13302       {"street": "TMS 2542 SB", "color": "lime", "perpx": "-0.966235", "perpy": "-0.257663"} 
     13303},   
     13304{ 
     13305   "type": "Feature", 
     13306   "id": "405 S 23.92", 
     13307   "geometry": 
     13308       { 
     13309        "type": "Point", 
     13310        "coordinates": [-118.0911,33.782679] 
     13311       }, 
     13312   "properties":  
     13313       {"street": "S OF 605", "color": "lime", "perpx": "-0.966235", "perpy": "-0.257663"} 
     13314},   
     13315{ 
     13316   "type": "Feature", 
     13317   "id": "405 S 24.12", 
     13318   "geometry": 
     13319       { 
     13320        "type": "Point", 
     13321        "coordinates": [-118.092624,33.785289] 
     13322       }, 
     13323   "properties":  
     13324       {"street": "N OF 605", "color": "lime", "perpx": "0", "perpy": "0"} 
     13325},   
     13326 
     13327{ 
     13328   "type": "Feature", 
     13329   "id": "605 N 1.1", 
     13330   "geometry": 
     13331       { 
     13332        "type": "Point", 
     13333        "coordinates": [-118.084562,33.799174] 
     13334       }, 
     13335   "properties":  
     13336       {"street": "N OF 405", "color": "lime", "perpx": "0", "perpy": "0"} 
     13337},   
     13338{ 
     13339   "type": "Feature", 
     13340   "id": "605 N 1.26", 
     13341   "geometry": 
     13342       { 
     13343        "type": "Point", 
     13344        "coordinates": [-118.082822,33.80097] 
     13345       }, 
     13346   "properties":  
     13347       {"street": "KATELLA 1", "color": "lime", "perpx": "0", "perpy": "0"} 
     13348},   
     13349{ 
     13350   "type": "Feature", 
     13351   "id": "605 S 1.1", 
     13352   "geometry": 
     13353       { 
     13354        "type": "Point", 
     13355        "coordinates": [-118.084891,33.799259] 
     13356       }, 
     13357   "properties":  
     13358       {"street": "N OF 405", "color": "lime", "perpx": "-0.712287", "perpy": "0.701888"} 
     13359},   
     13360{ 
     13361   "type": "Feature", 
     13362   "id": "605 S 1.26", 
     13363   "geometry": 
     13364       { 
     13365        "type": "Point", 
     13366        "coordinates": [-118.083136,33.80104] 
     13367       }, 
     13368   "properties":  
     13369       {"street": "KATELLA 1", "color": "lime", "perpx": "-0.712287", "perpy": "0.701888"} 
     13370},   
     13371{ 
     13372   "type": "Feature", 
     13373   "id": "605 S 1.49", 
     13374   "geometry": 
     13375       { 
     13376        "type": "Point", 
     13377        "coordinates": [-118.081675,33.804047] 
     13378       }, 
     13379   "properties":  
     13380       {"street": "KATELLA 2", "color": "lime", "perpx": "0", "perpy": "0"} 
    272513381}    
    272613382  ] 
Note: See TracChangeset for help on using the changeset viewer.