Maps csv string example

Moderators: adafruit_support_bill, adafruit

Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.
Locked
User avatar
platypus18
 
Posts: 21
Joined: Sun Jul 05, 2015 1:06 pm

Maps csv string example

Post by platypus18 »

Good morning,
I am having trouble constructing a csv string value for the map block. From what I have gleaned from other projects, it seems the format is: <sensor_value>,<decimal lat>,<decimal long>,<elevation>

I am able to submit these values to the feed using the rest API and the values appear when I view the feed data stream, but the data point never appears on the map. This is the hard-coded value I am experimenting with:

0,43.571205,-116.161362,3500.00

I have tried several variations, but always with the same result. What am I missing?

Locked
Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.

Return to “Internet of Things: Adafruit IO and Wippersnapper”