Skip to content

Add support for time data on Features as proposed in geojson-ld #31

@flaviostutz

Description

@flaviostutz

Add support for datetime information over Features as discussed at https://github.com/geojson/geojson-ld

Example:

{
  "geometry": {
    "coordinates": [
      0.0,
      0.0
    ],
    "type": "Point"
  },
  "id": "1",
  "properties": {"foo": "bar"},
  "type": "Feature",
  "when": {
    "datetime": "2014-04-24",
    "@type": "Instant"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions