Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify Projector API #56

Open
Mr0grog opened this issue Jun 9, 2013 · 0 comments
Open

Simplify Projector API #56

Mr0grog opened this issue Jun 9, 2013 · 0 comments

Comments

@Mr0grog
Copy link
Member

Mr0grog commented Jun 9, 2013

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.

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

No branches or pull requests

1 participant