From a31a28278d631231e057b6ac79579c6aca46a400 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 6 Nov 2013 08:56:58 +0100 Subject: [PATCH 1/2] Sort exports alphabetically --- src/ol/coordinate.exports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/coordinate.exports b/src/ol/coordinate.exports index aff059c305..a3740f475f 100644 --- a/src/ol/coordinate.exports +++ b/src/ol/coordinate.exports @@ -1,5 +1,5 @@ @exportSymbol ol.coordinate.createStringXY @exportSymbol ol.coordinate.format +@exportSymbol ol.coordinate.fromProjectedArray @exportSymbol ol.coordinate.toStringHDMS @exportSymbol ol.coordinate.toStringXY -@exportSymbol ol.coordinate.fromProjectedArray From 09e4c985a0f92b076f687fa0f495e971782ff15b Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 6 Nov 2013 08:58:06 +0100 Subject: [PATCH 2/2] Export ol.coordinate.rotate --- src/ol/coordinate.exports | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/coordinate.exports b/src/ol/coordinate.exports index a3740f475f..49eedf5f75 100644 --- a/src/ol/coordinate.exports +++ b/src/ol/coordinate.exports @@ -1,5 +1,6 @@ @exportSymbol ol.coordinate.createStringXY @exportSymbol ol.coordinate.format @exportSymbol ol.coordinate.fromProjectedArray +@exportSymbol ol.coordinate.rotate @exportSymbol ol.coordinate.toStringHDMS @exportSymbol ol.coordinate.toStringXY