From 9d8ec2c8d0e765fda319d6e11385add12a8f8671 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 12 Apr 2015 22:13:28 -0600 Subject: [PATCH 1/2] Write options allow control over GeoJSON coordinate order See be0c9f3c8ad6e225a3ead35452019f9397fe6e8b. --- src/ol/format/geojsonformat.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ol/format/geojsonformat.js b/src/ol/format/geojsonformat.js index 30dd616e59..ecc34b8f96 100644 --- a/src/ol/format/geojsonformat.js +++ b/src/ol/format/geojsonformat.js @@ -1,4 +1,3 @@ -// FIXME coordinate order // FIXME reprojection goog.provide('ol.format.GeoJSON'); From ec4a6aab3a33f8045e2add5c5731482153f21a4d Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 12 Apr 2015 22:17:11 -0600 Subject: [PATCH 2/2] Clarify comment and link to issue --- src/ol/format/geojsonformat.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ol/format/geojsonformat.js b/src/ol/format/geojsonformat.js index ecc34b8f96..86547147b3 100644 --- a/src/ol/format/geojsonformat.js +++ b/src/ol/format/geojsonformat.js @@ -1,4 +1,5 @@ -// FIXME reprojection +// TODO: serialize dataProjection as crs member when writing +// see https://github.com/openlayers/ol3/issues/2078 goog.provide('ol.format.GeoJSON');