Add support for datetime information over Features as discussed at https://github.com/geojson/geojson-ld * See discution here: geojson/geojson-ld#9 * See proposal here: https://gist.github.com/sgillies/11404768 Example: ``` { "geometry": { "coordinates": [ 0.0, 0.0 ], "type": "Point" }, "id": "1", "properties": {"foo": "bar"}, "type": "Feature", "when": { "datetime": "2014-04-24", "@type": "Instant" } } ```
Add support for datetime information over Features as discussed at https://github.com/geojson/geojson-ld
Example: