Skip to content

Commit

Permalink
Revert "GeoJSON should not be forced WGS84."
Browse files Browse the repository at this point in the history
This change would break any existing projects that use GeoJSON. So it
needs more thought.

This reverts commit 4218011.
  • Loading branch information
wrynearson committed Oct 19, 2011
1 parent e2960c4 commit 21b7443
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/millstone.js
Expand Up @@ -419,11 +419,12 @@ function resolve(options, callback) {
break;
case '.geojson':
case '.json':
case '.rss':
d.type = d.type || 'ogr';
d.layer_by_index = 0;
l.srs = SRS.WGS84;
break;
case '.kml':
case '.rss':
d.type = d.type || 'ogr';
d.layer_by_index = 0;
l.srs = SRS.WGS84;
Expand Down

0 comments on commit 21b7443

Please sign in to comment.