Skip to content

Addition key/value pairs for FeatureCollection #13

@Klaus-Tockloth

Description

@Klaus-Tockloth

Currently I have this:

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "LineString",
...

I want to add some generator information:

{
  "type": "FeatureCollection",
  "generator": "printmaps",
  "timestamp": "2018-10-23T06:21:02Z",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "LineString",
...

Question: Is this somehow possible?

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