Index: trunk/webapps/data_layers/prep_postmiles.py
===================================================================
--- trunk/webapps/data_layers/prep_postmiles.py	(revision 318)
+++ trunk/webapps/data_layers/prep_postmiles.py	(revision 352)
@@ -166,6 +166,6 @@
     #outFile = open("pairedDots.json","w") # put results here
     #[0xFF0000,0xFF4000,0xFF8000,0xFFBF00,0xFFFF00,0x00FF00,0x00FFFF,0x0080FF,0x0000FF,0x8000FF,0xFF00FF]
-    colorcode = ["red","salmon","deeppink","coral","orangered","yellow","khaki","purple",
-    "slateblue","lime","lightgreen","cyan","blue","slategray"]
+    colorcode = ["lime","red","salmon","deeppink","coral","orangered","yellow","khaki","purple",
+    "slateblue","lightgreen","cyan","blue","slategray"]
     colorindex=0
     for match in matches:
@@ -180,5 +180,5 @@
         id = north[match][0] + " " + north[match][1] + " " + north[match][2]
         print ("%s,%s,%s,%s,%s,%s,%s" % (id,north[match][3],north[match][4],north[match][5].rstrip(),northPerps[north[match][2]][0],northPerps[north[match][2]][1],colorcode[colorindex]))
-        colorindex = (colorindex+1) % 14 # advance to next color
+        # colorindex = (colorindex+1) % 14 # advance to next color
         # remove them from future consideration
         south.pop(match)
