Skip to content

Commit

Permalink
produce single geojson
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Herwig committed Aug 2, 2013
1 parent 7ce106f commit 0cb35ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mars_curiosity_tracks.py
Expand Up @@ -41,6 +41,6 @@ def toGeoJSON(record):
geoJson = toGeoJSON(cov)
featureCollection.append(geoJson)
GeoJSON = MakeFeatureCollection(featureCollection)
f = open('locations.geojson', 'wb')
f.write(GeoJSON)
f.close()
f = open('locations.geojson', 'wb')
f.write(GeoJSON)
f.close()

0 comments on commit 0cb35ae

Please sign in to comment.