Utility functions
| mapfish.Util | Utility functions |
| Functions | |
| sum | Return the sum of the elements of an array. |
| max | Return the max of the elements of an array. |
| min | Return the min of the elements of an array. |
| arrayEqual | Compare two arrays containing primitive types. |
| relativeToAbsoluteURL |
Return the sum of the elements of an array.
mapfish.Util.sum = function( array )
Return the max of the elements of an array.
mapfish.Util.max = function( array )
Return the min of the elements of an array.
mapfish.Util.min = function( array )
Compare two arrays containing primitive types.
mapfish.Util.arrayEqual = function( a, b )
mapfish.Util.relativeToAbsoluteURL = function( source, loc )