# File lib/geo_ruby/simple_features/geometry.rb, line 177 def self.from_kml(kml) return GeoRuby::SimpleFeatures::Geometry.from_ewkt(kml_to_wkt(kml)) end