Snippets

Piotr Szrajber Geospatial Portal - change the default ClipZipShip image format

Created by Piotr Szrajber
1
2
3
4
5
6
7
Sys.Application.add_init(function() {
    var orig = Intergraph.WebSolutions.Core.SDIPortal.Apollo.ClipZipShipPanel.prototype.initialize;
    Intergraph.WebSolutions.Core.SDIPortal.Apollo.ClipZipShipPanel.prototype.initialize = function() {
        orig.call(this);
        this._defaultOutputFormat = "GeoTIFF";
    };
});

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.