lib/rgeo/geography/common/line_string_methods.rb in rgeo-0.1.10 vs lib/rgeo/geography/common/line_string_methods.rb in rgeo-0.1.11
- old
+ new
@@ -43,10 +43,10 @@
module LineStringMethods
def _setup(points_)
- @points = points_.map{ |elem_| factory.convert(elem_) }
+ @points = points_.map{ |elem_| factory.coerce(elem_) }
_validate_geometry
end
def _validate_geometry