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
At the moment, vector data has to be in webmercator for consistent coordinates. It would be ideal to convert coordinates on-the-fly (assuming the position passed to the function is always in webmercator meters) so that we're independent of the original projection of the data.
We would need to set the coordinate system / projection of the circle we construct for intersection, and to read and set it on the dataset at the given path in the VectorExtractor.
The text was updated successfully, but these errors were encountered:
At the moment, vector data has to be in webmercator for consistent coordinates. It would be ideal to convert coordinates on-the-fly (assuming the position passed to the function is always in webmercator meters) so that we're independent of the original projection of the data.
We would need to set the coordinate system / projection of the circle we construct for intersection, and to read and set it on the dataset at the given path in the VectorExtractor.
The text was updated successfully, but these errors were encountered: