var geoRssLayer1 = null;
var geoRssLayer2 = null;
var geoRssLayer3 = null;
var geoRssLayer4 = null;
var geoRssLayer5 = null;
var geoRssLayer6 = null;
var geoRssLayer7 = null;
var geoRssLayer8 = null;
var geoRssLayer9 = null;
var geoRssLayer10 = null;
var geoRssLayer11 = null;
var geoRssLayer12 = null;

function onFeed1Load(layer)
{
    var numShapes = layer.GetShapeCount();
    for(var i=0; i < numShapes; ++i)
    {
        var s = layer.GetShapeByIndex(i);
        s.SetCustomIcon("<img src='images/pinred.gif'/>");
    }
}

function EventMapLoad()
{
    geoRssLayer1 = new VEShapeLayer();
    var geoRssLayerSpec1 = new VEShapeSourceSpecification(VEDataType.GeoRSS, "XML/january.xml", geoRssLayer1);
    map.ImportShapeLayerData(geoRssLayerSpec1, onFeed1Load, false);
    
    geoRssLayer2 = new VEShapeLayer();
    var geoRssLayerSpec2 = new VEShapeSourceSpecification(VEDataType.GeoRSS, "XML/february.xml", geoRssLayer2);
    map.ImportShapeLayerData(geoRssLayerSpec2, onFeed1Load, false);
    
    geoRssLayer3 = new VEShapeLayer();
    var geoRssLayerSpec3 = new VEShapeSourceSpecification(VEDataType.GeoRSS, "XML/march.xml", geoRssLayer3);
    map.ImportShapeLayerData(geoRssLayerSpec3, onFeed1Load, false);
    
    geoRssLayer4 = new VEShapeLayer();
    var geoRssLayerSpec4 = new VEShapeSourceSpecification(VEDataType.GeoRSS, "XML/april.xml", geoRssLayer4);
    map.ImportShapeLayerData(geoRssLayerSpec4, onFeed1Load, false);
    
    geoRssLayer5 = new VEShapeLayer();
    var geoRssLayerSpec5 = new VEShapeSourceSpecification(VEDataType.GeoRSS, "XML/may.xml", geoRssLayer5);
    map.ImportShapeLayerData(geoRssLayerSpec5, onFeed1Load, false);
    
    geoRssLayer6 = new VEShapeLayer();
    var geoRssLayerSpec6 = new VEShapeSourceSpecification(VEDataType.GeoRSS, "XML/june.xml", geoRssLayer6);
    map.ImportShapeLayerData(geoRssLayerSpec6, onFeed1Load, false);
    
    geoRssLayer7 = new VEShapeLayer();
    var geoRssLayerSpec7 = new VEShapeSourceSpecification(VEDataType.GeoRSS, "XML/july.xml", geoRssLayer7);
    map.ImportShapeLayerData(geoRssLayerSpec7, onFeed1Load, false);
    
    geoRssLayer8 = new VEShapeLayer();
    var geoRssLayerSpec8 = new VEShapeSourceSpecification(VEDataType.GeoRSS, "XML/august.xml", geoRssLayer8);
    map.ImportShapeLayerData(geoRssLayerSpec8, onFeed1Load, false);
    
    geoRssLayer9 = new VEShapeLayer();
    var geoRssLayerSpec9 = new VEShapeSourceSpecification(VEDataType.GeoRSS, "XML/september.xml", geoRssLayer9);
    map.ImportShapeLayerData(geoRssLayerSpec9, onFeed1Load, false);
    
    geoRssLayer10 = new VEShapeLayer();
    var geoRssLayerSpec10 = new VEShapeSourceSpecification(VEDataType.GeoRSS, "XML/october.xml", geoRssLayer10);
    map.ImportShapeLayerData(geoRssLayerSpec10, onFeed1Load, false);
    
    geoRssLayer11 = new VEShapeLayer();
    var geoRssLayerSpec11 = new VEShapeSourceSpecification(VEDataType.GeoRSS, "XML/november.xml", geoRssLayer11);
    map.ImportShapeLayerData(geoRssLayerSpec11, onFeed1Load, false);
    
    geoRssLayer12 = new VEShapeLayer();
    var geoRssLayerSpec12 = new VEShapeSourceSpecification(VEDataType.GeoRSS, "XML/december.xml", geoRssLayer12);
    map.ImportShapeLayerData(geoRssLayerSpec12, onFeed1Load, false);
}

function CheckBox1Clicked(cb)
{
   if (cb.checked)
   {
      geoRssLayer1.Show();
   }
   else
   {
      geoRssLayer1.Hide();
   }
}

function CheckBox2Clicked(cb)
{
   if (cb.checked)
   {
      geoRssLayer2.Show();
   }
   else
   {
      geoRssLayer2.Hide();
   }
}

function CheckBox3Clicked(cb)
{
   if (cb.checked)
   {
      geoRssLayer3.Show();
   }
   else
   {
      geoRssLayer3.Hide();
   }
}

function CheckBox4Clicked(cb)
{
   if (cb.checked)
   {
      geoRssLayer4.Show();
   }
   else
   {
      geoRssLayer4.Hide();
   }
}

function CheckBox5Clicked(cb)
{
   if (cb.checked)
   {
      geoRssLayer5.Show();
   }
   else
   {
      geoRssLayer5.Hide();
   }
}

function CheckBox6Clicked(cb)
{
   if (cb.checked)
   {
      geoRssLayer6.Show();
   }
   else
   {
      geoRssLayer6.Hide();
   }
}

function CheckBox7Clicked(cb)
{
   if (cb.checked)
   {
      geoRssLayer7.Show();
   }
   else
   {
      geoRssLayer7.Hide();
   }
}

function CheckBox8Clicked(cb)
{
   if (cb.checked)
   {
      geoRssLayer8.Show();
   }
   else
   {
      geoRssLayer8.Hide();
   }
}

function CheckBox9Clicked(cb)
{
   if (cb.checked)
   {
      geoRssLayer9.Show();
   }
   else
   {
      geoRssLayer9.Hide();
   }
}

function CheckBox10Clicked(cb)
{
   if (cb.checked)
   {
      geoRssLayer10.Show();
   }
   else
   {
      geoRssLayer10.Hide();
   }
}

function CheckBox11Clicked(cb)
{
   if (cb.checked)
   {
      geoRssLayer11.Show();
   }
   else
   {
      geoRssLayer11.Hide();
   }
}

function CheckBox12Clicked(cb)
{
   if (cb.checked)
   {
      geoRssLayer12.Show();
   }
   else
   {
      geoRssLayer12.Hide();
   }
}

function CreateMap()
{
    map = new VEMap('myMap');
    map.SetDashboardSize(VEDashboardSize.Normal);
    map.onLoadMap = EventMapLoad;
    map.LoadMap(new VELatLong(44.70558, -93.15), 10, VEMapStyle.Hybrid);
        //new for V6
    map.SetMouseWheelZoomToCenter(false);
    //----------
    map.SetTileBuffer(1);
//   map.ShowFindControl();
    HideMiniMap();
    geoRssLayer1.Hide();
    geoRssLayer2.Hide();
    geoRssLayer3.Hide();
    geoRssLayer4.Hide();
    geoRssLayer5.Hide();
    geoRssLayer6.Hide();
    geoRssLayer7.Hide();
    geoRssLayer8.Hide();
    geoRssLayer9.Hide();
    geoRssLayer10.Hide();
    geoRssLayer11.Hide();
    geoRssLayer12.Hide();
    LoadCityBoundary();
    var results = document.getElementById('toggles');
    map.AddControl(results);
    results.style.left = "10px";
    results.style.top = "236px";  
}

<!-- Mini Map hide & show calls-->
function HideMiniMap()
{
     map.HideMiniMap();
}
         
function ShowMiniMap()
{
     if (map.GetMapMode() == 2)
     {
         map.SetMapMode(VEMapMode.Mode2D);
     }
         map.ShowMiniMap(620, 0);            
}

     function Find()
     {
        try
        {
           map.Find(null, txtWhere.value, null, null, null, null, null, null, null, null, AddPushpin);
	}
     catch(e)
    {
      alert(e.message);
   }
  }

function AddPushpin()
{
            var center = map.GetCenter();
            var pin = map.AddPushpin(center);
            //pin.SetTitle('This is the title text');
            pin.SetTitle(txtWhere.value);
            pin.SetDescription('This is the closest (may not be exact) location for your search.');
}

function DrawPoly(id,points,width,color)
     {
     poly = new VEPolyline(id,points);
     poly.SetWidth(width);
     poly.SetColor(color);
     map.AddPolyline(poly);
     }
     
    
