Hi, I have a text file with a list of latitude and longitude information that I'm trying to load into PVector. I'm not certain what I'm doing wrong, but the data isn't being loaded. Can anyone offer some advice, would be much appreciated.
the text file is formatted like so:
60.0,-95.0
49.25,-122.95
49.2667,-123.117
Here is the code that I've tried, clearly I'm not implementing this correctly: