Maxar-Corp / ossim-geotools

OSSIM GeoTools Integration
MIT License
1 stars 3 forks source link

Client: Geopackage download button not displaying in IE9 #217

Closed melbsurfer closed 9 years ago

melbsurfer commented 9 years ago

The download button is not showing up in IE9 after a user creates a geopackage

melbsurfer commented 9 years ago

There was a bug in IE9 where the download button would not display even after product was finished building. Added some code that disables caching the ajax call:

$.ajaxSetup ({ cache: false });

Also refactored/redesigned the queuing/building/finished sequence during product construction. The redesign works better in IE9, and creates a more consistent look for the overall application.