mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 12:39:24 -05:00
Add LiU WMS files
Make use of Sweden-based WMS files Set correct name for automatically loaded Info files
This commit is contained in:
@@ -182,6 +182,7 @@ openspace.globebrowsing.parseInfoFile = function (file)
|
||||
if ColorFile then
|
||||
color = {
|
||||
Identifier = Identifier,
|
||||
Name = Name or Identifier,
|
||||
Description = Description or "",
|
||||
FilePath = dir .. '/' .. ColorFile,
|
||||
BlendMode = "Color"
|
||||
@@ -192,6 +193,7 @@ openspace.globebrowsing.parseInfoFile = function (file)
|
||||
if HeightFile then
|
||||
height = {
|
||||
Identifier = Identifier,
|
||||
Name = Name or Identifier,
|
||||
Description = Description or "",
|
||||
FilePath = dir .. '/' .. HeightFile,
|
||||
TilePixelSize = 90
|
||||
|
||||
Reference in New Issue
Block a user