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
The current implementation of my map displays the layers best with the MapView projection provided by deck.gl, however, I am trying to project the information in a projection that doesn't distort the map i.e. stretches the map at the poles (the objective is to have the latitudes equidistant from each other throughout the map)
The workaround I implemented to combat this was using the OrthographicView projection and simply flipping the y-axis in order to display the map without the mercator distortion. However, this removes the ability to have the repeating feature that's provided through the MapView projection.
I was wondering if there was a way to implement the MapView projection in a way that would remove the mercator projection at the poles and would display the map in a equirectangular format?
The layers are in the form of combinations of geojson layers, scatterplotlayers, and pathlayers which pass in FeatureCollection GeoJson objects
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The current implementation of my map displays the layers best with the MapView projection provided by deck.gl, however, I am trying to project the information in a projection that doesn't distort the map i.e. stretches the map at the poles (the objective is to have the latitudes equidistant from each other throughout the map)
The workaround I implemented to combat this was using the OrthographicView projection and simply flipping the y-axis in order to display the map without the mercator distortion. However, this removes the ability to have the repeating feature that's provided through the MapView projection.
I was wondering if there was a way to implement the MapView projection in a way that would remove the mercator projection at the poles and would display the map in a equirectangular format?
The layers are in the form of combinations of geojson layers, scatterplotlayers, and pathlayers which pass in FeatureCollection GeoJson objects
Beta Was this translation helpful? Give feedback.
All reactions