cvalenzuela / Mappa

A canvas wrapper for Maps 🗺 🌍
https://mappa.js.org
359 stars 104 forks source link

readme examples #1

Closed shiffman closed 7 years ago

shiffman commented 7 years ago

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 7 years ago

thanks! I just updated them all.