windrobin / timemap

Automatically exported from code.google.com/p/timemap
MIT License
0 stars 0 forks source link

Empty placemark objects throw errors #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From email list:

  If I have several entries in the JSON  object and one of them has
unexisting coordinates (they are not provided from the server side), for
example lat or longitude is null, in this case google map fails to load for
all other points,

  {"type":"basic","start":"2009-08-20","end":"2009-08-20","point":{}, etc....

Placemarks should check whether data exists and fail gracefully.

Original issue reported on code.google.com by nick.rab...@gmail.com on 31 Aug 2009 at 5:38

GoogleCodeExporter commented 9 years ago
Fixed in trunk.

Original comment by nick.rab...@gmail.com on 31 Aug 2009 at 8:42