Update last height layers to use the correct tile pixel size (#2472)

This commit is contained in:
Alexander Bock
2023-05-17 11:07:38 +02:00
parent 5abbe9dcd9
commit 074967712c
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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