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
When I create any feature (e.g. go to the geojson-editor demo and load blank, afterwards draw a polygon) and then translate it more than 90° along long in any direction, the feature gets totally destroyed along the closest pole and when translated further along the long axis, it returns to normal, but upside down.
Actual Result
Widely distorted translated feature, that has no resemblance of the original feature, even though the default projection should not distort on long-translation at moderate lat coords. E.g. outlining the USA and translating them to Europe gives random shapes at Arctica.
Expected Result
Translating the outline of the USA to Europe should put the outline of the USA undistored ontop of the EU
Reproduce Steps
Open a Nebula Map that supports feature translation and global zoom (e.g. the geojson-editor demo)
Create any feature that is reasonably sized for world scope view (e.g. outline a big country)
It should not be too far off the Equator.
Select the feature and translate it ~90° along the long axis and then another 90° in the same direction
Screenshots
To Do List
Add label and assign to milestone
Coding
Test
The text was updated successfully, but these errors were encountered:
A native attempt to break this down into smaller more actionable issues:
The more straightforward observation seems to be that Web Mercator project breaks down at big latitudes (I see a collapse over Greenland). We could perhaps implement a check to cap the values and avoid infinities to avoid "degenerate" geometries.
I wonder if the vertical flip is related to the above.
Perhaps you could offer a choice of to map vertices during translation in a word level view: lat-lon space, x-y space etc?
Could you please elaborate, @igorDykhta ? I find no such prop anywhere in the code or documentation of nebula, deck or mapbox... Where would I set this?
Describe the bug
When I create any feature (e.g. go to the geojson-editor demo and load blank, afterwards draw a polygon) and then translate it more than 90° along long in any direction, the feature gets totally destroyed along the closest pole and when translated further along the long axis, it returns to normal, but upside down.
Actual Result
Widely distorted translated feature, that has no resemblance of the original feature, even though the default projection should not distort on long-translation at moderate lat coords. E.g. outlining the USA and translating them to Europe gives random shapes at Arctica.
Expected Result
Translating the outline of the USA to Europe should put the outline of the USA undistored ontop of the EU
Reproduce Steps
Screenshots
To Do List
The text was updated successfully, but these errors were encountered: