From ec4a6aab3a33f8045e2add5c5731482153f21a4d Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 12 Apr 2015 22:17:11 -0600 Subject: [PATCH] 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');