Methods
-
import {stableSort} from 'ol/array';Sort the passed array such that the relative order of equal elements is preverved. See https://en.wikipedia.org/wiki/Sorting_algorithm#Stability for details.
Name Type Description arrArray.<*> The array to sort (modifies original).
compareFncfunction Comparison function.
OpenLayers