# File lib/geo_ruby/simple_features/georss_parser.rb, line 29
      def parse(georss,with_tags = false)
        @geometry = nil
        @georss_tags = GeorssTags.new
        parse_geometry(georss,with_tags)
      end