Add USGS maps to Pluto and Charon

This commit is contained in:
Alexander Bock
2018-06-28 15:45:16 -04:00
parent 7160fe9a98
commit 3aa3bda940
3 changed files with 19 additions and 50 deletions

View File

@@ -32,6 +32,18 @@ return {
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"
}
}
}