-
Everything is working now. . . :) I managed to fix it!! WHat I was trying to do is have a drop down with names populated by ms sql server db and when the user selects a name then the placemarks corresponding to that name will appear on the map by pulling long,lat out of the db. So now it works because even there are > than 6,000 rows in that table each name however doesn't have more than 10 placemarks!! Thank you again!!! :)
-
Oh! And yes. The JS arrays were correct but the map would load forever.. I reckon that was due to the query that was pulling all of the placemarks at once (that was before adding the drop down).. So processed code had quite many pairs of coordinates..