has an issue preventing the GLIMPSE/MIPSGAL survey from being loadable - it looks like both the GLIMPSE and the GLIMPSE+MIPSGAL surveys are called GLIMPSE/MIPSGAL. Would it be possible to fix the GLIMPSE one (with URL http://www.worldwidetelescope.org/wwtweb/glimpse.aspx) to be called GLIMPSE I/II since that appears to be what it is?
Note that I think it needs to be GLIMPSE <something> otherwise if it was just GLIMPSE I think it might cause issues in getImagesetByName which does partial string matching (that is, GLIMPSE could match GLIMPSE 360 - see https://github.com/WorldWideTelescope/wwt-web-client/issues/228 for that issue, which I think should be fixed).
The following file:
http://www.worldwidetelescope.org/wwtweb/catalog.aspx?W=surveys
has an issue preventing the GLIMPSE/MIPSGAL survey from being loadable - it looks like both the GLIMPSE and the GLIMPSE+MIPSGAL surveys are called
GLIMPSE/MIPSGAL
. Would it be possible to fix the GLIMPSE one (with URL http://www.worldwidetelescope.org/wwtweb/glimpse.aspx) to be calledGLIMPSE I/II
since that appears to be what it is?Note that I think it needs to be
GLIMPSE <something>
otherwise if it was justGLIMPSE
I think it might cause issues ingetImagesetByName
which does partial string matching (that is,GLIMPSE
could matchGLIMPSE 360
- see https://github.com/WorldWideTelescope/wwt-web-client/issues/228 for that issue, which I think should be fixed).