<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><div><div><div>    "type": "Point",</div><div>    "coordinates": [42.0, 72.0, 10.0],</div><div>    "moment" : 15,</div><div>    "heartrate" : 20</div>
<div>}</div></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>