I have stored user "pushpin" data as a tab-delimited flatfile and want to save deleted pushpins as records with empty lat and lng values. But I am having trouble creating an if() statement that recognizes the empty lat and lng values and determines whether a marker will be created, or not. The reason I want to keep the deleted files is that by using a javascript Array() I can easily force the deleted records to be replaced by blanked out records.
http://schott.selfip.net/~brian/mapswdelete/rideshare.html There is an alert in line 139. I want to create an if clause that processes line 140 only if the pushpin has not been deleted. my sample data file is named details.txt in that same directory. In case you cannot read it, here it is. 1 Sat 10 25 2008 0152 33.81 -84.3 Brian 2 Sat 10 25 2008 0153 33.91 -84.3 BriaB 1 Sat 10 25 2008 0154 BriaC Thank you for any help. Brian in Atlanta --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
