lib/rgeo/feature/multi_point.rb in rgeo-0.2.9 vs lib/rgeo/feature/multi_point.rb in rgeo-0.3.0

- old
+ new

@@ -58,12 +58,11 @@ # kind_of? method to check type. Instead, use the provided check_type # class method (or === operator) defined in the Type module. module MultiPoint - extend Type - include GeometryCollection + extend Type end