You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: