mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-29 15:29:26 -05:00
Fix capitalization of Mercury map files (closes #1260)
This commit is contained in:
@@ -20,7 +20,7 @@ local color_layers = {
|
||||
{
|
||||
Identifier = "Messenger_MDIS_Utah",
|
||||
Name = "Messenger MDIS [Utah]",
|
||||
FilePath = mapServiceConfigs .. "/Utah/MessengerMDIS.wms",
|
||||
FilePath = mapServiceConfigs .. "/Utah/MessengerMdis.wms",
|
||||
Enabled = false
|
||||
},
|
||||
{
|
||||
@@ -122,7 +122,7 @@ local color_layers = {
|
||||
{
|
||||
Identifier = "Messenger_SHADE_Sweden",
|
||||
Name = "Messenger SHADE [Sweden]",
|
||||
FilePath = mapServiceConfigs .. "/LiU/Messenger_SHADE.wms",
|
||||
FilePath = mapServiceConfigs .. "/LiU/Messenger_Shade.wms",
|
||||
Settings = {
|
||||
Gamma = 1.33,
|
||||
Multiplier = 1.15
|
||||
|
||||
Reference in New Issue
Block a user