Hello:
Aside from having a project location North of 60 Degrees which would increase projectional distortion in WGS84 imagery, you would likely want a "less" distorted result by NOT re-projecting imagery to
WGS84.
Although Mercator-type GIS projected imagery tiles from tile servers as
displayed in Google Earth are typically already in a "
non-warped" Coordinate Reference System.
Data
output by Google Earth is re-formatted into a "
warped" GIS projection referred to as WGS84 (aka
EPSG:4326).
BTW: SBuilderX also re-projects imagery from a Mercator-type GIS format to a
EPSG:4326 format required by SDK
Resample.
This may cause imagery alignment issues as described above.
Alternatively, if
EPSG:3857 imagery is
already being used, perhaps Geo-referencing coordinates used are incorrect ?
Here is how to output such a background map as a 1-piece
*.BMP of selected tiles from SBuilderX, which can be further processed as needed in a graphics application for
ex: ADE with 'minimal'- if any- GIS projectional distortion.
To output a 1-piece
*.BMP of selected tiles from the SBuilderX version 3.15 64-Bit work-space in a
non-warped format for use in ADE or a 3D modeling application:
1.)
SBuilderX Menu > Edit > Edit INI file... (
SBuilderX.INI opens in NotePad)
a.)
In NotePad > SBuilderX.INI > Under [
Tiles] section, Edit:
ReprojectMercatorTiles=True
...and change it to read:
ReprojectMercatorTiles=False
b
.)
NotePad Menu > File > Save
c.)
NotePad Menu > File > Exit
2.)
SBuilderX Menu > File > Add Map > From Background
a.) Follow usual procedures to download / select tiles (do not compile to BGL)
3.) SBuilderX outputs
non-warped format 1-piece
*.BMP /
*.TXT into:
[SBuilderX install path]\Tools\Work sub-folder
FYI: the
*.TXT file also output with the same filename as the 1-piece
non-warped format 1-piece
*.BMP contains the Geo-referencing info used to add the background image to ADE.
NOTE: For use in ADE, that 1-piece
*.BMP must first be processed in
ex: GIMP to make either numerous smaller tile segments, or very low resolution 24-Bit JPGs, so they can be "Added" as "Images" in ADE using UTM Metadata for use as background imagery 'tiles' loaded 1-at-a-time while working on the corresponding local area of Umeå Airport (ICAO
ESNU) in ADE.
CAVEAT: Restore normal SDK Resample compatible output of a 1-piece
*.BMP of selected tiles from the SBuilderX work-space in a
warped format for use in making
ex: custom photo-real imagery land class terrain textures:
1.)
SBuilderX Menu > Edit > Edit INI file... (
SBuilderX.INI opens in NotePad)
a.)
In NotePad > SBuilderX.INI > Under [
Tiles] section, Edit:
ReprojectMercatorTiles=False
...and change it to read:
ReprojectMercatorTiles=True
b
.)
NotePad Menu > File > Save
c.)
NotePad Menu > File > Exit
Hope this helps with your current or pending tasks.
GaryGB