CINXE.COM
Our Campaigns - San Antonio Mayor Race - Apr 02, 1983
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head><BASE HREF="https://www.ourcampaigns.com/"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Our Campaigns - San Antonio Mayor Race - Apr 02, 1983</title> <link rel="shortcut icon" href="/favicon.ico" > <link rel="stylesheet" href="/js/leaflet/leaflet.css" /> <script src="/js/leaflet/leaflet.js"></script> <script src="js/mapfunctions.js" type="text/javascript" charset="utf-8"></script> <!--[if IE]><script type="text/javascript" src="https://www.ourcampaigns.com/excanvas.js"></script><![endif]--> </head> <style type="text/css"> <!-- .Text1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000} .Text1Y { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #660000} .TextY1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #EEEEEE} .TextY1Y { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #660000} .Text2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffff00} .Headline1 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff} .Headline2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff} .Small1 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #330000} td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000} a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000} body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000} .infotable {border:1px solid black;border-color:black white white black;border-radius:8px;background-color:#993333;width:100%;margin:0;padding:0;border-spacing:0px;} .infotable tr th {font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:normal;color:#ffffff;text-align:left;margin:0;padding:4px;} .infotable tr td {border-spacing:0;margin:0;padding:2px;border-color:#6084C8;} .HeadlineBig { font-family: Arial, Helvetica, sans-serif; font-size: 35px; color: #ffffff} .MainHeaderBar { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; background-color: #993333} .SubHeaderBar { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; background-color: #333366} .SubHeaderBar td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; background-color: #333366; text-align:center; } .Switch0 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000; background-color: #6084C8} .Switch1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000; background-color: #7094D8} .Quoted { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style:italic; color: #000000; background-color: #80A4E8; border: 1px dashed #000000; padding:4px;} .maprestbl { border:thin solid black; } .maprestbl td { font-size:8px; border-bottom: thin solid black; padding:0px; margin:0px; border-spacing:0px;} .gm-style .gm-style-iw, .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div { font-size: 8px; font-weight: 300; } --> </style> <body bgcolor="#6084C8" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="drawPollGraph();drawLeanGraph();pageLoaded();"> <script language="JavaScript"> <!-- var dylasty=0; var isdy=false; var lastyr=0; function DYDown(fld,e) { dylasty=e.clientY; lastyr=parseInt(fld.value); isdy=true; } function DYMove(fld,e) { if (isdy) { fld.value=String(lastyr-(e.clientY-dylasty)); } } function DYUp(fld,e) { isdy=false; } //--> </script> <script src="ajax.js" type="text/javascript" charset="utf-8"></script> <link rel="stylesheet" href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css"> <script type="text/javascript" src="//code.jquery.com/jquery-1.10.2.js"></script> <script type="text/javascript" src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script> <script type="text/javascript" src="/js/jquery.tablesorter.min.js"></script> <script>window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); t._e = []; t.ready = function(f) { t._e.push(f); }; return t; }(document, "script", "twitter-wjs"));</script> <script> $( function() { $('.datepicker').change(function() { var id=$(this).attr('id').slice(0,-3); var newdate=$('#'+id+'_DP').val(); $('input[name="'+id+'_year"]').val(newdate.substr(0,4)); $('select[name="'+id+'_month"]').val(newdate.substr(5,2)); $('select[name="'+id+'_day"]').val(newdate.substr(8,2)); }); $('.datepicker').datepicker({ showOn: "button", buttonImage: "/images/calendar.gif", buttonImageOnly: true, buttonText: "Select date", dateFormat: "yy-mm-dd", beforeShow: DPSetFromDate }); $('.datepicker2').change(function() { var id=$(this).attr('id').slice(0,-3); var newdate=$('#'+id+'_DP').val(); $('input[name="'+id+'_year"]').val(newdate.substr(0,4)); $('input[name="'+id+'_month"]').val(newdate.substr(5,2)); $('input[name="'+id+'_day"]').val(newdate.substr(8,2)); }); $('.datepicker2').datepicker({ showOn: "button", buttonImage: "/images/calendar.gif", buttonImageOnly: true, buttonText: "Select date", dateFormat: "yy-mm-dd", beforeShow: DPSetFromDate2 }); } ); function DPSetFromDate(input, inst) { var id=inst.id.slice(0,-3); $('#'+id+'_DP').val($('input[name="'+id+'_year"]').val()+'-'+$('select[name="'+id+'_month"]').val()+'-'+$('select[name="'+id+'_day"]').val()); } function DPSetFromDate2(input, inst) { var id=inst.id.slice(0,-3); $('#'+id+'_DP').val($('input[name="'+id+'_year"]').val()+'-'+$('input[name="'+id+'_month"]').val()+'-'+$('input[name="'+id+'_day"]').val()); } function NowDateInfo() { alert('This date is a virtual time machine which makes the site display in most cases as if the day was actually the date set. For instance, setting it to July 4, 1800 and going to the US container would show the President as John Adams and the 16 states and two territories.'); } function AdjustIFrame(frame) { var maxW = frame.scrollWidth; var minW = maxW; var FrameH = 100; //IFrame starting height frame.style.height = FrameH + "px" while (minW == maxW && FrameH < 800) { FrameH = FrameH + 50; //Increment frame.style.height = FrameH + "px"; minW = frame.scrollWidth; } } </script> <map name="nav"> <area shape="poly" coords="8,87,6,75,44,65,47,77" href="home.html" alt="Home"> <area shape="poly" coords="52,75,50,64,89,60,91,72" href="about.html" alt="About"> <area shape="poly" coords="95,73,95,60,128,61,129,73" href="javascript:popChat()" alt="Chat"> <area shape="poly" coords="133,73,135,60,171,64,172,76" href="UserList.html" alt="Users"> <area shape="poly" coords="206,78,208,68,251,72,249,83" href="IssueDetail.html?IssueID=1" alt="Issues"> <area shape="poly" coords="252,83,255,72,297,75,298,86" href="PartyList.html" alt="Party"> <area shape="poly" coords="301,86,301,75,368,77,369,88" href="CandidateList.html" alt="Candidates"> <area shape="poly" coords="374,88,372,77,430,74,432,85" href="PollingFirmList.html" alt="Polling Firms"> <area shape="poly" coords="434,86,434,74,471,69,472,82" href="MediaList.html" alt="Media"> <area shape="poly" coords="474,82,473,70,507,66,509,78" href="NewsList.html" alt="News"> <area shape="poly" coords="510,78,509,65,538,64,539,77" href="PollList.html" alt="Polls"> <area shape="poly" coords="16,97,13,87,68,76,70,88" href="Calendar.html" alt="Calendar"> <area shape="poly" coords="74,88,73,75,141,75,141,87" href="KeyRaceList.html" alt="Key Races"> <area shape="poly" coords="145,87,145,76,226,82,226,93" href="ContainerDetail.html?ContainerID=1" alt="United States"> <area shape="poly" coords="230,94,231,83,291,87,290,98" href="PresidentList.html" alt="President"> <area shape="poly" coords="294,98,295,87,339,89,340,99" href="SenateList.html" alt="Senate"> <area shape="poly" coords="343,98,344,89,384,89,386,98" href="HouseList.html" alt="House"> <area shape="poly" coords="389,99,390,89,453,85,455,96" href="StateOfficeList.html" alt="Governors"> <area shape="poly" coords="458,96,456,85,534,78,535,91" href="CountryList.html" alt="International"> <area shape="default" href="home.html"> </map> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <td align="left" width="539"><a href="home.html"><img src="images/NewHeader.gif" border="0" usemap="#nav" width="539" height="120"></a></td> <td background="images/NewHeaderBack.gif" align="right" width="100%" valign="top"><img src="images/spacer.gif" width="180" height="1"><br> <div style="position: absolute; top:4; right:8"> <form name="dateForm" method="post" action="RaceDetail.html?SetNow=Y&RaceID=748660"><input type="button" value="?" onclick="NowDateInfo()"> <select name="NowDate_month" class="Text1"> <option value="00">--</option> <option value="01">Jan</option><option value="02" SELECTED>Feb</option><option value="03">Mar</option><option value="04">Apr</option><option value="05">May</option><option value="06">Jun</option><option value="07">Jul</option><option value="08">Aug</option><option value="09">Sep</option><option value="10">Oct</option><option value="11">Nov</option><option value="12">Dec</option></select> <select name="NowDate_day" class="Text1"> <option value="00">--</option> <option>01</option><option>02</option><option>03</option><option>04</option><option>05</option><option>06</option><option>07</option><option>08</option><option>09</option><option>10</option><option>11</option><option>12</option><option>13</option><option>14</option><option>15</option><option>16</option><option>17</option><option>18</option><option>19</option><option>20</option><option>21</option><option>22</option><option>23</option><option>24</option><option>25</option><option>26</option><option>27</option><option SELECTED>28</option><option>29</option><option>30</option><option>31</option></select> <input type="text" name="NowDate_year" size="5" maxlength="4" value="2025" onMouseDown="DYDown(this,event)" onMouseUp="DYUp(this,event)" onMouseMove="DYMove(this,event)"> <input type="submit" value="Set" class="Small1"></form> </div> <div style="position: absolute; top:35; right:8"> <form name="searchForm" method="post" action="SearchResults.html"><input type="text" name="SrchTxt" size="15" class="Small1"><input type="submit" value="Search" class="Small1"></form> </div> <div style="position: absolute; top:63; right:8"> <a href="newaccountStep1.html" class="Text2">New User Account</a> </div> </td> </tr> </table> <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%"><tr> <td class="Text1" valign="top" align="center"> <table border="0" cellspacing="0" cellpadding="0" width="95%"><tr> <td align="left"> </td> <td align="right" class="Headline1"><i>"A comprehensive, collaborative elections resource." </i><br></td> </tr></table> <div align="right" class="Headline1"> <form method="POST" action="home.php"><input type="hidden" name="LogIn" value="Y"> Email:<input type="text" name="Username" size="10" class="Text1" value=""> Password:<input type="password" name="PWord" size="10" class="Text1"> <input type="submit" value="Login" class="Text1"> </form> </div> <br> <div class="Headline1" align="left"><font size="+3"> San Antonio Mayor</font></div> <table border="0" width="90%"><tr><td valign="top" class="Text1"> <style> .endorsediv { max-height:80px;overflow-y:auto; } </style> <script> function descriptionL(b) { if (b==0) { document.getElementById('DesShort').style.display='block'; document.getElementById('DesLong').style.display='none'; } else { document.getElementById('DesShort').style.display='none'; document.getElementById('DesLong').style.display='block'; } } var endorseall=false; function showAllEndorse() { if (endorseall) { jQuery('.endorsediv').css('max-height','80px'); endorseall=false; } else { jQuery('.endorsediv').css('max-height'); endorseall=true; } } </script> <table border="0" width="100%"><tr><td valign="top"> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td colspan="2"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="42"></td> <td class="Headline1" align="center">RACE DETAILS</td> <td width="42"></td></tr></table></td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Parents</td><td class="Switch0"> > <a href="ContainerDetail.html?ContainerID=1" class="Text1">United States</a> > <a href="ContainerDetail.html?ContainerID=17" class="Text1">Texas</a> > <a href="ContainerDetail.html?ContainerID=2643" class="Text1">TX Counties</a> > <a href="ContainerDetail.html?ContainerID=5242" class="Text1">Bexar</a> > <a href="ContainerDetail.html?ContainerID=37462" class="Text1">San Antonio</a> > <a href="ContainerDetail.html?ContainerID=55652" class="Text1">Mayor</a> </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Office</td><td class="Switch0">Mayor </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Honorific</td><td class="Switch0">Mayor - Abbr: Mayor</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Type</td><td class="Switch0"> General Election</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Filing Deadline</td><td class="Switch0"> 00, 0000 - 05:00pm Central</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Polls Open</td><td class="Switch0"> April 02, 1983 - 07:00am Central</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Polls Close</td><td class="Switch0"> April 02, 1983 - 07:00pm Central</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Term Start</td><td class="Switch0"> May 01, 1983 - 12:00pm</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Term End</td><td class="Switch0"> May 01, 1985 - 12:00pm</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Contributor</td><td class="Switch0"><a href="UserDetail.html?UserID=1989" class="Text1">RBH</a></td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Last Modified</td><td class="Switch0"><a href="UserDetail.html?UserID=1989" class="Text1">RBH</a> October 30, 2011 03:26pm</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Data Sources</td><td class="Switch0">San Antonio City Archives</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Description</td><td class="Switch0"> </td></tr> </table> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr><td bgcolor="#993333" align="center" class="Headline1" colspan="5">LAST GENERAL ELECTION</td></tr> <tr><td rowspan="3" class="Switch0" align="center"> <img src="../images/candidates/Candidate14288.jpg" height="75"></td> <td bgcolor="#333366" align="right" class="Headline1">Party</td><td bgcolor="#336699"><a href="PartyDetail.html?PartyID=92" class="Headline1">Nonpartisan</a></td> <td bgcolor="#333366" align="right" class="Headline1">Won</td><td class="Switch0"><a href="RaceDetail.html?RaceID=748666" class="Text1">04/04/1981</a></td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Name</td><td class="Switch0"><a href="CandidateDetail.html?CandidateID=14288" class="Text1">Henry Cisneros</a></td> <td bgcolor="#333366" align="right" class="Headline1">Votes</td><td class="Switch0">96,358 (61.84%)</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Term</td><td class="Switch0">05/01/1981 - 05/01/1983</td> <td bgcolor="#333366" align="right" class="Headline1">Margin</td><td class="Switch0">39,569 (+25.40%)</td></tr> </table> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr><td bgcolor="#993333" align="center" class="Headline1" colspan="5">NEXT GENERAL ELECTION</td></tr> <tr><td rowspan="3" class="Switch0" align="center"> <img src="../images/candidates/Candidate14288.jpg" height="75"></td> <td bgcolor="#333366" align="right" class="Headline1">Party</td><td bgcolor="#336699"><a href="PartyDetail.html?PartyID=" class="Headline1">Nonpartisan</a></td> <td bgcolor="#333366" align="right" class="Headline1">Won</td><td class="Switch0"><a href="RaceDetail.html?RaceID=748659" class="Text1">04/06/1985</a></td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Name</td><td class="Switch0"><a href="CandidateDetail.html?CandidateID=14288" class="Text1">Henry Cisneros</a></td> <td bgcolor="#333366" align="right" class="Headline1">Votes</td><td class="Switch0">93,902 (72.96%)</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Term</td><td class="Switch0">05/01/1985 - 05/01/1987</td> <td bgcolor="#333366" align="right" class="Headline1">Margin</td><td class="Switch0">60,904 (+47.32%)</td></tr> </table> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr><td bgcolor="#993333" align="center" class="Headline1" colspan="3">PRIMARY/OTHER SCHEDULE</td></tr> </table> </td><td valign="top" align="right" class="Text1" style="width:50%;"> <script> function showMapEmbed() { mpe=document.getElementById('MapEmbedDiv'); if (mpe.style.display=='block') { mpe.style.display='none'; } else { mpe.style.display='block'; } } function hideMapEmbed() { document.getElementById('MapEmbedDiv').style.display='none'; } function raceDataDownload() { var dsel=document.getElementById('ViewMap'); var dtype=dsel.options[dsel.selectedIndex].value; document.location.href='/RaceDownload.php?RaceID=748660&DType='+dtype; } </script> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td colspan="2"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td width="42"><img src="../images/spacer.gif" width="40" height="15"></td> <td class="Headline1" align="center">MAP</td> <td width="42"></td></tr></table></td></tr> <tr><td colspan="3" class="Switch0" align="center" style="border-radius:8px;"><div id="SubMaps"> <div id="map_canvas574636" style="width:100%; height:300px;display:none;"></div> </div> <div id="MapLocDetails" style="display:none;width:100%;"></div> </td></tr> </table> <script type="text/javascript"> var mpoly=new Array; var mpcid=new Array; var geojsonLayer=new Array; var mnlo=new Array; var mxlo=new Array; var mnlt=new Array; var mxlt=new Array; var lmnlo=new Array; var lmxlo=new Array; var lmnlt=new Array; var lmxlt=new Array; function mq(lat,lon) { return new google.maps.LatLng(lat,lon); } </script> <div id="DynamicJS"> </div> <script type="text/javascript"> var hexA = new Array("0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F"); var hexR = {"0":"0","1":"1","2":"2","3":"3","4":"4","5":"5","6":"6","7":"7","8":"8","9":"9","A":"10","B":"11","C":"12","D":"13","E":"14","F":"15"}; var map; var leafmap=new Array; var clayer=new Array; var demog=new Array; var compare=new Array; var offices=new Array; var officeload=new Array; var racesubs=new Array; var infowindow; var bubbles=new Array; var maxbubble=new Array; var dopoly=new Array; var mpolyo=new Array; var mpolyc=new Array; var mpidd=new Array; var raceid=new Array; var cname=new Array; var canids=new Array; var canname=new Array; var canpic=new Array; var cancolor=new Array; var canpty=new Array; var canpv=new Array; var canptyv=new Array; var canvotes=new Array; var canlon=new Array; var canlat=new Array; var turnover=new Array; var mpcrv=new Array; var mpbcrv=new Array; var mploc=new Array; var subname=new Array; var pcolor=''; var curMap=0; var curView=0; var curType=''; canids["1"]=14288; canname["14288"]='Henry'+" "+'Cisneros'; cancolor["14288"]='#0000FF'; canpty["14288"]='92'; canvotes["14288"]='55397'; canlon["14288"]='0.0000000'; canlat["14288"]='0.0000000'; canids["2"]=288972; canname["288972"]='Karl'+" "+'Wurz'; cancolor["288972"]='#AA00BB'; canpty["288972"]='92'; canvotes["288972"]='871'; canlon["288972"]='0.0000000'; canlat["288972"]='0.0000000'; canids["3"]=288973; canname["288973"]='Stephanie'+" "+'Brooks'; cancolor["288973"]='#006666'; canpty["288973"]='92'; canvotes["288973"]='835'; canlon["288973"]='0.0000000'; canlat["288973"]='0.0000000'; canids["4"]=288960; canname["288960"]='Jos茅'+" "+'Olivares'; cancolor["288960"]='#663300'; canpty["288960"]='92'; canvotes["288960"]='711'; canlon["288960"]='0.0000000'; canlat["288960"]='0.0000000'; canids["5"]=288975; canname["288975"]='Thomas Edward'+" "+'Leggett, Jr.'; cancolor["288975"]='#FF6699'; canpty["288975"]='92'; canvotes["288975"]='681'; canlon["288975"]='0.0000000'; canlat["288975"]='0.0000000'; canids["6"]=288974; canname["288974"]='Juan Dario'+" "+'Sauceda'; cancolor["288974"]='#00AAFF'; canpty["288974"]='92'; canvotes["288974"]='322'; canlon["288974"]='0.0000000'; canlat["288974"]='0.0000000'; canname["14288"]='Henry'+" "+'Cisneros'; canptyv["92"]=14288; canname["288960"]='Jos茅'+" "+'Olivares'; canptyv["92"]=288960; canname["288977"]='Howard'+" "+'Curry'; canptyv["92"]=288977; canname["288985"]='Jose'+" "+'San Martin'; canptyv["92"]=288985; canname["288996"]='Mike'+" "+'Quillian'; canptyv["92"]=288996; canname["288997"]='Kenneth B.'+" "+'Winter'; canptyv["92"]=288997; canname["288998"]='John'+" "+'Steen'; canptyv["92"]=288998; canname["288999"]='Tony'+" "+'Prince'; canptyv["92"]=288999; var canv=new Array; var canp=new Array; function pageLoaded() { //alert('Page Loaded'); viewMapChange(); $( window ).resize(function() { setMapRatio(curView,1.058245); if (clayer[curView]) { leafmap[curView].fitBounds(clayer[curView].getBounds()); } else { leafmap[curView].fitBounds(geojsonLayer[curView].getBounds()); } }); } function setMapRatio(milk,mratio) { var mwidth=$('#map_canvas'+milk).outerWidth(); var mheight=Math.ceil(mwidth*mratio); if (mheight > 700) { mheight=700; } $('#map_canvas'+milk).height(mheight); } function checkCandidatesPanel() { var cp=document.getElementById('MapCandidatesDiv'); if (cp.style.display == 'none') { cp.style.display='block'; document.getElementById('MapCandidatesButton').value='-Candidates'; } else { cp.style.display='none'; document.getElementById('MapCandidatesButton').value='+Candidates'; } } function changeMapType() { var mtype=document.getElementById('WhichMap').value; if (mtype == 'vc' && compare[map] == undefined) { compareOfficesLoad(); } else { if (mtype == 'dr') { document.getElementById('SelDemographic').style.display='block'; } else { document.getElementById('SelDemographic').style.display='none'; } if (curType == 'V' || curType == 'P') { if (curType == 'P' && mtype == 'vd' && canpv.length == 0) { $.getJSON('https://www.ourcampaigns.com/ajax/racevtdresults.php?RaceID=748666', function(data){ for (var key in data['Candidates']) { if (data['Candidates'][key]['PartyID'] !== 'undefined' && typeof canptyv[data['Candidates'][key]['PartyID']] === 'undefined') { canptyv[data['Candidates'][key]['PartyID']]=key; canname[key]=data['Candidates'][key]['FirstName']+' '+data['Candidates'][key]['LastName']; } } for (var v in data['VTDResults']) { canpv[v]=new Array; for (var i=0; i < data['VTDResults'][v].length; i++) { if (typeof canpv[v][data['VTDResults'][v][i]['p']] === 'undefined') { canpv[v][data['VTDResults'][v][i]['p']]=parseInt(data['VTDResults'][v][i]['v']); } } } redoMap(curView); }); } else { redoMap(curView); } } else { var locs=init_bitmap(curView); //cument.getElementById('bitmap_holder'+curView).innerHTML='<img src="https://www.ourcampaigns.com/cgi-bin/mapdisplay.cgi?MapImageID='+curView+locs+'" border="0">'; $('#bitmap_holder'+curView+' img').attr('src','https://www.ourcampaigns.com/cgi-bin/mapdisplay.cgi?MapImageID='+curView+locs); } } } function changeMapCurve() { if (curType == 'V' || curType == 'P') { redoMap(curView); } } function changeMapCurveBitmap() { if (curType == 'V' || curType == 'P') { redoMap(curView); } else { var locs=init_bitmap(curView); //$('#bitmap_holder'+curView).css('height',$('#bitmap_holder'+curView+' img').height()); $('#bitmap_holder'+curView+' img').attr('src','https://www.ourcampaigns.com/cgi-bin/mapdisplay.cgi?MapImageID='+curView+locs); } } function leafletMap(milk) { //console.log(mpoly[milk]); setMapRatio(milk,1.058245); var maxmargin=0; var numpoly=0; for (i=0; i<mpoly[milk]['features'].length; i++) { var cid=mpoly[milk]['features'][i].geometry.properties.cid; if (canv[cid]) { var maxvotes=0; var secondvotes=0; //for (c=0; c<canids.length; c++) { for(var c in canv[cid]) { var v=0; if (canv[cid]) { v=canv[cid][c]; } if (v == null) { v=0; } if (v > maxvotes) { secondvotes=maxvotes; maxvotes=v; wincolor=cancolor[c]; } else if (v > secondvotes) { secondvotes=v; } } if (maxvotes > 0) { numpoly++; } if ((maxvotes-secondvotes) > maxmargin) { maxmargin=maxvotes-secondvotes; } } } var mymap = L.map('map_canvas'+milk); leafmap[milk]=mymap; var sweight=0.5; if (curType == 'P') { sweight=0.1; } geojsonLayer[milk]=L.geoJSON(mpoly[milk], { color: '#000000', weight: sweight, onEachFeature: onEachFeature, style: function (feature) { var curve=parseInt($('#curveslider').slider( "option", "value" ))/100; var cid=feature.geometry.properties.cid; cname[cid]=feature.geometry.properties.name; //console.log('cid: '+cid); var allvotes=0; var maxvotes=0; var secondvotes=0; var wincolor='#ffffff'; for(var c in canv[cid]) { //console.log('cid: '+cid+' c:'+c+' v:'+canv[cid][c]); var v=0; if (canv[cid]) { v=canv[cid][c]; } if (v == null) { v=0; } allvotes+=v; if (v > maxvotes) { secondvotes=maxvotes; maxvotes=v; wincolor=cancolor[c]; } else if (v > secondvotes) { secondvotes=v; } } var opacity=Math.pow((maxvotes-secondvotes)/maxmargin,curve); //console.log(maxvotes+' '+secondvotes+' '+maxmargin+' '+curve+' '+wincolor+' '+opacity); if (!turnover[cid]) { turnover[cid]='#000000'; } var stko=0.5; if (curType == 'P') { stko=0.1; } if (turnover[cid] != '#000000') { stko=0.5; } return { color:turnover[cid], weight:stko, fillColor: wincolor, fillOpacity: opacity }; } }).addTo(mymap); mymap.fitBounds(geojsonLayer[milk].getBounds()); L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { attribution: 'Data © <a href="https://www.openstreetmap.org/">OpenStreetMap</a>, <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Tiles: <a href="https://www.mapbox.com/">Mapbox</a>', tileSize: 512, zoomOffset: -1, maxZoom: 18, id: 'mapbox/streets-v11', accessToken: 'sk.eyJ1IjoiZW50cm9waXN0IiwiYSI6ImNraG53Y2M0ZzBiNHoyeW1pNTB1Mjc0NXMifQ.eSKmJwV5Qy1g-WELf1rL1g' }).addTo(mymap); // calculate maxbubble size var center = mymap.getCenter(); var eastBound = mymap.getBounds().getEast(); var centerEast = L.latLng(center.lat, eastBound); var dist = center.distanceTo(centerEast); maxbubble[milk] = dist*.5; for(var c in canids) { if (canlat[canids[c]] != null && canlon[canids[c]] != null && cancolor[canids[c]] != null && canname[canids[c]] != null) { //var myIcon = new L.icon({ iconUrl: 'https://chart.apis.google.com/chart?cht=mm&chs=20x20&chco=ffffff,'+cancolor[canids[c]].substr(1)+',000000', iconSize:[20,20], iconAnchor:[10,20] }); //var myIcon = { path: "M-20,0a20,20 0 1,0 40,0a20,20 0 1,0 -40,0", fillColor: cancolor[canids[c]], fillOpacity: 1, anchor: new google.maps.Point(0, 0), strokeWeight: 1, scale: 0.5 } var iconSVG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 -40 60 60" width="40" height="40"><path fill="'+cancolor[canids[c]]+'" fill-opacity="1" d="M0,-36c-9.941,0 -18,8.059 -18,18c0,13.858 18,36 18,36c0,0 18,-22.142 18,-36c0,-9.941 -8.059,-18 -18,-18z M-4,18 L4,18 Z" stroke="#000" stroke-width="3"/> <text x="0" y="-5" fill="#000" font-family="Arial" font-weight="bold" font-size="20" text-anchor="middle" alignment-baseline="middle"> </text></svg>'; var iconSVGblob = new Blob([iconSVG], { type: "image/svg+xml" }); var iconSVGurl = URL.createObjectURL(iconSVGblob); var myIcon = new L.icon({ iconUrl: iconSVGurl, iconSize:[20,20], iconAnchor:[10,20] }); var marker = new L.Marker([canlat[canids[c]],canlon[canids[c]]],{icon: myIcon, title: canname[canids[c]] }).addTo(mymap); } } mpoly[19100]=new Array(); $.getJSON( "/geojson/MapImage19100.json", function( data ) { mpoly[19100]=data; for(var i=0; i<mpoly[19100].features.length; i++) { if (mpoly[19100].features[i].geometry.properties.cid == 55652) { clayer[milk]=L.GeoJSON.geometryToLayer(mpoly[19100].features[i].geometry, {interactive: false, color:'#00ff00',opacity:0.8,weight:2,fillOpacity:0}); clayer[milk].addTo(mymap); setMapRatio(milk,1.058245); mymap.fitBounds(clayer[milk].getBounds()); break; } } }); } function onEachFeature(feature, layer) { layer.on({ mouseover: putRaceInfo, mouseout: remRaceInfo, click: goRaceInfo }); } function compareOfficesLoad() { var msel=document.getElementById('ViewMap'); var map=msel.value; map=parseInt(map.substr(1)); if (compare[map] == undefined) { $.getJSON('https://www.ourcampaigns.com/ajax/CompareOffices.php?RaceID=748660&MapImageID='+map, function(data){ compare[map]=data['compareOffices']; officeload[map]=new Array; racesubs[map]=new Array; compareOfficesPopup(map); }); } else { compareOfficesPopup(map); } } function compareOfficesPopup(map) { var html="<table>"; for(var i in compare[map]) { html+='<tr><td><a href="javascript:compareOfficesSelect(\''+compare[map][i]['OfficeID']+"','"+compare[map][i]['RDate']+'\')">'+compare[map][i]['Office']+"</a></td><td>"+compare[map][i]['RDate']+"</td></tr>\n"; offices[compare[map][i]['OfficeID']]=compare[map][i]['Office']; } $('#CompareOfficePopup').html(html+"</table>\n"); $('#CompareOfficePopup').show(); $('#CompareOfficeChange').show(); } function compareOfficesSelect(office,thedate) { var msel=document.getElementById('ViewMap'); var map=msel.value; map=parseInt(map.substr(1)); $('#CompareOfficePopup').hide(); $('#MapCompareOffice').val(office); $('#MapCompareDate').val(thedate); $('#CompareOfficeChange').val(offices[office]+' - '+thedate+' - Change'); if (officeload[map][office] == undefined) { $.getJSON('https://www.ourcampaigns.com/ajax/OfficeSubDataJSON.php?OfficeID='+office+'&MapImageID='+map+'&PollDate='+encodeURIComponent(thedate), function(data){ for(var i in data['race']) { var d=data['race'][i]; racesubs[map][d['RaceID']]=d; } officeload[map][office]=true; viewMapChange(); redoMap(curView); }); } else { viewMapChange(); redoMap(curView); } } function viewMapChange() { var msel=document.getElementById('ViewMap'); var map=msel.value; var newType=map.substr(0,1); if (curType == 'V' || curType == 'P') { //alert('Old GMap display none'); document.getElementById('map_canvas'+curView).style.display = 'none'; } else { //alert('Old BMap display none'); if (document.getElementById('bitmap_holder'+curView)) { document.getElementById('bitmap_holder'+curView).style.display = 'none'; } } if (newType == 'V' || newType == 'P') { map=parseInt(map.substr(1)); //console.log('newType:'+newType+' Map:'+map+' MPoly:'+mpoly[map]+' DoPoly:'+dopoly[map]); if (demog[map] == undefined) { $.getJSON('https://www.ourcampaigns.com/ajax/DemographicMapJSON.php?MapImageID='+map+'&TheDate='+encodeURIComponent('1983-04-02 19:00:00'), function(data){ demog[map]=data; }); } if (mpoly[map] == undefined) { if (newType == 'V') { mpoly[map]=new Array(); $.getJSON( "/geojson/MapImage"+map+".json", function( data ) { mpoly[map]=data; //viewMapChange(); leafletMap(map); }); } else { curType=newType; mpoly[map]=new Array(); //console.log("/geojson/vtd/VTDml"+map+"--.json"); $.getJSON( "/geojson/vtd/VTDml"+map+"--.json", function( data ) { mpoly[map]=data; //viewMapChange(); leafletMap(map); }); var headID = document.getElementById('DynamicJS'); var newScript2 = document.createElement('script'); newScript2.type = 'text/javascript'; newScript2.onload=function() { if (mpoly[map]) { redoMap(map); } } newScript2.src = '/racevtdresults.php?RaceID=748660'; headID.appendChild(newScript2); } } document.getElementById('map_canvas'+map).style.display = 'block'; curType=newType; curView=map; } else { map=parseInt(map.substr(1)); var bmh=document.getElementById('bitmap_holder'+map); if (bmh) { if (bmh.innerHTML == '') { var locs=init_bitmap(map); bmh.innerHTML='<img src="https://www.ourcampaigns.com/cgi-bin/mapdisplay.cgi?MapImageID='+map+locs+'" border="0">'; } bmh.style.display = 'block'; curType=''; curView=map; } } } function init_bitmap(milk) { var loc=''; var mtype=document.getElementById('WhichMap').value; //var curve=parseInt(document.getElementById('MapCurve').value)/100; var curve=parseInt($('#curveslider').slider( "option", "value" ))/100; var maxmargin=0; var maxavotes=0; for (i=1; i<mploc[milk].length; i++) { if (mploc[milk][i]) { var maxvotes=0; var secondvotes=0; //for (c=0; c<canids.length; c++) { for(var c in canids) { if (document.getElementById('MpCn'+canids[c]).checked) { var v=0; if (canv[mploc[milk][i]]) { v=canv[mploc[milk][i]][canids[c]]; } if (v == null) { v=0; } if (v > maxvotes) { secondvotes=maxvotes; maxvotes=v; wincolor=cancolor[canids[c]]; } else if (v > secondvotes) { secondvotes=v; } } } if ((maxvotes-secondvotes) > maxmargin) { maxmargin=maxvotes-secondvotes; } if (maxvotes > maxavotes) { maxavotes=maxvotes; } } } if (mpoly[milk] != undefined) { for (i=1; i<mploc[milk].length; i++) { if (mploc[milk][i]) { var allvotes=0; var allvotesp=0; var maxvotes=0; var secondvotes=0; var wincolor='#ffffff'; //for (c=0; c<canids.length; c++) { for(var c in canids) { if (document.getElementById('MpCn'+canids[c]).checked) { var v=0; if (canv[mploc[milk][i]]) { v=canv[mploc[milk][i]][canids[c]]; } if (v == null) { v=0; } allvotes+=v; if (mtype == 'vd') { allvotesp+=canp[mploc[milk][i]][canpty[c]]; } else { if (v > maxvotes) { secondvotes=maxvotes; maxvotes=v; wincolor=cancolor[canids[c]]; } else if (v > secondvotes) { secondvotes=v; } } } } if (mtype == 'vs') { var opacity=Math.pow((maxvotes-secondvotes)/maxmargin,curve); } else if (mtype == 'vm') { var opacity=Math.pow((maxvotes-secondvotes)/allvotes,curve); } else if (mtype == 'vp') { var opacity=Math.pow(maxvotes/allvotes,curve); } else if (mtype == 'vt') { wincolor='#000000'; var opacity=Math.pow(allvotes/maxavotes,curve); } else if (mtype == 'vl') { var mgn=((maxvotes-secondvotes)/allvotes) * 100; if (mgn == 0) { var opacity=0; } else if (mgn < 4) { var opacity=0.1; } else if (mgn < 9) { var opacity=0.3; } else if (mgn < 15) { var opacity=0.6; } else { var opacity=0.9; } } else if (mtype == 'vd') { for(var c in canids) { if (document.getElementById('MpCn'+canids[c]).checked) { var v=0; if (canv[mploc[milk][i]]) { v=canv[mploc[milk][i]][canids[c]]; } if (v == null) { v=0; } percent_change=((v/allvotes)-(canp[mploc[milk][i]][canpty[c]]/allvotesp))*100; if (percent_change > maxchange) { maxchange=percent_change; wincolor=cancolor[canids[c]]; } } } var opacity=Math.pow(maxchange,curve); } var ucolor=wincolor.toUpperCase(); var rcolor=255-Math.floor((255-parseInt(hexR[ucolor.substr(1,1)])*16+parseInt(hexR[ucolor.substr(2,1)]))*opacity); var gcolor=255-Math.floor((255-parseInt(hexR[ucolor.substr(3,1)])*16+parseInt(hexR[ucolor.substr(4,1)]))*opacity); var bcolor=255-Math.floor((255-parseInt(hexR[ucolor.substr(5,1)])*16+parseInt(hexR[ucolor.substr(6,1)]))*opacity); var ocolor=hexA[Math.floor(rcolor/16)]+hexA[Math.floor(rcolor%16)]+hexA[Math.floor(gcolor/16)]+hexA[Math.floor(gcolor%16)]+hexA[Math.floor(bcolor/16)]+hexA[Math.floor(bcolor%16)]; loc+='&L'+mploc[milk][i]+'='+ocolor; } } } return loc; } function init_map(milk) { var mtype=document.getElementById('WhichMap').value; //var curve=parseInt(document.getElementById('MapCurve').value)/100; var curve=parseInt($('#curveslider').slider( "option", "value" ))/100; var sw = new google.maps.LatLng(mnlt[milk],mnlo[milk]); var ne = new google.maps.LatLng(mxlt[milk],mxlo[milk]); var mapb = new google.maps.LatLngBounds(sw,ne); var myOptions = { zoom: 8, center: sw, mapTypeId: google.maps.MapTypeId.ROADMAP }; var mc=document.getElementById('map_canvas'+milk); if (mc == null) { var ni = document.getElementById('SubMaps'); var newcanvas = document.createElement('canvas'); newcanvas.setAttribute('id','map_canvas'+milk); newcanvas.setAttribute('width','100%'); newcanvas.setAttribute('height','300px'); ni.appendChild(newcanvas); mc=document.getElementById('map_canvas'+milk); } var map = new google.maps.Map(mc, myOptions); myFitBounds(map,mapb); //map.fitBounds(mapb); dopoly[milk]=new Array; var polyevt=new Array; var maxmargin=0; var numpoly=0; if (mpoly[milk] != undefined) { for (i=0; i<mpoly[milk].length; i++) { if (mpcid[milk][i]) { var maxvotes=0; var secondvotes=0; //for (c=0; c<canids.length; c++) { for(var c in canids) { var v=0; if (canv[mpcid[milk][i]]) { v=canv[mpcid[milk][i]][canids[c]]; } if (v == null) { v=0; } if (v > maxvotes) { secondvotes=maxvotes; maxvotes=v; wincolor=cancolor[canids[c]]; } else if (v > secondvotes) { secondvotes=v; } } if (maxvotes > 0) { numpoly++; } if ((maxvotes-secondvotes) > maxmargin) { maxmargin=maxvotes-secondvotes; } } } for (i=0; i<mpoly[milk].length; i++) { if (mpcid[milk][i]) { var allvotes=0; var maxvotes=0; var secondvotes=0; var wincolor='#ffffff'; //for (c=0; c<canids.length; c++) { for(var c in canids) { var v=0; if (canv[mpcid[milk][i]]) { v=canv[mpcid[milk][i]][canids[c]]; } if (v == null) { v=0; } allvotes+=v; if (v > maxvotes) { secondvotes=maxvotes; maxvotes=v; wincolor=cancolor[canids[c]]; } else if (v > secondvotes) { secondvotes=v; } } var opacity=Math.pow((maxvotes-secondvotes)/maxmargin,curve); //alert(wincolor+" "+opacity+" "+maxvotes+" "+allvotes); if (!turnover[mpcid[milk][i]]) { turnover[mpcid[milk][i]]='#000000'; } var zindex=0; if (turnover[mpcid[milk][i]] != '#000000') { zindex=10; } var sweight=1.5; if (curType == 'P') { sweight=0.1; } if (opacity == 0) { opacity=0.1; wincolor='#ffffff'; } dopoly[milk][i] = new google.maps.Polygon({ paths: mpoly[milk][i], strokeColor: turnover[mpcid[milk][i]], strokeOpacity: 0.9, strokeWeight: sweight, zIndex: zindex, fillColor: wincolor, fillOpacity: opacity }); dopoly[milk][i].set('cid',mpcid[milk][i]); google.maps.event.addListener(dopoly[milk][i], 'mouseover', function(event) { putRaceInfo(event.latLng,this); }); google.maps.event.addListener(dopoly[milk][i], 'mouseout', function(event) { remRaceInfo(event.latLng,this); }); google.maps.event.addListener(dopoly[milk][i], 'mousemove', function(event) { moveRaceInfo(event.latLng,this); }); google.maps.event.addListener(dopoly[milk][i], 'click', function(event) { goRaceInfo(event.latLng,this); }); dopoly[milk][i].setMap(map); } } for(var c in canids) { if (canlat[canids[c]] != null && canlon[canids[c]] != null && cancolor[canids[c]] != null && canname[canids[c]] != null) { var myLatlng = new google.maps.LatLng(canlat[canids[c]],canlon[canids[c]]); var myIcon = { path: "M-20,0a20,20 0 1,0 40,0a20,20 0 1,0 -40,0", fillColor: cancolor[canids[c]], fillOpacity: 1, anchor: new google.maps.Point(0, 0), strokeWeight: 1, scale: 0.5 } var marker = new google.maps.Marker({ position: myLatlng, map: map, icon: myIcon, iconSize:[20,20], iconAnchor:[10,20], title: canname[canids[c]] }); } } for (i=0; i<mpoly[19100].length; i++) { if (mpcid[19100][i]=='55652') { tmp = new google.maps.Polyline({ path: mpoly[19100][i], strokeColor: "#00ff00", strokeOpacity: 0.9, strokeWeight: 2.0, zIndex: 20 }); tmp.setMap(map); var sw = new google.maps.LatLng(lmnlt[19100][i],lmnlo[19100][i]); var ne = new google.maps.LatLng(lmxlt[19100][i],lmxlo[19100][i]); var mapb = new google.maps.LatLngBounds(sw,ne); myFitBounds(map,mapb); //map.fitBounds(mapb); } } } } function redoMap(milk) { var msel=document.getElementById('ViewMap'); var map=msel.value; map=parseInt(map.substr(1)); var mtype=document.getElementById('WhichMap').value; //var curve=parseInt(document.getElementById('MapCurve').value)/100; var curve=parseInt($('#curveslider').slider( "option", "value" ))/100; var maxmargin=0; var maxavotes=0; var racevotes=0; for(var c in canids) { if (document.getElementById('MpCn'+canids[c]).checked) { racevotes+=parseInt(canvotes[canids[c]]); } } //console.log('racevotes: '+racevotes); if (geojsonLayer[milk] !== undefined) { if ((mtype == 'bm' || mtype == 'bv') && bubbles[milk] === undefined) { bubbles[milk]=new Array; } for (var i in geojsonLayer[milk]._layers) { var cid=geojsonLayer[milk]._layers[i].feature.geometry.properties.cid; var maxvotes=0; var secondvotes=0; var allvotes=0; //for (c=0; c<canids.length; c++) { for(var c in canids) { if (document.getElementById('MpCn'+canids[c]).checked) { var v=0; if (canv[cid]) { v=canv[cid][canids[c]]; } if (v == null) { v=0; } allvotes+=v; if (v > maxvotes) { secondvotes=maxvotes; maxvotes=v; wincolor=cancolor[canids[c]]; } else if (v > secondvotes) { secondvotes=v; } } } if ((maxvotes-secondvotes) > maxmargin) { maxmargin=maxvotes-secondvotes; } if (maxvotes > maxavotes) { maxavotes=maxvotes; } } for (var i in geojsonLayer[milk]._layers) { var cid=geojsonLayer[milk]._layers[i].feature.geometry.properties.cid; var allvotes=0; var allvotesp=0; var maxvotes=0; var secondvotes=0; var maxchange=0; var wincolor='#ffffff'; //for (c=0; c<canids.length; c++) { for(var c in canids) { if (document.getElementById('MpCn'+canids[c]).checked) { var v=0; if (canv[cid]) { v=canv[cid][canids[c]]; } if (v == null) { v=0; } allvotes+=v; if (mtype == 'vd') { if (curType == 'P') { if (canpv[cid] && canpv[cid][canpty[canids[c]]]) { allvotesp+=canpv[cid][canpty[canids[c]]]; } } else { if (canp[cid] && canp[cid][canpty[canids[c]]]) { allvotesp+=canp[cid][canpty[canids[c]]]; } } } else if (mtype == 'vc') { if (curType == 'P') { //if (canpv[cid] && canpv[cid][canpty[canids[c]]]) { allvotesp+=canpv[cid][canpty[canids[c]]]; } } else { for(var key in racesubs[map]) { if (racesubs[map][key]['Subs'][cid] !== undefined) { for(var oc in racesubs[map][key]['Candidates']) { if (racesubs[map][key]['Candidates'][oc]['PartyID'] == canpty[canids[c]]) { allvotesp+=racesubs[map][key]['Subs'][cid][oc]; } } } } } } else { if (v > maxvotes) { secondvotes=maxvotes; maxvotes=v; wincolor=cancolor[canids[c]]; } else if (v > secondvotes) { secondvotes=v; } } } } if (mtype == 'vs') { var opacity=Math.pow((maxvotes-secondvotes)/maxmargin,curve); //if (numpoly==1) { opacity=Math.pow((maxvotes-secondvotes)/allvotes,curve); } //if (maxmargin == (maxvotes-secondvotes)) { opacity=0.5; } } else if (mtype == 'bm') { var bsize=(maxvotes-secondvotes)/maxavotes; var bopacity=0.8; var opacity=0; } else if (mtype == 'bv') { var bsize=allvotes/maxavotes; var bopacity=Math.pow((maxvotes-secondvotes)/allvotes,curve); //var bopacity=Math.pow((maxvotes-secondvotes)/maxmargin,curve); var opacity=0; } else if (mtype == 'vm') { var opacity=Math.pow((maxvotes-secondvotes)/allvotes,curve); } else if (mtype == 'vp') { var opacity=Math.pow(maxvotes/allvotes,curve); } else if (mtype == 'vx') { var wincolorr=0; var wincolorg=0; var wincolorb=0; for(var c in canids) { if (document.getElementById('MpCn'+canids[c]).checked) { var v=0; if (canv[cid]) { v=canv[cid][canids[c]]; } if (v == null) { v=0; } if (cancolor[canids[c]] === undefined || cancolor[canids[c]] == '') { cancolor[canids[c]]='#888888'; } var cpct=v/allvotes; wincolorr+=parseInt(cancolor[canids[c]].substr(1,2),16)*cpct; wincolorg+=parseInt(cancolor[canids[c]].substr(3,2),16)*cpct; wincolorb+=parseInt(cancolor[canids[c]].substr(5,2),16)*cpct; } } var wincolor='#'+toHex(Math.round(wincolorr))+toHex(Math.round(wincolorg))+toHex(Math.round(wincolorb)); var opacity=0.8; } else if (mtype == 'vt') { wincolor='#000000'; var opacity=Math.pow(allvotes/maxavotes,curve); } else if (mtype == 'vl') { var mgn=((maxvotes-secondvotes)/allvotes) * 100; if (mgn == 0) { var opacity=0; } else if (mgn < 4) { var opacity=0.1; } else if (mgn < 9) { var opacity=0.3; } else if (mgn < 15) { var opacity=0.6; } else { var opacity=0.9; } } else if (mtype == 'vd' && curType == 'P') { for(var c in canids) { if (document.getElementById('MpCn'+canids[c]).checked) { var v=0; if (canv[cid]) { v=canv[cid][canids[c]]; } if (v == null) { v=0; } if (canpv[cid]) { percent_change=((v/allvotes)-(canpv[cid][canpty[canids[c]]]/allvotesp)); } else { percent_change=0; } if (percent_change > maxchange) { maxchange=percent_change; wincolor=cancolor[canids[c]]; } } } var opacity=Math.pow(maxchange,curve); } else if (mtype == 'vd') { for(var c in canids) { if (document.getElementById('MpCn'+canids[c]).checked) { var v=0; if (canv[cid]) { v=canv[cid][canids[c]]; } if (v == null) { v=0; } if (canp[cid]) { percent_change=((v/allvotes)-(canp[cid][canpty[canids[c]]]/allvotesp)); } else { percent_change=0; } if (percent_change > maxchange) { maxchange=percent_change; wincolor=cancolor[canids[c]]; } } } var opacity=Math.pow(maxchange,curve); } else if (mtype == 'vc') { for(var c in canids) { if (document.getElementById('MpCn'+canids[c]).checked) { var v=0; if (canv[cid]) { v=canv[cid][canids[c]]; } if (v == null) { v=0; } var canold=0; for(var key in racesubs[map]) { if (racesubs[map][key]['Subs'][cid] !== undefined) { for(var oc in racesubs[map][key]['Candidates']) { if (racesubs[map][key]['Candidates'][oc]['PartyID'] == canpty[canids[c]]) { canold+=racesubs[map][key]['Subs'][cid][oc]; } } } } if (canold) { percent_change=((v/allvotes)-(canold/allvotesp)); } else { percent_change=0; } if (percent_change > maxchange) { maxchange=percent_change; wincolor=cancolor[canids[c]]; } } } var opacity=Math.pow(maxchange,curve); } else if (mtype == 'vn') { for(var c in canids) { if (document.getElementById('MpCn'+canids[c]).checked) { var v=0; if (canv[cid]) { v=canv[cid][canids[c]]; } if (v == null) { v=0; } percent_change=((v/allvotes)-(canvotes[canids[c]]/racevotes)); if (percent_change > maxchange) { maxchange=percent_change; wincolor=cancolor[canids[c]]; } } } var opacity=Math.pow(maxchange,curve); } else if (mtype == 'dr') { var demosel=document.getElementById('SelDemographic').value; var demoval=demosel.split(': '); wincolor='#000000'; opacity=Math.pow(parseInt(demog[milk][cid]['Demographics'][demoval[0]][demoval[1]])/parseInt(demog[milk][cid]['Demographics']['Population']['Population']),curve); //console.log(opacity); } var sweight=0.5; if (curType == 'P') { sweight=0.1; } if (mtype == 'bm' || mtype == 'bv') { var radius=(Math.sqrt(bsize)/3.141529)*maxbubble[milk]*curve; if (bubbles[milk][i] === undefined) { if (!isNaN(geojsonLayer[milk]._layers[i].feature.geometry.properties.centroidlat)) { var pcenter=L.latLng(geojsonLayer[milk]._layers[i].feature.geometry.properties.centroidlat, geojsonLayer[milk]._layers[i].feature.geometry.properties.centroidlon); } else { var pcenter=geojsonLayer[milk]._layers[i].getBounds().getCenter(); } bubbles[milk][i]=L.circle(pcenter, { opacity:0, fillColor: wincolor, fillOpacity: bopacity, radius: radius, cid: cid }).addTo(leafmap[milk]); //bubbles[milk][i].feature.geometry.properties.cid=cid; bubbles[milk][i].on({ mouseover: putRaceInfo, mouseout: remRaceInfo, click: goRaceInfo }); } else { bubbles[milk][i].setStyle({fillOpacity: bopacity}); bubbles[milk][i].setRadius(radius); } } else { if (bubbles[milk] && bubbles[milk][i] !== undefined) { bubbles[milk][i].setStyle({fillOpacity: 0}); } if (opacity < 0.001) { opacity=0.4; wincolor='#ffffff'; } } geojsonLayer[milk]._layers[i].setStyle({fillColor:wincolor, fillOpacity:opacity, weight:sweight }); } } } function toHex(d) { return ("0"+(Number(d).toString(16))).slice(-2).toUpperCase(); } function putRaceInfo(e) { if (e.target.feature !== undefined) { var feature=e.target.feature; var cid=feature.geometry.properties.cid; } else { var cid=e.target.options.cid; } var msel=document.getElementById('ViewMap'); var map=msel.value; var newType=map.substr(0,1); if (newType == 'P') { var tcname=cname[cid]; } else { var tcname=subname[cid]; } var contentString='<table class="maprestblb" style="background-color:white;"><tr><th colspan="8" style="background-color:#333366;color:white;text-align:center;"><b>'+tcname+'</b></th></tr>'; var most=999999999999; var mostid=0; var didcan=[]; var mtype=document.getElementById('WhichMap').value; var milk=curView; if (mtype == 'vn') { var totalvotes=0; for(var i in canv[cid]) { if (document.getElementById('MpCn'+i).checked) { totalvotes+=canv[cid][i]; } } for(var j in canv[cid]) { if (document.getElementById('MpCn'+j) && document.getElementById('MpCn'+j).checked) { var newmost=-100; var pct=0; var delta=0; for(var i in canv[cid]) { if (document.getElementById('MpCn'+i) && document.getElementById('MpCn'+i).checked) { pct=Math.round((canv[cid][i]/totalvotes)*10000)/100; delta=(Math.round((pct-(canvotes[i]/58817.000000*100))*100)/100); if (didcan[i] != 'Y' && delta <= most && delta >= newmost) { newmost=delta; mostid=i; } } } most=newmost; didcan[mostid]='Y'; pct=Math.round((canv[cid][mostid]/totalvotes)*10000)/100; delta=(Math.round((pct-(canvotes[mostid]/58817.000000*100))*100)/100); contentString+='<tr><td bgcolor="'+cancolor[mostid]+'"> </td><td>'+canname[mostid]+'</td><td align="right">'+pct+'%</td><td align="right">'+canv[cid][mostid]+'</td>'; if (delta >= 0) { delta='+'+delta; } contentString+='<td align="right">'+delta+'%</td>'; contentString+='</tr>'; } } } else if (mtype == 'vd') { var totalvotes=0; allvotesp=0; if (curType == 'P') { var tcan=canpv; } else { var tcan=canp; } for(var i in canv[cid]) { if (document.getElementById('MpCn'+i).checked) { totalvotes+=canv[cid][i]; if (tcan[cid] && tcan[cid][canpty[i]]) { allvotesp+=tcan[cid][canpty[i]]; } } } for(var j in canv[cid]) { if (document.getElementById('MpCn'+j).checked) { var newmost=-100; var pct=0; var delta=0; for(var i in canv[cid]) { if (document.getElementById('MpCn'+i).checked) { pct=Math.round((canv[cid][i]/totalvotes)*10000)/100; if (tcan[cid][canpty[i]]) { delta=(Math.round((pct-(tcan[cid][canpty[i]]/allvotesp*100))*100)/100); } else { delta=pct; } //delta=(Math.round((pct-(canvotes[i]/58817.000000*100))*100)/100); if (didcan[i] != 'Y' && delta <= most && delta >= newmost) { newmost=delta; mostid=i; } } } most=newmost; didcan[mostid]='Y'; pct=Math.round((canv[cid][mostid]/totalvotes)*10000)/100; var pvotes=tcan[cid][canpty[mostid]]; var ppct=Math.round(pvotes/allvotesp*10000)/100; if (typeof pvotes === 'undefined') { pvotes=0; ppct=0; } if (tcan[cid][canpty[mostid]]) { delta=(Math.round((pct-(pvotes/allvotesp*100))*100)/100); } else { delta=pct; } if (curType == 'P') { var tname=canname[canptyv[canpty[mostid]]]; } else { var tname=canname[canptyv[canpty[mostid]]]; } if (typeof tname === 'undefined') { tname='n/a'; } contentString+='<tr><td bgcolor="'+cancolor[mostid]+'"> </td><td>'+canname[mostid]+'</td><td align="right">'+pct+'%</td><td align="right">'+canv[cid][mostid]+'</td>'; contentString+='<td style="border-left:1px solid black;">'+tname+'</td>'; contentString+='<td align="right">'+ppct+'%</td>'; contentString+='<td align="right">'+pvotes+'</td>'; if (delta >= 0) { delta='+'+delta; } contentString+='<td align="right" style="border-left:1px solid black;">'+delta+'%</td>'; contentString+='</tr>'; } } } else if (mtype != 'dr') { for(var j in canv[cid]) { if (document.getElementById('MpCn'+j) && document.getElementById('MpCn'+j).checked) { var newmost=0; var totalvotes=0; for(var i in canv[cid]) { if (document.getElementById('MpCn'+i) && document.getElementById('MpCn'+i).checked) { totalvotes+=canv[cid][i]; if (didcan[i] != 'Y' && canv[cid][i] <= most && canv[cid][i] >= newmost) { newmost=canv[cid][i]; mostid=i; } } } most=newmost; didcan[mostid]='Y'; var pct=Math.round((canv[cid][mostid]/totalvotes)*10000)/100; contentString+='<tr><td bgcolor="'+cancolor[mostid]+'"> </td><td>'+canname[mostid]+'</td><td align="right">'+pct+'%</td><td align="right">'+canv[cid][mostid]+'</td>'; contentString+='</tr>'; } } } else { var demosel=document.getElementById('SelDemographic').value; var demoval=demosel.split(': '); var demopct=parseInt(demog[milk][cid]['Demographics'][demoval[0]][demoval[1]])/parseInt(demog[milk][cid]['Demographics']['Population']['Population'])*100; contentString+='<tr><td> </td><td>'+demosel+'</td><td align="right">'+demopct.toFixed(2)+'%</td></tr>'; } contentString+='</table>'; $('#MapLocDetails').html(contentString); $('#MapLocDetails').show(); } function remRaceInfo(e) { $('#MapLocDetails').hide(); } function goRaceInfo(e) { if (e.target.feature !== undefined) { var feature=e.target.feature; var cid=feature.geometry.properties.cid; } else { var cid=e.target.options.cid; } if (raceid[cid] > 0) { window.location='RaceDetail.html?RaceID='+raceid[cid]; } else if (curType == 'P') { window.location='VotingDistrictEdit.html?VotingDistrictID='+cid; } else { window.location='ContainerDetail.html?ContainerID='+cid; } } function infoWinKilled() { infowindow=null; } function rollToMap(cid) { for (m=0; m<mpoly.length; m++) { var milk=mpidd[m+1]; if (mpoly[milk]) { for (i=0; i<mpoly[milk].length; i++) { if (mpcid[milk][i] == cid) { pcolor=dopoly[milk][i].strokeColor; dopoly[milk][i].setOptions({strokeColor:'#ffffff',zIndex:20}); } } } } } function rollOutToMap(cid) { for (m=0; m<mpoly.length; m++) { var milk=mpidd[m+1]; if (mpoly[milk]) { for (i=0; i<mpoly[milk].length; i++) { if (mpcid[milk][i] == cid) { dopoly[milk][i].setOptions({strokeColor:pcolor,zIndex:0}); } } } } } function loadDemographics(milk) { } </script> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td class="Headline1" align="center" style="text-transform:uppercase;">TX Medina County Municipalities MAP</td></tr> <tr><td class="Switch0"> <script type="text/javascript"> var mymap; var multipolygon; function pageLoaded() { //alert('Page Loaded'); leafletMap(); $( window ).resize(function() { var ratio=lldistance(29.18529,-98.81345,29.731075,-98.81345,'K')/lldistance(29.18529,-98.81345,29.18529,-98.222708,'K'); setMapRatio(ratio); mymap.fitBounds([[29.18529,-98.81345],[29.731075,-98.222708]]); }); } function setMapRatio(mratio) { var mwidth=$('#map_canvas').outerWidth(); var mheight=Math.ceil(mwidth*mratio); if (mheight > 400) { mheight=400; } $('#map_canvas').height(mheight); } function lldistance(lat1, lon1, lat2, lon2, unit) { var radlat1 = Math.PI * lat1/180 var radlat2 = Math.PI * lat2/180 var theta = lon1-lon2 var radtheta = Math.PI * theta/180 var dist = Math.sin(radlat1) * Math.sin(radlat2) + Math.cos(radlat1) * Math.cos(radlat2) * Math.cos(radtheta); if (dist > 1) { dist = 1; } dist = Math.acos(dist) dist = dist * 180/Math.PI dist = dist * 60 * 1.1515 if (unit=="K") { dist = dist * 1.609344 } if (unit=="N") { dist = dist * 0.8684 } return dist } function leafletMap() { mymap = L.map('map_canvas'); var ratio=lldistance(29.18529,-98.81345,29.731075,-98.81345,'K')/lldistance(29.18529,-98.81345,29.18529,-98.222708,'K'); setMapRatio(ratio); mymap.fitBounds([[29.18529,-98.81345],[29.731075,-98.222708]]); var jsonpoly=JSON.parse('{"type":"FeatureCollection","properties":{"id":"999","name":"Test"},"features":[{"type":"Feature","geometry":{"type":"MultiPolygon","properties":{"id":"99999"},"coordinates":[[[[-98.30425,29.456417],[-98.303619,29.45626],[-98.303989,29.455106],[-98.304626,29.455265],[-98.304593,29.455365]]],[[[-98.408105,29.232604],[-98.408236,29.231899],[-98.409048,29.232066],[-98.408894,29.23267]]],[[[-98.459395,29.313649],[-98.459724,29.312739],[-98.460358,29.312743],[-98.460358,29.313419],[-98.460359,29.313671]]],[[[-98.506201,29.232145],[-98.504851,29.231676],[-98.505063,29.231264],[-98.504613,29.231103],[-98.504557,29.230681],[-98.503926,29.230441],[-98.503991,29.230313],[-98.50657,29.231215],[-98.50639,29.231659]]],[[[-98.506192,29.251321],[-98.504235,29.250898],[-98.504139,29.251262],[-98.502263,29.250875],[-98.502082,29.251584],[-98.501209,29.251412],[-98.501795,29.249241],[-98.504149,29.249411],[-98.50706,29.248265],[-98.507029,29.248393]]],[[[-98.508794,29.224612],[-98.5083,29.225516],[-98.504963,29.224202],[-98.505742,29.222753],[-98.510112,29.22448],[-98.509842,29.225004]]],[[[-98.513942,29.222939],[-98.513874,29.229997],[-98.511233,29.239575],[-98.511135,29.239686],[-98.505658,29.23856],[-98.505955,29.237961],[-98.502652,29.23667],[-98.501289,29.239157],[-98.499692,29.238505],[-98.499585,29.238706],[-98.501173,29.239358],[-98.499672,29.242156],[-98.500506,29.242504],[-98.499477,29.244937],[-98.498422,29.244587],[-98.498638,29.24362],[-98.498908,29.240277],[-98.499098,29.230865],[-98.500087,29.225415],[-98.504318,29.225458],[-98.502013,29.229811],[-98.503863,29.23056],[-98.503717,29.230841],[-98.504389,29.231116],[-98.504118,29.231628],[-98.508432,29.233304],[-98.509399,29.231535],[-98.50436,29.229605],[-98.505694,29.227045],[-98.509257,29.228587],[-98.509756,29.227598],[-98.506152,29.226166],[-98.506701,29.225105],[-98.507895,29.225574],[-98.507612,29.226086],[-98.511464,29.227617],[-98.513658,29.223482],[-98.51107,29.222373],[-98.511561,29.221455],[-98.509121,29.22051],[-98.510138,29.21856],[-98.512553,29.219561],[-98.512466,29.219754],[-98.515018,29.220914],[-98.5146,29.221694]]],[[[-98.523652,29.23707],[-98.523664,29.235708],[-98.52503,29.235724],[-98.525013,29.237089]]],[[[-98.606902,29.297932],[-98.606643,29.297696],[-98.606716,29.297495],[-98.6068,29.297564],[-98.607014,29.297202],[-98.607124,29.297298],[-98.607115,29.297322]]],[[[-98.812705,29.56464],[-98.812772,29.565184],[-98.812196,29.566418],[-98.812505,29.567294],[-98.813027,29.568064],[-98.812985,29.571022],[-98.812395,29.571067],[-98.812413,29.572193],[-98.801588,29.572074],[-98.799338,29.571394],[-98.796835,29.569798],[-98.796204,29.569723],[-98.795174,29.569247],[-98.792098,29.566871],[-98.790785,29.566455],[-98.788123,29.572557],[-98.786732,29.576166],[-98.791263,29.577474],[-98.792007,29.575558],[-98.799393,29.578694],[-98.799427,29.595624],[-98.795211,29.594541],[-98.789134,29.59503],[-98.788753,29.595213],[-98.783086,29.587785],[-98.784018,29.585775],[-98.785923,29.580201],[-98.786476,29.578073],[-98.780855,29.576479],[-98.779947,29.578762],[-98.776515,29.577747],[-98.775595,29.575782],[-98.773861,29.575774],[-98.773644,29.59664],[-98.774555,29.59782],[-98.761182,29.605324],[-98.756264,29.601634],[-98.752121,29.60543],[-98.75327,29.606318],[-98.748508,29.611188],[-98.748616,29.611301],[-98.74417,29.615663],[-98.741434,29.612488],[-98.739252,29.608351],[-98.737388,29.606339],[-98.739619,29.60525],[-98.737155,29.601395],[-98.73424,29.60369],[-98.732755,29.602865],[-98.730859,29.602584],[-98.73047,29.602611],[-98.730521,29.602916],[-98.725883,29.60342],[-98.724046,29.604386],[-98.723856,29.604146],[-98.722731,29.604479],[-98.721456,29.604194],[-98.720845,29.603784],[-98.7229,29.600981],[-98.72237,29.600585],[-98.720284,29.598167],[-98.720186,29.597304],[-98.719905,29.596548],[-98.719164,29.595715],[-98.718664,29.594394],[-98.719386,29.592826],[-98.719083,29.59218],[-98.720173,29.590821],[-98.719167,29.590543],[-98.71884,29.591649],[-98.71652,29.587911],[-98.710906,29.587408],[-98.709538,29.585887],[-98.709912,29.585633],[-98.709973,29.585085],[-98.710372,29.584338],[-98.710007,29.583854],[-98.710713,29.582178],[-98.710495,29.581405],[-98.709505,29.579595],[-98.703156,29.579383],[-98.702975,29.579209],[-98.70211,29.574514],[-98.704958,29.577631],[-98.70798,29.578511],[-98.710186,29.577837],[-98.7133,29.578671],[-98.713306,29.57878],[-98.713784,29.5788],[-98.715764,29.577902],[-98.716472,29.576682],[-98.717053,29.568505],[-98.724144,29.554647],[-98.726977,29.5557],[-98.729336,29.556306],[-98.729217,29.556605],[-98.729444,29.556696],[-98.72949,29.556521],[-98.738092,29.5558],[-98.747622,29.536792],[-98.747413,29.536565],[-98.757978,29.516228],[-98.733708,29.506742],[-98.733238,29.507154],[-98.732045,29.506405],[-98.731174,29.506222],[-98.730157,29.506271],[-98.727713,29.505617],[-98.728213,29.5046],[-98.727292,29.504242],[-98.726635,29.505568],[-98.723104,29.502577],[-98.721521,29.50572],[-98.720026,29.505134],[-98.718921,29.507306],[-98.710464,29.504076],[-98.708798,29.507438],[-98.703497,29.505337],[-98.693556,29.525213],[-98.692354,29.526755],[-98.68878,29.530247],[-98.688098,29.53115],[-98.687278,29.533111],[-98.686911,29.534762],[-98.685777,29.537669],[-98.697905,29.542397],[-98.699721,29.542589],[-98.701591,29.542078],[-98.700694,29.543638],[-98.701573,29.543981],[-98.698315,29.549948],[-98.69516,29.549775],[-98.695065,29.549954],[-98.693533,29.549044],[-98.689325,29.54482],[-98.690148,29.543768],[-98.691147,29.543325],[-98.691712,29.54325],[-98.691784,29.542963],[-98.69142,29.542434],[-98.691482,29.542246],[-98.687975,29.540862],[-98.686447,29.54285],[-98.686711,29.542986],[-98.685989,29.543922],[-98.68405,29.543052],[-98.680893,29.549253],[-98.680866,29.549751],[-98.681318,29.550549],[-98.679102,29.551738],[-98.67708,29.55092],[-98.672661,29.550855],[-98.670904,29.554695],[-98.671156,29.555055],[-98.670164,29.556045],[-98.672396,29.557711],[-98.671893,29.558354],[-98.670417,29.560072],[-98.670063,29.559839],[-98.67041,29.559428],[-98.66974,29.558988],[-98.667063,29.562653],[-98.663199,29.562554],[-98.66301,29.569803],[-98.665953,29.569639],[-98.67339,29.569699],[-98.674752,29.56934],[-98.676103,29.568506],[-98.676541,29.570815],[-98.677515,29.570157],[-98.678496,29.569164],[-98.680619,29.565381],[-98.681658,29.56585],[-98.678448,29.575013],[-98.676283,29.574638],[-98.675517,29.576138],[-98.674514,29.57574],[-98.674546,29.575642],[-98.674199,29.576323],[-98.671247,29.576356],[-98.671301,29.579599],[-98.669888,29.579609],[-98.669803,29.589055],[-98.679008,29.595555],[-98.680605,29.596892],[-98.680524,29.601489],[-98.677892,29.60126],[-98.675596,29.603154],[-98.675601,29.603518],[-98.674737,29.604245],[-98.673698,29.605521],[-98.672494,29.608239],[-98.67214,29.612145],[-98.671035,29.612141],[-98.671083,29.61878],[-98.669051,29.618788],[-98.669049,29.620894],[-98.661736,29.620921],[-98.647164,29.620584],[-98.644473,29.622942],[-98.644186,29.623235],[-98.64668,29.624697],[-98.64921,29.626878],[-98.650854,29.627562],[-98.652241,29.629115],[-98.650716,29.630465],[-98.651486,29.631524],[-98.651272,29.633395],[-98.651488,29.634367],[-98.650498,29.634324],[-98.649142,29.635913],[-98.64627,29.637039],[-98.645473,29.638072],[-98.64566,29.638293],[-98.646194,29.63848],[-98.646846,29.639664],[-98.646756,29.640041],[-98.644176,29.641457],[-98.643797,29.64148],[-98.643523,29.641257],[-98.642242,29.64255],[-98.637652,29.646355],[-98.636586,29.64621],[-98.635469,29.646463],[-98.633386,29.646369],[-98.633493,29.656513],[-98.634792,29.656492],[-98.635141,29.657261],[-98.635049,29.657871],[-98.634597,29.658243],[-98.633041,29.658399],[-98.633627,29.660312],[-98.634219,29.661914],[-98.634719,29.661769],[-98.634737,29.663016],[-98.635664,29.66306],[-98.635477,29.664474],[-98.636898,29.664613],[-98.636884,29.666125],[-98.64026,29.665553],[-98.641101,29.66561],[-98.64267,29.66619],[-98.642248,29.667007],[-98.644373,29.668012],[-98.644434,29.676693],[-98.637166,29.676693],[-98.635199,29.673538],[-98.63381,29.670152],[-98.631079,29.669866],[-98.629072,29.671973],[-98.628737,29.6734],[-98.626547,29.675243],[-98.625706,29.676465],[-98.625362,29.676681],[-98.625305,29.676862],[-98.631446,29.676874],[-98.631402,29.679035],[-98.631693,29.679183],[-98.631497,29.67979],[-98.631537,29.699378],[-98.630021,29.706194],[-98.629689,29.706962],[-98.628238,29.709242],[-98.627726,29.712443],[-98.62663,29.714437],[-98.624164,29.717194],[-98.623684,29.718249],[-98.623466,29.724333],[-98.623453,29.731075],[-98.620249,29.731038],[-98.620184,29.72388],[-98.620384,29.721428],[-98.62038,29.718088],[-98.620652,29.716922],[-98.621234,29.715783],[-98.623805,29.712934],[-98.624639,29.711477],[-98.624995,29.708483],[-98.626895,29.70556],[-98.628103,29.699821],[-98.628265,29.699013],[-98.628235,29.679606],[-98.61272,29.679565],[-98.612728,29.671278],[-98.605301,29.671143],[-98.60501,29.660968],[-98.605287,29.65191],[-98.595496,29.651833],[-98.595465,29.645996],[-98.588807,29.646071],[-98.588807,29.63238],[-98.588564,29.630215],[-98.587281,29.630204],[-98.583812,29.62898],[-98.584965,29.626485],[-98.583144,29.625847],[-98.569482,29.625794],[-98.57016,29.624857],[-98.570098,29.623255],[-98.565408,29.625721],[-98.561695,29.62892],[-98.561353,29.629461],[-98.550991,29.629351],[-98.551,29.626961],[-98.518823,29.626925],[-98.519289,29.634487],[-98.519654,29.634738],[-98.520122,29.639745],[-98.520072,29.640319],[-98.51858,29.644604],[-98.518688,29.647844],[-98.519118,29.649907],[-98.520462,29.652354],[-98.521158,29.653987],[-98.521603,29.656551],[-98.516689,29.65646],[-98.509302,29.659407],[-98.506008,29.662349],[-98.504742,29.662409],[-98.504704,29.662607],[-98.50366,29.662936],[-98.507758,29.669655],[-98.491066,29.677504],[-98.491322,29.662046],[-98.485405,29.662064],[-98.473282,29.657096],[-98.470737,29.656675],[-98.469855,29.656019],[-98.469084,29.654808],[-98.468972,29.654771],[-98.468341,29.656118],[-98.461741,29.651972],[-98.460769,29.651801],[-98.451951,29.660669],[-98.453008,29.66132],[-98.452644,29.661675],[-98.453674,29.662374],[-98.453446,29.662401],[-98.453763,29.662822],[-98.45375,29.663429],[-98.451819,29.663656],[-98.451616,29.663889],[-98.451756,29.664772],[-98.451434,29.664813],[-98.451556,29.665549],[-98.451349,29.667206],[-98.452123,29.668395],[-98.45302,29.668792],[-98.45262,29.669726],[-98.453033,29.669868],[-98.45312,29.670372],[-98.452685,29.670542],[-98.453401,29.671837],[-98.453638,29.672533],[-98.453646,29.673191],[-98.4541,29.673797],[-98.454069,29.674157],[-98.454531,29.674238],[-98.454255,29.674789],[-98.454758,29.675055],[-98.456315,29.675137],[-98.457146,29.675888],[-98.457756,29.675893],[-98.457607,29.680488],[-98.455684,29.681534],[-98.455108,29.685639],[-98.454923,29.685639],[-98.454808,29.686255],[-98.453884,29.69306],[-98.454879,29.694371],[-98.455341,29.694358],[-98.45542,29.69576],[-98.454232,29.695757],[-98.454327,29.700859],[-98.455264,29.702653],[-98.454079,29.70291],[-98.454114,29.704197],[-98.453699,29.705461],[-98.451174,29.704921],[-98.450756,29.707436],[-98.449959,29.709482],[-98.450235,29.709591],[-98.450374,29.710764],[-98.44979,29.711138],[-98.451136,29.712653],[-98.449004,29.712852],[-98.449192,29.718138],[-98.443664,29.717982],[-98.442542,29.715525],[-98.442676,29.715367],[-98.443759,29.715727],[-98.445221,29.712945],[-98.445133,29.712805],[-98.446649,29.711951],[-98.446492,29.711396],[-98.446362,29.704099],[-98.447853,29.704129],[-98.448295,29.694788],[-98.446329,29.694786],[-98.4465,29.693232],[-98.446693,29.692711],[-98.447268,29.692028],[-98.448871,29.690986],[-98.447722,29.689397],[-98.446521,29.688746],[-98.44754,29.687151],[-98.448881,29.687167],[-98.448896,29.682753],[-98.447783,29.682788],[-98.446992,29.680881],[-98.447027,29.680267],[-98.447733,29.679951],[-98.447628,29.6789],[-98.447037,29.678943],[-98.446535,29.67831],[-98.447755,29.67828],[-98.446938,29.677323],[-98.445704,29.677329],[-98.444347,29.675754],[-98.449864,29.675707],[-98.447994,29.670031],[-98.4477,29.667511],[-98.447728,29.666031],[-98.446903,29.666144],[-98.446984,29.663383],[-98.447862,29.663278],[-98.447591,29.661595],[-98.447388,29.66162],[-98.447324,29.66122],[-98.435277,29.662713],[-98.43484,29.660903],[-98.433331,29.659103],[-98.431809,29.656249],[-98.431059,29.655582],[-98.427432,29.653571],[-98.427216,29.653242],[-98.427134,29.652505],[-98.426003,29.651202],[-98.42605,29.649163],[-98.425473,29.647471],[-98.4253,29.647494],[-98.425111,29.647201],[-98.424593,29.644104],[-98.424589,29.640229],[-98.40569,29.641917],[-98.407398,29.634474],[-98.402337,29.626833],[-98.378707,29.63871],[-98.378382,29.637941],[-98.376979,29.638255],[-98.375791,29.635589],[-98.376871,29.635224],[-98.37681,29.635072],[-98.377023,29.634963],[-98.376621,29.634355],[-98.37868,29.633654],[-98.37917,29.631186],[-98.378657,29.629549],[-98.374104,29.631792],[-98.373157,29.629685],[-98.361015,29.639893],[-98.369358,29.644695],[-98.369333,29.644911],[-98.366565,29.643397],[-98.352404,29.653154],[-98.347709,29.647229],[-98.347637,29.646872],[-98.348525,29.646327],[-98.348659,29.64581],[-98.347596,29.645051],[-98.347382,29.645366],[-98.347018,29.644887],[-98.347418,29.642635],[-98.347261,29.642007],[-98.345493,29.63818],[-98.345362,29.638002],[-98.344514,29.638351],[-98.343736,29.636545],[-98.354916,29.631794],[-98.356406,29.634354],[-98.357177,29.634238],[-98.354911,29.627851],[-98.353533,29.620886],[-98.352942,29.619814],[-98.350889,29.61778],[-98.355859,29.615444],[-98.357142,29.615408],[-98.358209,29.615933],[-98.359123,29.615026],[-98.360584,29.614261],[-98.35381,29.607227],[-98.349623,29.609309],[-98.348461,29.607558],[-98.344884,29.609298],[-98.341687,29.605554],[-98.334114,29.606977],[-98.328651,29.608233],[-98.327817,29.605819],[-98.32633,29.604523],[-98.326154,29.603947],[-98.325388,29.603329],[-98.322929,29.60256],[-98.319455,29.601998],[-98.318059,29.602046],[-98.315028,29.602705],[-98.314023,29.602642],[-98.313494,29.602279],[-98.328791,29.595142],[-98.341751,29.585775],[-98.338375,29.580703],[-98.344619,29.577465],[-98.345184,29.576733],[-98.345565,29.574908],[-98.346315,29.573351],[-98.347221,29.572367],[-98.348055,29.571745],[-98.349869,29.570985],[-98.356428,29.569885],[-98.352763,29.564394],[-98.351691,29.560735],[-98.348001,29.554638],[-98.352204,29.55284],[-98.354354,29.5521],[-98.35645,29.551016],[-98.357727,29.550112],[-98.357022,29.549412],[-98.357495,29.549013],[-98.356631,29.548189],[-98.357188,29.547763],[-98.356522,29.547108],[-98.35703,29.54583],[-98.35533,29.545139],[-98.354481,29.544194],[-98.354343,29.543777],[-98.354601,29.543392],[-98.354968,29.543333],[-98.356474,29.544196],[-98.356387,29.542018],[-98.355795,29.541397],[-98.355159,29.541028],[-98.358986,29.538588],[-98.358876,29.53843],[-98.359312,29.538346],[-98.361094,29.537159],[-98.359646,29.5357],[-98.366071,29.530731],[-98.369316,29.530632],[-98.369351,29.527035],[-98.381312,29.525442],[-98.381274,29.522992],[-98.386369,29.523021],[-98.390132,29.524278],[-98.391774,29.522949],[-98.391444,29.522807],[-98.392868,29.521381],[-98.394231,29.519503],[-98.395247,29.517613],[-98.396218,29.514532],[-98.399828,29.497005],[-98.399494,29.496661],[-98.398842,29.496636],[-98.38427,29.496718],[-98.38414,29.497443],[-98.383636,29.498236],[-98.384415,29.498234],[-98.384711,29.498848],[-98.385501,29.498666],[-98.388608,29.498665],[-98.388597,29.498239],[-98.392568,29.498249],[-98.39275,29.498156],[-98.39279,29.497896],[-98.393287,29.497853],[-98.393323,29.499511],[-98.395418,29.499512],[-98.39544,29.503097],[-98.395187,29.503097],[-98.395188,29.505459],[-98.391024,29.505502],[-98.391037,29.505947],[-98.391199,29.505934],[-98.391223,29.51022],[-98.372175,29.510312],[-98.366319,29.512049],[-98.36575,29.512069],[-98.365802,29.511422],[-98.366183,29.51119],[-98.366367,29.511538],[-98.366626,29.511447],[-98.366736,29.510726],[-98.367919,29.510888],[-98.36781,29.509794],[-98.368263,29.509829],[-98.370097,29.508517],[-98.365804,29.503365],[-98.347298,29.498615],[-98.344373,29.500616],[-98.343282,29.501547],[-98.338219,29.507828],[-98.336933,29.509079],[-98.334336,29.510702],[-98.330558,29.512058],[-98.329969,29.510761],[-98.333029,29.509671],[-98.335414,29.508278],[-98.336808,29.50705],[-98.341134,29.501557],[-98.342969,29.499714],[-98.351458,29.493935],[-98.35123,29.493584],[-98.351313,29.492966],[-98.349167,29.492292],[-98.348212,29.49257],[-98.347972,29.493092],[-98.348101,29.493706],[-98.347758,29.494232],[-98.346428,29.494591],[-98.34486,29.494463],[-98.344155,29.493581],[-98.344726,29.492475],[-98.345433,29.49217],[-98.345149,29.491776],[-98.344505,29.491527],[-98.344299,29.491155],[-98.343138,29.490634],[-98.343153,29.490195],[-98.3434,29.489826],[-98.344006,29.489684],[-98.344041,29.489249],[-98.344379,29.488897],[-98.34361,29.48797],[-98.343168,29.487833],[-98.342924,29.487332],[-98.343723,29.486844],[-98.344461,29.487037],[-98.345237,29.486929],[-98.345602,29.486393],[-98.345478,29.486061],[-98.349525,29.48544],[-98.351707,29.484862],[-98.358419,29.481528],[-98.357284,29.479852],[-98.358667,29.478819],[-98.359657,29.478473],[-98.359439,29.477249],[-98.3594,29.463055],[-98.368786,29.45986],[-98.372209,29.459715],[-98.372179,29.456536],[-98.375071,29.456544],[-98.375143,29.465046],[-98.377721,29.465623],[-98.378036,29.466789],[-98.377609,29.469813],[-98.376876,29.471894],[-98.376535,29.472324],[-98.375272,29.472935],[-98.375272,29.474125],[-98.373594,29.474842],[-98.373669,29.475201],[-98.374184,29.475141],[-98.374105,29.476699],[-98.37481,29.476691],[-98.374803,29.478404],[-98.375325,29.479232],[-98.377736,29.477626],[-98.377887,29.477751],[-98.39855,29.463745],[-98.398405,29.46348],[-98.399621,29.462665],[-98.399614,29.461278],[-98.40165,29.451221],[-98.39565,29.451161],[-98.395608,29.452058],[-98.392069,29.452048],[-98.39208,29.451544],[-98.387239,29.451459],[-98.384771,29.450464],[-98.373438,29.45041],[-98.374392,29.450982],[-98.37466,29.451446],[-98.374646,29.454335],[-98.374778,29.454972],[-98.369734,29.454991],[-98.369801,29.452524],[-98.369666,29.452526],[-98.36964,29.450868],[-98.360753,29.450842],[-98.36073,29.447514],[-98.355035,29.449154],[-98.338039,29.45448],[-98.334593,29.464892],[-98.331339,29.464082],[-98.334052,29.45577],[-98.32291,29.459323],[-98.320629,29.4602],[-98.314811,29.461772],[-98.310816,29.462659],[-98.310635,29.463187],[-98.308105,29.462571],[-98.306058,29.468829],[-98.296493,29.466453],[-98.297969,29.470216],[-98.299836,29.479636],[-98.299847,29.481026],[-98.299512,29.482327],[-98.299023,29.483591],[-98.297878,29.484893],[-98.29926,29.48525],[-98.298864,29.486477],[-98.302969,29.487501],[-98.30221,29.489751],[-98.30675,29.490891],[-98.305903,29.491888],[-98.304318,29.49669],[-98.296544,29.494737],[-98.296245,29.49436],[-98.296697,29.492928],[-98.290003,29.491332],[-98.289159,29.495199],[-98.280421,29.492967],[-98.279788,29.493967],[-98.275336,29.492889],[-98.273645,29.497978],[-98.269931,29.497049],[-98.269531,29.497095],[-98.269354,29.496882],[-98.269507,29.496308],[-98.272723,29.491513],[-98.274991,29.489671],[-98.281003,29.480658],[-98.292858,29.483634],[-98.293788,29.480529],[-98.290379,29.47963],[-98.293158,29.471377],[-98.289425,29.470453],[-98.28461,29.468045],[-98.269123,29.472983],[-98.26604,29.47427],[-98.263913,29.47494],[-98.261921,29.475324],[-98.257256,29.476823],[-98.254936,29.477875],[-98.253495,29.478179],[-98.251583,29.47897],[-98.249154,29.479588],[-98.237375,29.483601],[-98.234644,29.48481],[-98.234697,29.484905],[-98.2301,29.486166],[-98.227589,29.487054],[-98.224285,29.488388],[-98.224142,29.48891],[-98.222708,29.485847],[-98.223239,29.485938],[-98.228407,29.484431],[-98.23066,29.483659],[-98.233283,29.482515],[-98.236635,29.481627],[-98.255152,29.475125],[-98.255366,29.474795],[-98.25585,29.475042],[-98.259506,29.473973],[-98.261281,29.471255],[-98.259239,29.468881],[-98.265225,29.459846],[-98.2677,29.461108],[-98.265883,29.463818],[-98.26531,29.463389],[-98.262196,29.468188],[-98.264161,29.471285],[-98.2678,29.465825],[-98.26611,29.464938],[-98.269621,29.459563],[-98.267166,29.458377],[-98.266884,29.458805],[-98.266159,29.458429],[-98.26959,29.45322],[-98.270147,29.452854],[-98.270727,29.45287],[-98.275034,29.455044],[-98.275786,29.455206],[-98.276487,29.455065],[-98.277062,29.454632],[-98.278624,29.452299],[-98.282556,29.454268],[-98.281224,29.45632],[-98.289919,29.460638],[-98.290638,29.460484],[-98.289737,29.45785],[-98.290561,29.458245],[-98.290828,29.458108],[-98.292508,29.453012],[-98.293199,29.452497],[-98.30206,29.454625],[-98.300127,29.460583],[-98.301403,29.460903],[-98.306933,29.459386],[-98.307994,29.456105],[-98.313698,29.457467],[-98.31805,29.456223],[-98.322923,29.44118],[-98.323428,29.440608],[-98.326999,29.438342],[-98.327919,29.437597],[-98.33233,29.431587],[-98.336051,29.41863],[-98.344036,29.418345],[-98.343586,29.427575],[-98.348022,29.427701],[-98.348005,29.418147],[-98.353858,29.41786],[-98.355443,29.418012],[-98.357421,29.418824],[-98.360737,29.42116],[-98.360839,29.388794],[-98.360716,29.363827],[-98.356867,29.361882],[-98.314745,29.352918],[-98.314807,29.352713],[-98.33136,29.356328],[-98.338088,29.357594],[-98.33814,29.357422],[-98.33851,29.357633],[-98.356999,29.361679],[-98.361198,29.363731],[-98.369396,29.36483],[-98.371576,29.36532],[-98.371654,29.365034],[-98.37601,29.366177],[-98.379485,29.367357],[-98.379542,29.359676],[-98.379269,29.35969],[-98.378929,29.344719],[-98.379013,29.343032],[-98.379426,29.342906],[-98.394311,29.342737],[-98.394222,29.342208],[-98.394899,29.34221],[-98.400319,29.335672],[-98.402236,29.33447],[-98.401192,29.331018],[-98.401324,29.330218],[-98.399653,29.329846],[-98.399864,29.32912],[-98.399679,29.325044],[-98.403738,29.324143],[-98.404305,29.323149],[-98.404484,29.321575],[-98.405006,29.320815],[-98.406965,29.320336],[-98.40713,29.320045],[-98.407694,29.320026],[-98.407844,29.319827],[-98.407959,29.319288],[-98.40586,29.31571],[-98.389929,29.30837],[-98.379855,29.302639],[-98.373652,29.299457],[-98.373036,29.299414],[-98.373909,29.298507],[-98.375571,29.299639],[-98.380306,29.302121],[-98.384876,29.29663],[-98.376146,29.286101],[-98.377117,29.285013],[-98.376674,29.284468],[-98.372147,29.280683],[-98.379746,29.274136],[-98.378687,29.273433],[-98.370022,29.280825],[-98.36899,29.27957],[-98.369029,29.279378],[-98.368582,29.278819],[-98.369369,29.27833],[-98.369031,29.277922],[-98.368153,29.27856],[-98.358563,29.266879],[-98.360732,29.259094],[-98.360805,29.255307],[-98.36384,29.255346],[-98.363936,29.251864],[-98.363064,29.251843],[-98.363045,29.247257],[-98.362724,29.247256],[-98.362036,29.244624],[-98.360959,29.243523],[-98.360679,29.242677],[-98.361088,29.242059],[-98.361436,29.241823],[-98.362595,29.241749],[-98.362632,29.240706],[-98.362122,29.240361],[-98.361813,29.239343],[-98.362192,29.238949],[-98.363741,29.239088],[-98.364888,29.238697],[-98.36593,29.238095],[-98.365317,29.237603],[-98.366116,29.237368],[-98.367086,29.23756],[-98.367729,29.237366],[-98.368647,29.237437],[-98.370193,29.23698],[-98.37073,29.2361],[-98.371021,29.236014],[-98.371577,29.236171],[-98.372605,29.236905],[-98.372964,29.236928],[-98.377859,29.236299],[-98.38033,29.234586],[-98.380875,29.23448],[-98.382465,29.234642],[-98.383568,29.23281],[-98.383874,29.232564],[-98.384371,29.232454],[-98.385968,29.232804],[-98.38677,29.233204],[-98.388375,29.234654],[-98.388978,29.235617],[-98.38978,29.235814],[-98.390124,29.236189],[-98.387404,29.24239],[-98.389079,29.243335],[-98.388773,29.243962],[-98.391308,29.245169],[-98.393191,29.241406],[-98.394061,29.241783],[-98.393764,29.242373],[-98.395419,29.243092],[-98.393803,29.245941],[-98.39585,29.246747],[-98.397532,29.243888],[-98.397305,29.243257],[-98.397364,29.243145],[-98.397733,29.243315],[-98.39793,29.243117],[-98.399888,29.23969],[-98.402102,29.234446],[-98.403122,29.232809],[-98.402543,29.231116],[-98.402083,29.230774],[-98.401413,29.22958],[-98.40107,29.228218],[-98.40108,29.226528],[-98.400905,29.225524],[-98.400103,29.223643],[-98.402296,29.220739],[-98.401515,29.21823],[-98.400185,29.218368],[-98.39784,29.219627],[-98.396624,29.21892],[-98.394612,29.219154],[-98.392597,29.219977],[-98.392413,29.219817],[-98.39319,29.219294],[-98.393095,29.21857],[-98.392554,29.217874],[-98.392547,29.217648],[-98.404659,29.209797],[-98.40485,29.209915],[-98.411715,29.205445],[-98.414022,29.206942],[-98.412629,29.207994],[-98.41444,29.20917],[-98.415415,29.208533],[-98.414519,29.203584],[-98.418292,29.201048],[-98.418813,29.199607],[-98.403878,29.209301],[-98.403016,29.2086],[-98.400853,29.206053],[-98.398009,29.203646],[-98.400999,29.201649],[-98.400397,29.200978],[-98.40324,29.199065],[-98.403832,29.199789],[-98.425619,29.18529],[-98.42509,29.186936],[-98.420451,29.198551],[-98.419234,29.199333],[-98.420836,29.199654],[-98.417691,29.206973],[-98.425168,29.202112],[-98.426021,29.20313],[-98.427479,29.202178],[-98.426621,29.201138],[-98.436593,29.194586],[-98.438008,29.19627],[-98.428975,29.20225],[-98.430769,29.204602],[-98.419405,29.211807],[-98.423567,29.212381],[-98.427208,29.208012],[-98.429837,29.208338],[-98.426577,29.212783],[-98.429477,29.213172],[-98.426467,29.219635],[-98.42761,29.219735],[-98.428999,29.217032],[-98.430941,29.217275],[-98.432833,29.213604],[-98.439278,29.214357],[-98.436881,29.219],[-98.434965,29.21788],[-98.434762,29.218266],[-98.434395,29.218142],[-98.434071,29.218743],[-98.434438,29.218877],[-98.433618,29.220493],[-98.429495,29.220011],[-98.42364,29.230978],[-98.423947,29.231044],[-98.424026,29.231327],[-98.424808,29.231966],[-98.425697,29.232274],[-98.424312,29.236416],[-98.426589,29.237039],[-98.427031,29.235736],[-98.429516,29.236401],[-98.429059,29.237738],[-98.431138,29.238282],[-98.429478,29.243194],[-98.425825,29.242175],[-98.424463,29.246147],[-98.407853,29.241513],[-98.407861,29.241774],[-98.407486,29.242364],[-98.406873,29.242806],[-98.4067,29.243166],[-98.406762,29.2437],[-98.396982,29.258707],[-98.401373,29.260838],[-98.409932,29.2481],[-98.41234,29.249446],[-98.413822,29.24739],[-98.414623,29.247394],[-98.399371,29.268051],[-98.403474,29.270508],[-98.401312,29.273212],[-98.402395,29.273789],[-98.400489,29.276145],[-98.401242,29.276612],[-98.400829,29.277093],[-98.398426,29.275597],[-98.398144,29.279663],[-98.398499,29.279954],[-98.398979,29.279365],[-98.40094,29.280532],[-98.402394,29.278866],[-98.403254,29.279416],[-98.399856,29.283533],[-98.407733,29.288572],[-98.408822,29.288513],[-98.422957,29.271624],[-98.424743,29.269533],[-98.425636,29.268782],[-98.425905,29.269432],[-98.425679,29.269948],[-98.424593,29.270886],[-98.424853,29.271646],[-98.425403,29.27184],[-98.426597,29.271708],[-98.42671,29.27275],[-98.427253,29.273799],[-98.428782,29.275179],[-98.430876,29.275499],[-98.431461,29.275038],[-98.431976,29.274941],[-98.432192,29.275606],[-98.433345,29.277169],[-98.433662,29.277957],[-98.43367,29.278909],[-98.43331,29.279746],[-98.428304,29.28581],[-98.431949,29.288241],[-98.431887,29.288089],[-98.433952,29.286175],[-98.434248,29.285327],[-98.435751,29.284805],[-98.436156,29.28442],[-98.436661,29.284628],[-98.436948,29.285081],[-98.436823,29.285747],[-98.437791,29.28627],[-98.437911,29.286494],[-98.437346,29.286749],[-98.436829,29.287711],[-98.437369,29.288174],[-98.437651,29.288216],[-98.438405,29.287911],[-98.438684,29.288281],[-98.438938,29.289232],[-98.439391,29.289412],[-98.439924,29.289081],[-98.440247,29.290115],[-98.440974,29.290651],[-98.440139,29.291996],[-98.440512,29.292262],[-98.440249,29.292834],[-98.440453,29.293613],[-98.440155,29.293847],[-98.43918,29.294126],[-98.439033,29.294673],[-98.439168,29.294989],[-98.440184,29.296417],[-98.441536,29.297146],[-98.441865,29.298491],[-98.442265,29.298596],[-98.443427,29.298362],[-98.444517,29.298439],[-98.444827,29.298938],[-98.444713,29.300294],[-98.445231,29.300837],[-98.446345,29.301075],[-98.446313,29.301453],[-98.445846,29.302226],[-98.445207,29.302277],[-98.444506,29.302042],[-98.444068,29.303235],[-98.442605,29.304311],[-98.442779,29.304916],[-98.442721,29.305415],[-98.441345,29.305594],[-98.440994,29.305925],[-98.441093,29.306495],[-98.44208,29.307053],[-98.441934,29.307056],[-98.442285,29.307842],[-98.441714,29.308036],[-98.440239,29.307548],[-98.439717,29.307822],[-98.439892,29.308244],[-98.441528,29.309286],[-98.441855,29.309149],[-98.441962,29.308357],[-98.442278,29.308202],[-98.442675,29.30841],[-98.442862,29.30954],[-98.442773,29.310303],[-98.442478,29.310556],[-98.441495,29.310603],[-98.441398,29.31097],[-98.441571,29.311266],[-98.44202,29.311482],[-98.443105,29.31135],[-98.443393,29.31184],[-98.443453,29.312707],[-98.444294,29.31207],[-98.44819,29.307402],[-98.448377,29.30874],[-98.452648,29.308626],[-98.453106,29.310069],[-98.448902,29.31009],[-98.449221,29.310796],[-98.453862,29.310767],[-98.45391,29.311027],[-98.460613,29.311054],[-98.460383,29.31189],[-98.454609,29.311866],[-98.453826,29.312],[-98.45009,29.3119],[-98.450503,29.312144],[-98.453846,29.312113],[-98.453912,29.312385],[-98.450685,29.312413],[-98.450981,29.312789],[-98.451031,29.313644],[-98.454201,29.31362],[-98.454055,29.312758],[-98.457965,29.312741],[-98.457696,29.313652],[-98.454381,29.313619],[-98.454403,29.314581],[-98.460356,29.3146],[-98.460324,29.318097],[-98.453557,29.317997],[-98.453421,29.318929],[-98.455841,29.318953],[-98.455892,29.318377],[-98.456553,29.318476],[-98.456516,29.318964],[-98.460302,29.318986],[-98.460273,29.320885],[-98.461832,29.320894],[-98.461809,29.319591],[-98.462607,29.319584],[-98.462719,29.319586],[-98.46274,29.3209],[-98.466112,29.320921],[-98.466279,29.320124],[-98.46733,29.31836],[-98.467381,29.315486],[-98.468699,29.315485],[-98.469979,29.312574],[-98.46741,29.312641],[-98.467431,29.311081],[-98.471192,29.311103],[-98.47405,29.310238],[-98.470028,29.29763],[-98.469078,29.294091],[-98.468512,29.290184],[-98.467872,29.288266],[-98.46865,29.288042],[-98.468623,29.287638],[-98.471169,29.287616],[-98.471081,29.279907],[-98.472211,29.279901],[-98.472065,29.250398],[-98.472197,29.248702],[-98.472543,29.247179],[-98.473033,29.247359],[-98.472782,29.248744],[-98.474467,29.248778],[-98.475964,29.249091],[-98.476955,29.24952],[-98.477998,29.250324],[-98.478738,29.251398],[-98.480406,29.251816],[-98.482692,29.25308],[-98.483679,29.254012],[-98.484291,29.25526],[-98.486891,29.255146],[-98.488562,29.255426],[-98.490422,29.256343],[-98.491635,29.257694],[-98.494636,29.251958],[-98.497813,29.253141],[-98.497504,29.253861],[-98.495764,29.25647],[-98.496097,29.256628],[-98.498138,29.25582],[-98.500661,29.255691],[-98.502225,29.256073],[-98.504232,29.257347],[-98.505405,29.25692],[-98.507648,29.256642],[-98.508751,29.256705],[-98.509812,29.257004],[-98.51064,29.256455],[-98.511611,29.256061],[-98.512694,29.255872],[-98.513806,29.255891],[-98.513702,29.250574],[-98.509946,29.245589],[-98.510781,29.240483],[-98.511121,29.239856],[-98.511979,29.239131],[-98.512954,29.238791],[-98.513815,29.238782],[-98.513808,29.238094],[-98.519958,29.238067],[-98.520006,29.239407],[-98.526454,29.239209],[-98.52649,29.230604],[-98.520015,29.23051],[-98.520024,29.22745],[-98.520048,29.224355],[-98.526546,29.224364],[-98.526585,29.215472],[-98.537506,29.217102],[-98.537393,29.237722],[-98.538985,29.237482],[-98.539032,29.237161],[-98.540944,29.235296],[-98.540524,29.234702],[-98.540533,29.232831],[-98.540785,29.230792],[-98.54202,29.230986],[-98.544396,29.234777],[-98.544982,29.235196],[-98.544995,29.236515],[-98.545332,29.236456],[-98.545106,29.232954],[-98.544811,29.218424],[-98.547269,29.21954],[-98.548432,29.21961],[-98.550032,29.220325],[-98.551946,29.221456],[-98.554742,29.223572],[-98.554728,29.226322],[-98.547536,29.226228],[-98.547535,29.226957],[-98.547541,29.228536],[-98.554718,29.228642],[-98.554752,29.231044],[-98.55217,29.231],[-98.552176,29.231376],[-98.550058,29.231338],[-98.550058,29.231041],[-98.547433,29.231006],[-98.547429,29.23197],[-98.554772,29.232096],[-98.554656,29.243302],[-98.559349,29.245588],[-98.560654,29.246422],[-98.563653,29.247023],[-98.564938,29.24755],[-98.566134,29.248467],[-98.567469,29.250044],[-98.567958,29.250913],[-98.56818,29.252015],[-98.570752,29.251234],[-98.572346,29.251067],[-98.574029,29.251408],[-98.575354,29.252065],[-98.576891,29.252128],[-98.578461,29.252569],[-98.57963,29.253239],[-98.580795,29.254548],[-98.581241,29.255718],[-98.581209,29.257308],[-98.583511,29.254995],[-98.583523,29.253924],[-98.584587,29.253927],[-98.585663,29.253365],[-98.587074,29.253022],[-98.58846,29.253001],[-98.589832,29.253302],[-98.590938,29.253885],[-98.591979,29.254751],[-98.593291,29.25618],[-98.594133,29.257716],[-98.595452,29.258228],[-98.596519,29.259071],[-98.599217,29.259818],[-98.600404,29.260517],[-98.601552,29.261712],[-98.602961,29.264247],[-98.603203,29.251549],[-98.61285,29.255223],[-98.612806,29.264624],[-98.615248,29.265907],[-98.616466,29.267175],[-98.61648,29.267705],[-98.615904,29.267723],[-98.615987,29.272214],[-98.616375,29.272335],[-98.616353,29.273767],[-98.617234,29.274025],[-98.617006,29.274471],[-98.616373,29.274293],[-98.616381,29.275277],[-98.616217,29.275431],[-98.616202,29.27422],[-98.613428,29.27412],[-98.612635,29.274688],[-98.611483,29.275118],[-98.610488,29.277199],[-98.61037,29.277966],[-98.616247,29.278029],[-98.616246,29.277753],[-98.616418,29.277847],[-98.616496,29.280015],[-98.617986,29.279077],[-98.618727,29.278929],[-98.620081,29.278918],[-98.621505,29.279219],[-98.622825,29.278811],[-98.623928,29.278747],[-98.625674,29.279108],[-98.627243,29.278465],[-98.627119,29.283393],[-98.627487,29.28313],[-98.627726,29.282294],[-98.628415,29.28186],[-98.629504,29.281946],[-98.631185,29.28261],[-98.632006,29.283369],[-98.633694,29.285551],[-98.636132,29.287168],[-98.638624,29.289831],[-98.638585,29.286114],[-98.640331,29.286806],[-98.640476,29.2906],[-98.64248,29.289039],[-98.642963,29.289614],[-98.639899,29.292208],[-98.639369,29.292384],[-98.638285,29.293176],[-98.638083,29.293556],[-98.632501,29.297387],[-98.63415,29.298943],[-98.63553,29.299857],[-98.637294,29.300438],[-98.63895,29.300658],[-98.642156,29.307619],[-98.644036,29.309413],[-98.644812,29.310366],[-98.648438,29.318221],[-98.649094,29.319002],[-98.650246,29.319622],[-98.649411,29.320194],[-98.649521,29.320319],[-98.651466,29.319631],[-98.652702,29.319935],[-98.669508,29.327723],[-98.671198,29.328158],[-98.671119,29.346284],[-98.666757,29.346207],[-98.66161,29.347474],[-98.646503,29.3472],[-98.646413,29.366381],[-98.643403,29.366404],[-98.643442,29.367722],[-98.656722,29.392131],[-98.656901,29.392139],[-98.657258,29.392789],[-98.65769,29.392926],[-98.658898,29.392445],[-98.659329,29.392587],[-98.659671,29.393251],[-98.662646,29.391851],[-98.664389,29.391451],[-98.672489,29.388277],[-98.681537,29.386121],[-98.685548,29.384974],[-98.690283,29.383921],[-98.69097,29.383561],[-98.693686,29.382881],[-98.694008,29.382599],[-98.694207,29.382769],[-98.697689,29.381774],[-98.698793,29.38076],[-98.699353,29.379582],[-98.701627,29.379138],[-98.703121,29.380194],[-98.704019,29.380356],[-98.706147,29.380145],[-98.707426,29.379626],[-98.708821,29.379503],[-98.717297,29.377604],[-98.723729,29.37678],[-98.723983,29.377953],[-98.723703,29.37809],[-98.717176,29.379018],[-98.704455,29.381882],[-98.703791,29.382352],[-98.702382,29.384376],[-98.700257,29.384557],[-98.699122,29.383677],[-98.698549,29.383634],[-98.698352,29.383427],[-98.697448,29.383475],[-98.694255,29.384257],[-98.694063,29.384477],[-98.674434,29.389183],[-98.668078,29.39151],[-98.667691,29.391502],[-98.665181,29.392593],[-98.664807,29.393515],[-98.664963,29.394073],[-98.664761,29.394586],[-98.664904,29.394903],[-98.666423,29.395877],[-98.666619,29.396251],[-98.666543,29.396505],[-98.666753,29.396918],[-98.666911,29.398258],[-98.667068,29.398599],[-98.667599,29.399068],[-98.667809,29.399051],[-98.668044,29.398563],[-98.667809,29.398385],[-98.667923,29.398062],[-98.668488,29.397599],[-98.66962,29.397236],[-98.670659,29.397274],[-98.671195,29.397346],[-98.672005,29.39772],[-98.672497,29.398286],[-98.672704,29.398787],[-98.672986,29.398979],[-98.67386,29.398996],[-98.67482,29.399212],[-98.67494,29.399395],[-98.674753,29.40007],[-98.674219,29.400295],[-98.67442,29.402542],[-98.676703,29.404643],[-98.674784,29.40487],[-98.673985,29.406046],[-98.674456,29.406251],[-98.676569,29.407937],[-98.676874,29.408523],[-98.676874,29.409309],[-98.678373,29.409312],[-98.678378,29.414739],[-98.677885,29.414759],[-98.678267,29.41658],[-98.678202,29.417849],[-98.693797,29.417929],[-98.69385,29.426971],[-98.714961,29.426936],[-98.715187,29.432686],[-98.717214,29.432684],[-98.717213,29.434076],[-98.715545,29.434499],[-98.7156,29.438172],[-98.712114,29.438183],[-98.712113,29.439589],[-98.71187,29.44145],[-98.711876,29.444331],[-98.712219,29.44809],[-98.715174,29.448007],[-98.717404,29.44771],[-98.717749,29.448553],[-98.718365,29.449163],[-98.718411,29.45025],[-98.719265,29.450257],[-98.719265,29.44989],[-98.719485,29.449892],[-98.719443,29.452221],[-98.715199,29.456053],[-98.715258,29.464879],[-98.715023,29.468041],[-98.725329,29.465572],[-98.726157,29.467834],[-98.727123,29.467763],[-98.727217,29.468225],[-98.726006,29.468301],[-98.725904,29.46843],[-98.726371,29.470356],[-98.726384,29.471098],[-98.726719,29.471961],[-98.725904,29.471952],[-98.725882,29.4737],[-98.72608,29.475401],[-98.718859,29.477188],[-98.718698,29.484581],[-98.714093,29.482769],[-98.713916,29.483745],[-98.713169,29.485846],[-98.714398,29.486275],[-98.709649,29.495977],[-98.719281,29.49969],[-98.719638,29.498469],[-98.719424,29.496991],[-98.720228,29.495923],[-98.721312,29.494865],[-98.724552,29.496131],[-98.722236,29.500802],[-98.727959,29.502927],[-98.764,29.517119],[-98.763403,29.518322],[-98.762845,29.518106],[-98.762633,29.518512],[-98.75813,29.516775],[-98.748336,29.535395],[-98.751181,29.536522],[-98.755106,29.539744],[-98.756398,29.540535],[-98.756858,29.541101],[-98.757323,29.541244],[-98.757252,29.541508],[-98.75978,29.543611],[-98.762638,29.544721],[-98.765195,29.539691],[-98.765358,29.535778],[-98.771917,29.538483],[-98.775096,29.532328],[-98.775814,29.53263],[-98.772643,29.5388],[-98.783201,29.543125],[-98.783969,29.541889],[-98.789179,29.542544],[-98.792516,29.541709],[-98.792517,29.542063],[-98.793507,29.542069],[-98.793516,29.537958],[-98.795072,29.531689],[-98.797586,29.532331],[-98.79858,29.530328],[-98.79849,29.530102],[-98.793162,29.525734],[-98.792529,29.525395],[-98.792495,29.525072],[-98.794898,29.520075],[-98.795182,29.52026],[-98.792642,29.52518],[-98.798987,29.53031],[-98.797898,29.53241],[-98.804141,29.537442],[-98.804313,29.537412],[-98.804456,29.537095],[-98.804311,29.536973],[-98.804722,29.53582],[-98.805526,29.535316],[-98.805524,29.535019],[-98.809798,29.531037],[-98.811162,29.539729],[-98.808885,29.543724],[-98.807569,29.545125],[-98.805555,29.546734],[-98.804231,29.547517],[-98.803696,29.547379],[-98.803361,29.547556],[-98.803258,29.548047],[-98.797661,29.55152],[-98.797842,29.553503],[-98.797356,29.553842],[-98.795794,29.555672],[-98.792166,29.563899],[-98.791791,29.56511],[-98.799264,29.566442],[-98.799237,29.56135],[-98.800568,29.561884],[-98.800986,29.561613],[-98.802599,29.561649],[-98.804618,29.561218],[-98.808018,29.561033],[-98.810797,29.56149],[-98.81345,29.561355],[-98.813378,29.561972]]],[[[-98.734473,29.585692],[-98.726916,29.588742],[-98.726477,29.589955],[-98.728787,29.590256],[-98.729022,29.590997],[-98.729582,29.591572],[-98.731503,29.591962],[-98.733641,29.590673],[-98.734055,29.591196],[-98.736741,29.58913],[-98.737076,29.588871]]],[[[-98.735015,29.592761],[-98.734391,29.592048],[-98.732706,29.592922],[-98.734375,29.594841],[-98.735486,29.594124],[-98.735316,29.593646]]],[[[-98.725073,29.595931],[-98.724352,29.593615],[-98.724022,29.593135],[-98.722746,29.592043],[-98.721442,29.592544],[-98.720405,29.594292],[-98.72284,29.598288],[-98.723506,29.597978],[-98.725202,29.597741],[-98.725231,29.597225],[-98.725231,29.597039]]],[[[-98.660768,29.592106],[-98.659545,29.591416],[-98.658199,29.590024],[-98.652689,29.59231],[-98.652733,29.593858],[-98.652529,29.595015],[-98.651358,29.597824],[-98.651687,29.597865],[-98.651835,29.597484],[-98.652059,29.597415],[-98.653063,29.595562],[-98.654865,29.596195],[-98.654282,29.597098],[-98.654448,29.597445],[-98.65582,29.598779],[-98.651854,29.602164],[-98.650764,29.602866],[-98.650325,29.603962],[-98.648882,29.605759],[-98.648884,29.606067],[-98.648647,29.606047],[-98.648228,29.606577],[-98.647956,29.607435],[-98.653172,29.60596],[-98.653927,29.606252],[-98.65498,29.604852],[-98.65565,29.604309],[-98.656539,29.603999],[-98.657936,29.602444],[-98.654695,29.601169],[-98.654655,29.600713],[-98.65437,29.600541],[-98.661202,29.594617],[-98.661224,29.594084],[-98.663351,29.593275],[-98.663904,29.593496],[-98.664783,29.592675]]],[[[-98.659962,29.606663],[-98.657764,29.606093],[-98.656566,29.607416],[-98.655297,29.606923],[-98.654643,29.607506],[-98.654339,29.60784],[-98.654444,29.609262],[-98.65478,29.610308],[-98.65527,29.610626],[-98.654983,29.611202],[-98.653432,29.611114],[-98.653303,29.611697],[-98.65288,29.61194],[-98.65262,29.613092],[-98.652915,29.614385],[-98.653607,29.615625],[-98.654151,29.615499],[-98.654395,29.615764],[-98.654321,29.615927],[-98.65276,29.616575],[-98.652125,29.617047],[-98.651824,29.617494],[-98.650763,29.617445],[-98.650421,29.617934],[-98.651015,29.618411],[-98.65273,29.618408],[-98.654488,29.618637],[-98.654841,29.617312],[-98.655685,29.617219],[-98.658211,29.614802],[-98.656146,29.6157],[-98.656064,29.615586],[-98.658512,29.614515],[-98.659268,29.613791],[-98.658518,29.613247],[-98.658481,29.612496],[-98.659072,29.612234],[-98.659826,29.611547],[-98.66039,29.607782],[-98.66045,29.607375]]],[[[-98.652479,29.615022],[-98.65193,29.613926],[-98.652063,29.611949],[-98.652357,29.611852],[-98.65256,29.611185],[-98.652643,29.609072],[-98.652421,29.608632],[-98.648203,29.6101],[-98.648522,29.610844],[-98.64941,29.61191],[-98.649562,29.612567],[-98.649472,29.614057],[-98.649801,29.614706],[-98.650831,29.615858],[-98.65098,29.616868],[-98.652651,29.616154],[-98.652622,29.615968]]],[[[-98.652438,29.592425],[-98.649309,29.593744],[-98.646491,29.596155],[-98.647377,29.596946],[-98.648199,29.59684],[-98.652061,29.595573],[-98.652405,29.594326],[-98.652494,29.5932],[-98.652496,29.593067]]],[[[-98.650753,29.607565],[-98.648646,29.607654],[-98.648094,29.60797],[-98.648234,29.608796],[-98.648171,29.609748],[-98.648433,29.609831],[-98.651043,29.608981],[-98.650699,29.608328],[-98.651437,29.607832],[-98.652355,29.607554],[-98.652453,29.607173]]],[[[-98.650441,29.615836],[-98.64953,29.614866],[-98.649174,29.614204],[-98.649189,29.61228],[-98.64893,29.611694],[-98.647945,29.610433],[-98.647745,29.607915],[-98.647527,29.607957],[-98.647159,29.608523],[-98.645323,29.609015],[-98.644065,29.609128],[-98.644728,29.61116],[-98.646435,29.612215],[-98.646589,29.612598],[-98.646276,29.612876],[-98.646248,29.613804],[-98.647776,29.614578],[-98.648693,29.615516],[-98.650244,29.616704],[-98.650658,29.61688],[-98.650673,29.616666],[-98.650669,29.616558]]],[[[-98.648211,29.616352],[-98.647147,29.615365],[-98.645649,29.614417],[-98.645333,29.613056],[-98.644723,29.612849],[-98.644862,29.612545],[-98.644778,29.61228],[-98.644093,29.612033],[-98.643788,29.61173],[-98.643243,29.610633],[-98.643358,29.610154],[-98.643596,29.610065],[-98.642815,29.608911],[-98.64162,29.60891],[-98.641579,29.617481],[-98.641196,29.617458],[-98.645439,29.621043],[-98.648019,29.61973],[-98.650344,29.617654],[-98.650414,29.617557]]],[[[-98.644355,29.322386],[-98.644859,29.322035],[-98.64456,29.321729],[-98.643387,29.322236],[-98.644757,29.32365],[-98.645246,29.323291],[-98.645191,29.323239]]],[[[-98.642204,29.322747],[-98.640762,29.323385],[-98.642616,29.325247],[-98.643755,29.324389],[-98.643715,29.324339]]],[[[-98.629979,29.373584],[-98.626624,29.367031],[-98.625233,29.36701],[-98.620902,29.36639],[-98.620574,29.367848],[-98.617271,29.375055],[-98.614236,29.376289],[-98.614103,29.376369],[-98.614275,29.376692],[-98.613405,29.37711],[-98.597923,29.36797],[-98.595236,29.366591],[-98.594392,29.366305],[-98.591642,29.365894],[-98.58305,29.365829],[-98.5815,29.365506],[-98.578819,29.364293],[-98.574691,29.365458],[-98.583885,29.390341],[-98.585924,29.390174],[-98.587774,29.39036],[-98.587766,29.38922],[-98.588073,29.3892],[-98.588057,29.390363],[-98.592543,29.390395],[-98.592563,29.389196],[-98.602836,29.389212],[-98.602971,29.401153],[-98.604931,29.401759],[-98.606563,29.402932],[-98.607199,29.402795],[-98.608032,29.403293],[-98.608025,29.403624],[-98.607727,29.404137],[-98.607702,29.404826],[-98.607178,29.405764],[-98.608361,29.405652],[-98.609546,29.405297],[-98.610356,29.404659],[-98.61246,29.403735],[-98.614374,29.404032],[-98.617062,29.401454],[-98.619925,29.402915],[-98.62175,29.401969],[-98.622704,29.401815],[-98.626037,29.401998],[-98.627501,29.401204],[-98.626457,29.399267],[-98.630081,29.397997],[-98.632497,29.39602],[-98.631602,29.394274],[-98.635322,29.392711],[-98.637635,29.39697],[-98.638232,29.396751],[-98.638396,29.39706],[-98.642019,29.395584],[-98.642021,29.395568]]],[[[-98.636673,29.288321],[-98.629068,29.293066],[-98.627659,29.291477],[-98.627781,29.291036],[-98.628522,29.290542],[-98.626782,29.288535],[-98.632715,29.284825],[-98.631721,29.283161],[-98.630581,29.282554],[-98.629178,29.282138],[-98.62849,29.282283],[-98.627723,29.282713],[-98.627799,29.282966],[-98.627656,29.283376],[-98.627149,29.283686],[-98.625558,29.283232],[-98.623664,29.282923],[-98.622483,29.28307],[-98.621645,29.28365],[-98.620603,29.282953],[-98.619196,29.282761],[-98.609361,29.2993],[-98.607768,29.297862],[-98.616065,29.284968],[-98.614381,29.285349],[-98.614088,29.285208],[-98.613782,29.284502],[-98.610317,29.289681],[-98.608671,29.289239],[-98.604842,29.295353],[-98.606382,29.296669],[-98.605018,29.299091],[-98.604572,29.299017],[-98.606099,29.300416],[-98.604859,29.304246],[-98.600762,29.300736],[-98.599767,29.302908],[-98.593673,29.313731],[-98.606134,29.314007],[-98.610288,29.313202],[-98.612442,29.303372],[-98.612106,29.30275],[-98.609493,29.29944],[-98.613788,29.296625],[-98.615052,29.298158],[-98.620658,29.29461],[-98.62197,29.29625],[-98.615376,29.300397],[-98.616051,29.301211],[-98.617817,29.300092],[-98.618892,29.301401],[-98.621001,29.300077],[-98.619947,29.298792],[-98.62419,29.296104],[-98.627129,29.294279],[-98.62724,29.296185],[-98.637809,29.289522],[-98.637791,29.289508]]],[[[-98.630278,29.325684],[-98.626424,29.326017],[-98.622894,29.326563],[-98.623539,29.32812],[-98.623975,29.327983],[-98.624411,29.329085],[-98.627178,29.328236],[-98.62758,29.328382],[-98.629669,29.333608],[-98.62787,29.334994],[-98.628573,29.335697],[-98.635193,29.330775],[-98.635109,29.330671]]],[[[-98.631284,29.494733],[-98.630851,29.494623],[-98.628421,29.489965],[-98.629127,29.489683],[-98.628445,29.488508],[-98.627987,29.489046],[-98.626009,29.48528],[-98.627342,29.484483],[-98.629414,29.48371],[-98.627988,29.48116],[-98.626733,29.481662],[-98.626307,29.480732],[-98.624123,29.481712],[-98.62387,29.481231],[-98.621269,29.483767],[-98.618253,29.481132],[-98.615222,29.484115],[-98.61262,29.482246],[-98.611311,29.483351],[-98.609772,29.482127],[-98.610082,29.481846],[-98.609908,29.481703],[-98.609288,29.481207],[-98.608987,29.481502],[-98.608185,29.480842],[-98.605532,29.48343],[-98.603847,29.482061],[-98.603015,29.4817],[-98.602212,29.481622],[-98.601001,29.482078],[-98.599763,29.482229],[-98.598682,29.482075],[-98.597508,29.481639],[-98.599132,29.479399],[-98.598348,29.476868],[-98.591373,29.478532],[-98.591382,29.478034],[-98.590782,29.478169],[-98.590783,29.478679],[-98.586251,29.479787],[-98.591675,29.483996],[-98.591863,29.483815],[-98.594022,29.483772],[-98.594895,29.484394],[-98.600127,29.482627],[-98.603634,29.483927],[-98.600775,29.486799],[-98.599346,29.485745],[-98.596924,29.488083],[-98.603721,29.493306],[-98.601873,29.495145],[-98.601287,29.494662],[-98.600671,29.495274],[-98.601958,29.49631],[-98.59857,29.499656],[-98.604454,29.504108],[-98.604713,29.50384],[-98.613174,29.510372],[-98.611435,29.512106],[-98.612654,29.512497],[-98.612709,29.512904],[-98.612994,29.513127],[-98.614071,29.513346],[-98.613492,29.514283],[-98.620356,29.515645],[-98.623058,29.512246],[-98.627919,29.507291],[-98.628547,29.506868],[-98.628477,29.506752],[-98.628801,29.506482],[-98.628487,29.505922],[-98.630054,29.505431],[-98.629742,29.504922],[-98.631211,29.504496],[-98.629826,29.502392],[-98.62704,29.500148],[-98.628816,29.49818],[-98.632315,29.498622],[-98.63216,29.49793],[-98.632382,29.497026],[-98.632383,29.496998]]],[[[-98.626557,29.633062],[-98.626591,29.634144],[-98.626372,29.634441],[-98.627933,29.634446],[-98.628061,29.633165]]],[[[-98.619657,29.281415],[-98.619274,29.281512],[-98.618625,29.282266],[-98.61857,29.282581],[-98.618829,29.282992],[-98.619164,29.282716],[-98.619729,29.282661],[-98.620953,29.282952],[-98.621274,29.283334],[-98.621281,29.282472]]],[[[-98.617575,29.311855],[-98.614762,29.31401],[-98.615425,29.31829],[-98.615781,29.31806],[-98.616253,29.318625],[-98.616743,29.318417],[-98.618352,29.317174],[-98.620125,29.315374],[-98.620234,29.315202]]],[[[-98.613047,29.271294],[-98.612905,29.269667],[-98.612393,29.268789],[-98.611339,29.268249],[-98.608983,29.26741],[-98.607795,29.2678],[-98.60665,29.269043],[-98.606072,29.269919],[-98.603967,29.270054],[-98.602957,29.269864],[-98.602708,29.269322],[-98.603066,29.268411],[-98.602519,29.267969],[-98.602097,29.267838],[-98.601408,29.268073],[-98.601364,29.268614],[-98.600207,29.269136],[-98.600774,29.26954],[-98.601181,29.270978],[-98.600952,29.27151],[-98.601285,29.272992],[-98.600874,29.273955],[-98.600503,29.274319],[-98.600782,29.274578],[-98.600944,29.27539],[-98.601178,29.275646],[-98.601038,29.276203],[-98.603534,29.276192],[-98.603552,29.277641],[-98.605816,29.277597],[-98.606717,29.272875],[-98.60599,29.273025],[-98.606174,29.271936],[-98.606889,29.27179],[-98.610761,29.271833],[-98.611305,29.272004],[-98.611256,29.272204],[-98.611465,29.272295],[-98.604234,29.284208],[-98.604232,29.285074],[-98.611485,29.273308],[-98.612069,29.273534],[-98.612521,29.273425],[-98.613061,29.273155],[-98.613234,29.272803],[-98.613365,29.272064]]],[[[-98.610261,29.278161],[-98.604232,29.287724],[-98.604224,29.288667],[-98.605121,29.28768],[-98.610483,29.279301],[-98.61047,29.279257]]],[[[-98.601042,29.292359],[-98.601035,29.29144],[-98.600709,29.293036],[-98.602688,29.293352],[-98.604052,29.29454],[-98.604189,29.292756],[-98.604187,29.292348]]],[[[-98.592869,29.296281],[-98.592051,29.298924],[-98.600797,29.300287],[-98.602255,29.29766],[-98.602078,29.297628]]],[[[-98.599769,29.283176],[-98.599737,29.28344],[-98.600057,29.283433],[-98.600089,29.283169]]],[[[-98.596283,29.276274],[-98.596263,29.278561],[-98.597418,29.278571],[-98.597472,29.276971],[-98.597491,29.276473]]],[[[-98.595561,29.262516],[-98.594361,29.262467],[-98.593415,29.26169],[-98.59339,29.275687],[-98.596288,29.27611],[-98.596318,29.263393],[-98.596319,29.263053]]],[[[-98.595988,29.29037],[-98.586392,29.289005],[-98.587462,29.283039],[-98.586046,29.282826],[-98.587517,29.275013],[-98.587185,29.274958],[-98.586992,29.276065],[-98.585726,29.275865],[-98.585926,29.274726],[-98.583604,29.274377],[-98.583519,29.275316],[-98.581812,29.275482],[-98.581877,29.275298],[-98.581222,29.275368],[-98.579905,29.281938],[-98.57278,29.280922],[-98.569335,29.288496],[-98.581198,29.290314],[-98.596063,29.292345],[-98.59609,29.291352]]],[[[-98.573402,29.309899],[-98.572114,29.317354],[-98.58842,29.313783],[-98.593273,29.313694],[-98.593748,29.312913]]],[[[-98.56562,29.57637],[-98.564674,29.577005],[-98.564396,29.576676],[-98.563947,29.575904],[-98.563644,29.574684],[-98.564101,29.571655],[-98.563712,29.569957],[-98.5629,29.568865],[-98.558216,29.564479],[-98.554132,29.568569],[-98.55148,29.570768],[-98.541212,29.580974],[-98.538848,29.583077],[-98.539058,29.583667],[-98.539668,29.584495],[-98.539964,29.584575],[-98.540362,29.585013],[-98.540275,29.585244],[-98.541642,29.585548],[-98.54199,29.584749],[-98.543345,29.584188],[-98.544007,29.584343],[-98.545061,29.58491],[-98.546505,29.586336],[-98.547279,29.588059],[-98.547634,29.589376],[-98.547541,29.589641],[-98.544904,29.591341],[-98.541994,29.591766],[-98.541376,29.592221],[-98.54096,29.593252],[-98.540799,29.594889],[-98.5409,29.59635],[-98.540693,29.597121],[-98.540279,29.600872],[-98.540952,29.600847],[-98.541259,29.601082],[-98.54127,29.601685],[-98.558514,29.600738],[-98.560503,29.600393],[-98.570072,29.596233],[-98.570076,29.591722],[-98.576878,29.591735],[-98.576461,29.591147]]],[[[-98.569084,29.279307],[-98.568693,29.279736],[-98.569865,29.280161],[-98.57018,29.2798],[-98.570248,29.279727]]],[[[-98.570113,29.290012],[-98.569793,29.289775],[-98.559281,29.288201],[-98.558789,29.289636],[-98.557304,29.29805],[-98.567837,29.299658],[-98.566247,29.296889],[-98.565092,29.295277],[-98.564854,29.29443],[-98.564822,29.293599],[-98.565551,29.291955],[-98.566624,29.291344],[-98.566988,29.29141],[-98.567289,29.291839],[-98.567207,29.292538],[-98.567484,29.293143],[-98.567879,29.293385],[-98.568406,29.293264],[-98.568802,29.292845],[-98.56941,29.291426],[-98.570132,29.290782],[-98.570207,29.29054],[-98.570188,29.29048]]],[[[-98.56685,29.281801],[-98.566573,29.28213],[-98.567748,29.284064],[-98.568108,29.283936],[-98.568214,29.284166],[-98.567829,29.284506],[-98.56823,29.284363],[-98.568613,29.283978]]],[[[-98.565895,29.283083],[-98.565074,29.283436],[-98.564788,29.283075],[-98.563515,29.284006],[-98.563859,29.284336],[-98.563685,29.284481],[-98.563329,29.284142],[-98.561345,29.285618],[-98.560263,29.286729],[-98.563963,29.287286],[-98.566166,29.283982],[-98.566222,29.283883]]],[[[-98.556551,29.482794],[-98.555133,29.482673],[-98.55615,29.483314],[-98.555971,29.483406],[-98.548288,29.482694],[-98.545938,29.484444],[-98.545447,29.484222],[-98.544871,29.484218],[-98.544832,29.490532],[-98.544934,29.490697],[-98.545588,29.490698],[-98.545622,29.496999],[-98.54541,29.497236],[-98.54394,29.497242],[-98.54395,29.500238],[-98.545761,29.501782],[-98.547481,29.499515],[-98.55417,29.492941],[-98.55611,29.49016],[-98.555567,29.489723],[-98.559213,29.484492],[-98.559561,29.48401]]],[[[-98.547408,29.236748],[-98.547406,29.237235],[-98.55019,29.237252],[-98.550178,29.237686],[-98.549552,29.237685],[-98.549551,29.238226],[-98.551703,29.238278],[-98.551705,29.23727],[-98.551706,29.23685]]],[[[-98.5364,29.531515],[-98.531083,29.52612],[-98.530361,29.524986],[-98.528368,29.516603],[-98.507526,29.502825],[-98.50697,29.503278],[-98.506801,29.503727],[-98.50679,29.51987],[-98.506443,29.521174],[-98.504987,29.523086],[-98.528392,29.541358],[-98.537166,29.532871],[-98.53695,29.532438]]],[[[-98.503144,29.580964],[-98.500328,29.578827],[-98.483912,29.56605],[-98.48362,29.566534],[-98.483143,29.566154],[-98.482855,29.566995],[-98.482115,29.566791],[-98.482044,29.566978],[-98.481729,29.566936],[-98.476279,29.582416],[-98.470936,29.600785],[-98.474372,29.601531],[-98.4734,29.604898],[-98.473877,29.605057],[-98.47591,29.604906],[-98.475144,29.607572],[-98.476302,29.607878],[-98.481334,29.607565],[-98.482049,29.604906],[-98.48252,29.604871],[-98.482933,29.6057],[-98.48371,29.606157],[-98.484369,29.606242],[-98.48532,29.605969],[-98.486563,29.605866],[-98.487096,29.606474],[-98.487153,29.606818],[-98.486758,29.607409],[-98.48689,29.607868],[-98.489168,29.607673],[-98.489451,29.609116],[-98.492701,29.608916],[-98.492416,29.607336],[-98.496029,29.606976],[-98.49594,29.606227],[-98.495431,29.605569],[-98.49527,29.603745],[-98.495586,29.602262],[-98.496117,29.601237],[-98.497109,29.600572],[-98.497822,29.600297],[-98.498576,29.600129],[-98.500227,29.600241],[-98.501745,29.598906],[-98.499696,29.598814],[-98.499703,29.598515],[-98.499857,29.596281],[-98.501514,29.596373],[-98.502314,29.588821],[-98.500488,29.588716],[-98.500521,29.588402],[-98.499251,29.588283],[-98.499427,29.586468],[-98.501203,29.586597],[-98.501377,29.584883],[-98.503856,29.582301],[-98.503958,29.581346]]],[[[-98.476732,29.468149],[-98.476705,29.468752],[-98.476711,29.469783],[-98.47713,29.470636],[-98.477949,29.471382],[-98.478477,29.471489],[-98.478728,29.472057],[-98.478756,29.472591],[-98.479148,29.472836],[-98.480412,29.472549],[-98.481595,29.471909],[-98.482849,29.472029],[-98.48376,29.471896],[-98.48584,29.470859],[-98.486182,29.471606],[-98.485622,29.473791],[-98.485599,29.47492],[-98.483958,29.475806],[-98.48339,29.476549],[-98.483574,29.477111],[-98.482821,29.477475],[-98.482623,29.47841],[-98.483214,29.478999],[-98.483309,29.479438],[-98.482706,29.479798],[-98.482879,29.48046],[-98.482066,29.481021],[-98.481988,29.481274],[-98.482108,29.481484],[-98.482772,29.481719],[-98.482785,29.481941],[-98.48237,29.482199],[-98.482548,29.482411],[-98.484999,29.482975],[-98.486942,29.482695],[-98.488979,29.483898],[-98.489835,29.48419],[-98.492212,29.480013],[-98.49227,29.468212],[-98.49227,29.468161]]],[[[-98.481115,29.485456],[-98.480631,29.484983],[-98.479632,29.484464],[-98.479303,29.48397],[-98.479206,29.479917],[-98.477199,29.479969],[-98.476143,29.479298],[-98.475627,29.478588],[-98.475552,29.47743],[-98.47475,29.477141],[-98.474359,29.476392],[-98.473269,29.475592],[-98.473214,29.47525],[-98.473582,29.47404],[-98.473457,29.473382],[-98.473061,29.472721],[-98.471534,29.471919],[-98.469805,29.470219],[-98.469189,29.470141],[-98.468845,29.469612],[-98.468792,29.469115],[-98.467182,29.468223],[-98.449773,29.468262],[-98.448661,29.4687],[-98.444954,29.468695],[-98.4446,29.468779],[-98.442822,29.470153],[-98.440421,29.470055],[-98.438151,29.470915],[-98.437567,29.471421],[-98.437181,29.472073],[-98.433707,29.478436],[-98.430884,29.483932],[-98.430828,29.484618],[-98.459357,29.484451],[-98.459495,29.495775],[-98.459394,29.496159],[-98.46655,29.496155],[-98.466524,29.495271],[-98.46843,29.495293],[-98.470913,29.49131],[-98.481932,29.491349],[-98.48226,29.48963],[-98.482258,29.489405]]],[[[-98.455441,29.316416],[-98.455434,29.317244],[-98.456679,29.317245],[-98.456676,29.316409]]],[[[-98.454085,29.315072],[-98.451061,29.315078],[-98.451205,29.31586],[-98.454099,29.315855],[-98.454173,29.315265]]],[[[-98.448353,29.308782],[-98.444487,29.314024],[-98.444781,29.314645],[-98.448512,29.30924],[-98.448467,29.309136]]],[[[-98.427204,29.308485],[-98.427207,29.31019],[-98.431598,29.310156],[-98.431594,29.309684],[-98.431609,29.308514]]],[[[-98.423852,29.291329],[-98.419694,29.296297],[-98.421568,29.298147],[-98.421497,29.297669],[-98.422726,29.29752],[-98.424298,29.296316],[-98.425302,29.296387],[-98.426532,29.295989],[-98.42731,29.295156],[-98.427362,29.294665],[-98.427974,29.294],[-98.427837,29.293912]]],[[[-98.425807,29.308489],[-98.424251,29.308498],[-98.424103,29.308597],[-98.424094,29.310178],[-98.425809,29.310184],[-98.425809,29.309723]]],[[[-98.416286,29.295853],[-98.41527,29.295189],[-98.416184,29.294096],[-98.415056,29.293349],[-98.413608,29.295048],[-98.414795,29.29582],[-98.414086,29.296658],[-98.414536,29.296946],[-98.415181,29.296188],[-98.417247,29.297533],[-98.417689,29.297147],[-98.417663,29.297123]]],[[[-98.4135,29.301977],[-98.412866,29.302641],[-98.416451,29.304961],[-98.417041,29.304236]]],[[[-98.413873,29.230654],[-98.407539,29.230073],[-98.407368,29.228733],[-98.40526,29.232965],[-98.404971,29.233843],[-98.403681,29.23619],[-98.404283,29.23641],[-98.405195,29.236195],[-98.40803,29.234238],[-98.408759,29.234097],[-98.409481,29.233624],[-98.409564,29.232257],[-98.410685,29.232354],[-98.411022,29.232538],[-98.413874,29.232079],[-98.413882,29.231212]]],[[[-98.408436,29.306975],[-98.406054,29.309767],[-98.405437,29.31019],[-98.406855,29.311699],[-98.407721,29.312912],[-98.413714,29.310494],[-98.411736,29.309173]]],[[[-98.410381,29.298896],[-98.408139,29.301584],[-98.408664,29.301922],[-98.40936,29.301224],[-98.409985,29.300748],[-98.410094,29.300823],[-98.411542,29.299636],[-98.411256,29.299452]]],[[[-98.409587,29.303241],[-98.40993,29.302834],[-98.405254,29.299825],[-98.408688,29.295709],[-98.407598,29.295015],[-98.406724,29.296091],[-98.406136,29.295726],[-98.403629,29.298809],[-98.402078,29.297839],[-98.403093,29.296652],[-98.404107,29.297282],[-98.406605,29.294388],[-98.405563,29.293718],[-98.404847,29.294576],[-98.404229,29.29423],[-98.404961,29.293338],[-98.40261,29.291828],[-98.39923,29.295959],[-98.398161,29.295324],[-98.397592,29.295963],[-98.397617,29.298319],[-98.397973,29.300169],[-98.40152,29.302436],[-98.402762,29.300941],[-98.408798,29.304647],[-98.40896,29.304455],[-98.408464,29.304133],[-98.409056,29.303435],[-98.409846,29.303945],[-98.410129,29.303589]]],[[[-98.40645,29.2921],[-98.406973,29.291494],[-98.404259,29.291537],[-98.401922,29.291257],[-98.408642,29.295559],[-98.409722,29.294215]]],[[[-98.396085,29.250368],[-98.39573,29.250539],[-98.395531,29.25307],[-98.399171,29.254732],[-98.400717,29.252278]]],[[[-98.396882,29.255109],[-98.396178,29.254787],[-98.396423,29.254374],[-98.395574,29.253973],[-98.395838,29.258293],[-98.396672,29.258645],[-98.398744,29.255417],[-98.39713,29.254692]]],[[[-98.39379,29.279269],[-98.393845,29.278122],[-98.394462,29.277393],[-98.393514,29.276779],[-98.392034,29.278808],[-98.391666,29.278572],[-98.3905,29.28021],[-98.393051,29.281426],[-98.394621,29.281663],[-98.39484,29.281487],[-98.394954,29.279324],[-98.394953,29.279312]]],[[[-98.383851,29.287669],[-98.387607,29.288302],[-98.390247,29.285139],[-98.38904,29.28435],[-98.390985,29.281953],[-98.389743,29.28116]]],[[[-98.386569,29.299836],[-98.386098,29.301988],[-98.387014,29.302592],[-98.388223,29.301681],[-98.388271,29.301623]]],[[[-98.337348,29.425959],[-98.337097,29.425426],[-98.336506,29.425872],[-98.337217,29.426493],[-98.337763,29.426306],[-98.337751,29.426256]]],[[[-98.336939,29.422092],[-98.336933,29.422466],[-98.337159,29.422526],[-98.337216,29.422015],[-98.337197,29.42196]]],[[[-98.280637,29.464656],[-98.278625,29.467814],[-98.283634,29.466197],[-98.283494,29.466126]]],[[[-98.601036,29.28869],[-98.604122,29.288691],[-98.60414,29.287486],[-98.602589,29.287494],[-98.602569,29.286289],[-98.604151,29.286282],[-98.604147,29.285079],[-98.601025,29.28509],[-98.601016,29.285761],[-98.596204,29.285746],[-98.596172,29.290815],[-98.596569,29.291863],[-98.59757,29.292547],[-98.599778,29.292912],[-98.600095,29.291303],[-98.600559,29.291373],[-98.601035,29.29144]]]]}}]}'); multipolygon = L.geoJSON(jsonpoly, {color:'#FF0000',opacity:0.8,weight:2,fillColor:'#0000FF',fillOpacity:0.1} ); multipolygon.addTo(mymap); L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { attribution: 'Data © <a href="https://www.openstreetmap.org/">OpenStreetMap</a>, <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Tiles: <a href="https://www.mapbox.com/">Mapbox</a>', tileSize: 512, zoomOffset: -1, maxZoom: 18, id: 'mapbox/streets-v11', accessToken: 'sk.eyJ1IjoiZW50cm9waXN0IiwiYSI6ImNraG53Y2M0ZzBiNHoyeW1pNTB1Mjc0NXMifQ.eSKmJwV5Qy1g-WELf1rL1g' }).addTo(mymap); var iconSVG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 -40 60 60" width="40" height="40"><path fill="#0000FF" fill-opacity="1" d="M0,-36c-9.941,0 -18,8.059 -18,18c0,13.858 18,36 18,36c0,0 18,-22.142 18,-36c0,-9.941 -8.059,-18 -18,-18z M-4,18 L4,18 Z" stroke="#000" stroke-width="3"/> <text x="0" y="-5" fill="#000" font-family="Arial" font-weight="bold" font-size="20" text-anchor="middle" alignment-baseline="middle"> </text></svg>'; var iconSVGblob = new Blob([iconSVG], { type: "image/svg+xml" }); var iconSVGurl = URL.createObjectURL(iconSVGblob); var myIcon = new L.icon({ iconUrl: iconSVGurl, iconSize:[20,20], iconAnchor:[10,20] }); var marker = new L.Marker([0.000000,0.000000],{icon: myIcon, title:"Henry Cisneros" }).addTo(mymap); var iconSVG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 -40 60 60" width="40" height="40"><path fill="#AA00BB" fill-opacity="1" d="M0,-36c-9.941,0 -18,8.059 -18,18c0,13.858 18,36 18,36c0,0 18,-22.142 18,-36c0,-9.941 -8.059,-18 -18,-18z M-4,18 L4,18 Z" stroke="#000" stroke-width="3"/> <text x="0" y="-5" fill="#000" font-family="Arial" font-weight="bold" font-size="20" text-anchor="middle" alignment-baseline="middle"> </text></svg>'; var iconSVGblob = new Blob([iconSVG], { type: "image/svg+xml" }); var iconSVGurl = URL.createObjectURL(iconSVGblob); var myIcon = new L.icon({ iconUrl: iconSVGurl, iconSize:[20,20], iconAnchor:[10,20] }); var marker = new L.Marker([0.000000,0.000000],{icon: myIcon, title:"Karl Wurz" }).addTo(mymap); var iconSVG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 -40 60 60" width="40" height="40"><path fill="#006666" fill-opacity="1" d="M0,-36c-9.941,0 -18,8.059 -18,18c0,13.858 18,36 18,36c0,0 18,-22.142 18,-36c0,-9.941 -8.059,-18 -18,-18z M-4,18 L4,18 Z" stroke="#000" stroke-width="3"/> <text x="0" y="-5" fill="#000" font-family="Arial" font-weight="bold" font-size="20" text-anchor="middle" alignment-baseline="middle"> </text></svg>'; var iconSVGblob = new Blob([iconSVG], { type: "image/svg+xml" }); var iconSVGurl = URL.createObjectURL(iconSVGblob); var myIcon = new L.icon({ iconUrl: iconSVGurl, iconSize:[20,20], iconAnchor:[10,20] }); var marker = new L.Marker([0.000000,0.000000],{icon: myIcon, title:"Stephanie Brooks" }).addTo(mymap); var iconSVG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 -40 60 60" width="40" height="40"><path fill="#663300" fill-opacity="1" d="M0,-36c-9.941,0 -18,8.059 -18,18c0,13.858 18,36 18,36c0,0 18,-22.142 18,-36c0,-9.941 -8.059,-18 -18,-18z M-4,18 L4,18 Z" stroke="#000" stroke-width="3"/> <text x="0" y="-5" fill="#000" font-family="Arial" font-weight="bold" font-size="20" text-anchor="middle" alignment-baseline="middle"> </text></svg>'; var iconSVGblob = new Blob([iconSVG], { type: "image/svg+xml" }); var iconSVGurl = URL.createObjectURL(iconSVGblob); var myIcon = new L.icon({ iconUrl: iconSVGurl, iconSize:[20,20], iconAnchor:[10,20] }); var marker = new L.Marker([0.000000,0.000000],{icon: myIcon, title:"Jos茅 Olivares" }).addTo(mymap); var iconSVG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 -40 60 60" width="40" height="40"><path fill="#FF6699" fill-opacity="1" d="M0,-36c-9.941,0 -18,8.059 -18,18c0,13.858 18,36 18,36c0,0 18,-22.142 18,-36c0,-9.941 -8.059,-18 -18,-18z M-4,18 L4,18 Z" stroke="#000" stroke-width="3"/> <text x="0" y="-5" fill="#000" font-family="Arial" font-weight="bold" font-size="20" text-anchor="middle" alignment-baseline="middle"> </text></svg>'; var iconSVGblob = new Blob([iconSVG], { type: "image/svg+xml" }); var iconSVGurl = URL.createObjectURL(iconSVGblob); var myIcon = new L.icon({ iconUrl: iconSVGurl, iconSize:[20,20], iconAnchor:[10,20] }); var marker = new L.Marker([0.000000,0.000000],{icon: myIcon, title:"Thomas Edward Leggett, Jr." }).addTo(mymap); var iconSVG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 -40 60 60" width="40" height="40"><path fill="#00AAFF" fill-opacity="1" d="M0,-36c-9.941,0 -18,8.059 -18,18c0,13.858 18,36 18,36c0,0 18,-22.142 18,-36c0,-9.941 -8.059,-18 -18,-18z M-4,18 L4,18 Z" stroke="#000" stroke-width="3"/> <text x="0" y="-5" fill="#000" font-family="Arial" font-weight="bold" font-size="20" text-anchor="middle" alignment-baseline="middle"> </text></svg>'; var iconSVGblob = new Blob([iconSVG], { type: "image/svg+xml" }); var iconSVGurl = URL.createObjectURL(iconSVGblob); var myIcon = new L.icon({ iconUrl: iconSVGurl, iconSize:[20,20], iconAnchor:[10,20] }); var marker = new L.Marker([0.000000,0.000000],{icon: myIcon, title:"Juan Dario Sauceda" }).addTo(mymap); } </script> <div align="center"><div id="map_canvas" style="width:100%; height:300px;"></div></div> </td></tr></table> </IF> <script language="Javascript"> <!-- var cand={ "candidates": [ { "cid": "288975", "color": "#FF6699" }, { "cid": "288974", "color": "#00AAFF" }, { "cid": "288973", "color": "#006666" }, { "cid": "288972", "color": "#AA00BB" }, { "cid": "288960", "color": "#663300" }, { "cid": "14288", "color": "#0000FF" } ] }; </script> <script> function drawPollGraph(){ } </script> </td></tr></table> <br> <form method="post" action="RaceDetail.html?RaceID=748660"> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td colspan="7"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td width="42"><img src="../images/spacer.gif" width="40" height="15"></td> <td class="Headline1" align="center">CANDIDATES</td> <td width="42"></td></tr></table></td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Photo</td><td class="Switch0" align="center" valign="bottom"><a href="CandidateDetail.html?CandidateID=14288" class="Headline1"><img src="../images/candidates/Candidate14288.jpg" width="75" border="0"></td> <td class="Switch0" align="center" valign="bottom"><a href="CandidateDetail.html?CandidateID=288972" class="Headline1"></td> <td class="Switch0" align="center" valign="bottom"><a href="CandidateDetail.html?CandidateID=288973" class="Headline1"></td> <td class="Switch0" align="center" valign="bottom"><a href="CandidateDetail.html?CandidateID=288960" class="Headline1"></td> <td class="Switch0" align="center" valign="bottom"><a href="CandidateDetail.html?CandidateID=288975" class="Headline1"></td> <td class="Switch0" align="center" valign="bottom"><a href="CandidateDetail.html?CandidateID=288974" class="Headline1"></td> <td class="Switch0" colspan="1"> </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Name</td> <td align="center" bgcolor="#0000FF" class="Headline1"> (I) <a href="RaceDetail.html?RaceID=748666" class="Headline1">Mayor</a> <a href="CandidateDetail.html?CandidateID=14288" class="Headline1">Henry Cisneros</a></td> <td align="center" bgcolor="#AA00BB" class="Headline1"> <a href="RaceDetail.html?RaceID=748666" class="Headline1"></a> <a href="CandidateDetail.html?CandidateID=288972" class="Headline1">Karl Wurz</a></td> <td align="center" bgcolor="#006666" class="Headline1"> <a href="RaceDetail.html?RaceID=748666" class="Headline1"></a> <a href="CandidateDetail.html?CandidateID=288973" class="Headline1">Stephanie Brooks</a></td> <td align="center" bgcolor="#663300" class="Headline1"> <a href="RaceDetail.html?RaceID=748666" class="Headline1"></a> <a href="CandidateDetail.html?CandidateID=288960" class="Headline1">Jos茅 Olivares</a></td> <td align="center" bgcolor="#FF6699" class="Text1"> <a href="RaceDetail.html?RaceID=748666" class="Text1"></a> <a href="CandidateDetail.html?CandidateID=288975" class="Text1">Thomas Edward Leggett, Jr.</a></td> <td align="center" bgcolor="#00AAFF" class="Headline1"> <a href="RaceDetail.html?RaceID=748666" class="Headline1"></a> <a href="CandidateDetail.html?CandidateID=288974" class="Headline1">Juan Dario Sauceda</a></td> <td class="Switch0" colspan="1"> </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Party</td><td class="Text1" align="center" bgcolor="#336699"><a href="PartyDetail.html?PartyID=92" class="Headline1">Nonpartisan</a></td> <td class="Text1" align="center" bgcolor="#336699"><a href="PartyDetail.html?PartyID=92" class="Headline1">Nonpartisan</a></td> <td class="Text1" align="center" bgcolor="#336699"><a href="PartyDetail.html?PartyID=92" class="Headline1">Nonpartisan</a></td> <td class="Text1" align="center" bgcolor="#336699"><a href="PartyDetail.html?PartyID=92" class="Headline1">Nonpartisan</a></td> <td class="Text1" align="center" bgcolor="#336699"><a href="PartyDetail.html?PartyID=92" class="Headline1">Nonpartisan</a></td> <td class="Text1" align="center" bgcolor="#336699"><a href="PartyDetail.html?PartyID=92" class="Headline1">Nonpartisan</a></td> <td class="Switch0" colspan="1"> </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Campaign Logo</td><td class="Switch0" align="center"></td> <td class="Switch0" align="center"></td> <td class="Switch0" align="center"></td> <td class="Switch0" align="center"></td> <td class="Switch0" align="center"></td> <td class="Switch0" align="center"></td> <td class="Switch0" colspan="1"> </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Certified Votes</td><td class="Switch0" align="center"><img src="../images/occoolcheck.gif"> 55,397 (94.19%)</td> <td class="Switch0" align="center"> 871 (1.48%)</td> <td class="Switch0" align="center"> 835 (1.42%)</td> <td class="Switch0" align="center"> 711 (1.21%)</td> <td class="Switch0" align="center"> 681 (1.16%)</td> <td class="Switch0" align="center"> 322 (0.55%)</td> <td class="Switch0" colspan="1"> </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Margin</td><td class="Switch0" align="center">0 (0.00%)</td> <td class="Switch0" align="center">-54,526 (-92.70%)</td> <td class="Switch0" align="center">-54,562 (-92.77%)</td> <td class="Switch0" align="center">-54,686 (-92.98%)</td> <td class="Switch0" align="center">-54,716 (-93.03%)</td> <td class="Switch0" align="center">-55,075 (-93.64%)</td> <td class="Switch0" colspan="1"> </td></tr> <tr><td bgcolor="#333366" align="right"><a href="RaceDetail.html?RaceID=748660&ShowPD=Y" class="Headline1">Predict Avg.</a></td><td class="Switch0" align="center">0.00%</td> <td class="Switch0" align="center">0.00%</td> <td class="Switch0" align="center">0.00%</td> <td class="Switch0" align="center">0.00%</td> <td class="Switch0" align="center">0.00%</td> <td class="Switch0" align="center">0.00%</td> <td class="Switch0" colspan="1"> </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Cash On Hand</td><td class="Switch0" align="center" valign="top"> <a href="FinanceReportEdit.html?FinanceReportID=&RaceLink=748660&CandidateLink=14288" class="Text1"> $--</a> </td> <td class="Switch0" align="center" valign="top"> <a href="FinanceReportEdit.html?FinanceReportID=&RaceLink=748660&CandidateLink=288972" class="Text1"> $--</a> </td> <td class="Switch0" align="center" valign="top"> <a href="FinanceReportEdit.html?FinanceReportID=&RaceLink=748660&CandidateLink=288973" class="Text1"> $--</a> </td> <td class="Switch0" align="center" valign="top"> <a href="FinanceReportEdit.html?FinanceReportID=&RaceLink=748660&CandidateLink=288960" class="Text1"> $--</a> </td> <td class="Switch0" align="center" valign="top"> <a href="FinanceReportEdit.html?FinanceReportID=&RaceLink=748660&CandidateLink=288975" class="Text1"> $--</a> </td> <td class="Switch0" align="center" valign="top"> <a href="FinanceReportEdit.html?FinanceReportID=&RaceLink=748660&CandidateLink=288974" class="Text1"> $--</a> </td> <td class="Switch0" colspan="1"> </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Website</td><td class="Switch0" align="center"> </td> <td class="Switch0" align="center"> </td> <td class="Switch0" align="center"> </td> <td class="Switch0" align="center"> </td> <td class="Switch0" align="center"> </td> <td class="Switch0" align="center"> </td> <td class="Switch0" colspan="1"> </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Entry Date</td><td class="Switch0" align="center"> -- </td> <td class="Switch0" align="center"> -- </td> <td class="Switch0" align="center"> -- </td> <td class="Switch0" align="center"> -- </td> <td class="Switch0" align="center"> -- </td> <td class="Switch0" align="center"> -- </td> <td class="Switch0" colspan="1"> </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Bar</td><td colspan="7"><table width="100%" cellspacing="0" cellpadding="0" border="0"><td style="width:94.19%;height:15px;" bgcolor="#0000FF"></td><td style="width:1.48%;height:15px;" bgcolor="#AA00BB"></td><td style="width:1.42%;height:15px;" bgcolor="#006666"></td><td style="width:1.21%;height:15px;" bgcolor="#663300"></td><td style="width:1.16%;height:15px;" bgcolor="#FF6699"></td><td style="width:0.55%;height:15px;" bgcolor="#00AAFF"></td></table></td></tr> <tr bgcolor="#993333"><td colspan="7"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="42"><img src="../images/spacer.gif" width="40" height="15"></td><td class="Headline1" align="center"><a href="RaceDetail.html?RaceID=748660&ShowAllMUPoll=Y" class="Headline1">MATCHUP POLLS (0 from 0 pollsters)</a></td> <td width="42"><a href="PollEdit.html?AttachTo=Race&AttachID=748660"><img src="../images/ButtonAdd.gif" width="40" height="15" border="0"></a></td></tr></table></td></tr> <tr bgcolor="#993333"><td colspan="7"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="42"><img src="../images/spacer.gif" width="40" height="15"></td><td class="Headline1" align="center"><a href="javascript:showAllEndorse()" class="Headline1">ENDORSEMENTS</a></td> <td width="42"><a href="EndorsementEdit.html?RaceLink=748660"><img src="../images/ButtonAdd.gif" width="40" height="15" border="0"></a></td></tr></table></td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1" width="100">Endorsements</td><td class="Switch0" align="center" valign="top"><div class="endorsediv"><table border="0"> </table></div></td> <td class="Switch0" align="center" valign="top"><div class="endorsediv"><table border="0"> </table></div></td> <td class="Switch0" align="center" valign="top"><div class="endorsediv"><table border="0"> </table></div></td> <td class="Switch0" align="center" valign="top"><div class="endorsediv"><table border="0"> </table></div></td> <td class="Switch0" align="center" valign="top"><div class="endorsediv"><table border="0"> </table></div></td> <td class="Switch0" align="center" valign="top"><div class="endorsediv"><table border="0"> </table></div></td> <td class="Switch0" colspan="1"> </td></tr> </IF> </table> </form> <br> <br> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td colspan="5"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="42"><img src="../images/spacer.gif" width="40" height="15"></td><td class="Headline1" align="center"><a href="RaceDetail.html?RaceID=748660&ShowAllEvent=Y" class="Headline1">EVENTS</a></td> <td width="42"></td></tr></table></td></tr> <tr bgcolor="#333366" align="center"> <td class="Headline1">Start Date</td> <td class="Headline1">End Date</td> <td class="Headline1">Type</td> <td class="Headline1">Title</td> <td class="Headline1">Contributor</td> </tr> </table> <br> <script language="javascript"> <!-- function adVideoShow(code,codetype) { d=document.getElementById('AdVideoPlay'); if (codetype == 'Y') { d.innerHTML='<iframe width="250" height="175" src="https://www.youtube.com/embed/'+code+'" frameborder="0" allowfullscreen></iframe>'; } else if (codetype == 'V') { d.innerHTML='<iframe src="https://player.vimeo.com/video/'+code+'" width="250" height="175" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe><a href="javascript:adVideoHide()">X</a>'; } else if (codetype == 'B') { d.innerHTML='<embed src="https://c.brightcove.com/services/viewer/federated_f8/1485951475" bgcolor="#FFFFFF" flashVars="videoId='+code+'&playerId=1485951475&viewerSecureGatewayURL=https://console.brightcove.com/services/amfgateway&servicesURL=https://services.brightcove.com/services&cdnURL=https://admin.brightcove.com&domain=embed&autoStart=false&" base="https://admin.brightcove.com" name="flashObj" width="250" height="175" seamlesstabbing="false" type="application/x-shockwave-flash" swLiveConnect="true" pluginspage="https://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed><a href="javascript:adVideoHide()">X</a>'; } else if (codetype == 'I') { d.innerHTML='<object height="175" width="250" data="https://www.iqmediacorp.com/IQMedia_Player_v1.34.swf" type="application/x-shockwave-flash" name="HYETA" id="HUY"> <param value="https://www.iqmediacorp.com/IQMedia_Player_v1.34.swf" name="movie"><param value="true" name="allowfullscreen"><param value="always" name="allowscriptaccess"><param value="high" name="quality"><param value="transparent" name="wmode"><param value="userId=07175c0e-2b70-4325-be6d-611910730968&IsRawMedia=false&embedId='+code+'&PageName=ClipPlayer&EB=false&ServicesBaseURL=2&PlayerFromLocal=false&autoPlayback=false" name="flashvars"></object></IF><a href="javascript:adVideoHide()">X</a>'; } else if (codetype == 'F') { d.innerHTML='<div class="fb-video" style="min-height:175px" data-href="https://www.facebook.com/facebook/videos/'+code+'/" data-width="250" data-show-text="false"></div>'; (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.6"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); } d.style.display='block'; } function adVideoHide() { document.getElementById('AdVideoPlay').style.display='none'; } //--> </script> <div id="fb-root"></div> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td colspan="8"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="42"><img src="../images/spacer.gif" width="40" height="15"></td><td class="Headline1" align="center">VIDEO ADVERTISEMENTS</td> <td width="42"><a href="AdVideoEdit.html?RaceLink=748660"><img src="../images/ButtonAdd.gif" width="40" height="15" border="0"></a></td></tr></table></td></tr> <tr bgcolor="#333366"><td style="width:260px;" valign="top"><div id="AdVideoPlay" style="display:none;"></div></td><td valign="top"><table class="infotable" cellspacing="0" cellpadding="0" style="width:99%"> <tr bgcolor="#333366" align="center"> <th class="Headline1" style="width:10%">Start Date</th> <th class="Headline1" style="width:20%;">Candidate</th> <th class="Headline1" style="width:10%;">Category</th> <th class="Headline1" style="width:10%;">Ad Tone</th> <th class="Headline1" style="width:5%;">Lng</th> <th class="Headline1" style="width:25%;">Title</th> <th class="Headline1" style="width:10%;">Run Time</th> <th class="Headline1" style="width:10%;">Contributor</th> </tr> </table> <div style="width:100%;height:100%;overflow:auto;"><table class="infotable" cellspacing="0" cellpadding="0" width="100%"> </table></div></td></tr> </table> <br> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td colspan="4"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="42"><img src="../images/spacer.gif" width="40" height="15"></td><td class="Headline1" align="center">BOOKS</td> <td width="42"><a href="BookEdit.html?AttachTo=Race&AttachID=748660"><img src="../images/ButtonAdd.gif" width="40" height="15" border="0"></a></td></tr></table></td></tr> <tr bgcolor="#333366" align="center"> <td class="Headline1">Title</td> <td class="Headline1">Purchase</td> <td class="Headline1">Contributor</td> </tr> </table> <br> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td colspan="3"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="42"><img src="../images/spacer.gif" width="40" height="15"></td><td class="Headline1" align="center">INFORMATION LINKS</td> <td width="42"></td></tr></table></td></tr> </table> <br> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td colspan="5"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="42"><img src="../images/spacer.gif" width="40" height="15"></td><td class="Headline1" align="center"><a href="RaceDetail.html?RaceID=748660&ShowAllNews=Y" class="Headline1">NEWS</a></td> <td width="42"></td></tr></table></td></tr> <tr bgcolor="#333366" align="center"> <td class="Headline1">Date</td> <td class="Headline1">Category</td> <td class="Headline1">Headline</td> <td class="Headline1">Article</td> <td class="Headline1">Contributor</td> </tr> </table> <br> <script language="javascript"> <!-- var epid=0; var etype=''; var doffset=0; function emotePanel(type,id,e) { if (!e) { var e = window.event; } if (e.pageX || e.pageY) { posx=e.pageX; posy=e.pageY; } else if (e.clientX || e.clientY) { posx=e.clientX+document.body.scrollLeft+document.documentElement.scrollLeft; posy=e.clientY+document.body.scrollTop+document.documentElement.scrollTop; } epid=id; etype=type; var p=document.getElementById('EmoteSelect'); p.style.left=(posx - 10) + 'px'; p.style.top=(posy - 5) + 'px'; p.style.display='block'; return false; } function emote(num) { var p=document.getElementById('EmoteSelect'); p.style.display='none'; if (num > 0) { var ajax = new Ajax(); ajax.send_params = 'TYPE='+etype+'&DID='+epid+'&EM='+num; ajax.send_url = 'https://www.ourcampaigns.com/ajax/SetEmote.html'; ajax.send_method = 'GET'; ajax.response_handler = function(resp) { if (resp != '') { document.getElementById('Emote'+etype+epid).innerHTML=resp; } } ajax.sendRequest(); } } function emoteView(type,id,num,e) { if (!e) { var e = window.event; } if (e.pageX || e.pageY) { posx=e.pageX; posy=e.pageY; } else if (e.clientX || e.clientY) { posx=e.clientX+document.body.scrollLeft+document.documentElement.scrollLeft; posy=e.clientY+document.body.scrollTop+document.documentElement.scrollTop; } var p=document.getElementById('EmotePeople'); p.style.left=(posx - 10) + 'px'; p.style.top=(posy - 5) + 'px'; var ajax = new Ajax(); ajax.send_params = 'TYPE='+type+'&DID='+id+'&EM='+num; ajax.send_url = 'https://www.ourcampaigns.com/ajax/EmoteViewPeople.html'; ajax.send_method = 'GET'; ajax.response_handler = function(resp) { if (resp != '') { var p=document.getElementById('EmotePeople'); p.innerHTML=resp; p.style.display='block'; } } ajax.sendRequest(); } function emoteBlur(id,num) { var p=document.getElementById('EmotePeople'); p.style.display='none'; } function prevDiscussion(num) { if (doffset > 0) { var ajax = new Ajax(); var odo=doffset; doffset-=num; if (doffset < 0) { doffset=0; } if (doffset < 26) { var ppdiv=document.getElementById('PrevPageDiv'); if (ppdiv) { ppdiv.style.display='none'; } } if (doffset == 0) { var pmdiv=document.getElementById('PreviousMsgTR'); if (pmdiv) { pmdiv.style.display='none'; } } document.getElementById('PreviousCount').innerHTML=''+doffset; ajax.send_params = 'IsAjax=Y&To=Race&RaceID=748660&ODO='+odo+'&DOffset='+doffset+'&IgnoreIDs=0&Sub=0&ArchiveCount=0&Page=RaceDetail.html'; ajax.send_url = 'https://www.ourcampaigns.com/discussion.html'; ajax.send_method = 'GET'; ajax.response_handler = function(resp) { if (resp != '') { var md=document.getElementById('DiscussDiv'); var newdiv=document.createElement('div'); newdiv.innerHTML=resp+' '; md.insertBefore(newdiv,md.firstChild); twttr.widgets.load(); } } ajax.sendRequest(); } } //--> </script> <div id="EmoteSelect" style="display:none;position:absolute;background-color:white;border:2px solid red;padding:4px;width:100px;z-index:300;"><b>Add Your 2¢</b><br><a href="javascript:emote(1)">Agree</a><br><a href="javascript:emote(2)">Disagree</a><br> <a href="javascript:emote(4)">Laugh</a><br><a href="javascript:emote(5)">Groan</a><br><a href="javascript:emote(3)">Troll</a><br><a href="javascript:emote(7)">Befuddled</a><br><a href="javascript:emote(6)">Work Complete</a><br><a href="javascript:emote(8)">Prediction</a><br><a href="javascript:emote(0)">[close]</a><br> </div> <div id="EmotePeople" style="display:none;position:absolute;background-color:white;border:2px solid red;padding:4px;width:100px;" onmouseout="emoteBlur()"> </div> <table class="infotable" cellspacing="0" cellpadding="0"><tr><th colspan="3">DISCUSSION</td></tr> <tr><td colspan="3"><div id="DiscussDiv" class="Switch0"> </td></tr> </table> <script language="JavaScript"> <!-- var fitem=''; function noChangeF(itm) { fitem=itm.value; } function noChangeU(itm) { itm.value=fitem; } function upIRV(fid,vnum) { var snum=vnum-1; var f1=eval('document.UserPoll'+fid+'.UPO'+snum); var f2=eval('document.UserPoll'+fid+'.UPO'+vnum); var fi1=eval('document.UserPoll'+fid+'.UPOI'+snum); var fi2=eval('document.UserPoll'+fid+'.UPOI'+vnum); var ftmp=f1.value; f1.value=f2.value; f2.value=ftmp; ftmp=fi1.value; fi1.value=fi2.value; fi2.value=ftmp; } function pubvotewin(upid) { var prw=window.open('userpollpub.html?UserPollID='+upid,'PubVote','scrollbars=yes,width=500,height=350'); } function quoteMsg(msgid,userid) { f=document.DiscussForm; f.DiscussText.value=f.DiscussText.value + '<q ' + userid + '>' + document.getElementById('MsgC'+msgid).innerHTML + '</q>\n'; } //--> </script> </IF> </td></tr></table> <div align="right"> </div> </td> </tr> </table> </body> </html> <script> if (typeof window.drawLeanGraph === 'undefined') { function drawLeanGraph() {} } </script> </body> </html>