WorldWideTelescope / wwt-web-client

The WorldWide Telescope web client lets you explore the universe in your browser.
https://worldwidetelescope.org/webclient/
MIT License
105 stars 35 forks source link

Duplicate survey name in catalogs.aspx #227

Open astrofrog opened 5 years ago

astrofrog commented 5 years ago

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 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).

pkgw commented 5 years ago

@astrojonathan Do you think that the proposed fix would be OK? If so, I can figure out how to implement it.