mindon / ingress-portals-finder

a Chrome Extension for the Game - Ingress
74 stars 59 forks source link

Enhancement: Add Lat/Long data to the CSV version of the download #20

Closed mollyfud closed 11 years ago

mollyfud commented 11 years ago

Would love to have the Lat/long data added to the CSV.

mollyfud commented 11 years ago

Fixed this for my install. Added labels to the header line and the following to the function that built the text: csvstr += ',"'+(l.lat)+'"'; csvstr += ',"'+(l.lng)+'"\n';

Also had to remove the line break from the line before these ones.

mindon commented 11 years ago

update in v1.3.15