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
This will be used for generating smooth ellipsoid terrain for overlays to be projected on to. Then the "EPSG" / Ellipsoid Image plugins can be deprecated. This could also provide better handling / mapping for "flat" maps so lat / lon can be queried & located more easily.
Related to #1473
Related to #1347
This will be used for generating smooth ellipsoid terrain for overlays to be projected on to. Then the "EPSG" / Ellipsoid Image plugins can be deprecated. This could also provide better handling / mapping for "flat" maps so lat / lon can be queried & located more easily.
Other name options:
Considerations:
We should need to add a "fast path" to ImageOverlayPlugin so that it just uses the individual texture tile directly rather than composing a render target if the bounds of the geometry tile match exactly in order to save memory.(fixed in ImageOverlayPlugin: Use the original texture directly if the bounds match geometry exactly. #1535)To Start