How to Wrap 2D Map With plate-carre projection As It's Panned #2376
-
Hi, is it possible to wrap a 2D map with plate-carre projection as it's panned across lat/lon boundaries? This Cesium demo, when selected in 2D mode, is a good example of what I'd like to accomplish. Any guidance would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
A couple leads on this. There is an example here that uses Transforms to draw the MapNode multiple times for a scrolling effect: And here is an experimental approach that achieves the same thing but using multiple Views: Good luck :) |
Beta Was this translation helpful? Give feedback.
A couple leads on this.
There is an example here that uses Transforms to draw the MapNode multiple times for a scrolling effect:
https://github.com/gwaldron/osgearth/blob/master/src/applications/osgearth_infinitescroll/osgearth_infinitescroll.cpp
And here is an experimental approach that achieves the same thing but using multiple Views:
https://gist.github.com/gwaldron/bc7d57cbdd6b93c515aae026ab605384
Good luck :)