cvalenzuela/Mappa

readme examples

shiffman opened this issue · 1 comments

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);

thanks! I just updated them all.