lib/base.rb in overpass-api-ruby-0.2.1 vs lib/base.rb in overpass-api-ruby-0.2.2
- old
+ new
@@ -10,10 +10,9 @@
bbox = args[:bbox]
bounding_box(bbox[:s],bbox[:n],bbox[:w],bbox[:e]) if bbox
@endpoint = args[:endpoint] || DEFAULT_ENDPOINT
@timeout = args[:timeout]
- @maxsize = args[:maxsize]
end
def bounding_box(s,n,w,e)
@bbox = "#{s},#{w},#{n},#{e}"
end