<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Aug 8, 2013, at 12:02 PM, Jerry Sievert <<a href="mailto:jerry@legitimatesounding.com">jerry@legitimatesounding.com</a>></div><div> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><div dir="ltr">Perhaps a Point type was the wrong type to go with, think LineString instead.<br><div class="gmail_extra"><br>{<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><div>    "type": "Point",</div><div>    "coordinates": [42.0, 72.0, 10.0],</div><div>    "moment" : 15,</div><div>    "heartrate" : 20</div>
<div>}</div></div></blockquote><div><br></div><div style="">Things like Moment and Heartrate are tied to the coordinates, especially in a LineString, so hanging them off the side wouldn't work in that case. </div>
</div><br></div></div>
</blockquote></div><br><div>I had this feeling I was missing something. That makes more sense now.</div><div><br></div></body></html>