mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
Update last height layers to use the correct tile pixel size (#2472)
This commit is contained in:
@@ -5,7 +5,7 @@ local layer = {
|
||||
Name = "Mola Elevation [New York]",
|
||||
Enabled = asset.enabled,
|
||||
FilePath = asset.localResource("mola_amnh.wms"),
|
||||
TilePixelSize = 90,
|
||||
TilePixelSize = 360,
|
||||
Description = [[This digital elevation model (DEM) is based on data from the Mars
|
||||
Orbiter Laser Altimeter (MOLA; Smith et al., 2001), an instrument on NASA's Mars
|
||||
Global Surveyor (MGS) spacecraft (Albee et al., 2001). The MOLA DEM represents
|
||||
|
||||
@@ -5,7 +5,7 @@ local layer = {
|
||||
Name = "Mola Elevation [Sweden]",
|
||||
Enabled = asset.enabled,
|
||||
FilePath = asset.localResource("mola_sweden.wms"),
|
||||
TilePixelSize = 90,
|
||||
TilePixelSize = 360,
|
||||
Description = [[This digital elevation model (DEM) is based on data from the Mars
|
||||
Orbiter Laser Altimeter (MOLA; Smith et al., 2001), an instrument on NASA's Mars
|
||||
Global Surveyor (MGS) spacecraft (Albee et al., 2001). The MOLA DEM represents
|
||||
|
||||
@@ -5,7 +5,7 @@ local layer = {
|
||||
Name = "Mola Elevation [Utah]",
|
||||
Enabled = asset.enabled,
|
||||
FilePath = asset.localResource("mola_utah.wms"),
|
||||
TilePixelSize = 90,
|
||||
TilePixelSize = 360,
|
||||
Description = [[This digital elevation model (DEM) is based on data from the Mars
|
||||
Orbiter Laser Altimeter (MOLA; Smith et al., 2001), an instrument on NASA's Mars
|
||||
Global Surveyor (MGS) spacecraft (Albee et al., 2001). The MOLA DEM represents
|
||||
|
||||
Reference in New Issue
Block a user