Skip to content

Simplify Projector API #56

Description

@Mr0grog

Right now, you have to know what type of shape your are going to project and choose the appropriate method (e.g. FeatureCollection vs. Feature vs. MultiPolygon vs. Point, etc.).

Instead we should probably have a project(from, to, someKindOfData) method that can take any shape type and choose the appropriate method for projecting. We can still keep the individual methods publicly accessible for those who need them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions