class NSWTopo::GeoJSON::Collection

def union

def union
  return self if none?
  with_features [inject(&:+)]
end