readme examples
shiffman opened this issue · 1 comments
shiffman commented
Some of the README examples have code like this:
myMap.latLng(data[9], data[8]);
I think this is supposed to be something like. . .
var pos = myMap.latLng(40, 72);
cvalenzuela commented
thanks! I just updated them all.