jquery-gmap

jquery gMap with lots of dynamic locations

泪湿孤枕 提交于 2019-12-11 17:33:14
问题 Ok, so I'm using gmap to display many locatons from an xml file that stores the city, state, html, and other information about certain locations.Problem here is there are most likely over 100 locations. Inside NEW my ajax Call: var myMarkers = new Array; $(xml).find("location").each(function(){ var locAddress = $(this).find("city").text() + "," + $(this).find("state").text() ; var cc = $(this).find("cc").text(); var bcc; if ($(this).find("bcc")){ bcc = $(this).find("bcc").text(); }else{ bcc =