class Geoq::Commands::GeoJson::FeatureCollection
Public Instance Methods
output()
click to toggle source
# File lib/geoq/commands/geojson.rb, line 5 def output Geoq::FeatureCollection.new(instream).to_geojson end