@@ -27,6 +27,7 @@ for area in arealist:
list1 = list(l2)
list1[12]='"'
l2 = ''.join(list1)
+ l2=l2.replace(',','')
l2+='"'
js+=l2
js+="}"