spec/integration/ql_spec.rb in overpass-api-ruby-0.2.1 vs spec/integration/ql_spec.rb in overpass-api-ruby-0.2.2
- old
+ new
@@ -3,10 +3,11 @@
describe OverpassAPI::QL do
it "should return the right elements" do
options={:bbox => {:s => -34.705448, :n => -34.526562,
:w => -58.531471, :e => -58.335159},
- :timeout => 900}
+ :timeout => 900,
+ :maxsize => 10000}
overpass = OverpassAPI::QL.new(options)
ba_query = "rel['route'='subway'];(._;>;);out body;"