Skip to content

FeatureCollection #5

Description

@tibotiber

Hi, I've had to create an interface for FeatureCollection in my code as it includes a name which geojson's one doesn't include. Would you be interested to add an interface for this? I could open a small PR if there is interest.

interface ImdfFeatureCollection<T> {
  name: string
  type: 'FeatureCollection'
  features: T[]
}

✌️

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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