function LoadCityBoundary()
     {
DrawPoly('1',[new VELatLong (44.91506893,-93.11709033),
new VELatLong (44.91609877,-93.11591625),
new VELatLong (44.91610116,-93.11531520),
new VELatLong (44.91651432,-93.11475369),
new VELatLong (44.91652088,-93.11349555),
new VELatLong (44.91921203,-93.11046352),
new VELatLong (44.91973205,-93.11137576)],4,new VEColor(0,0,255,0.5));

DrawPoly('2',[new VELatLong (44.91506893,-93.11709033),
new VELatLong (44.91439195,-93.11589460)],4,new VEColor(0,0,255,0.5));

DrawPoly('3',[new VELatLong (44.89388787,-93.14917245),
new VELatLong (44.89489464,-93.14751961),
new VELatLong (44.89536534,-93.14801496),
new VELatLong (44.89658872,-93.14498504),
new VELatLong (44.89605654,-93.14477832),
new VELatLong (44.89495831,-93.14628496),
new VELatLong (44.89492871,-93.14669442),
new VELatLong (44.89451221,-93.14669519),
new VELatLong (44.89449970,-93.14413032),
new VELatLong (44.89690745,-93.14404361),
new VELatLong (44.89899963,-93.13982732),
new VELatLong (44.89820027,-93.13911311),
new VELatLong (44.89850781,-93.13842941),
new VELatLong (44.89919886,-93.13904478),
new VELatLong (44.89946956,-93.13837242),
new VELatLong (44.89880113,-93.13777731),
new VELatLong (44.89891670,-93.13752036),
new VELatLong (44.89745091,-93.13753141),
new VELatLong (44.89744675,-93.13659499),
new VELatLong (44.90064992,-93.13656764),
new VELatLong (44.90303480,-93.13477071),
new VELatLong (44.90587601,-93.13111502),
new VELatLong (44.91047184,-93.12357039),
new VELatLong (44.91064960,-93.12400081),
new VELatLong (44.91264912,-93.12103627),
new VELatLong (44.91200069,-93.12132491),
new VELatLong (44.91169906,-93.12116907),
new VELatLong (44.91312726,-93.11732931),
new VELatLong (44.91439195,-93.11589460)],4,new VEColor(0,0,255,0.5));

DrawPoly('4',[new VELatLong (44.89388787,-93.14917245),
new VELatLong (44.89401073,-93.14930818),
new VELatLong (44.89451986,-93.14835619),
new VELatLong (44.89490882,-93.14876314),
new VELatLong (44.89312025,-93.15131286),
new VELatLong (44.89279197,-93.15076046),
new VELatLong (44.89386167,-93.14958689),
new VELatLong (44.89388787,-93.14917245)],4,new VEColor(0,0,255,0.5));

DrawPoly('5',[new VELatLong (44.89264382,-93.15190960),
new VELatLong (44.89328341,-93.15333683)],4,new VEColor(0,0,255,0.5));

DrawPoly('6',[new VELatLong (44.91952697,-93.06528630),
new VELatLong (44.88471472,-93.06530608)],4,new VEColor(0,0,255,0.5));

DrawPoly('7',[new VELatLong (44.88471472,-93.06530608),
new VELatLong (44.88370895,-93.06893919),
new VELatLong (44.88355675,-93.07039009),
new VELatLong (44.88360088,-93.09584911)],4,new VEColor(0,0,255,0.5));

DrawPoly('8',[new VELatLong (44.88360088,-93.09584911),
new VELatLong (44.88359447,-93.10594194)],4,new VEColor(0,0,255,0.5));

DrawPoly('9',[new VELatLong (44.88359447,-93.10594194),
new VELatLong (44.91976298,-93.10578457)],4,new VEColor(0,0,255,0.5));

DrawPoly('10',[new VELatLong (44.88863445,-93.16819235),
new VELatLong (44.88584558,-93.16677996),
new VELatLong (44.88404238,-93.16848185),
new VELatLong (44.88332454,-93.16737605),
new VELatLong (44.88363110,-93.16686025),
new VELatLong (44.88362725,-93.16049057),
new VELatLong (44.88392239,-93.15956049),
new VELatLong (44.87998570,-93.15956558),
new VELatLong (44.87998795,-93.15828254),
new VELatLong (44.88432743,-93.15828399),
new VELatLong (44.88473263,-93.15700986),
new VELatLong (44.89028530,-93.15701022),
new VELatLong (44.89025026,-93.15415332),
new VELatLong (44.89239805,-93.15136119),
new VELatLong (44.89264382,-93.15190960)],4,new VEColor(0,0,255,0.5));

DrawPoly('11',[new VELatLong (44.88359447,-93.10594194),
new VELatLong (44.86190902,-93.10612097)],4,new VEColor(0,0,255,0.5));

DrawPoly('12',[new VELatLong (44.88360088,-93.09584911),
new VELatLong (44.88341842,-93.09584774),
new VELatLong (44.88323130,-93.09353155),
new VELatLong (44.88262267,-93.09138898),
new VELatLong (44.88013166,-93.08561153),
new VELatLong (44.87758455,-93.08052749),
new VELatLong (44.86902885,-93.08054654),
new VELatLong (44.86824495,-93.08084207),
new VELatLong (44.86184269,-93.08509869),
new VELatLong (44.86190902,-93.10612097)],4,new VEColor(0,0,255,0.5));

DrawPoly('13',[new VELatLong (44.86190902,-93.10612097),
new VELatLong (44.86191098,-93.15347844),
new VELatLong (44.86169463,-93.15987493),
new VELatLong (44.86191996,-93.16280554),
new VELatLong (44.86191234,-93.19787958)],4,new VEColor(0,0,255,0.5));

DrawPoly('14',[new VELatLong (44.86332703,-93.00958812),
new VELatLong (44.86333505,-93.01504642),
new VELatLong (44.86409927,-93.01698896),
new VELatLong (44.86411070,-93.02980123),
new VELatLong (44.86185779,-93.02981391),
new VELatLong (44.86184651,-93.02494956),
new VELatLong (44.86146234,-93.02454158),
new VELatLong (44.86031546,-93.02459395),
new VELatLong (44.86032873,-93.02978788),
new VELatLong (44.85521136,-93.02970201),
new VELatLong (44.85521011,-93.02941657),
new VELatLong (44.85160595,-93.02964224),
new VELatLong (44.85160335,-93.02878687),
new VELatLong (44.84971898,-93.02878530),
new VELatLong (44.84971655,-93.02770581),
new VELatLong (44.84799756,-93.02767728),
new VELatLong (44.84800348,-93.03148770),
new VELatLong (44.84980732,-93.03151761),
new VELatLong (44.84980855,-93.03197342),
new VELatLong (44.85341781,-93.03221249),
new VELatLong (44.85342533,-93.03428724),
new VELatLong (44.85523118,-93.03427490),
new VELatLong (44.85524579,-93.03766542),
new VELatLong (44.85669131,-93.03769018),
new VELatLong (44.85668471,-93.03615477),
new VELatLong (44.86289233,-93.03624937),
new VELatLong (44.86367628,-93.03672296),
new VELatLong (44.86368165,-93.03995766),
new VELatLong (44.86548284,-93.03994586),
new VELatLong (44.86548822,-93.04501882),
new VELatLong (44.86728653,-93.04500462),
new VELatLong (44.86728737,-93.04563978),
new VELatLong (44.87268473,-93.04563392),
new VELatLong (44.87268264,-93.04499358),
new VELatLong (44.87377339,-93.04499454),
new VELatLong (44.87377350,-93.04563618),
new VELatLong (44.87439641,-93.04563330),
new VELatLong (44.87439545,-93.04499509),
new VELatLong (44.87499652,-93.04499561),
new VELatLong (44.87499926,-93.04563526),
new VELatLong (44.87628319,-93.04563785),
new VELatLong (44.87989024,-93.04562900),
new VELatLong (44.87988816,-93.04499039),
new VELatLong (44.88204776,-93.04498658),
new VELatLong (44.88205906,-93.05006287),
new VELatLong (44.88170589,-93.05006393),
new VELatLong (44.88171272,-93.05260239),
new VELatLong (44.88351271,-93.05259585),
new VELatLong (44.88353978,-93.06530709),
new VELatLong (44.88471472,-93.06530608)],4,new VEColor(0,0,255,0.5));

DrawPoly('15',[new VELatLong (44.86190902,-93.10612097),
new VELatLong (44.84186768,-93.10612935),
new VELatLong (44.84178481,-93.10580198),
new VELatLong (44.84062756,-93.10613059),
new VELatLong (44.81179243,-93.10606531),
new VELatLong (44.80776086,-93.10612324),
new VELatLong (44.80622078,-93.10682312),
new VELatLong (44.80236894,-93.10564110),
new VELatLong (44.80076633,-93.10617404),
new VELatLong (44.77568968,-93.10613336)],4,new VEColor(0,0,255,0.5));

DrawPoly('16',[new VELatLong (44.77568968,-93.10613336),
new VELatLong (44.77555175,-93.01577847)],4,new VEColor(0,0,255,0.5));

DrawPoly('17',[new VELatLong (44.77568968,-93.10613336),
new VELatLong (44.77572823,-93.15640381)],4,new VEColor(0,0,255,0.5));

DrawPoly('18',[new VELatLong (44.77585981,-93.22075899),
new VELatLong (44.77576558,-93.22784715),
new VELatLong (44.82907128,-93.22746498)],4,new VEColor(0,0,255,0.5));

DrawPoly('19',[new VELatLong (44.77572823,-93.15640381),
new VELatLong (44.77585981,-93.22075899)],4,new VEColor(0,0,255,0.5));

DrawPoly('20',[new VELatLong (44.77518204,-92.88384374),
new VELatLong (44.74668069,-92.88379420),
new VELatLong (44.74668286,-92.88451273),
new VELatLong (44.74572292,-92.88450704),
new VELatLong (44.74736930,-92.88475246),
new VELatLong (44.74737252,-92.88582624),
new VELatLong (44.74672250,-92.88583008),
new VELatLong (44.74672031,-92.88509884),
new VELatLong (44.74572472,-92.88510472),
new VELatLong (44.74575095,-92.89395012),
new VELatLong (44.74051299,-92.89395956)],4,new VEColor(0,0,255,0.5));

DrawPoly('21',[new VELatLong (44.74051399,-92.89426741),
new VELatLong (44.74051299,-92.89395956)],4,new VEColor(0,0,255,0.5));

DrawPoly('22',[new VELatLong (44.73862937,-92.89427079),
new VELatLong (44.73862874,-92.89396395)],4,new VEColor(0,0,255,0.5));

DrawPoly('23',[new VELatLong (44.73862937,-92.89427079),
new VELatLong (44.74051399,-92.89426741)],4,new VEColor(0,0,255,0.5));

DrawPoly('24',[new VELatLong (44.73862874,-92.89396395),
new VELatLong (44.73808019,-92.89396056)],4,new VEColor(0,0,255,0.5));

DrawPoly('25',[new VELatLong (44.73808058,-92.89415296),
new VELatLong (44.73808019,-92.89396056)],4,new VEColor(0,0,255,0.5));

DrawPoly('26',[new VELatLong (44.73650697,-92.89642831),
new VELatLong (44.73649878,-92.89901075)],4,new VEColor(0,0,255,0.5));

DrawPoly('27',[new VELatLong (44.73649986,-92.89930575),
new VELatLong (44.73649878,-92.89901075)],4,new VEColor(0,0,255,0.5));

DrawPoly('28',[new VELatLong (44.73808058,-92.89415296),
new VELatLong (44.73642575,-92.89414274)],4,new VEColor(0,0,255,0.5));

DrawPoly('29',[new VELatLong (44.73642575,-92.89414274),
new VELatLong (44.73642036,-92.89585508)],4,new VEColor(0,0,255,0.5));

DrawPoly('30',[new VELatLong (44.73650697,-92.89642831),
new VELatLong (44.73642036,-92.89585508)],4,new VEColor(0,0,255,0.5));

DrawPoly('31',[new VELatLong (44.73586007,-92.89931035),
new VELatLong (44.73649986,-92.89930575)],4,new VEColor(0,0,255,0.5));

DrawPoly('32',[new VELatLong (44.73586071,-92.90031647),
new VELatLong (44.73586007,-92.89931035)],4,new VEColor(0,0,255,0.5));

DrawPoly('33',[new VELatLong (44.73488275,-92.90032349),
new VELatLong (44.73488192,-92.89900955)],4,new VEColor(0,0,255,0.5));

DrawPoly('34',[new VELatLong (44.73488275,-92.90032349),
new VELatLong (44.73586071,-92.90031647)],4,new VEColor(0,0,255,0.5));

DrawPoly('35',[new VELatLong (44.71671247,-92.81264669),
new VELatLong (44.74758278,-92.81265327)],4,new VEColor(0,0,255,0.5));

DrawPoly('36',[new VELatLong (44.71677562,-92.88340224),
new VELatLong (44.71676703,-92.88844699)],4,new VEColor(0,0,255,0.5));

DrawPoly('37',[new VELatLong (44.71677562,-92.88340224),
new VELatLong (44.71933802,-92.88347930),
new VELatLong (44.71954295,-92.88647993),
new VELatLong (44.71932078,-92.88722894),
new VELatLong (44.71867988,-92.88788692),
new VELatLong (44.71848097,-92.88849798),
new VELatLong (44.71676703,-92.88844699)],4,new VEColor(0,0,255,0.5));

DrawPoly('38',[new VELatLong (44.71676703,-92.88844699),
new VELatLong (44.71675821,-92.89349172)],4,new VEColor(0,0,255,0.5));

DrawPoly('39',[new VELatLong (44.73488192,-92.89900955),
new VELatLong (44.73124536,-92.89900686),
new VELatLong (44.73124851,-92.89732919),
new VELatLong (44.72855313,-92.89724968),
new VELatLong (44.72855947,-92.89383906),
new VELatLong (44.71675821,-92.89349172)],4,new VEColor(0,0,255,0.5));

DrawPoly('40',[new VELatLong (44.71675821,-92.89349172),
new VELatLong (44.71684171,-92.91367269)],4,new VEColor(0,0,255,0.5));

DrawPoly('41',[new VELatLong (44.71709309,-93.01502207),
new VELatLong (44.71716862,-93.02519712),
new VELatLong (44.72442668,-93.02530345),
new VELatLong (44.72450731,-93.03475498),
new VELatLong (44.72586497,-93.03474965),
new VELatLong (44.72591808,-93.04490979),
new VELatLong (44.71730579,-93.04499084)],4,new VEColor(0,0,255,0.5));

DrawPoly('42',[new VELatLong (44.77585981,-93.22075899),
new VELatLong (44.75875236,-93.24803737),
new VELatLong (44.75557888,-93.24805954),
new VELatLong (44.75432823,-93.24753517),
new VELatLong (44.75413506,-93.24810148),
new VELatLong (44.71744805,-93.24834514)],4,new VEColor(0,0,255,0.5));

DrawPoly('43',[new VELatLong (44.77572823,-93.15640381),
new VELatLong (44.77362952,-93.15639986),
new VELatLong (44.77361163,-93.15577271),
new VELatLong (44.77442880,-93.15263508),
new VELatLong (44.77394441,-93.15226049),
new VELatLong (44.77394359,-93.15135564),
new VELatLong (44.77168637,-93.15135970),
new VELatLong (44.77169051,-93.15243503),
new VELatLong (44.77051225,-93.15287746),
new VELatLong (44.76885758,-93.15278360),
new VELatLong (44.76868800,-93.15312016),
new VELatLong (44.76804254,-93.15311719),
new VELatLong (44.76803836,-93.15486125),
new VELatLong (44.76883372,-93.15487473),
new VELatLong (44.76883163,-93.15574103),
new VELatLong (44.76858480,-93.15573685),
new VELatLong (44.76858340,-93.15631437),
new VELatLong (44.76083397,-93.15626800),
new VELatLong (44.76084051,-93.15808187),
new VELatLong (44.75949137,-93.15809307),
new VELatLong (44.75948371,-93.15627926),
new VELatLong (44.75709258,-93.15629920),
new VELatLong (44.75637093,-93.15754804),
new VELatLong (44.75595564,-93.15771168),
new VELatLong (44.75586443,-93.15853168),
new VELatLong (44.75447319,-93.15803644),
new VELatLong (44.75453597,-93.15724710),
new VELatLong (44.75361538,-93.15702517),
new VELatLong (44.75361356,-93.15632822),
new VELatLong (44.71733521,-93.15645857)],4,new VEColor(0,0,255,0.5));

DrawPoly('44',[new VELatLong (44.71680543,-92.97435450),
new VELatLong (44.71684171,-92.91367269)],4,new VEColor(0,0,255,0.5));

DrawPoly('45',[new VELatLong (44.77187939,-92.97424370),
new VELatLong (44.73137345,-92.97457387),
new VELatLong (44.71680543,-92.97435450)],4,new VEColor(0,0,255,0.5));

DrawPoly('46',[new VELatLong (44.71680543,-92.97435450),
new VELatLong (44.71709309,-93.01502207)],4,new VEColor(0,0,255,0.5));

DrawPoly('47',[new VELatLong (44.70595904,-92.84308964),
new VELatLong (44.70951606,-92.84306994),
new VELatLong (44.70955479,-92.87339364),
new VELatLong (44.71677699,-92.87340024),
new VELatLong (44.71677562,-92.88340224)],4,new VEColor(0,0,255,0.5));

DrawPoly('48',[new VELatLong (44.70592241,-92.84308984),
new VELatLong (44.70595904,-92.84308964)],4,new VEColor(0,0,255,0.5));

DrawPoly('49',[new VELatLong (44.71671247,-92.81264669),
new VELatLong (44.71675995,-92.83286005),
new VELatLong (44.70947546,-92.83295062),
new VELatLong (44.70945388,-92.82280971),
new VELatLong (44.70585697,-92.82283644),
new VELatLong (44.70587859,-92.83291136)],4,new VEColor(0,0,255,0.5));

DrawPoly('50',[new VELatLong (44.70587871,-92.83296849),
new VELatLong (44.70587859,-92.83291136)],4,new VEColor(0,0,255,0.5));

DrawPoly('51',[new VELatLong (44.71709309,-93.01502207),
new VELatLong (44.70988566,-93.01495726),
new VELatLong (44.70994557,-93.02512447),
new VELatLong (44.70630930,-93.02508790),
new VELatLong (44.70635970,-93.03478740)],4,new VEColor(0,0,255,0.5));

DrawPoly('52',[new VELatLong (44.70232844,-92.84310975),
new VELatLong (44.70592241,-92.84308984)],4,new VEColor(0,0,255,0.5));

DrawPoly('53',[new VELatLong (44.70232844,-92.84310975),
new VELatLong (44.70230530,-92.83804801)],4,new VEColor(0,0,255,0.5));

DrawPoly('54',[new VELatLong (44.70228195,-92.83298628),
new VELatLong (44.70587871,-92.83296849)],4,new VEColor(0,0,255,0.5));

DrawPoly('55',[new VELatLong (44.70230530,-92.83804801),
new VELatLong (44.70228195,-92.83298628)],4,new VEColor(0,0,255,0.5));

DrawPoly('56',[new VELatLong (44.66632542,-92.97450579),
new VELatLong (44.66630156,-92.95424655),
new VELatLong (44.68078749,-92.95422617),
new VELatLong (44.68079700,-92.97447213),
new VELatLong (44.67063662,-92.97449850),
new VELatLong (44.67063157,-92.97291480),
new VELatLong (44.66871284,-92.97431098),
new VELatLong (44.66632542,-92.97450579)],4,new VEColor(0,0,255,0.5));

DrawPoly('57',[new VELatLong (44.62971400,-92.79260052),
new VELatLong (44.71666131,-92.79250589),
new VELatLong (44.71671247,-92.81264669)],4,new VEColor(0,0,255,0.5));

DrawPoly('58',[new VELatLong (44.71684171,-92.91367269),
new VELatLong (44.63006499,-92.91369512)],4,new VEColor(0,0,255,0.5));

DrawPoly('59',[new VELatLong (44.63006499,-92.91369512),
new VELatLong (44.62971400,-92.79260052)],4,new VEColor(0,0,255,0.5));

DrawPoly('60',[new VELatLong (44.63006499,-92.91369512),
new VELatLong (44.63034342,-93.03502880)],4,new VEColor(0,0,255,0.5));

DrawPoly('61',[new VELatLong (44.62950540,-93.13824847),
new VELatLong (44.62972417,-93.13794029),
new VELatLong (44.62994424,-93.13824665)],4,new VEColor(0,0,255,0.5));

DrawPoly('62',[new VELatLong (44.62994424,-93.13824665),
new VELatLong (44.62972547,-93.13855483),
new VELatLong (44.62950540,-93.13824847)],4,new VEColor(0,0,255,0.5));

DrawPoly('63',[new VELatLong (44.60124301,-92.99224525),
new VELatLong (44.60126405,-92.98971354),
new VELatLong (44.61571509,-92.98974712),
new VELatLong (44.61576895,-93.00408053),
new VELatLong (44.61825913,-93.01014233),
new VELatLong (44.61577150,-93.00717410),
new VELatLong (44.61577758,-93.01499748),
new VELatLong (44.60132012,-93.01504686),
new VELatLong (44.60124301,-92.99224525)],4,new VEColor(0,0,255,0.5));

DrawPoly('64',[new VELatLong (44.59984830,-92.93484579),
new VELatLong (44.59984860,-92.93414325)],4,new VEColor(0,0,255,0.5));

DrawPoly('65',[new VELatLong (44.60014002,-92.93330607),
new VELatLong (44.60013629,-92.93262197),
new VELatLong (44.60122243,-92.93261799),
new VELatLong (44.60122165,-92.92905752),
new VELatLong (44.60844612,-92.92902440),
new VELatLong (44.60845274,-92.93409297),
new VELatLong (44.60483774,-92.93411561),
new VELatLong (44.60483824,-92.93715633),
new VELatLong (44.60257332,-92.93717681),
new VELatLong (44.60257094,-92.93819034),
new VELatLong (44.60122094,-92.93819225),
new VELatLong (44.60122208,-92.93564700),
new VELatLong (44.60014393,-92.93565089),
new VELatLong (44.60014428,-92.93484471),
new VELatLong (44.59984830,-92.93484579)],4,new VEColor(0,0,255,0.5));

DrawPoly('66',[new VELatLong (44.59842773,-92.93331232),
new VELatLong (44.60014002,-92.93330607)],4,new VEColor(0,0,255,0.5));

DrawPoly('67',[new VELatLong (44.59842773,-92.93331232),
new VELatLong (44.59842801,-92.93414842)],4,new VEColor(0,0,255,0.5));

DrawPoly('68',[new VELatLong (44.59842801,-92.93414842),
new VELatLong (44.59984860,-92.93414325)],4,new VEColor(0,0,255,0.5));

DrawPoly('69',[new VELatLong (44.58802118,-92.81278464),
new VELatLong (44.59703037,-92.81278250),
new VELatLong (44.59706241,-92.80264840),
new VELatLong (44.60793051,-92.80265557),
new VELatLong (44.60811445,-92.83291495),
new VELatLong (44.58825285,-92.83293965),
new VELatLong (44.58802118,-92.81278464)],4,new VEColor(0,0,255,0.5));

DrawPoly('70',[new VELatLong (44.54325364,-92.91393246),
new VELatLong (44.63006499,-92.91369512)],4,new VEColor(0,0,255,0.5));

DrawPoly('71',[new VELatLong (44.54324804,-92.91899484),
new VELatLong (44.54351161,-93.03536970)],4,new VEColor(0,0,255,0.5));

DrawPoly('72',[new VELatLong (44.54373387,-93.16035263),
new VELatLong (44.54395186,-93.27847508)],4,new VEColor(0,0,255,0.5));

DrawPoly('73',[new VELatLong (44.54371999,-93.15694124),
new VELatLong (44.54373387,-93.16035263)],4,new VEColor(0,0,255,0.5));

DrawPoly('74',[new VELatLong (44.51867784,-93.00969622),
new VELatLong (44.53303971,-93.00976299),
new VELatLong (44.53322503,-93.03002860),
new VELatLong (44.51889035,-93.02989764),
new VELatLong (44.51867784,-93.00969622)],4,new VEColor(0,0,255,0.5));

DrawPoly('75',[new VELatLong (44.51534946,-93.03921228),
new VELatLong (44.54351923,-93.03948568)],4,new VEColor(0,0,255,0.5));

DrawPoly('76',[new VELatLong (44.47851994,-93.17571325),
new VELatLong (44.47852155,-93.17064674)],4,new VEColor(0,0,255,0.5));

DrawPoly('77',[new VELatLong (44.47851810,-93.18077977),
new VELatLong (44.47851994,-93.17571325)],4,new VEColor(0,0,255,0.5));

DrawPoly('78',[new VELatLong (44.47491370,-93.18081758),
new VELatLong (44.47851810,-93.18077977)],4,new VEColor(0,0,255,0.5));

DrawPoly('79',[new VELatLong (44.47165877,-93.10025684),
new VELatLong (44.54357813,-93.10000852)],4,new VEColor(0,0,255,0.5));

DrawPoly('80',[new VELatLong (44.47491370,-93.18081758),
new VELatLong (44.47499730,-93.18923949),
new VELatLong (44.47554559,-93.18924263),
new VELatLong (44.47560381,-93.19583870),
new VELatLong (44.47144024,-93.19581440)],4,new VEColor(0,0,255,0.5));

DrawPoly('81',[new VELatLong (44.47134280,-93.16608491),
new VELatLong (44.48214720,-93.16992275),
new VELatLong (44.48214659,-93.17060981),
new VELatLong (44.47852155,-93.17064674)],4,new VEColor(0,0,255,0.5));

DrawPoly('82',[new VELatLong (44.47134262,-93.15686339),
new VELatLong (44.47492593,-93.15689696),
new VELatLong (44.47492623,-93.15917987),
new VELatLong (44.47133187,-93.15972794)],4,new VEColor(0,0,255,0.5));

DrawPoly('83',[new VELatLong (44.47132870,-93.16056879),
new VELatLong (44.52936088,-93.16018506),
new VELatLong (44.54373387,-93.16035263)],4,new VEColor(0,0,255,0.5));

DrawPoly('84',[new VELatLong (44.47130038,-93.14589987),
new VELatLong (44.47583541,-93.14588699),
new VELatLong (44.47717406,-93.14775426),
new VELatLong (44.47846819,-93.14678210),
new VELatLong (44.47847028,-93.14728775),
new VELatLong (44.47373988,-93.15092786),
new VELatLong (44.47136079,-93.15197500)],4,new VEColor(0,0,255,0.5));

DrawPoly('85',[new VELatLong (44.91973205,-93.11137576),
new VELatLong (44.91976298,-93.10578457)],4,new VEColor(0,0,255,0.5));

DrawPoly('86',[new VELatLong (44.91976298,-93.10578457),
new VELatLong (44.91967860,-93.09599188),
new VELatLong (44.92328691,-93.09603190),
new VELatLong (44.92326357,-93.09093457),
new VELatLong (44.91966785,-93.09091016),
new VELatLong (44.91952697,-93.06528630)],4,new VEColor(0,0,255,0.5));

DrawPoly('87',[new VELatLong (44.89328341,-93.15333683),
new VELatLong (44.89724393,-93.14922257),
new VELatLong (44.90550289,-93.13772204),
new VELatLong (44.90729240,-93.13573338),
new VELatLong (44.90886870,-93.13448669),
new VELatLong (44.91243397,-93.13257263),
new VELatLong (44.91647517,-93.13166565),
new VELatLong (44.91965279,-93.12882063),
new VELatLong (44.91973205,-93.11137576)],4,new VEColor(0,0,255,0.5));

DrawPoly('88',[new VELatLong (44.91952697,-93.06528630),
new VELatLong (44.91950174,-93.04724589),
new VELatLong (44.91514250,-93.04444714),
new VELatLong (44.91102274,-93.04475445),
new VELatLong (44.90509632,-93.04165082),
new VELatLong (44.90271581,-93.04000510),
new VELatLong (44.90002600,-93.03650030),
new VELatLong (44.89670068,-93.03089979),
new VELatLong (44.89445296,-93.02458644),
new VELatLong (44.89278735,-93.02074018),
new VELatLong (44.89074864,-93.01966099)],4,new VEColor(0,0,255,0.5));

DrawPoly('89',[new VELatLong (44.88863445,-93.16819235),
new VELatLong (44.89019012,-93.16502984),
new VELatLong (44.89077848,-93.16316627),
new VELatLong (44.89188527,-93.15672807),
new VELatLong (44.89328341,-93.15333683)],4,new VEColor(0,0,255,0.5));

DrawPoly('90',[new VELatLong (44.89074864,-93.01966099),
new VELatLong (44.88557758,-93.01726940),
new VELatLong (44.87843315,-93.01516411),
new VELatLong (44.87062415,-93.01373223),
new VELatLong (44.86824169,-93.01267382),
new VELatLong (44.86585598,-93.01041079),
new VELatLong (44.86332703,-93.00958812)],4,new VEColor(0,0,255,0.5));

DrawPoly('91',[new VELatLong (44.86191234,-93.19787958),
new VELatLong (44.86486460,-93.20074935),
new VELatLong (44.86662148,-93.19829651),
new VELatLong (44.86928850,-93.19317869),
new VELatLong (44.87038118,-93.19152746),
new VELatLong (44.87207597,-93.18982360),
new VELatLong (44.87465906,-93.18820842),
new VELatLong (44.87634583,-93.18621770),
new VELatLong (44.87794476,-93.18150902),
new VELatLong (44.87896626,-93.17993729),
new VELatLong (44.88021458,-93.17872899),
new VELatLong (44.88127088,-93.17852864),
new VELatLong (44.88217667,-93.17910409),
new VELatLong (44.88455569,-93.18221001),
new VELatLong (44.88571739,-93.18327283),
new VELatLong (44.88637117,-93.18344381),
new VELatLong (44.88705256,-93.18307650),
new VELatLong (44.88788744,-93.18123872),
new VELatLong (44.88833730,-93.17904530),
new VELatLong (44.88825918,-93.17784351),
new VELatLong (44.88762674,-93.17594828),
new VELatLong (44.88747708,-93.17317081),
new VELatLong (44.88784141,-93.17009194),
new VELatLong (44.88863445,-93.16819235)],4,new VEColor(0,0,255,0.5));

DrawPoly('92',[new VELatLong (44.82907128,-93.22746498),
new VELatLong (44.83103769,-93.22052942),
new VELatLong (44.83203430,-93.21939282),
new VELatLong (44.83622696,-93.22207073),
new VELatLong (44.83825200,-93.22179107),
new VELatLong (44.83902735,-93.22018691),
new VELatLong (44.83897861,-93.21534378),
new VELatLong (44.83984025,-93.21143172),
new VELatLong (44.84175051,-93.20932781),
new VELatLong (44.84361002,-93.20776059),
new VELatLong (44.84798318,-93.20579922),
new VELatLong (44.85262767,-93.20325215),
new VELatLong (44.85814471,-93.19830504),
new VELatLong (44.86009578,-93.19728581),
new VELatLong (44.86191234,-93.19787958)],4,new VEColor(0,0,255,0.5));

DrawPoly('93',[new VELatLong (44.86332703,-93.00958812),
new VELatLong (44.85652285,-93.00858639),
new VELatLong (44.85119574,-93.00981897),
new VELatLong (44.83657228,-93.01190245),
new VELatLong (44.83386916,-93.01160429),
new VELatLong (44.82533603,-93.00864037),
new VELatLong (44.81844479,-93.00544811),
new VELatLong (44.81598567,-93.00508305),
new VELatLong (44.81411497,-93.00549797),
new VELatLong (44.81235865,-93.00649333),
new VELatLong (44.79530347,-93.02102748),
new VELatLong (44.79309302,-93.02216392),
new VELatLong (44.79160705,-93.02233204),
new VELatLong (44.78755140,-93.02195990),
new VELatLong (44.78355853,-93.02085776),
new VELatLong (44.77864161,-93.01869371),
new VELatLong (44.77635102,-93.01684530),
new VELatLong (44.77555175,-93.01577847)],4,new VEColor(0,0,255,0.5));

DrawPoly('94',[new VELatLong (44.77241743,-92.94087863),
new VELatLong (44.77596224,-92.93948997),
new VELatLong (44.77814707,-92.93736030),
new VELatLong (44.77963055,-92.93526461),
new VELatLong (44.78040950,-92.93367990),
new VELatLong (44.78095175,-92.93202903),
new VELatLong (44.78119101,-92.93006172),
new VELatLong (44.78103618,-92.92752526),
new VELatLong (44.78047414,-92.92518818),
new VELatLong (44.77702801,-92.91840661),
new VELatLong (44.77571116,-92.91517524),
new VELatLong (44.77420564,-92.90628488),
new VELatLong (44.77394693,-92.90350945),
new VELatLong (44.77395841,-92.89649824),
new VELatLong (44.77505629,-92.88688813),
new VELatLong (44.77518204,-92.88384374)],4,new VEColor(0,0,255,0.5));

DrawPoly('95',[new VELatLong (44.77555175,-93.01577847),
new VELatLong (44.77447123,-93.01419297),
new VELatLong (44.77370941,-93.01246463),
new VELatLong (44.77205325,-93.00636141),
new VELatLong (44.77205820,-93.00306313),
new VELatLong (44.77310140,-92.99923094),
new VELatLong (44.77501418,-92.99372377),
new VELatLong (44.77532822,-92.99000043),
new VELatLong (44.77528231,-92.98818898),
new VELatLong (44.77461509,-92.98327490),
new VELatLong (44.77187939,-92.97424370)],4,new VEColor(0,0,255,0.5));

DrawPoly('96',[new VELatLong (44.77187939,-92.97424370),
new VELatLong (44.76752695,-92.96081866),
new VELatLong (44.76706787,-92.95828121),
new VELatLong (44.76694884,-92.95592608),
new VELatLong (44.76733566,-92.95037564),
new VELatLong (44.76836666,-92.94670485),
new VELatLong (44.76983296,-92.94362865),
new VELatLong (44.77125414,-92.94186973),
new VELatLong (44.77241743,-92.94087863)],4,new VEColor(0,0,255,0.5));

DrawPoly('97',[new VELatLong (44.77518204,-92.88384374),
new VELatLong (44.77495303,-92.88166274),
new VELatLong (44.77427801,-92.87935405),
new VELatLong (44.77394257,-92.87859500),
new VELatLong (44.77215994,-92.87634453),
new VELatLong (44.76620076,-92.87107048),
new VELatLong (44.76090970,-92.86735314),
new VELatLong (44.75702788,-92.86328499),
new VELatLong (44.75481220,-92.86205716),
new VELatLong (44.75426371,-92.86051518),
new VELatLong (44.75332428,-92.85918331),
new VELatLong (44.75142010,-92.85741025),
new VELatLong (44.74803796,-92.85524982),
new VELatLong (44.74738189,-92.85434032),
new VELatLong (44.74700168,-92.85316128)],4,new VEColor(0,0,255,0.5));

DrawPoly('98',[new VELatLong (44.74758278,-92.81265327),
new VELatLong (44.74651932,-92.80341510)],4,new VEColor(0,0,255,0.5));

DrawPoly('99',[new VELatLong (44.74700168,-92.85316128),
new VELatLong (44.74666125,-92.85002439),
new VELatLong (44.74717145,-92.84594132),
new VELatLong (44.74739525,-92.83639490),
new VELatLong (44.74770158,-92.83526917),
new VELatLong (44.74997544,-92.83065877),
new VELatLong (44.75043160,-92.82906109),
new VELatLong (44.75060243,-92.82744803),
new VELatLong (44.75040180,-92.82494157),
new VELatLong (44.74758278,-92.81265327)],4,new VEColor(0,0,255,0.5));

DrawPoly('100',[new VELatLong (44.71753973,-93.31834115),
new VELatLong (44.71754973,-93.32847851),
new VELatLong (44.77578374,-93.32871034),
new VELatLong (44.77578389,-93.32967303),
new VELatLong (44.79107054,-93.32961437),
new VELatLong (44.79219697,-93.32731155),
new VELatLong (44.79269456,-93.32558181),
new VELatLong (44.79280149,-93.31940678),
new VELatLong (44.79245800,-93.31412172),
new VELatLong (44.79450098,-93.30452965),
new VELatLong (44.79740969,-93.29817905),
new VELatLong (44.79900708,-93.29410554),
new VELatLong (44.80045536,-93.28875129),
new VELatLong (44.80133905,-93.28638837),
new VELatLong (44.80205134,-93.28530270),
new VELatLong (44.80492406,-93.28374481),
new VELatLong (44.80610947,-93.28177442),
new VELatLong (44.80633977,-93.28081862),
new VELatLong (44.80686087,-93.27246256),
new VELatLong (44.81146166,-93.25187644),
new VELatLong (44.81477183,-93.24874572),
new VELatLong (44.82018560,-93.23935457),
new VELatLong (44.82459595,-93.23492394),
new VELatLong (44.82636789,-93.23258087),
new VELatLong (44.82746466,-93.23089674),
new VELatLong (44.82907128,-93.22746498)],4,new VEColor(0,0,255,0.5));

DrawPoly('101',[new VELatLong (44.71730579,-93.04499084),
new VELatLong (44.71750185,-93.09590013),
new VELatLong (44.71733521,-93.15645857)],4,new VEColor(0,0,255,0.5));

DrawPoly('102',[new VELatLong (44.71744805,-93.24834514),
new VELatLong (44.71753973,-93.31834115)],4,new VEColor(0,0,255,0.5));

DrawPoly('103',[new VELatLong (44.71733521,-93.15645857),
new VELatLong (44.71744805,-93.24834514)],4,new VEColor(0,0,255,0.5));

DrawPoly('104',[new VELatLong (44.70635970,-93.03478740),
new VELatLong (44.71000167,-93.03478714),
new VELatLong (44.71003751,-93.04495691),
new VELatLong (44.71730579,-93.04499084)],4,new VEColor(0,0,255,0.5));

DrawPoly('105',[new VELatLong (44.69213880,-93.14664640),
new VELatLong (44.69211508,-93.13676246)],4,new VEColor(0,0,255,0.5));

DrawPoly('106',[new VELatLong (44.68931909,-93.13673566),
new VELatLong (44.69211508,-93.13676246)],4,new VEColor(0,0,255,0.5));

DrawPoly('107',[new VELatLong (44.68904930,-93.13667661),
new VELatLong (44.68904921,-93.13673428)],4,new VEColor(0,0,255,0.5));

DrawPoly('108',[new VELatLong (44.68904921,-93.13673428),
new VELatLong (44.68931909,-93.13673566)],4,new VEColor(0,0,255,0.5));

DrawPoly('109',[new VELatLong (44.68856241,-93.15638366),
new VELatLong (44.71733521,-93.15645857)],4,new VEColor(0,0,255,0.5));

DrawPoly('110',[new VELatLong (44.68856241,-93.15638366),
new VELatLong (44.68855599,-93.15412222)],4,new VEColor(0,0,255,0.5));

DrawPoly('111',[new VELatLong (44.68855599,-93.15412222),
new VELatLong (44.68855486,-93.15372605)],4,new VEColor(0,0,255,0.5));

DrawPoly('112',[new VELatLong (44.68855486,-93.15372605),
new VELatLong (44.68854914,-93.15172266)],4,new VEColor(0,0,255,0.5));

DrawPoly('113',[new VELatLong (44.68853439,-93.14661193),
new VELatLong (44.69213880,-93.14664640)],4,new VEColor(0,0,255,0.5));

DrawPoly('114',[new VELatLong (44.68854914,-93.15172266),
new VELatLong (44.68853439,-93.14661193)],4,new VEColor(0,0,255,0.5));

DrawPoly('115',[new VELatLong (44.68904930,-93.13667661),
new VELatLong (44.68850274,-93.13667713)],4,new VEColor(0,0,255,0.5));

DrawPoly('116',[new VELatLong (44.68850291,-93.13673010),
new VELatLong (44.68850274,-93.13667713)],4,new VEColor(0,0,255,0.5));

DrawPoly('117',[new VELatLong (44.68850291,-93.13673010),
new VELatLong (44.68793705,-93.13674004)],4,new VEColor(0,0,255,0.5));

DrawPoly('118',[new VELatLong (44.68490334,-93.13678053),
new VELatLong (44.68793705,-93.13674004)],4,new VEColor(0,0,255,0.5));

DrawPoly('119',[new VELatLong (44.68130377,-93.13682857),
new VELatLong (44.68490334,-93.13678053)],4,new VEColor(0,0,255,0.5));

DrawPoly('120',[new VELatLong (44.67860921,-93.13686453),
new VELatLong (44.68130377,-93.13682857)],4,new VEColor(0,0,255,0.5));

DrawPoly('121',[new VELatLong (44.67860908,-93.13692219),
new VELatLong (44.67860921,-93.13686453)],4,new VEColor(0,0,255,0.5));

DrawPoly('122',[new VELatLong (44.67815766,-93.13692932),
new VELatLong (44.67860908,-93.13692219)],4,new VEColor(0,0,255,0.5));

DrawPoly('123',[new VELatLong (44.67767021,-93.13693466),
new VELatLong (44.67815766,-93.13692932)],4,new VEColor(0,0,255,0.5));

DrawPoly('124',[new VELatLong (44.67767021,-93.13693466),
new VELatLong (44.67767004,-93.13687700)],4,new VEColor(0,0,255,0.5));

DrawPoly('125',[new VELatLong (44.67767004,-93.13687700),
new VELatLong (44.67662696,-93.13688009)],4,new VEColor(0,0,255,0.5));

DrawPoly('126',[new VELatLong (44.67662696,-93.13688009),
new VELatLong (44.67403617,-93.13687376)],4,new VEColor(0,0,255,0.5));

DrawPoly('127',[new VELatLong (44.67403619,-93.13687896),
new VELatLong (44.67403617,-93.13687376)],4,new VEColor(0,0,255,0.5));

DrawPoly('128',[new VELatLong (44.67284106,-93.13687701),
new VELatLong (44.67403619,-93.13687896)],4,new VEColor(0,0,255,0.5));

DrawPoly('129',[new VELatLong (44.67271530,-93.13687685),
new VELatLong (44.67271534,-93.13678075)],4,new VEColor(0,0,255,0.5));

DrawPoly('130',[new VELatLong (44.67271530,-93.13687685),
new VELatLong (44.67284106,-93.13687701)],4,new VEColor(0,0,255,0.5));

DrawPoly('131',[new VELatLong (44.67172796,-93.13678278),
new VELatLong (44.67271534,-93.13678075)],4,new VEColor(0,0,255,0.5));

DrawPoly('132',[new VELatLong (44.67172820,-93.13687887),
new VELatLong (44.67172796,-93.13678278)],4,new VEColor(0,0,255,0.5));

DrawPoly('133',[new VELatLong (44.67136794,-93.13688106),
new VELatLong (44.67172820,-93.13687887)],4,new VEColor(0,0,255,0.5));

DrawPoly('134',[new VELatLong (44.66978281,-93.13689236),
new VELatLong (44.67136794,-93.13688106)],4,new VEColor(0,0,255,0.5));

DrawPoly('135',[new VELatLong (44.66929249,-93.14056413),
new VELatLong (44.66929151,-93.13998760)],4,new VEColor(0,0,255,0.5));

DrawPoly('136',[new VELatLong (44.66929151,-93.13998760),
new VELatLong (44.66929086,-93.13960325)],4,new VEColor(0,0,255,0.5));

DrawPoly('137',[new VELatLong (44.66929086,-93.13960325),
new VELatLong (44.66928990,-93.13903825)],4,new VEColor(0,0,255,0.5));

DrawPoly('138',[new VELatLong (44.66928990,-93.13903825),
new VELatLong (44.66928931,-93.13869234)],4,new VEColor(0,0,255,0.5));

DrawPoly('139',[new VELatLong (44.66928931,-93.13869234),
new VELatLong (44.66928872,-93.13834642)],4,new VEColor(0,0,255,0.5));

DrawPoly('140',[new VELatLong (44.66928872,-93.13834642),
new VELatLong (44.66928813,-93.13800050)],4,new VEColor(0,0,255,0.5));

DrawPoly('141',[new VELatLong (44.66928813,-93.13800050),
new VELatLong (44.66928754,-93.13765458)],4,new VEColor(0,0,255,0.5));

DrawPoly('142',[new VELatLong (44.66928754,-93.13765458),
new VELatLong (44.66928695,-93.13730867)],4,new VEColor(0,0,255,0.5));

DrawPoly('143',[new VELatLong (44.66978281,-93.13689236),
new VELatLong (44.66928624,-93.13689618)],4,new VEColor(0,0,255,0.5));

DrawPoly('144',[new VELatLong (44.66928695,-93.13730867),
new VELatLong (44.66928624,-93.13689618)],4,new VEColor(0,0,255,0.5));

DrawPoly('145',[new VELatLong (44.66873434,-93.14056634),
new VELatLong (44.66929249,-93.14056413)],4,new VEColor(0,0,255,0.5));

DrawPoly('146',[new VELatLong (44.66865203,-93.14056667),
new VELatLong (44.66873434,-93.14056634)],4,new VEColor(0,0,255,0.5));

DrawPoly('147',[new VELatLong (44.66858822,-93.14106657),
new VELatLong (44.66858803,-93.14095127)],4,new VEColor(0,0,255,0.5));

DrawPoly('148',[new VELatLong (44.66858738,-93.14056692),
new VELatLong (44.66865203,-93.14056667)],4,new VEColor(0,0,255,0.5));

DrawPoly('149',[new VELatLong (44.66858803,-93.14095127),
new VELatLong (44.66858738,-93.14056692)],4,new VEColor(0,0,255,0.5));

DrawPoly('150',[new VELatLong (44.66801247,-93.14106885),
new VELatLong (44.66858822,-93.14106657)],4,new VEColor(0,0,255,0.5));

DrawPoly('151',[new VELatLong (44.66801866,-93.14478361),
new VELatLong (44.66801247,-93.14106885)],4,new VEColor(0,0,255,0.5));

DrawPoly('152',[new VELatLong (44.66801866,-93.14478361),
new VELatLong (44.66683817,-93.14411862)],4,new VEColor(0,0,255,0.5));

DrawPoly('153',[new VELatLong (44.66684251,-93.14675764),
new VELatLong (44.66683817,-93.14411862)],4,new VEColor(0,0,255,0.5));

DrawPoly('154',[new VELatLong (44.66684251,-93.14675764),
new VELatLong (44.65963390,-93.14676943)],4,new VEColor(0,0,255,0.5));

DrawPoly('155',[new VELatLong (44.65967276,-93.15185053),
new VELatLong (44.65963390,-93.14676943)],4,new VEColor(0,0,255,0.5));

DrawPoly('156',[new VELatLong (44.65277034,-93.13016425),
new VELatLong (44.65305237,-93.12971100)],4,new VEColor(0,0,255,0.5));

DrawPoly('157',[new VELatLong (44.65277034,-93.13016425),
new VELatLong (44.65277860,-93.13261720)],4,new VEColor(0,0,255,0.5));

DrawPoly('158',[new VELatLong (44.65305237,-93.12971100),
new VELatLong (44.65245192,-93.12878556)],4,new VEColor(0,0,255,0.5));

DrawPoly('159',[new VELatLong (44.65236693,-93.13254231),
new VELatLong (44.65277860,-93.13261720)],4,new VEColor(0,0,255,0.5));

DrawPoly('160',[new VELatLong (44.65236693,-93.13254231),
new VELatLong (44.65236112,-93.13073344)],4,new VEColor(0,0,255,0.5));

DrawPoly('161',[new VELatLong (44.65245192,-93.12878556),
new VELatLong (44.65235408,-93.12863478)],4,new VEColor(0,0,255,0.5));

DrawPoly('162',[new VELatLong (44.65234696,-93.12652026),
new VELatLong (44.65235408,-93.12863478)],4,new VEColor(0,0,255,0.5));

DrawPoly('163',[new VELatLong (44.65234696,-93.12652026),
new VELatLong (44.65429610,-93.12651478),
new VELatLong (44.65463416,-93.12454748),
new VELatLong (44.65518797,-93.12459065),
new VELatLong (44.65489543,-93.12651230),
new VELatLong (44.65648142,-93.12650737),
new VELatLong (44.65710444,-93.12530887),
new VELatLong (44.65710214,-93.12362337),
new VELatLong (44.65330927,-93.12335177),
new VELatLong (44.65331883,-93.12600305),
new VELatLong (44.65250973,-93.12600876),
new VELatLong (44.65234696,-93.12652026)],4,new VEColor(0,0,255,0.5));

DrawPoly('164',[new VELatLong (44.64697455,-93.13255407),
new VELatLong (44.64697400,-93.13243489)],4,new VEColor(0,0,255,0.5));

DrawPoly('165',[new VELatLong (44.64697400,-93.13243489),
new VELatLong (44.64697363,-93.13235536)],4,new VEColor(0,0,255,0.5));

DrawPoly('166',[new VELatLong (44.64680906,-93.13235529),
new VELatLong (44.64697363,-93.13235536)],4,new VEColor(0,0,255,0.5));

DrawPoly('167',[new VELatLong (44.65236112,-93.13073344),
new VELatLong (44.64984093,-93.13369107),
new VELatLong (44.64936994,-93.13507026),
new VELatLong (44.64926671,-93.13669292),
new VELatLong (44.64656843,-93.13669171),
new VELatLong (44.64646574,-93.13523169)],4,new VEColor(0,0,255,0.5));

DrawPoly('168',[new VELatLong (44.64645250,-93.13235516),
new VELatLong (44.64680906,-93.13235529)],4,new VEColor(0,0,255,0.5));

DrawPoly('169',[new VELatLong (44.64613934,-93.13523155),
new VELatLong (44.64646574,-93.13523169)],4,new VEColor(0,0,255,0.5));

DrawPoly('170',[new VELatLong (44.64591027,-93.12730903),
new VELatLong (44.64606280,-93.12654011)],4,new VEColor(0,0,255,0.5));

DrawPoly('171',[new VELatLong (44.64591027,-93.12730903),
new VELatLong (44.64728667,-93.12730481),
new VELatLong (44.64743951,-93.12653592),
new VELatLong (44.65234696,-93.12652026)],4,new VEColor(0,0,255,0.5));

DrawPoly('172',[new VELatLong (44.64575535,-93.13523139),
new VELatLong (44.64613934,-93.13523155)],4,new VEColor(0,0,255,0.5));

DrawPoly('173',[new VELatLong (44.64575535,-93.13523139),
new VELatLong (44.64590901,-93.13822817),
new VELatLong (44.64517670,-93.13822782),
new VELatLong (44.64517776,-93.13845834),
new VELatLong (44.64572631,-93.13845860),
new VELatLong (44.64560504,-93.14191393),
new VELatLong (44.64519462,-93.14191552),
new VELatLong (44.64520873,-93.14521955),
new VELatLong (44.64882146,-93.14415834),
new VELatLong (44.64883780,-93.14681404),
new VELatLong (44.65245956,-93.14679908),
new VELatLong (44.65249879,-93.15187546),
new VELatLong (44.65967276,-93.15185053)],4,new VEColor(0,0,255,0.5));

DrawPoly('174',[new VELatLong (44.64514966,-93.13235467),
new VELatLong (44.64645250,-93.13235516)],4,new VEColor(0,0,255,0.5));

DrawPoly('175',[new VELatLong (44.64514966,-93.13235467),
new VELatLong (44.64514625,-93.13161707)],4,new VEColor(0,0,255,0.5));

DrawPoly('176',[new VELatLong (44.64697455,-93.13255407),
new VELatLong (44.64875977,-93.13255466),
new VELatLong (44.64874114,-93.12813117),
new VELatLong (44.64695405,-93.12813063),
new VELatLong (44.64696119,-93.12966745),
new VELatLong (44.64573121,-93.12966705),
new VELatLong (44.64542568,-93.13120373),
new VELatLong (44.64514434,-93.13120363)],4,new VEColor(0,0,255,0.5));

DrawPoly('177',[new VELatLong (44.64514434,-93.13120363),
new VELatLong (44.64514418,-93.13117050)],4,new VEColor(0,0,255,0.5));

DrawPoly('178',[new VELatLong (44.64512268,-93.12654307),
new VELatLong (44.64606280,-93.12654011)],4,new VEColor(0,0,255,0.5));

DrawPoly('179',[new VELatLong (44.64508284,-93.11814064),
new VELatLong (44.64507499,-93.11651539)],4,new VEColor(0,0,255,0.5));

DrawPoly('180',[new VELatLong (44.64505538,-93.13161805),
new VELatLong (44.64514418,-93.13117050)],4,new VEColor(0,0,255,0.5));

DrawPoly('181',[new VELatLong (44.64505538,-93.13161805),
new VELatLong (44.64514625,-93.13161707)],4,new VEColor(0,0,255,0.5));

DrawPoly('182',[new VELatLong (44.64512268,-93.12654307),
new VELatLong (44.64501734,-93.12654340)],4,new VEColor(0,0,255,0.5));

DrawPoly('183',[new VELatLong (44.64498448,-93.11651589),
new VELatLong (44.64507499,-93.11651539)],4,new VEColor(0,0,255,0.5));

DrawPoly('184',[new VELatLong (44.64489397,-93.11651639),
new VELatLong (44.64498448,-93.11651589)],4,new VEColor(0,0,255,0.5));

DrawPoly('185',[new VELatLong (44.64489397,-93.11651639),
new VELatLong (44.64489336,-93.11638961)],4,new VEColor(0,0,255,0.5));

DrawPoly('186',[new VELatLong (44.64491070,-93.13537359),
new VELatLong (44.64484892,-93.13568420)],4,new VEColor(0,0,255,0.5));

DrawPoly('187',[new VELatLong (44.64516535,-93.13576395),
new VELatLong (44.64484892,-93.13568420)],4,new VEColor(0,0,255,0.5));

DrawPoly('188',[new VELatLong (44.64475085,-93.13531717),
new VELatLong (44.64491070,-93.13537359)],4,new VEColor(0,0,255,0.5));

DrawPoly('189',[new VELatLong (44.64501734,-93.12654340),
new VELatLong (44.64457002,-93.12654709)],4,new VEColor(0,0,255,0.5));

DrawPoly('190',[new VELatLong (44.64435208,-93.13516240),
new VELatLong (44.64475085,-93.13531717)],4,new VEColor(0,0,255,0.5));

DrawPoly('191',[new VELatLong (44.64429736,-93.13543810),
new VELatLong (44.64435208,-93.13516240)],4,new VEColor(0,0,255,0.5));

DrawPoly('192',[new VELatLong (44.64427165,-93.13556765),
new VELatLong (44.64429736,-93.13543810)],4,new VEColor(0,0,255,0.5));

DrawPoly('193',[new VELatLong (44.64424227,-93.13571571),
new VELatLong (44.64427165,-93.13556765)],4,new VEColor(0,0,255,0.5));

DrawPoly('194',[new VELatLong (44.64418717,-93.13599333),
new VELatLong (44.64424227,-93.13571571)],4,new VEColor(0,0,255,0.5));

DrawPoly('195',[new VELatLong (44.64418717,-93.13599333),
new VELatLong (44.64458474,-93.13614846),
new VELatLong (44.64452692,-93.13670028),
new VELatLong (44.64516959,-93.13669107),
new VELatLong (44.64516535,-93.13576395)],4,new VEColor(0,0,255,0.5));

DrawPoly('196',[new VELatLong (44.64416597,-93.13610017),
new VELatLong (44.64408413,-93.13651255)],4,new VEColor(0,0,255,0.5));

DrawPoly('197',[new VELatLong (44.64398171,-93.12655138),
new VELatLong (44.64457002,-93.12654709)],4,new VEColor(0,0,255,0.5));

DrawPoly('198',[new VELatLong (44.64508284,-93.11814064),
new VELatLong (44.64510938,-93.12372706),
new VELatLong (44.64396840,-93.12373543),
new VELatLong (44.64398171,-93.12655138)],4,new VEColor(0,0,255,0.5));

DrawPoly('199',[new VELatLong (44.64379691,-93.13652535),
new VELatLong (44.64408413,-93.13651255)],4,new VEColor(0,0,255,0.5));

DrawPoly('200',[new VELatLong (44.64379691,-93.13652535),
new VELatLong (44.64376001,-93.13671125)],4,new VEColor(0,0,255,0.5));

DrawPoly('201',[new VELatLong (44.64376001,-93.13671125),
new VELatLong (44.64436421,-93.13670261),
new VELatLong (44.64416597,-93.13610017)],4,new VEColor(0,0,255,0.5));

DrawPoly('202',[new VELatLong (44.64145548,-93.11640858),
new VELatLong (44.64489336,-93.11638961)],4,new VEColor(0,0,255,0.5));

DrawPoly('203',[new VELatLong (44.63784335,-93.11826078),
new VELatLong (44.63784292,-93.11814477)],4,new VEColor(0,0,255,0.5));

DrawPoly('204',[new VELatLong (44.63783659,-93.11642853),
new VELatLong (44.64145548,-93.11640858)],4,new VEColor(0,0,255,0.5));

DrawPoly('205',[new VELatLong (44.63784292,-93.11814477),
new VELatLong (44.63783659,-93.11642853)],4,new VEColor(0,0,255,0.5));

DrawPoly('206',[new VELatLong (44.74651932,-92.80341510),
new VELatLong (44.73935080,-92.79235912),
new VELatLong (44.73206663,-92.77197290),
new VELatLong (44.72625390,-92.76179448),
new VELatLong (44.72322997,-92.75569666),
new VELatLong (44.72214353,-92.75198927),
new VELatLong (44.72172168,-92.74973046),
new VELatLong (44.71802771,-92.73918483),
new VELatLong (44.71640178,-92.73651567),
new VELatLong (44.71433404,-92.73206907),
new VELatLong (44.69446738,-92.73207586),
new VELatLong (44.67268792,-92.73259430),
new VELatLong (44.65820167,-92.73191177),
new VELatLong (44.64372505,-92.73240456),
new VELatLong (44.62947754,-92.73206880),
new VELatLong (44.62971400,-92.79260052)],4,new VEColor(0,0,255,0.5));

DrawPoly('207',[new VELatLong (44.63065365,-93.13115649),
new VELatLong (44.63064936,-93.13023467)],4,new VEColor(0,0,255,0.5));

DrawPoly('208',[new VELatLong (44.63063925,-93.12806977),
new VELatLong (44.63063259,-93.12664860)],4,new VEColor(0,0,255,0.5));

DrawPoly('209',[new VELatLong (44.63062448,-93.12482956),
new VELatLong (44.63240464,-93.12481674),
new VELatLong (44.63239261,-93.12155185),
new VELatLong (44.63423255,-93.12153850),
new VELatLong (44.63424816,-93.12527782),
new VELatLong (44.63786887,-93.12525137),
new VELatLong (44.63784335,-93.11826078)],4,new VEColor(0,0,255,0.5));

DrawPoly('210',[new VELatLong (44.68856241,-93.15638366),
new VELatLong (44.68853340,-93.20712016),
new VELatLong (44.63071343,-93.20762007)],4,new VEColor(0,0,255,0.5));

DrawPoly('211',[new VELatLong (44.63073195,-93.22764605),
new VELatLong (44.63071343,-93.20762007)],4,new VEColor(0,0,255,0.5));

DrawPoly('212',[new VELatLong (44.63062448,-93.12482956),
new VELatLong (44.63058697,-93.11648100)],4,new VEColor(0,0,255,0.5));

DrawPoly('213',[new VELatLong (44.63060098,-93.13939204),
new VELatLong (44.63067184,-93.13508315)],4,new VEColor(0,0,255,0.5));

DrawPoly('214',[new VELatLong (44.63060098,-93.13939204),
new VELatLong (44.63060053,-93.13930020)],4,new VEColor(0,0,255,0.5));

DrawPoly('215',[new VELatLong (44.63034342,-93.03502880),
new VELatLong (44.70635970,-93.03478740)],4,new VEColor(0,0,255,0.5));

DrawPoly('216',[new VELatLong (44.63055322,-93.13930039),
new VELatLong (44.63060053,-93.13930020)],4,new VEColor(0,0,255,0.5));

DrawPoly('217',[new VELatLong (44.63055322,-93.13930039),
new VELatLong (44.63055168,-93.13899312)],4,new VEColor(0,0,255,0.5));

DrawPoly('218',[new VELatLong (44.63055168,-93.13899312),
new VELatLong (44.63055014,-93.13868585)],4,new VEColor(0,0,255,0.5));

DrawPoly('219',[new VELatLong (44.63055014,-93.13868585),
new VELatLong (44.63054850,-93.13835938)],4,new VEColor(0,0,255,0.5));

DrawPoly('220',[new VELatLong (44.63054734,-93.13812892),
new VELatLong (44.63054580,-93.13782165)],4,new VEColor(0,0,255,0.5));

DrawPoly('221',[new VELatLong (44.63054580,-93.13782165),
new VELatLong (44.63054377,-93.13741683)],4,new VEColor(0,0,255,0.5));

DrawPoly('222',[new VELatLong (44.63058697,-93.11648100),
new VELatLong (44.63034342,-93.03502880)],4,new VEColor(0,0,255,0.5));

DrawPoly('223',[new VELatLong (44.63075147,-93.27817084),
new VELatLong (44.63056936,-93.31873073),
new VELatLong (44.67412493,-93.31833111),
new VELatLong (44.71753973,-93.31834115)],4,new VEColor(0,0,255,0.5));

DrawPoly('224',[new VELatLong (44.63054377,-93.13741683),
new VELatLong (44.63040224,-93.13721392)],4,new VEColor(0,0,255,0.5));

DrawPoly('225',[new VELatLong (44.63018215,-93.13813044),
new VELatLong (44.63054734,-93.13812892)],4,new VEColor(0,0,255,0.5));

DrawPoly('226',[new VELatLong (44.63017686,-93.13836092),
new VELatLong (44.63054850,-93.13835938)],4,new VEColor(0,0,255,0.5));

DrawPoly('227',[new VELatLong (44.63011587,-93.13720161),
new VELatLong (44.63040224,-93.13721392)],4,new VEColor(0,0,255,0.5));

DrawPoly('228',[new VELatLong (44.63008696,-93.13930231),
new VELatLong (44.63008741,-93.13939261)],4,new VEColor(0,0,255,0.5));

DrawPoly('229',[new VELatLong (44.63007417,-93.13847075),
new VELatLong (44.63017686,-93.13836092)],4,new VEColor(0,0,255,0.5));

DrawPoly('230',[new VELatLong (44.63018215,-93.13813044),
new VELatLong (44.63007293,-93.13802061)],4,new VEColor(0,0,255,0.5));

DrawPoly('231',[new VELatLong (44.63007307,-93.14353074),
new VELatLong (44.63071215,-93.14353046)],4,new VEColor(0,0,255,0.5));

DrawPoly('232',[new VELatLong (44.63007307,-93.14353074),
new VELatLong (44.63007147,-93.14319658)],4,new VEColor(0,0,255,0.5));

DrawPoly('233',[new VELatLong (44.63007147,-93.14319658),
new VELatLong (44.63007113,-93.14312360)],4,new VEColor(0,0,255,0.5));

DrawPoly('234',[new VELatLong (44.63007113,-93.14312360),
new VELatLong (44.63006947,-93.14277791)],4,new VEColor(0,0,255,0.5));

DrawPoly('235',[new VELatLong (44.63006947,-93.14277791),
new VELatLong (44.63006540,-93.14192909)],4,new VEColor(0,0,255,0.5));

DrawPoly('236',[new VELatLong (44.62996146,-93.13782408),
new VELatLong (44.63007293,-93.13802061)],4,new VEColor(0,0,255,0.5));

DrawPoly('237',[new VELatLong (44.63007417,-93.13847075),
new VELatLong (44.62994114,-93.13869184)],4,new VEColor(0,0,255,0.5));

DrawPoly('238',[new VELatLong (44.62990293,-93.13777118),
new VELatLong (44.62996146,-93.13782408)],4,new VEColor(0,0,255,0.5));

DrawPoly('239',[new VELatLong (44.62979443,-93.12806863),
new VELatLong (44.63063925,-93.12806977)],4,new VEColor(0,0,255,0.5));

DrawPoly('240',[new VELatLong (44.62971981,-93.13770988),
new VELatLong (44.62990293,-93.13777118)],4,new VEColor(0,0,255,0.5));

DrawPoly('241',[new VELatLong (44.62971496,-93.13719057),
new VELatLong (44.63011587,-93.13720161)],4,new VEColor(0,0,255,0.5));

DrawPoly('242',[new VELatLong (44.62967624,-93.13509217),
new VELatLong (44.63067184,-93.13508315)],4,new VEColor(0,0,255,0.5));

DrawPoly('243',[new VELatLong (44.62967624,-93.13509217),
new VELatLong (44.62967411,-93.13463127)],4,new VEColor(0,0,255,0.5));

DrawPoly('244',[new VELatLong (44.62994114,-93.13869184),
new VELatLong (44.62967981,-93.13878158)],4,new VEColor(0,0,255,0.5));

DrawPoly('245',[new VELatLong (44.62967411,-93.13463127),
new VELatLong (44.62967211,-93.13419782)],4,new VEColor(0,0,255,0.5));

DrawPoly('246',[new VELatLong (44.62965804,-93.13116557),
new VELatLong (44.63065365,-93.13115649)],4,new VEColor(0,0,255,0.5));

DrawPoly('247',[new VELatLong (44.62966054,-93.13170329),
new VELatLong (44.62965804,-93.13116557)],4,new VEColor(0,0,255,0.5));

DrawPoly('248',[new VELatLong (44.62965375,-93.13024377),
new VELatLong (44.63064936,-93.13023467)],4,new VEColor(0,0,255,0.5));

DrawPoly('249',[new VELatLong (44.62963577,-93.13930418),
new VELatLong (44.63008696,-93.13930231)],4,new VEColor(0,0,255,0.5));

DrawPoly('250',[new VELatLong (44.62953896,-93.13777702),
new VELatLong (44.62971981,-93.13770988)],4,new VEColor(0,0,255,0.5));

DrawPoly('251',[new VELatLong (44.62963433,-93.22766660),
new VELatLong (44.62963491,-93.22766520)],4,new VEColor(0,0,255,0.5));

DrawPoly('252',[new VELatLong (44.63073195,-93.22764605),
new VELatLong (44.62963433,-93.22766660)],4,new VEColor(0,0,255,0.5));

DrawPoly('253',[new VELatLong (44.62967981,-93.13878158),
new VELatLong (44.62950192,-93.13868541)],4,new VEColor(0,0,255,0.5));

DrawPoly('254',[new VELatLong (44.63075147,-93.27817084),
new VELatLong (44.63073103,-93.23038964),
new VELatLong (44.62974577,-93.23110553),
new VELatLong (44.62954156,-93.23055437),
new VELatLong (44.62971054,-93.22975068)],4,new VEColor(0,0,255,0.5));

DrawPoly('255',[new VELatLong (44.62963491,-93.22766520),
new VELatLong (44.62951904,-93.22757074)],4,new VEColor(0,0,255,0.5));

DrawPoly('256',[new VELatLong (44.62939907,-93.13796286),
new VELatLong (44.62953896,-93.13777702)],4,new VEColor(0,0,255,0.5));

DrawPoly('257',[new VELatLong (44.62951904,-93.22757074),
new VELatLong (44.62948953,-93.22749642)],4,new VEColor(0,0,255,0.5));

DrawPoly('258',[new VELatLong (44.62950192,-93.13868541),
new VELatLong (44.62937891,-93.13848101)],4,new VEColor(0,0,255,0.5));

DrawPoly('259',[new VELatLong (44.62934139,-93.13821862),
new VELatLong (44.62939907,-93.13796286)],4,new VEColor(0,0,255,0.5));

DrawPoly('260',[new VELatLong (44.62937891,-93.13848101),
new VELatLong (44.62934139,-93.13821862)],4,new VEColor(0,0,255,0.5));

DrawPoly('261',[new VELatLong (44.62971496,-93.13719057),
new VELatLong (44.62930582,-93.13718676)],4,new VEColor(0,0,255,0.5));

DrawPoly('262',[new VELatLong (44.62930582,-93.13718676),
new VELatLong (44.62921874,-93.13718693)],4,new VEColor(0,0,255,0.5));

DrawPoly('263',[new VELatLong (44.62918596,-93.13930603),
new VELatLong (44.62963577,-93.13930418)],4,new VEColor(0,0,255,0.5));

DrawPoly('264',[new VELatLong (44.62913069,-93.12806773),
new VELatLong (44.62979443,-93.12806863)],4,new VEColor(0,0,255,0.5));

DrawPoly('265',[new VELatLong (44.62913069,-93.12806773),
new VELatLong (44.62913015,-93.12795250)],4,new VEColor(0,0,255,0.5));

DrawPoly('266',[new VELatLong (44.62912403,-93.12664660),
new VELatLong (44.63063259,-93.12664860)],4,new VEColor(0,0,255,0.5));

DrawPoly('267',[new VELatLong (44.62913015,-93.12795250),
new VELatLong (44.62912403,-93.12664660)],4,new VEColor(0,0,255,0.5));

DrawPoly('268',[new VELatLong (44.62897655,-93.14192959),
new VELatLong (44.63006540,-93.14192909)],4,new VEColor(0,0,255,0.5));

DrawPoly('269',[new VELatLong (44.62897655,-93.14192959),
new VELatLong (44.62897472,-93.14154829)],4,new VEColor(0,0,255,0.5));

DrawPoly('270',[new VELatLong (44.62896243,-93.13930695),
new VELatLong (44.62918596,-93.13930603)],4,new VEColor(0,0,255,0.5));

DrawPoly('271',[new VELatLong (44.62896243,-93.13930695),
new VELatLong (44.62895937,-93.13876416)],4,new VEColor(0,0,255,0.5));

DrawPoly('272',[new VELatLong (44.62895937,-93.13876416),
new VELatLong (44.62895612,-93.13818954)],4,new VEColor(0,0,255,0.5));

DrawPoly('273',[new VELatLong (44.62895612,-93.13818954),
new VELatLong (44.62895264,-93.13757269)],4,new VEColor(0,0,255,0.5));

DrawPoly('274',[new VELatLong (44.62921874,-93.13718693),
new VELatLong (44.62895047,-93.13718795)],4,new VEColor(0,0,255,0.5));

DrawPoly('275',[new VELatLong (44.62895264,-93.13757269),
new VELatLong (44.62895047,-93.13718795)],4,new VEColor(0,0,255,0.5));

DrawPoly('276',[new VELatLong (44.62948953,-93.22749642),
new VELatLong (44.62887388,-93.22750696)],4,new VEColor(0,0,255,0.5));

DrawPoly('277',[new VELatLong (44.62887388,-93.22750696),
new VELatLong (44.62971054,-93.22975068)],4,new VEColor(0,0,255,0.5));

DrawPoly('278',[new VELatLong (44.62866494,-93.13171236),
new VELatLong (44.62966054,-93.13170329)],4,new VEColor(0,0,255,0.5));

DrawPoly('279',[new VELatLong (44.62865815,-93.13025287),
new VELatLong (44.62965375,-93.13024377)],4,new VEColor(0,0,255,0.5));

DrawPoly('280',[new VELatLong (44.62866494,-93.13171236),
new VELatLong (44.62865815,-93.13025287)],4,new VEColor(0,0,255,0.5));

DrawPoly('281',[new VELatLong (44.62967211,-93.13419782),
new VELatLong (44.62699706,-93.13420143)],4,new VEColor(0,0,255,0.5));

DrawPoly('282',[new VELatLong (44.62699706,-93.13420143),
new VELatLong (44.62700898,-93.13686047),
new VELatLong (44.62886893,-93.13685804),
new VELatLong (44.62888213,-93.13939397),
new VELatLong (44.63008741,-93.13939261)],4,new VEColor(0,0,255,0.5));

DrawPoly('283',[new VELatLong (44.62691722,-93.11647276),
new VELatLong (44.63058697,-93.11648100)],4,new VEColor(0,0,255,0.5));

DrawPoly('284',[new VELatLong (44.62505003,-93.13559563),
new VELatLong (44.62514052,-93.13559550)],4,new VEColor(0,0,255,0.5));

DrawPoly('285',[new VELatLong (44.62468798,-93.13559610),
new VELatLong (44.62505003,-93.13559563)],4,new VEColor(0,0,255,0.5));

DrawPoly('286',[new VELatLong (44.62468798,-93.13559610),
new VELatLong (44.62468567,-93.13510605)],4,new VEColor(0,0,255,0.5));

DrawPoly('287',[new VELatLong (44.62430014,-93.13029112),
new VELatLong (44.62429768,-93.12977456)],4,new VEColor(0,0,255,0.5));

DrawPoly('288',[new VELatLong (44.62429768,-93.12977456),
new VELatLong (44.62429438,-93.12908326)],4,new VEColor(0,0,255,0.5));

DrawPoly('289',[new VELatLong (44.62429438,-93.12908326),
new VELatLong (44.62428862,-93.12787539)],4,new VEColor(0,0,255,0.5));

DrawPoly('290',[new VELatLong (44.62403995,-93.12787506),
new VELatLong (44.62428862,-93.12787539)],4,new VEColor(0,0,255,0.5));

DrawPoly('291',[new VELatLong (44.62403405,-93.12663985),
new VELatLong (44.62403995,-93.12787506)],4,new VEColor(0,0,255,0.5));

DrawPoly('292',[new VELatLong (44.63071343,-93.20762007),
new VELatLong (44.63076887,-93.15692577),
new VELatLong (44.62352191,-93.15701629)],4,new VEColor(0,0,255,0.5));

DrawPoly('293',[new VELatLong (44.62346372,-93.13510768),
new VELatLong (44.62468567,-93.13510605)],4,new VEColor(0,0,255,0.5));

DrawPoly('294',[new VELatLong (44.62352191,-93.15701629),
new VELatLong (44.62348397,-93.15152147),
new VELatLong (44.62866283,-93.15001999),
new VELatLong (44.62692518,-93.15214349),
new VELatLong (44.63074971,-93.15215933),
new VELatLong (44.63071215,-93.14353046)],4,new VEColor(0,0,255,0.5));

DrawPoly('295',[new VELatLong (44.62344091,-93.13028993),
new VELatLong (44.62430014,-93.13029112)],4,new VEColor(0,0,255,0.5));

DrawPoly('296',[new VELatLong (44.62403405,-93.12663985),
new VELatLong (44.62342349,-93.12663905)],4,new VEColor(0,0,255,0.5));

DrawPoly('297',[new VELatLong (44.62897472,-93.14154829),
new VELatLong (44.62889354,-93.14192860),
new VELatLong (44.62532970,-93.14192405),
new VELatLong (44.62534228,-93.14453397),
new VELatLong (44.62343529,-93.14452709),
new VELatLong (44.62339339,-93.13855494),
new VELatLong (44.62366493,-93.13855478),
new VELatLong (44.62365843,-93.13763310),
new VELatLong (44.62426184,-93.13763275),
new VELatLong (44.62425765,-93.13873825),
new VELatLong (44.62454392,-93.13874038),
new VELatLong (44.62458555,-93.13686362),
new VELatLong (44.62559904,-93.13686230),
new VELatLong (44.62559308,-93.13559491),
new VELatLong (44.62514052,-93.13559550)],4,new VEColor(0,0,255,0.5));

DrawPoly('298',[new VELatLong (44.62346372,-93.13510768),
new VELatLong (44.62337321,-93.13510780)],4,new VEColor(0,0,255,0.5));

DrawPoly('299',[new VELatLong (44.62337321,-93.13510780),
new VELatLong (44.62337299,-93.13506040)],4,new VEColor(0,0,255,0.5));

DrawPoly('300',[new VELatLong (44.62337299,-93.13506040),
new VELatLong (44.62337127,-93.13469556)],4,new VEColor(0,0,255,0.5));

DrawPoly('301',[new VELatLong (44.62337127,-93.13469556),
new VELatLong (44.62336954,-93.13433072)],4,new VEColor(0,0,255,0.5));

DrawPoly('302',[new VELatLong (44.62336954,-93.13433072),
new VELatLong (44.62335734,-93.13175206)],4,new VEColor(0,0,255,0.5));

DrawPoly('303',[new VELatLong (44.62335734,-93.13175206),
new VELatLong (44.62335160,-93.13054328)],4,new VEColor(0,0,255,0.5));

DrawPoly('304',[new VELatLong (44.62344091,-93.13028993),
new VELatLong (44.62335040,-93.13028980)],4,new VEColor(0,0,255,0.5));

DrawPoly('305',[new VELatLong (44.62335160,-93.13054328),
new VELatLong (44.62335040,-93.13028980)],4,new VEColor(0,0,255,0.5));

DrawPoly('306',[new VELatLong (44.62333297,-93.12663893),
new VELatLong (44.62342349,-93.12663905)],4,new VEColor(0,0,255,0.5));

DrawPoly('307',[new VELatLong (44.62333249,-93.12653849),
new VELatLong (44.62333297,-93.12663893)],4,new VEColor(0,0,255,0.5));

DrawPoly('308',[new VELatLong (44.62333069,-93.12616274),
new VELatLong (44.62333249,-93.12653849)],4,new VEColor(0,0,255,0.5));

DrawPoly('309',[new VELatLong (44.62332920,-93.12585211),
new VELatLong (44.62333069,-93.12616274)],4,new VEColor(0,0,255,0.5));

DrawPoly('310',[new VELatLong (44.62332920,-93.12585211),
new VELatLong (44.62332889,-93.12578698)],4,new VEColor(0,0,255,0.5));

DrawPoly('311',[new VELatLong (44.62332889,-93.12578698),
new VELatLong (44.62330876,-93.12160465)],4,new VEColor(0,0,255,0.5));

DrawPoly('312',[new VELatLong (44.62330876,-93.12160465),
new VELatLong (44.62328611,-93.11693748)],4,new VEColor(0,0,255,0.5));

DrawPoly('313',[new VELatLong (44.62328381,-93.11646509),
new VELatLong (44.62691722,-93.11647276)],4,new VEColor(0,0,255,0.5));

DrawPoly('314',[new VELatLong (44.62328611,-93.11693748),
new VELatLong (44.62328381,-93.11646509)],4,new VEColor(0,0,255,0.5));

DrawPoly('315',[new VELatLong (44.62971400,-92.79260052),
new VELatLong (44.54323568,-92.79268214),
new VELatLong (44.54325364,-92.91393246)],4,new VEColor(0,0,255,0.5));

DrawPoly('316',[new VELatLong (44.54395186,-93.27847508),
new VELatLong (44.60038219,-93.27796540),
new VELatLong (44.63075147,-93.27817084)],4,new VEColor(0,0,255,0.5));

DrawPoly('317',[new VELatLong (44.54325364,-92.91393246),
new VELatLong (44.54324804,-92.91899484)],4,new VEColor(0,0,255,0.5));

DrawPoly('318',[new VELatLong (44.63034342,-93.03502880),
new VELatLong (44.54351161,-93.03536970)],4,new VEColor(0,0,255,0.5));

DrawPoly('319',[new VELatLong (44.54351161,-93.03536970),
new VELatLong (44.54351923,-93.03948568)],4,new VEColor(0,0,255,0.5));

DrawPoly('320',[new VELatLong (44.62352191,-93.15701629),
new VELatLong (44.58721789,-93.15729045),
new VELatLong (44.54371999,-93.15694124)],4,new VEColor(0,0,255,0.5));

DrawPoly('321',[new VELatLong (44.54357813,-93.10000852),
new VELatLong (44.54371999,-93.15694124)],4,new VEColor(0,0,255,0.5));

DrawPoly('322',[new VELatLong (44.54351923,-93.03948568),
new VELatLong (44.54357813,-93.10000852)],4,new VEColor(0,0,255,0.5));

DrawPoly('323',[new VELatLong (44.54324804,-92.91899484),
new VELatLong (44.52090931,-92.91904062),
new VELatLong (44.52073276,-92.92000633),
new VELatLong (44.52015395,-92.92090340),
new VELatLong (44.51551899,-92.92476826),
new VELatLong (44.51516201,-92.92548032),
new VELatLong (44.51242237,-92.93331007),
new VELatLong (44.51148882,-92.93718184),
new VELatLong (44.51146533,-92.93926584),
new VELatLong (44.51278950,-92.94517411),
new VELatLong (44.51256769,-92.94653335),
new VELatLong (44.51089151,-92.94844452),
new VELatLong (44.50770062,-92.95137962),
new VELatLong (44.50697802,-92.95270152),
new VELatLong (44.50702535,-92.95484244),
new VELatLong (44.50855572,-92.95637050),
new VELatLong (44.50929378,-92.95627190),
new VELatLong (44.51087402,-92.95515769),
new VELatLong (44.51455022,-92.95686437),
new VELatLong (44.51538774,-92.95939716),
new VELatLong (44.51578558,-92.96232570),
new VELatLong (44.51461256,-92.96450264),
new VELatLong (44.51468963,-92.97322338),
new VELatLong (44.51704662,-92.97639846),
new VELatLong (44.51812077,-92.97958059),
new VELatLong (44.51864635,-92.98195601),
new VELatLong (44.51882173,-92.98492872),
new VELatLong (44.51715425,-92.99754742),
new VELatLong (44.51625940,-92.99972984),
new VELatLong (44.51633485,-93.00144262),
new VELatLong (44.51585806,-93.00335785),
new VELatLong (44.51578852,-93.00554410),
new VELatLong (44.51627429,-93.00747259),
new VELatLong (44.51622765,-93.00967950),
new VELatLong (44.51515763,-93.01611274),
new VELatLong (44.51511420,-93.01806602),
new VELatLong (44.51618453,-93.02320531),
new VELatLong (44.51736522,-93.02433989),
new VELatLong (44.51739184,-93.02488063),
new VELatLong (44.51621911,-93.02685005),
new VELatLong (44.51540947,-93.02937020),
new VELatLong (44.51539561,-93.03054603),
new VELatLong (44.51442291,-93.03301582),
new VELatLong (44.51437558,-93.03484713),
new VELatLong (44.51472008,-93.03778247),
new VELatLong (44.51534946,-93.03921228)],4,new VEColor(0,0,255,0.5));

DrawPoly('324',[new VELatLong (44.51534946,-93.03921228),
new VELatLong (44.47195720,-93.03946288),
new VELatLong (44.47165877,-93.10025684)],4,new VEColor(0,0,255,0.5));

DrawPoly('325',[new VELatLong (44.47144024,-93.19581440),
new VELatLong (44.47194405,-93.28168667),
new VELatLong (44.54395574,-93.28152246),
new VELatLong (44.54395186,-93.27847508)],4,new VEColor(0,0,255,0.5));

DrawPoly('326',[new VELatLong (44.47136079,-93.15197500),
new VELatLong (44.47134262,-93.15686339)],4,new VEColor(0,0,255,0.5));

DrawPoly('327',[new VELatLong (44.47134262,-93.15686339),
new VELatLong (44.47133187,-93.15972794)],4,new VEColor(0,0,255,0.5));

DrawPoly('328',[new VELatLong (44.47133187,-93.15972794),
new VELatLong (44.47132870,-93.16056879)],4,new VEColor(0,0,255,0.5));

DrawPoly('329',[new VELatLong (44.47132870,-93.16056879),
new VELatLong (44.47134280,-93.16608491)],4,new VEColor(0,0,255,0.5));

DrawPoly('330',[new VELatLong (44.47130038,-93.14589987),
new VELatLong (44.47136079,-93.15197500)],4,new VEColor(0,0,255,0.5));

DrawPoly('331',[new VELatLong (44.47134280,-93.16608491),
new VELatLong (44.47144024,-93.19581440)],4,new VEColor(0,0,255,0.5));

DrawPoly('332',[new VELatLong (44.47165877,-93.10025684),
new VELatLong (44.47130038,-93.14589987)],4,new VEColor(0,0,255,0.5));

DrawPoly('333',[new VELatLong (44.89264382,-93.15190960),
new VELatLong (44.89309964,-93.15133978),
new VELatLong (44.89247546,-93.15029089),
new VELatLong (44.89314807,-93.14701792),
new VELatLong (44.89414282,-93.14701611),
new VELatLong (44.89372501,-93.14832215),
new VELatLong (44.89388787,-93.14917245)],4,new VEColor(0,0,255,0.5));
	}
