[GeoJSON] Values along a line in GeoJSON
Jerry Sievert
jerry at legitimatesounding.com
Thu Aug 8 09:02:03 PDT 2013
Perhaps a Point type was the wrong type to go with, think LineString
instead.
{
> "type": "Point",
> "coordinates": [42.0, 72.0, 10.0],
> "moment" : 15,
> "heartrate" : 20
> }
>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geojson.org/pipermail/geojson-geojson.org/attachments/20130808/20bccdca/attachment-0005.htm>
More information about the GeoJSON
mailing list