X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/52c688f55aa9b1a97e869a3b3a972056e3063cb5..63c82ed72f133d9f670c0b1bb03ffd44095f6867:/lib/bounding_box.rb diff --git a/lib/bounding_box.rb b/lib/bounding_box.rb index 44375ae5b..3b366dc1e 100644 --- a/lib/bounding_box.rb +++ b/lib/bounding_box.rb @@ -14,7 +14,7 @@ class BoundingBox end def self.from_s(s) - BoundingBox.new(*s.split(/,/)) if s.count(",") == 3 + BoundingBox.new(*s.split(",")) if s.count(",") == 3 end def self.from_bbox_params(params)