mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Adjust tab width for asset and task files
This commit is contained in:
@@ -2,48 +2,48 @@
|
||||
-- to easily add layers
|
||||
|
||||
return {
|
||||
Earth = {
|
||||
{
|
||||
Name = "GIBS",
|
||||
URL = "https://gibs.earthdata.nasa.gov/twms/epsg4326/best/twms.cgi?request=GetTileService"
|
||||
},
|
||||
},
|
||||
Moon = {
|
||||
-- {
|
||||
-- Name = "OnMoon LMMP",
|
||||
-- URL = "https://onmoon.lmmp.nasa.gov/wms.cgi?request=GetCapabilities"
|
||||
-- },
|
||||
},
|
||||
Mercury = {
|
||||
{
|
||||
Name = "USGS Mercury",
|
||||
URL = "https://planetarymaps.usgs.gov/cgi-bin/mapserv?map=/maps/mercury/mercury_simp_cyl.map&service=WMS&request=GetCapabilities"
|
||||
},
|
||||
},
|
||||
Callisto = {
|
||||
{
|
||||
Name = "USGS Callisto",
|
||||
URL = "https://planetarymaps.usgs.gov/cgi-bin/mapserv?map=/maps/jupiter/callisto_simp_cyl.map&service=WMS&request=GetCapabilities"
|
||||
},
|
||||
},
|
||||
Deimos = {
|
||||
{
|
||||
Name = "USGS Deimos",
|
||||
URL = "https://planetarymaps.usgs.gov/cgi-bin/mapserv?map=/maps/mars/deimos_simp_cyl.map&service=WMS&request=GetCapabilities"
|
||||
},
|
||||
},
|
||||
Pluto = {
|
||||
{
|
||||
Name = "USGS Pluto",
|
||||
URL = "https://planetarymaps.usgs.gov/cgi-bin/mapserv?map=/maps/pluto/pluto_simp_cyl.map&service=WMS&request=GetCapabilities"
|
||||
}
|
||||
},
|
||||
Charon = {
|
||||
{
|
||||
Name = "USGS Charon",
|
||||
URL = "https://planetarymaps.usgs.gov/cgi-bin/mapserv?map=/maps/pluto/charon_simp_cyl.map&service=WMS&request=GetCapabilities"
|
||||
}
|
||||
Earth = {
|
||||
{
|
||||
Name = "GIBS",
|
||||
URL = "https://gibs.earthdata.nasa.gov/twms/epsg4326/best/twms.cgi?request=GetTileService"
|
||||
}
|
||||
},
|
||||
Moon = {
|
||||
-- {
|
||||
-- Name = "OnMoon LMMP",
|
||||
-- URL = "https://onmoon.lmmp.nasa.gov/wms.cgi?request=GetCapabilities"
|
||||
-- }
|
||||
},
|
||||
Mercury = {
|
||||
{
|
||||
Name = "USGS Mercury",
|
||||
URL = "https://planetarymaps.usgs.gov/cgi-bin/mapserv?map=/maps/mercury/mercury_simp_cyl.map&service=WMS&request=GetCapabilities"
|
||||
}
|
||||
},
|
||||
Callisto = {
|
||||
{
|
||||
Name = "USGS Callisto",
|
||||
URL = "https://planetarymaps.usgs.gov/cgi-bin/mapserv?map=/maps/jupiter/callisto_simp_cyl.map&service=WMS&request=GetCapabilities"
|
||||
}
|
||||
},
|
||||
Deimos = {
|
||||
{
|
||||
Name = "USGS Deimos",
|
||||
URL = "https://planetarymaps.usgs.gov/cgi-bin/mapserv?map=/maps/mars/deimos_simp_cyl.map&service=WMS&request=GetCapabilities"
|
||||
}
|
||||
},
|
||||
Pluto = {
|
||||
{
|
||||
Name = "USGS Pluto",
|
||||
URL = "https://planetarymaps.usgs.gov/cgi-bin/mapserv?map=/maps/pluto/pluto_simp_cyl.map&service=WMS&request=GetCapabilities"
|
||||
}
|
||||
},
|
||||
Charon = {
|
||||
{
|
||||
Name = "USGS Charon",
|
||||
URL = "https://planetarymaps.usgs.gov/cgi-bin/mapserv?map=/maps/pluto/charon_simp_cyl.map&service=WMS&request=GetCapabilities"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user